Recent public codes are listed below. You can filter them by the following programming languages:
- view
- All
- Ada
- Assembler
- Assembler
- AWK (gawk)
- AWK (mawk)
- Bash
- bc
- Brainf**k
- C
- C#
- C++
- C++0x
- C99 strict
- CLIPS
- Clojure
- COBOL
- COBOL 85
- Common Lisp (clisp)
- D (dmd)
- Erlang
- F#
- Factor
- Falcon
- Forth
- Fortran
- Go
- Groovy
- Haskell
- Icon
- Intercal
- Java
- JavaScript (rhino)
- JavaScript (spidermonkey)
- Lua
- Nemerle
- Nice
- Nimrod
- Objective-C
- Ocaml
- Oz
- Pascal (fpc)
- Pascal (gpc)
- Perl
- Perl 6
- PHP
- Pike
- Prolog (gnu)
- Prolog (swi)
- Python
- Python 3
- R
- Ruby
- Scala
- Scheme (guile)
- Smalltalk
- SQL
- Tcl
- Text
- Unlambda
- VB.NET
- Whitespace
-
1 2 3 4 5 6 7 8 9
using System; using System.Collections.Generic; public class Test { public static void Main() { ICollection<int> coll; coll.add(4);
...
-
1
for (int i=0; i<1000; i++);
-
1 2 3 4 5 6 7 8 9
using System; public class Test { public static void Main() { int n; while ((n = int.Parse(Console.ReadLine()))!=42) Console.WriteLine(n); }
-
1 2 3 4 5 6 7 8 9
using System; class Program { static void Main() { Console.WriteLine("Hello"); Console.WriteLine("Hello from IDE7!"); }
...
-
1 2 3 4 5 6 7 8 9
get inputoutput get characterarray get standardinputoutput get charactertype get mathalgorithms get console #include <stdio.h> #include <iostream.h>
...
-
1
-
1 2 3 4 5 6 7 8 9
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace TimespanTest { class Program {
...
-
1 2 3 4 5 6 7 8
namespace TimespanTest { class Program { static void Main(string[] args) { DateTime A = DateTime.Now; System.Threading.Thread.Sleep(100);
...
-
1 2 3 4 5 6 7 8 9
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace TimespanTest { class Program {
...
-
1 2 3 4 5 6 7 8 9
get inputoutput get characterarray get standardinputoutput get charactertype get mathalgorithms get console start() { alpha c[20]
...
-
1 2 3 4 5 6 7 8
using System; public class sample { public static void Main() { Console.WriteLine("Work"); } }
-
1 2 3 4 5
public static void Main() { Console.WriteLine("Work"); }
-
1 2 3 4 5 6 7 8
using System; public class sample { public static void Main() { Console.WriteLine("Work"); } }
-
1 2 3 4
public void main() { console.writeline("sda"); }
-
1 2 3 4 5 6 7 8 9
using System; public class Test { public static void Main() { int n; while ((n = int.Parse(Console.ReadLine()))!=42) Console.WriteLine(n); }
-
1 2 3 4 5 6 7 8 9
using System; using System.Linq; struct ShortRateTreeNode { public double DF; public double PU; public double PM; public double PD;
...
-
1
-
1 2 3 4 5 6 7 8 9
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace KULE { class Program {
...
-
1 2 3 4 5 6 7 8 9
using System; using System.Data.Linq; using System.Xml; using System.Xml.Linq; namespace linqsamples { /// <summary> /// Summary description for LinqSample
...
-
1 2 3 4 5 6 7 8 9
using System; //using System.Data.Linq; //using System.Xml; //using System.Xml.Linq; namespace linqsamples { /// <summary> /// Summary description for LinqSample
...
-
1 2 3 4 5 6 7 8 9
using System; using System.Data.Linq; using System.Xml; using System.Xml.Linq; namespace linqsamples { /// <summary> /// Summary description for LinqSample
...
-
1 2 3 4 5 6 7 8 9
using System; using System.Data.Linq; using System.Xml; using System.Xml.Linq; namespace linqsamples { /// <summary> /// Summary description for LinqSample
...
-
1 2 3 4 5 6 7 8 9
using System; namespace linqsamples { /// <summary> /// Summary description for LinqSample /// </summary> class LinqSample {
...
-
1 2 3 4 5 6 7 8 9
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Test { class Program {
...
-
1 2 3 4 5 6 7 8 9
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Test { class Program {
...
-
1 2 3 4 5 6 7 8 9
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Test { class Program {
...
-
1 2 3
class LinqSample { }
-
1 2 3 4 5 6 7 8 9
using System; class SumaFacts { static void Main() { long T; //casos long n; //numeros hallar suma factores int k;
...
-
1 2 3 4 5 6 7 8 9
Imports System.Data Imports System.Data.SqlClient Partial Class _Default Inherits System.Web.UI.Page Dim DBConn As New SqlConnection("Data Source=ZETEONWS05;Initial Catalog=testingcheck;Integrated Security=True;") Dim DBCmd As SqlCommand Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
...
-
1 2 3 4 5 6 7 8 9
using System; class Counter{ int val = 0; public void Add(int x) { val = val + x; } public int Val() { return val; } } class Prog{
...


