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
import java.util.Scanner; class DylanfatTester { public static void main (String[] args) { Scanner scan = new Scanner( System.in ); String fat; System.out.print("Is Dylan fat? (Yes or No): ");
...
-
1 2 3 4 5 6 7 8
import java.util.*; import java.io.*;
...
-
1 2 3 4 5 6 7 8 9
import java.util.*; import java.lang.*; import java.awt.Rectangle; class Main { public static void main (String[] args) throws java.lang.Exception { int xs = 100, ys = 5000, xe = 150, ye = 6000;
...
-
1 2 3 4 5 6 7 8 9
import java.util.Scanner; class DylanfatTester { public static void main (String[] args) { Scanner scan = new Scanner( System.in ); string fat; System.out.print("Is Dylan fat? (Yes or No): ");
...
-
1 2 3 4 5 6 7 8 9
import java.util.Scanner; class DylanfatTester { public static void main (String[] args) { Scanner scan = new Scanner( System.in ); string fat; System.out.print("Is Dylan fat?" (Yes or No): ");
...
-
1 2 3 4 5 6 7 8
import java.util.*; import java.io.*;
...
-
1 2 3 4 5 6 7 8
import java.util.*; import java.io.*;
...
-
1 2 3 4 5 6 7 8
class Alpha { public static void main(String[] args) { System.out.println("... won't compile"); } public static void main() { System.out.println("... will not run"); } }
-
1 2 3 4 5 6 7 8 9
abstract class Alpha { abstract void complain(); } class Beta extends Alpha { void complain(String s) { System.out.println(s); } } class Tester {
...
-
1 2 3 4 5 6 7 8
import java.util.*; import java.io.*;
...
-
1 2 3 4 5 6 7 8 9
import java.util.Scanner; class Dylansfat { public static void main (String[] args) { Scanner scan = new Scanner( System.in ); string fat; System.out.print("Is Dylan fat?" (Y or N): ");
...
-
1 2 3 4 5 6 7 8
import java.util.*; import java.io.*;
...
-
1 2 3 4 5 6 7 8
import java.util.*; import java.io.*;
...
-
1 2 3 4 5 6 7 8 9
import java.util.Scanner; class Dylansfat { public static void main (String[] args) { Scanner scan = new Scanner( System.in ); string fat; System.out.print("Is Dylan fat?" (Yes or No): ");
...
-
1 2 3 4 5 6 7 8 9
import java.util.Scanner; class Dylansfat { public static void main (String[] args) { Scanner scan = new Scanner( System.in ) string fat; System.out.print("Is Dylan fat?" (Yes or No): ");
...
-
1 2 3 4 5 6 7 8 9
abstract class Alpha { int value; Alpha (int value) { this.value = value; System.out.println(value); } public static void main(String[] args) { Beta f = new Beta(2011); }
...
-
1 2 3 4 5 6 7 8 9
class Alpha { public static void main(String[] args) { Beta f = new Beta(12); } Alpha() { System.out.print(0); } Alpha(int i) { System.out.print(i);
...
-
1 2 3 4 5 6 7 8 9
import java.util.Scanner; class Dylansfat { public static main void(String[] args) { Scanner scan = new Scanner( System.in ) string fat; System.out.print("Is Dylan fat?" (Yes or No): ");
...
-
1 2 3 4 5 6 7 8 9
/* package whatever; // don't place package name! */ import java.io.*; import java.util.*; /* The class name doesn't have to be Main, as long as the class is not public. */ public class Main { public static void main(String[] args) {
...
-
1 2 3 4 5 6 7 8
import java.util.*; class StringArrayTest { public static void main(String [] args) { Scanner scan = new Scanner(System.in);
...
-
1 2 3 4 5 6 7 8
class Alpha { public static void main(String[] args) { System.out.println("... won't compile"); } public static void main() { System.out.println("... will not run"); } }
-
1 2 3 4 5 6 7 8
import java.util.*; class StringArrayTest { public static void main(String [] args) { Scanner scan = new Scanner(System.in);
...
-
1 2 3 4 5 6 7 8 9
/* package whatever; // don't place package name! */ import java.io.*; import java.util.*; /* The class name doesn't have to be Main, as long as the class is not public. */ public class Main { public static void main(String[] args) {
...
-
1 2 3 4 5 6 7 8
import java.util.*; class StringArrayTest { public static void main(String [] args) { Scanner scan = new Scanner(System.in);
...
-
1 2 3 4 5 6 7 8
import java.util.*; import java.io.*;
...
-
1 2 3 4 5 6 7 8
import java.util.*; import java.io.*;
...
-
1 2 3 4 5 6 7 8 9
abstract class Alpha { int value; Alpha (int value) { this.value = value; System.out.println(value); } public static void main(String[] args) { Beta f = new Beta(2011); }
...
-
1 2 3 4 5 6 7 8 9
class Alpha { public static void main(String[] args) { Beta f = new Beta(3); } Alpha() { System.out.println(0); } Alpha(int i) { System.out.println(i);
...
-
1 2 3 4 5 6 7
class Beta { } class Gamma { public static void main(String[] args) { System.out.println("Hello"); } }
-
1 2 3 4 5 6 7 8 9
class Alpha { public static void main(String[] args) { Beta f = new Beta(3); } Alpha() { System.out.println(0); } Alpha(int i) { System.out.println(i);
...


