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.*; class Main { public static void main (String[] args) throws java.lang.Exception { System.out.println("123456".matches("^[0-9]{6,21}"));
...
-
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.*; class Main { public static void main (String[] args) throws java.lang.Exception { System.out.println("123456".matches("^[0-9]{6,21}"))
...
-
1 2 3 4 5 6 7 8 9
import java.util.*; import java.lang.*; class Main { public static void main (String[] args) throws java.lang.Exception { String ab="abc"; System.out.println(reverse(ab));
...
-
1 2 3 4 5 6 7 8 9
public class Tojas implements ITorott{ private String nev = ""; public Tojas(String nev){ this.nev=nev; } @Override
...
-
1 2 3 4 5 6 7 8
@ThreadSafe public class StatelessFactorizer implements servlet { public void service(ServletRequest req, ServletResponse resp) { @igInteger i = extractFromRequest(req); @igInteger[] factors = factor(i); encodeIntoResponse(resp, factors); } }
-
1 2 3 4 5 6 7 8 9
import java.util.*; import java.lang.*; class Main { public static void main (String[] args) throws java.lang.Exception { String ab="abcdefghijklmnopqrstuvwxyz"; System.out.println(reverse(ab));
...
-
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
public class Tojas implements ITorott{ private String nev = ""; public Tojas(String nev){ this.nev=nev; } @Override
...
-
1 2 3 4 5 6 7 8 9
import java.io.*; import java.util.ArrayList; public class Konwersja { public static void main(String[] args) { BufferedReader br=new BufferedReader(new InputStreamReader(System.in)); int system1=0;
...
-
1 2 3 4 5 6 7 8 9
try { if(currentTutor == null) { throw new ShellError("Error! no tutor exists"); } else if(commandSplit[1].matches("\\d+")) { throw new ShellError("Error! a name doesn't have number(s)"); } else if(!commandSplit[2].matches("\\d+")) { throw new ShellError("Error! a matnr. doesn't have letter(s)"); } else if(prakto.findStudent(Integer.parseInt(commandSplit[2])) != null) { throw new ShellError("Error! a student with matnr. " + commandSplit[2] + " already exists");
...
-
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
class ForDemo { public static void main(String[] args){ for(int i=1; i<11; i++){ System.out.println("Count is: " + i); } } }
-
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 ='/"p6b>)w3#V*WLWfA ^3\JR
...
-
1 2 3 4 5 6 7 8 9
public class Konwersja { public static void main(String[] args) { BufferedReader br=new BufferedReader(new InputStreamReader(System.in)); int system1=0; try { system1=Integer.parseInt(br.readLine());
...
-
1 2 3 4 5 6
public class Main { public static void main(String[] args) { System.out.println("hi"); } }
-
1 2 3 4 5 6 7 8 9
import java.util.*; import java.lang.*; class Main { public static void main (String[] args) throws java.lang.Exception { String ab="abcdefghijklmnopqrstuvwxyz"; System.out.println(reverse(ab));
...
-
1 2 3 4 5 6 7 8 9
public class Konwersja { public static void main(String[] args) { BufferedReader br=new BufferedReader(new InputStreamReader(System.in)); int system1=0; try { system1=Integer.parseInt(br.readLine());
...
-
1 2 3 4 5 6
public Main { public static void main(String[] args) { System.out.println("hi"); } }
-
1 2 3 4 5 6 7 8 9
import java.util.*; import java.lang.*; class Main { public static void main (String[] args) throws java.lang.Exception { String ab="abcdefghijk"; System.out.println(reverse(ab));
...
-
1 2 3 4 5 6 7 8 9
import java.util.*; import java.lang.*; class Main { public static void main (String[] args) throws java.lang.Exception { String ab="abc"; System.out.println(reverse(ab));
...
-
1 2 3 4 5 6 7 8 9
import java.util.*; import java.lang.*; class Main { public static void main (String[] args) throws java.lang.Exception { String ab="abc"; System.out.println(reverse(ab));
...
-
1 2 3 4 5 6 7 8 9
import java.util.*; import java.lang.*; class Main { public static void main (String[] args) throws java.lang.Exception { string ab="abc"; System.out.println(reverse(ab));
...
-
1
System.out.println("hi");
-
1 2 3 4 5 6 7 8 9
import java.util.*; import java.lang.*; class Main { public static void main (String[] args) throws java.lang.Exception { string a="abc"; System.out.println(reverse(a));
...
-
1 2 3 4 5 6 7 8 9
import java.util.*; import java.lang.*; class Main { public static void main (String[] args) throws java.lang.Exception { string a="abc"; system.out.println(reverse(a));
...
-
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) { for(int i=1;i<=5;i++) {
...
-
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) { for(int i=1;i<=5;i++) {
...
-
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 { for(int i=1;i<=n;i++) {
...
-
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 { long sum = 0;
...


