Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #21947 > unrolled thread
| Started by | subhabangalore@gmail.com |
|---|---|
| First post | 2013-01-31 23:07 -0800 |
| Last post | 2013-02-04 02:38 -0800 |
| Articles | 8 — 8 participants |
Back to article view | Back to comp.lang.java.programmer
Code Repository subhabangalore@gmail.com - 2013-01-31 23:07 -0800
Re: Code Repository Lew <lewbloch@gmail.com> - 2013-01-31 23:29 -0800
Re: Code Repository Arved Sandstrom <asandstrom2@eastlink.ca> - 2013-02-01 04:53 -0400
Re: Code Repository Joerg Meier <joergmmeier@arcor.de> - 2013-02-01 11:15 +0100
Re: Code Repository markspace <markspace@nospam.nospam> - 2013-02-01 10:26 -0800
Re: Code Repository Roedy Green <see_website@mindprod.com.invalid> - 2013-02-01 11:34 -0800
Re: Code Repository Arne Vajhøj <arne@vajhoej.dk> - 2013-02-01 17:21 -0500
Re: Code Repository Manuel Dahmen <manuel.dahmen@gmail.com> - 2013-02-04 02:38 -0800
| From | subhabangalore@gmail.com |
|---|---|
| Date | 2013-01-31 23:07 -0800 |
| Subject | Code Repository |
| Message-ID | <e22b7026-01c2-4ad8-996c-d3e4e70562c6@googlegroups.com> |
Dear Group, I am trying to learn Java, and thankful to the way you are kindly suggesting me. A great part of learning code is to read others code, how others are writing it. I am looking for a good repository of codes. If any one can kindly suggest. Thanks in Advance. Regards, Subhabrata
[toc] | [next] | [standalone]
| From | Lew <lewbloch@gmail.com> |
|---|---|
| Date | 2013-01-31 23:29 -0800 |
| Message-ID | <d658876d-3258-4bd9-8dad-0d767c52f98b@googlegroups.com> |
| In reply to | #21947 |
subhaba...@gmail.com wrote: > I am trying to learn Java, and thankful to the way you are kindly suggesting me. > A great part of learning code is to read others code, how others are writing it. > I am looking for a good repository of codes. Lots of code samples and good explanations in the Java sections of the IBM Developerworks site. -- Lew
[toc] | [prev] | [next] | [standalone]
| From | Arved Sandstrom <asandstrom2@eastlink.ca> |
|---|---|
| Date | 2013-02-01 04:53 -0400 |
| Message-ID | <aoLOs.131709$2v.5816@newsfe05.iad> |
| In reply to | #21948 |
On 02/01/2013 03:29 AM, Lew wrote: > subhaba...@gmail.com wrote: >> I am trying to learn Java, and thankful to the way you are kindly suggesting me. >> A great part of learning code is to read others code, how others are writing it. >> I am looking for a good repository of codes. > > Lots of code samples and good explanations in the Java sections of the IBM Developerworks site. > Or anytime you obtain a Java application, if it has got source available as well, download that too. If you are developing against JARs and you have the source for them, link to that in your IDE, and every so often investigate the source. This includes the JDK itself. AHS
[toc] | [prev] | [next] | [standalone]
| From | Joerg Meier <joergmmeier@arcor.de> |
|---|---|
| Date | 2013-02-01 11:15 +0100 |
| Message-ID | <8e0283llzx5x$.1dzh50r22gqc7$.dlg@40tude.net> |
| In reply to | #21947 |
On Thu, 31 Jan 2013 23:07:02 -0800 (PST), subhabangalore@gmail.com wrote: > I am trying to learn Java, and thankful to the way you are kindly suggesting me. > A great part of learning code is to read others code, how others are writing it. > I am looking for a good repository of codes. > If any one can kindly suggest. Thanks in Advance. https://github.com/languages/Java Go nuts. Liebe Gruesse, Joerg -- Ich lese meine Emails nicht, replies to Email bleiben also leider ungelesen.
[toc] | [prev] | [next] | [standalone]
| From | markspace <markspace@nospam.nospam> |
|---|---|
| Date | 2013-02-01 10:26 -0800 |
| Message-ID | <keh1bb$r2t$1@dont-email.me> |
| In reply to | #21947 |
On 1/31/2013 11:07 PM, subhabangalore@gmail.com wrote: > Dear Group, > > I am trying to learn Java, and thankful to the way you are kindly suggesting me. > A great part of learning code is to read others code, how others are writing it. > I am looking for a good repository of codes. If you're looking for code examples for learning, the Java Tutorial is a great resource. <http://docs.oracle.com/javase/tutorial/>
[toc] | [prev] | [next] | [standalone]
| From | Roedy Green <see_website@mindprod.com.invalid> |
|---|---|
| Date | 2013-02-01 11:34 -0800 |
| Message-ID | <ms4og8dkrsebab14dm6b6e0pr5mkc1k6bo@4ax.com> |
| In reply to | #21947 |
On Thu, 31 Jan 2013 23:07:02 -0800 (PST), subhabangalore@gmail.com wrote, quoted or indirectly quoted someone who said : >I am looking for a good repository of codes. The java glossary is full of small examples. http://mindprod.com/jgloss/jgloss.html You can download source for all kinds of small projects at http://mindprod.com/products.html The are lots of "forges" where teams of people collaborate on opensource projects. see http://mindprod.com/jgloss/forge.html it has links to a number of forges. -- Roedy Green Canadian Mind Products http://mindprod.com The first 90% of the code accounts for the first 90% of the development time. The remaining 10% of the code accounts for the other 90% of the development time. ~ Tom Cargill Ninety-ninety Law
[toc] | [prev] | [next] | [standalone]
| From | Arne Vajhøj <arne@vajhoej.dk> |
|---|---|
| Date | 2013-02-01 17:21 -0500 |
| Message-ID | <510c3fd5$0$285$14726298@news.sunsite.dk> |
| In reply to | #21947 |
On 2/1/2013 2:07 AM, subhabangalore@gmail.com wrote: > I am trying to learn Java, and thankful to the way you are kindly suggesting me. > A great part of learning code is to read others code, how others are writing it. > I am looking for a good repository of codes. > > If any one can kindly suggest. You can look at some open source code. Java can be used in very different contexts so find some open source packages close to what you are interested in. Obviously you need to find some relative good code - you want to learn best practices not worst practices. If we know what type of app you are interested in, then we may be able to recommend something. Arne
[toc] | [prev] | [next] | [standalone]
| From | Manuel Dahmen <manuel.dahmen@gmail.com> |
|---|---|
| Date | 2013-02-04 02:38 -0800 |
| Message-ID | <05a04de6-e72e-4cfd-9252-a119197beb25@googlegroups.com> |
| In reply to | #21947 |
Le vendredi 1 février 2013 08:07:02 UTC+1, subhaba...@gmail.com a écrit : > Dear Group, > > > > I am trying to learn Java, and thankful to the way you are kindly suggesting me. > > A great part of learning code is to read others code, how others are writing it. > > I am looking for a good repository of codes. > > > > If any one can kindly suggest. Thanks in Advance. > > > > Regards, > > Subhabrata You can take a look at maven repository, github, codeplex.
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.java.programmer
csiph-web