forked from OpenDevUFCG/Tamburetei
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Padroniza os arquivos das disciplinas restantes
- Loading branch information
1 parent
6aa7ad0
commit d29321e
Showing
12 changed files
with
111 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Dificuldades comuns | ||
# Dificuldades Comuns | ||
|
||
## Debugar | ||
Uma lista de comentários sobre as principais dificuldades enfrentadas pelos alunos enquanto cursam a disciplina. | ||
|
||
Debugar pode ser uma parte complicada no processo de desenvolver. Pergunte ao professor como usar a ferramenta de Debug do Eclipse, e sempre pesquise os erros que aparecem no Console, em breve você irá decorá-los e saber exatamente o que está acontecendo | ||
### Debugar | ||
A depuração pode ser uma parte complicada no processo de desenvolvimento. Pergunte aos professores como utilizar a ferramenta de Debug do Eclipse e sempre pesquise os erros que aparecem no Console. Em breve você irá decorá-los e saber exatamente o que está acontecendo! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Extras | ||
|
||
Informações e conteúdos extras sobre a disciplina. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,31 @@ | ||
# Links Úteis # | ||
# Links Úteis | ||
|
||
Um conjunto de links que irão auxiliá-lo em seus estudos de Programação 2. | ||
Uma lista de links que irão auxiliá-lo no estudo da disciplina. | ||
|
||
## Java ## | ||
## Sumário | ||
|
||
- [Java e Orientação a Objetos](https://www.caelum.com.br/apostila-java-orientacao-objetos/) | ||
- [Java com Testes, JSF e Design Patterns](https://www.caelum.com.br/apostila-java-testes-jsf-web-services-design-patterns/) | ||
- [Introdução à CC com Java e Orientação a Objetos](https://www.caelum.com.br/apostila-java-orientacao-objetos/) | ||
- [Curso de Java Básico Gratuito - Loiane Groner](https://www.youtube.com/playlist?list=PLGxZ4Rq3BOBq0KXHsp5J3PxyFaBIXVs3r) | ||
- [Java](#java) | ||
- [Git](#git) | ||
- [Diagramas de Classes](#diagramas-de-classe) | ||
- [Projetos Antigos](#projetos-antigos) | ||
|
||
## Git ## | ||
## Java | ||
|
||
- [Pro Git](https://git-scm.com/book/pt-br/v2) | ||
- [Guia prático](http://rogerdudler.github.io/git-guide/index.pt_BR.html) | ||
- [Git Tutorials - Corey Schafer](https://www.youtube.com/playlist?list=PL-osiE80TeTuRUfjRe54Eea17-YfnOOAx) | ||
- [Java e Orientação a Objetos](https://www.caelum.com.br/apostila-java-orientacao-objetos/) | ||
- [Java com Testes, JSF e Design Patterns](https://www.caelum.com.br/apostila-java-testes-jsf-web-services-design-patterns/) | ||
- [Introdução à CC com Java e Orientação a Objetos](https://www.caelum.com.br/apostila-java-orientacao-objetos/) | ||
- [Curso de Java Básico Gratuito - Loiane Groner](https://www.youtube.com/playlist?list=PLGxZ4Rq3BOBq0KXHsp5J3PxyFaBIXVs3r) | ||
|
||
## Ferramentas para criação de Diagramas de Classe ## | ||
- [Astah](http://astah.net/download) - *Consiga uma Licença Acadêmica Gratuita [aqui](http://astah.net/student-license-request)* | ||
- [ObjectAid](http://www.objectaid.com/) | ||
- [Lucidchart](https://www.lucidchart.com/pages/pt) | ||
## Git | ||
|
||
## Projetos antigos | ||
- [Pro Git](https://git-scm.com/book/pt-br/v2) | ||
- [Guia prático](http://rogerdudler.github.io/git-guide/index.pt_BR.html) | ||
- [Git Tutorials - Corey Schafer](https://www.youtube.com/playlist?list=PL-osiE80TeTuRUfjRe54Eea17-YfnOOAx) | ||
|
||
- https://github.com/thayannevls/ListaPraMim | ||
## Diagramas de Classe | ||
- [Astah](http://astah.net/download) - *Consiga uma Licença Acadêmica Gratuita [aqui](http://astah.net/student-license-request)* | ||
- [ObjectAid](http://www.objectaid.com/) | ||
- [Lucidchart](https://www.lucidchart.com/pages/pt) | ||
|
||
## Projetos Antigos | ||
- [Lista pra Mim](https://github.com/thayannevls/ListaPraMim) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
# Programação II | ||
|
||
## Ementa | ||
|
||
## Dicas | ||
# Visão Geral e Dicas | ||
|
||
Informações que irão auxiliá-lo a cursar bem a disciplina e a compreender sua importância para o curso. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Dificuldades Comuns | ||
|
||
Uma lista de comentários sobre as principais dificuldades enfrentadas pelos alunos enquanto cursam a disciplina. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Extras | ||
|
||
Informações e conteúdos extras sobre a disciplina. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Visão Geral e Dicas | ||
|
||
Informações que irão auxiliá-lo a cursar bem a disciplina e a compreender sua importância para o curso. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Dificuldades Comuns | ||
|
||
Uma lista de comentários sobre as principais dificuldades enfrentadas pelos alunos enquanto cursam a disciplina. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Extras | ||
|
||
Informações e conteúdos extras sobre a disciplina. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,21 @@ | ||
# Links Úteis # | ||
# Links Úteis | ||
|
||
<p align="justify">Um conjunto de links que irão auxiliá-lo em seus estudos de Visualização da Informação.</p> | ||
Uma lista de links que irão auxiliá-lo no estudo da disciplina. | ||
|
||
## Visualizações ## | ||
## Sumário | ||
|
||
- [Galeria D3](https://github.com/d3/d3/wiki/Gallery) | ||
- [D3](#d3) | ||
- [Visualizações](#visualizações) | ||
- [Cores](#cores) | ||
|
||
## Cores ## | ||
## D3 | ||
|
||
- [Guia de cores para mapas](http://colorbrewer2.org/#type=sequential&scheme=BuGn&n=3) | ||
- [Material avançado sobre visualizações com D3](http://www.puzzlr.org/category/d3/) | ||
|
||
## D3 ## | ||
## Visualizações | ||
|
||
- [Material avançado sobre visualizações com D3](http://www.puzzlr.org/category/d3/) | ||
- [Galeria D3](https://github.com/d3/d3/wiki/Gallery) | ||
|
||
## Cores | ||
|
||
- [Guia de cores para mapas](http://colorbrewer2.org/#type=sequential&scheme=BuGn&n=3) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters