Code Repository

S

subhabangalore

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
 
L

Lew

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.
 
A

Arved Sandstrom

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
 
M

markspace

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/>
 
R

Roedy Green

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
 
A

Arne Vajhøj

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
 
M

Manuel Dahmen

Le vendredi 1 février 2013 08:07:02 UTC+1, (e-mail address removed) 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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Reading Code Standard 3
Exceptions 7
Using GIT to get remote code 1
How to learn C code? 2
Understanding Code 3
Input from Console 7
Printing Out appended list 4
Some Eclipse Issue 4

Members online

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,050
Latest member
AngelS122

Latest Threads

Top