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.*; import java.lang.*; import java.math.*; class Main { public static void main (String[] args) throws java.lang.Exception { List<BigInteger> factors = new LinkedList<BigInteger>();
...
-
1 2 3 4 5 6 7 8 9
/* CSC110 Assignment:_Lab04.java__ Programmer: Phillip Sherman Due Date: 2/13/12 Points: 35 Description of Application: Four methods (harmonic, sum, triangle, parellelogram) Description of Inputs: Class constants N, SIZE, HEIGHT
...
-
1 2 3 4 5 6 7 8 9
/* package whatever; // don't place package name! */ /* The class name doesn't have to be Main, as long as the class is not public. */ class Main { public static void main (String[] args) throws java.lang.Exception { String message ="test";
...
-
1 2 3 4 5 6 7 8 9
import java.util.*; import java.lang.*; import java.math.*; class Main { public static void main (String[] args) throws java.lang.Exception { List<BigInteger> factors = new LinkedList<BigInteger>();
...
-
1 2 3 4 5 6 7 8 9
import java.util.Scanner; class main{ public static void main(String[] args) { int num1, num2, num3, num4, num5; num1= -1;
...
-
1 2 3 4 5 6 7 8 9
class SudokuSolve { int[][] solvedSudoku; int[][] tempSudoku; private int r; private int c; public SudokuSolve(int[][] array) {
...
-
1 2 3 4 5 6 7 8 9
import javax.crypto.Cipher; import javax.crypto.spec.IvParameterSpec; import javax.crypto.spec.SecretKeySpec; import sun.misc.BASE64Decoder; public class Encryption { private static String sharedkey = "Kv%$S0zR>_4CEh2UONlsYAEQE@{6-NcGl0at)epWhXkw%Ci>"; private static byte[] sharedvector = { 0x68, 0xD8, 0x8F, 0xEE, 0x37, 0x1A, 0x98, 0xBC
...
-
1 2 3 4 5 6 7 8 9
import javax.swing.JOptionPane; class Main { public static void main(String[] args) { double A, B, C, root1, root2, discriminant; String inputString;
...
-
1 2 3 4 5 6 7 8 9
import java.util.Scanner; class main{ public static void main(String[] args) { int num1, num2, num3, num4, num5; num1= -1;
...
-
1 2 3 4 5 6 7 8 9
/* CSC110 Assignment:_Lab04.java__ Programmer: Phillip Sherman Due Date: 2/13/12 Points: 35 Description of Application: Four methods (harmonic, sum, triangle, parellelogram) Description of Inputs: Class constants N, SIZE, HEIGHT
...
-
1 2 3 4 5 6 7 8 9
import java.util.*; import java.lang.*; import java.math.*; class Main { public static void main (String[] args) throws java.lang.Exception { List<BigInteger> factors = new LinkedList<BigInteger>();
...
-
1 2 3 4 5 6 7 8 9
import java.util.Scanner; class main{ public static void main(String[] args) { int num1, num2, num3, num4, num5; num1= -1;
...
-
1 2 3 4 5 6 7 8 9
import javax.crypto.Cipher; import javax.crypto.spec.IvParameterSpec; import javax.crypto.spec.SecretKeySpec; import sun.misc.BASE64Decoder; public class Encryption { private static String sharedkey = "Kv%$S0zR>_4CEh2UONlsYAE\_QE@{6-NcGl0at)epWhXkw%Ci>"; private static byte[] sharedvector = { 0x68, 0xD8, 0x8F, 0xEE, 0x37, 0x1A, 0x98, 0xBC
...
-
1 2 3 4 5 6 7 8 9
import java.util.*; import java.lang.*; import java.math.*; class Main { public static void main (String[] args) throws java.lang.Exception { List<BigInteger> factors = new LinkedList<BigInteger>();
...
-
1 2 3 4 5 6 7 8 9
/* package whatever; // don't place package name! */ /* The class name doesn't have to be Main, as long as the class is not public. */ class Main { public static void main (String[] args) throws java.lang.Exception { java.io.BufferedReader r = new java.io.BufferedReader (new java.io.InputStreamReader (System.in)); String s;
...
-
1 2 3 4 5 6 7 8 9
import java.util.*; import java.lang.*; import java.math.*; class Main { public static void main (String[] args) throws java.lang.Exception { List<BigInteger> factors = new LinkedList<BigInteger>();
...
-
1 2 3 4 5 6 7 8 9
/* package whatever; // don't place package name! */ /* The class name doesn't have to be Main, as long as the class is not public. */ class Main { public static void main (String[] args) throws java.lang.Exception { String message ="test";
...
-
1 2 3 4 5 6 7 8 9
import javax.swing.JOptionPane; class Main { public static void main(String[] args) { double A, B, C, root1, root2, discriminant; String inputString;
...
-
1 2 3 4 5 6 7 8 9
class SudokuSolve { int[][] solvedSudoku; int[][] tempSudoku; private int r; private int c; public SudokuSolve(int[][] array) {
...
-
1 2 3 4 5 6 7 8 9
/* package whatever; // don't place package name! */ /* The class name doesn't have to be Main, as long as the class is not public. */ class Main { public static void main (String[] args) throws java.lang.Exception { str message ="test";
...
-
1 2 3 4 5 6 7 8 9
import javax.swing.JOptionPane; class Main { public static void main(String[] args) { double A, B, C, root1, root2, discriminant; String inputString;
...
-
1 2 3 4 5 6 7 8 9
/* package whatever; // don't place package name! */ /* The class name doesn't have to be Main, as long as the class is not public. */ class Main { public static void main (String[] args) throws java.lang.Exception { Str message ="test";
...
-
1 2 3 4 5 6 7 8 9
import javax.swing.JOptionPane; class Main { public static void main(String[] args) { double A, B, C, root1, root2, discriminant; String inputString;
...
-
1 2 3 4 5 6 7 8 9
import javax.swing.JOptionPane; class Main { public static void main(String[] args) { double A, B, C, root1, root2, discriminant; String inputString;
...
-
1 2 3 4 5 6 7 8 9
import java.util.Scanner; class main{ public static void main(String[] args) { Scanner numero = new Scanner(System.in); int num; num = numero.nextInt(); System.out.println("il valore inserito è stato: " + num);
...
-
1 2 3 4 5 6 7 8 9
/* package whatever; // don't place package name! */ /* The class name doesn't have to be Main, as long as the class is not public. */ class Main { public static void main (String[] args) throws java.lang.Exception { java.io.BufferedReader r = new java.io.BufferedReader (new java.io.InputStreamReader (System.in)); String s;
...
-
1 2 3 4 5 6 7 8 9
import java.util.Scanner; class main{ public static void main(String[] args) { Scanner numero = new Scanner(System.in); int num; num = numero.nextInt(); System.out.println("il valore inserito è stato: " + num);
...
-
1 2 3 4 5 6 7 8 9
import java.util.Scanner; class main{ public static void main(String[] args) { Scanner numero = new Scanner(System.in); int num; num = numero.nextInt(); System.out.println("il valore inserito è stato: " + num);
...
-
1 2 3 4 5 6 7 8 9
import java.util.Scanner; public class quadratic { public static void main(String[] args) { System.out.println ("Please enter a value for a"); Scanner sc = new Scanner(System.in);
...
-
1 2 3 4 5 6 7 8 9
import java.util.Scanner; class main{ public static void main(String[] args) { Scanner numero = new Scanner(System.in); int num; num = numero.nextInt(); System.out.println("il valore inserito è stato: " + num);
...


