Skip to content

Commit

Permalink
feat (lab/oo): new release and improvements in the lab
Browse files Browse the repository at this point in the history
  • Loading branch information
santanche committed Apr 8, 2021
1 parent 421227a commit c45b6a3
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Todos os exemplos no diretório `notebook` são preparados para o ambiente Jupyt
## Abrir branch específico em uma instância do [binderhub](https://github.com/jupyterhub/binderhub)

* Última versão testada e estável:
[![launch @ mybinder.org][badge-jupyterlab-mybinder-org]](https://mybinder.org/v2/gh/santanche/java2learn/v1.0.9?urlpath=lab)
[![launch @ mybinder.org][badge-jupyterlab-mybinder-org]](https://mybinder.org/v2/gh/santanche/java2learn/v1.1.0?urlpath=lab)

* Última versão disponível:
[![launch @ mybinder.org][badge-jupyterlab-mybinder-org]](https://mybinder.org/v2/gh/santanche/java2learn/master?urlpath=lab)
Expand Down
42 changes: 31 additions & 11 deletions notebooks/pt/c02oo-java/s02lab/s01lombriga/lab-lombriga.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "cardiovascular-narrative",
"id": "round-edwards",
"metadata": {},
"source": [
"# Lombriga no Aquário\n",
Expand Down Expand Up @@ -64,7 +64,7 @@
},
{
"cell_type": "markdown",
"id": "facial-cylinder",
"id": "compatible-discretion",
"metadata": {},
"source": [
"# Tarefa\n",
Expand All @@ -87,14 +87,14 @@
{
"cell_type": "code",
"execution_count": null,
"id": "willing-india",
"id": "induced-confirmation",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"id": "conventional-contribution",
"id": "cloudy-ukraine",
"metadata": {},
"source": [
"# Animando a Lombriga no Aquário\n",
Expand Down Expand Up @@ -124,7 +124,7 @@
"* `$` - cada caractere subsequente (que aparece como `$`) representa um dos possíveis comandos de animação, equivalentes aos métodos da lombriga:\n",
" * `C` - a lombriga cresce;\n",
" * `M` - a lombriga se move;\n",
" * `V` - a lombriga se vira.\n",
" * `V` - a lombriga vira.\n",
"\n",
"~~~\n",
"080402MCMVM\n",
Expand All @@ -136,14 +136,14 @@
{
"cell_type": "code",
"execution_count": null,
"id": "public-affairs",
"id": "czech-boost",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"id": "foreign-vietnamese",
"id": "pressing-popularity",
"metadata": {},
"source": [
"# Tarefa\n",
Expand Down Expand Up @@ -183,25 +183,45 @@
{
"cell_type": "code",
"execution_count": null,
"id": "visible-anatomy",
"id": "fuzzy-laser",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"id": "plastic-monthly",
"id": "failing-voluntary",
"metadata": {},
"source": [
"# Programa\n",
"\n",
"Escreva um programa que use as suas classes para mostrar todos os paços da animação: `080402MCMVM`, conforme foi ilustrado anteriormente."
"Escreva um programa que use as suas classes para mostrar todos os passos da animação no console: `080402MCMVM`, conforme foi ilustrado anteriormente."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "first-poverty",
"id": "faced-valley",
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "markdown",
"id": "shaped-country",
"metadata": {},
"source": [
"# Versão Eclipse\n",
"\n",
"Adapte todo o código que você desenvolveu para o Eclipse seguindo os critérios:\n",
"* todo o código deve estar no pacote: `mc322.lab03` -- não criar sub-pacotes;\n",
"* o programa principal (main) deve estar em uma terceira classe chamada `AppLab03`."
]
},
{
"cell_type": "code",
"execution_count": null,
"id": "automatic-national",
"metadata": {},
"outputs": [],
"source": []
Expand Down

0 comments on commit c45b6a3

Please sign in to comment.