You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wiki/BioJava:CookbookPortuguese.mediawiki
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,13 @@
1
1
'''UNDER CONSTRUCTION''' --[[User:Guedes|Guedes]] 15:22, 11 April 2006 (EDT)
2
2
3
-
== BioJava In Anger - A Tutorial and Recipe Book for Those in a Hurry==
3
+
== BioJava in Anger - um livro de receitas para aquelas que tem pressa ==
4
4
5
-
BioJava can be both big and intimidating. For those of us who are in a hurry there really is a whole lot there to get your head around. This document is designed to help you develop BioJava programs that do 99% of common tasks without needing to read and understand 99% of the BioJava API.
5
+
BioJava pode ser grande e intimidador. Para aqueles que, como nós, tem pressa em obter resultados e ir direto ao ponto foi montado este documento com a finalidade de auxilia-los no desenvolvimento de programas utilizando Biojava. Cerca de 99% das tarefas comuns no uso do Biojava estão descritas aqui, de forma que não se faz necessário decorar 99% de sua API.
6
+
7
+
A pagina foi inspirada em varios outros livros de receitas e segue a linha "Como eu faço...?". Cada "Como eu faço?" esta linkado a alguns codigos de exemplo que faz o que voce precisa e algumas vezes mais do que espera. Basicamente se voce encontrar o código voce pode copiá-lo e colá-lo em seu programa e ele irá executar normalmente. Eu esforcei-me ao máximo para manter o código o mais óbvio possível.
8
+
9
+
Biojava in Anger é mantido por [[User:Mark|Mark Schreiber]]. Se voce tem qualquer sugestão, dúvidas ou comentários contate a [mailto:biojava-l@biojava.org lista do biojava]. Para se inscrever na lista clique [http://biojava.org/mailman/listinfo/biojava-l aqui]
6
10
7
-
The page was inspired by various programming cookbooks and follows a "How do I...?" type approach. Each "How do I?" is linked to some example code that does what you want and sometimes more. Basically if you find the code you want and copy and paste it into your program you should be up and running quickly. I have endeavoured to over document the code to make it more obvious what I am doing so some of the code might look a bit bloated.
8
11
9
12
'BioJava in Anger' is maintained by [[User:Mark|Mark Schreiber]]. If you have any suggestions, questions or comments contact the [mailto:biojava-l@biojava.org biojava mailing list]. To subscribe to this list go [http://biojava.org/mailman/listinfo/biojava-l here]
0 commit comments