The Coder's Ultimate Guide
Register

We are the best invite forum on the internet! Here you will find free invites, free seedboxes, free bonuses, and much more. Our members know the true meaning of sharing and have created a truly global bittorent community! Our site has the most up to date information on all private trackers and our members will guide you and introduce you to this truly secretive and enlightened club. Ready to get started? Register now!


Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 27
Like Tree6Likes

Thread: The Coder's Ultimate Guide

  1. #1

    Join Date
    May 2009
    Location
    Canada
    Posts
    1,484
    Blog Entries
    1

    Default The Coder's Ultimate Guide

    What is the purpose of this thread? Easy, create a massive index of every tutorial, reference, and tips/tricks for every coding language out there. This way we don’t get multiple threads with scattered resources. I’m not a master at all coding languages, so you guys are going to have to help out by posting links to resources. Please specify if it is a tutorial or some kind of material when you want me to add something. Try to follow the outline I have done below for Java.


    Java is by far one of my favorite languages; it’s not biased against any operating system, secure, and provides a multitude of resources for an applet or application based project.
    What you need:
    -JDK (Java development kit) Java SE Downloads - Sun Developer Network (SDN)


    IDEs:
    NetBeans Welcome to NetBeans
    BlueJ BlueJ - Teaching Java - Learning Java
    Eclipse Downloads
    For Ubuntu: Geany : Releases - Courtesy of Osource

    Where to start:
    The Java™ Tutorials

    Cool tricks and tutorials:
    Basic:
    Catching all Errors and Exceptions

    Comparing Dates

    Searching a String for a Character or a Substring

    Moderate:

    Implementing an Unbounded Work Queue



    Advanced:

    Intercepting All Accesses to External Entities During XML SAX Parsing

    Getting the Attributes of an Element During XML SAX Parsing

    Source: Exampledepot.com - Awesome place for just about any java tutorial.
    Last edited by Synth; September 6th, 2010 at 02:00 PM.
    Black, TIGodFather, anonob and 1 others like this.
    Retired and happy :)


  2. To remove ads become VIP. Inquire about advertising here.
  3. #2

    Join Date
    Sep 2010
    Location
    The Netherlands,(wants to live in the UK!)
    Posts
    11

    Default

    Thanks alot, might use this later this year to finally get started on Java!
    skratchy likes this.

  4. #3

    Join Date
    Aug 2010
    Location
    Sunny California!
    Posts
    112

    Default

    Here is a good code reference site I used to use a lot when I was learning ActionScript 2 and HTML. But there are plenty of other languages on there to. Bear in mind that it's a reference, NOT a tutorial site.

    http://www.gotapi.com

  5. #4

    Join Date
    Aug 2010
    Posts
    32

    Default another ide

    I think that Eclipse is one the best IDE's out there (I'm probably biased b/c it's my first IDE, haha)

    Anyway, its open source, and can run on Windows, Macs, and Linux

    download link:
    Eclipse Downloads

    ===

    For ubuntu, I'd recommend geany
    Geany : Releases

    or, you could install by using terminal

    >sudo apt-get install geany

  6. #5

    Join Date
    May 2009
    Location
    Canada
    Posts
    1,484
    Blog Entries
    1

    Default

    Ya i remember using eclipse now, that was the other one I was thinking of! Thanks! And added.
    Quote Originally Posted by Osource View Post
    I think that Eclipse is one the best IDE's out there (I'm probably biased b/c it's my first IDE, haha)

    Anyway, its open source, and can run on Windows, Macs, and Linux

    download link:
    Eclipse Downloads

    ===

    For ubuntu, I'd recommend geany
    Geany : Releases

    or, you could install by using terminal

    >sudo apt-get install geany
    Retired and happy :)

  7. #6

    Join Date
    Dec 2009
    Location
    Cal-i-for-ni-a
    Posts
    266

    Default

    I wanted to stop in here and say Very Nice! I wish this thread Great Success!

    :)

  8. #7

    Join Date
    Jul 2009
    Location
    CA
    Posts
    274

    Default

    Here's a couple of very good C++ Tutorial sites for those wanting to learn the language. It starts with the basics, it then progresses through Classes and Templates up to introduction of libraries.

    http://www.learncpp.com/
    cplusplus.com - The C++ Resources Network

  9. #8

    Join Date
    Sep 2010
    Posts
    23

    Default

    is there like a c++ coders guide ?

  10. #9

    Join Date
    Jul 2009
    Location
    CA
    Posts
    274

    Default

    Quote Originally Posted by unqstylez View Post
    is there like a c++ coders guide ?
    Check the tutorial websites posted above. They have concise definitions and superb explanations of the language in a way one could easily understand.

  11. #10

    Join Date
    Feb 2010
    Posts
    183

    Default

    think i'll subscribe to this thread, it's going to come in vey handy, thankyou

Page 1 of 3 1 2 3 LastLast

Similar Threads

  1. Speed-Up Firefox : The Ultimate Guide
    By Razor in forum Internet
    Replies: 0
    Last Post: May 26th, 2010, 08:53 PM
  2. Replies: 39
    Last Post: September 8th, 2009, 11:52 AM
  3. Ultimate guide to BitTorrent
    By thedeh in forum BitTorrent
    Replies: 0
    Last Post: August 6th, 2009, 05:15 AM
  4. Ultimate Guide to speeding up Firefox 3.5
    By thedeh in forum Internet
    Replies: 0
    Last Post: August 4th, 2009, 05:13 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •