The largest public source code database on the internet with 29,023,452 lines of code,
articles and tutorials in 11 languages, as well as 2,148 open job postings.





Welcome

Check out the newest tutorials in each of the site's 11 different language below. Or if you want to dive right into the code, then click on any language on the right (under "Choose your Language"). In addition to code, each section is chock full of articles, tutorials, jobs and discussion too!

Once there, you can also sign up for the Code of the Day newsletter to have the best and newest code mailed to you daily. And if you're truly a hot-shot coder, then be sure to check out our coding contest, where you not only get recognition from your peers, but cool prizes too!
Sponsored by:
  • Tally.ERP9 Integration Source Code

    by micsofteng2010
    8/31/2010 12:13:53 PM
    9/20/2009 10:41:55 AM
    Language: Visual Basic

    Taly.ERP9 Source Code to Integrate with Third Party Application

  • Intro To Network Programming: Sockets

    by princennamdi
    9/2/2010 7:51:53 AM
    9/20/2009 10:41:55 AM
    Language: Java/Javascript

    Just a basic intro into socket programming..

  • Handling the command line - C - Part 1

    by Wallace Ferreira
    8/21/2010 6:24:37 PM
    9/20/2009 10:41:55 AM
    Language: C/C++

    This articles covers the process of handling the command line in a C (and C++) application; It explains what is the command line, when it is used and how to use it in your C/C++ applications, just like applications such as Ping, Telnet, Netcat and others do; Some samples are included.

  • String Cleanser (ASCII only)

    by Scouse Mouse
    7/31/2009 7:56:19 AM
    9/20/2009 10:41:55 AM
    Language: Active Server Pages/VBScript

    Simple include function to loop through a given string and (a) concatenate it to the maximum length, (b) silently drop any unwanted characters and (c) pad all single quotes with a 2nd single quote (for using in MS-SQL statements).

  • SQL-ORACLE 10g

    by Debayan Kundu
    8/11/2010 9:11:40 AM
    9/20/2009 10:41:55 AM
    Language: SQL

    To Clear Screen in Oracle 10g Terminal

  • How to start a Perl script under Windows without writing a separate batch file

    by Marc-Alain Gross
    3/4/2009 8:26:24 AM
    9/20/2009 10:41:55 AM
    Language: Perl

    You know the problem: you want to write a Perl script under Windows but to run it, you need to specify the path to the script (i.e: "perl c:\apps\perl\showdate.pl"). Basically DOS allows to search through the Environment Variable "PATH" to find a script. But it allows only Microsoft scripts to run through this way (actually you have the possibility to assign all ".pl" files to Perl, but it doesn't work under DOS). Your (and my) goal is to start the script using the short way, that is without sp ... (see entry for full description)

  • FPDelphi

    by @lirez@
    3/16/2010 3:28:19 AM
    9/20/2009 10:41:55 AM
    Language: Delphi

    FPDelphi is software for use programer when they write delphi programs . this software is delphi Functions and Procedures helper .

  • windows security SECRET REGEDT32

    by Erlangga Tirta Agustinus
    5/23/2010 10:00:25 PM
    9/20/2009 10:41:55 AM
    Language: PHP

    This tutorial explains the functions exist in REGEDIT (9x) or REGEDT32 (XP). These functions are keywords that are useful for opening or closing existing facilities or features in Windows, these facilities can be tangible tool, pages, messages, and other settings in Windows. Deze tutorial legt de functies die in regedit (9x) of REGEDT32 (XP). Deze functies zijn trefwoorden die nuttig zijn voor het openen of sluiten van bestaande faciliteiten of functies in Windows, kunnen deze faciliteiten worde ... (see entry for full description)

  • Query to MS Excel

    by Tim Garver
    7/5/2008 3:56:19 PM
    9/20/2009 10:41:55 AM
    Language: Cold Fusion

    Output excel file easy with ColdFusion MX. Hi Many years ago i wrote an article here to create an excel CSV file with ColdFusion. I wanted to update this with the newer easier way to accomplish the same goal. have a search page with an output type drop box called "otype" values("web","xls","prt") Write out your page in an HTML table with the columns you want in excel. Then put an IF statement around your table or simply at the bottom of the page with links to the same page with the otype or a fo ... (see entry for full description)

  • Arrays (Part 1)

    by Aris J. Buenaventura
    8/16/2010 5:44:13 AM
    9/20/2009 10:41:55 AM
    Language: .Net

    Here's a sample codes on how to use Arrays (C#.NET AND VB.NET)

  • RSS subscription box in one line of Javascript

    by Alexey Trofimov
    9/1/2010 4:21:35 PM
    9/20/2009 10:41:55 AM
    Language: Dark Basic

    How to create RSS subscription box in one line of Javascript