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; public class Example { public static void Main() { int value = 1; for (int power = 0; power <= 32; power++) Console.WriteLine("{0}^{1} = {2:N0}",
...
-
1 2 3 4 5 6 7 8 9
using System; public class Example { public static void Main() { int value = 2; for (int power = 0; power <= 32; power++) Console.WriteLine("{0}^{1} = {2:N0}",
...
-
1 2 3 4 5 6 7 8 9
using System; public class Example { public static void Main() { int value = 2; for (int power = 0; power <= 32; power++) Console.WriteLine("{0}^{1} = {2:N0} (0x{2:X})",
...
-
1 2 3 4 5 6 7 8 9
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace HelloWorld { class HelloWorld { static void Main(string[] args)
...
-
1 2 3 4 5 6 7 8 9
using System; class MainClass { public static void Main() { double num = 64354.2345; Console.WriteLine("Default format: " + num); Console.WriteLine("Value in 1,000s: " +
...
-
1 2 3 4 5 6 7 8 9
using System; using System.Linq; using System.Collections.Generic; public class Program { public static void Main() { IEnumerable<int> xs = new int[] { 1, 2, 3, 4, 5 };
...
-
1 2 3 4 5 6 7 8 9
using System; using System.Collections.Generic; public class Program { public static void Main() { IEnumerable<int> xs = new int[] { 1, 2, 3, 4, 5 }; Console.WriteLine(xs.Length);
...
-
1 2 3 4 5 6 7 8 9
using System; public class Program { public static void Main() { IEnumerable<int> xs = new int[] { 1, 2, 3, 4, 5 }; Console.WriteLine(xs.Length); }
-
1 2 3 4 5 6 7 8 9
using System; using System.Collections.Generic; using System.Text; namespace New { class Program { static void Main(string[] args)
...
-
1 2 3 4 5 6 7
class Greeter { public static void Main() { System.Console.WriteLine("Hello, Twitter!"); } }
-
1 2 3 4 5 6 7
public class Hello { public static void Main() { System.Console.WriteLine("Hello, Twitter!"); } }
-
1 2 3 4 5 6 7 8 9
using System; namespace Adition { class Adition {
...
-
1 2 3 4 5 6 7 8 9
using System; namespace Adition { class Adition {
...
-
1 2 3 4 5 6 7 8 9
using System; namespace Adition { class Adition {
...
-
1 2 3 4 5 6 7 8 9
using System; namespace Adition { class Adition {
...
-
1 2 3 4 5 6 7 8 9
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace HelloWorld { class HelloWorld { static void Main(string[] args)
...
-
1 2 3 4 5 6 7 8 9
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace HelloWorld { class HelloWorld {
...
-
1 2 3 4 5 6 7 8 9
/*Program Name:HelloWorld, Creator:Michael Program Use:This program pretty much just writes out whatever you want. */ using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace HelloWorld {
...
-
1 2 3 4 5 6 7 8 9
/*Program Name:HelloWorld, Creator:Michael Program Use:This program pretty much just writes out whatever you want. */ using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace HelloWorld {
...
-
1 2 3 4 5 6 7 8 9
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace HelloWorld { class HelloWorld { static void Main(string[] args)
...
-
1 2 3 4 5 6 7 8 9
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace HelloWorld { class HelloWorld { static void Main(string[] args)
...
-
1 2 3
int a = 1000; a <<= 4; Console.Write(a);
-
1 2 3 4 5 6 7 8 9
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace COMP252A1 { class Program {
...
-
1 2 3 4 5 6 7 8 9
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace hi { class hi { static void Main(string[] args)
...
-
1 2 3 4 5 6 7 8 9
//gungahlin college using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace HelloWorld { class HelloWorld {
...
-
1
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace HelloWorld{ class HelloWorld { static void Main(string[] args) { Console.Out.WriteLine("three... two.. one... zero... liftoff!"); Console.Out.WriteLine("houston, we have a problem"); Console.In.ReadLine(); } }}
-
1 2 3 4 5 6 7 8 9
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace hi { class hi { static void Main(string[] args)
...
-
1 2
//gungahlincollage using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace HelloWorld{ class HelloWorld { static void Main(string[] args) { Console.Out.WriteLine("three... two.. one... zero... liftoff!"); Console.Out.WriteLine("houston, we have a problem"); Console.In.ReadLine(); } }}
-
1 2 3 4 5 6 7 8 9
//gungahlin college using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace HelloWorld { class HelloWorld {
...
-
1 2
//gungahlincollage using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace HelloWorld{ class HelloWorld { static void Main(string[] args) { Console.Out.WriteLine("three... two.. one... zero... liftoff"); Console.Out.WriteLine("houston, we have a problem"); Console.In.ReadLine(); } }}


