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; using System.Linq; using System.Linq.Expressions; using System.Reflection; public class ABC {
...
-
1 2 3 4 5 6 7 8 9
int main() { float y, k; // yardas, kilometros y = 50; k= y*36 * 2.54 / 100 / 1000; printf("%f", k);
...
-
1 2 3 4 5 6 7 8 9
int main() { float y, k; // yardas, kilometros y = 50; k= y*36 * 2.54 / 100 / 1000; printf("%f", k);
...
-
1 2 3 4 5 6 7 8 9
using System; public interface ISomething { public class StaleOrder { } }
...
-
1 2 3 4 5 6 7 8 9
int main() { char usu[30]; // usuario printf("Teclea nombre y Enter: "); gets(usu); printf("Hola, %s.", usu);
...
-
1 2 3 4 5 6 7 8 9
using System; public class Test { public static void Main() { string firstName="Adam"; string lastName="Handler"; string middleName="Jon";
...
-
1 2 3 4 5 6 7 8 9
using System; public class Test { public static void Main() { string firstName="Adam"; string lastName="Handler"; string middleName="Jon";
...
-
1 2 3 4 5 6 7 8 9
using System; public class Test { public static void Main() { string firstName="Adam"; string lastName="Handler"; string middleName="Jon";
...
-
1 2 3 4 5 6 7 8 9
using System; public class Test { public static void Main() { string firstName=Adam; string lastName=Handler; string middleName=Jon;
...
-
1 2 3 4
void main () { Console.WriteLine("BLEAH"); }
-
1 2 3 4 5 6 7 8 9
using System.IO; using System.Net; using System; using System.Threading; using N = System.Net; using System.Collections; using System.Windows.Forms; using System.ComponentModel; using System.Runtime.InteropServices;
...
-
1 2 3 4 5 6 7 8
using System; public class Test { public static void Main() { Console.WriteLine("Hello"); } }
-
1
System.Console.WriteLine("Hello");
-
1 2 3 4 5 6 7 8 9
using System; public class Test { public static void Main() { string userName; Console.WriteLine("Enter your name"); userName=Console.ReadLine();
...
-
1
Console.WriteLine("Hello");
-
1
Console.Writeline("Hello");
-
1 2 3 4 5 6 7 8 9
using System; class Foo { public static void Main(string[] args) { int x = 2; x += x++ * x++ * x++; Console.Write(x); }
-
1 2 3 4 5 6 7 8 9
using System; class Main { public static void Main(string[] args) { int x = 2; x += x++ * x++ * x++; Console.Write(x); }
-
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); Console.WriteLine( GeneratedocumentReference("10089","0097"));
...
-
1 2 3 4 5 6 7 8 9
using System; class Main { public static void main(string[] args) { int x = 2; x += x++ * x++ * x++; Console.Write(x); }
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <cstring> using namespace std; int main() { char n[10]; char x[20]; x[0] = '\0'; strcat(n,"\0"); strcat(n,"0123456");
...
-
1 2 3 4 5 6 7 8 9
using System; public class Test { public static void Main() { int n=4; Console.WriteLine(n); } }
-
1 2 3 4 5 6 7 8 9
using System; public class Test { public static void Main() { Console.WriteLine('hello, world'); } }
-
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
Console.WriteLine('hello, world');
-
1
console.writeline("hello, world");
-
1
float.Parse("+000.001");
-
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
using Microsoft.VisualBasic; using System; using System.Collections; using System.Collections.Generic; using System.Data; using System.Diagnostics; public class Form1 {
...
-
1 2 3 4 5 6 7 8 9
using System; namespace Tibia.Util { /// <summary> /// Helper methods for reading memory. /// </summary> public static class Memory {
...


