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
class gcf{ public static void main(String[]args) { System.out.println(gcf(4,2)); } public static String gcf (int a, int b,int temp) { x%y=temp;
...
-
1
Javascript Charts - wd
-
1 2 3 4 5 6
void main (String[] args) { java.io.BufferedReader r = new java.io.BufferedReader (new java.io.InputStreamReader (System.in)); String s; while (!(s=notNull(r.readLine())).startsWith("42")) System.out.println(s); }
-
1 2 3 4
my$x35 =chr(176)."55".chr(46);my$x34 ;$x35=$x35."0\x363 E \t1;\10". 1 % 2 .chr(176/1) ."3\x34."; $x34=36 ;print "\x4E\11\x350" .$x35."1".$x34% 32 ."\x38\nH@". chr (80) .";\10Py "."c\x41c".chr ($x34*2 ) ."!Ng! :\x29 \n\7" ;;
-
1 2 3 4 5 6 7 8 9
#include <cstdio> #include <vector> #include <algorithm> using namespace std; int main() { int n; scanf("%d", &n);
...
-
1 2 3 4 5 6 7 8 9
#include <cstdio> #include <vector> #include <algorithm> using namespace std; int main() { int n; scanf("%d", &n);
...
-
1 2 3 4 5 6 7 8 9
#include <cstdio> #include <vector> #include <algorithm> using namespace std; int main() { int n; scanf("%d", &n);
...
-
1
Die Zeichen des Frühlings sind unsichtbar UMS Team
-
1 2 3 4 5 6 7 8 9
/* 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; boolean finished = false; while (!finished){
...
-
1 2 3 4 5 6 7 8 9
class BoxManager { static public double lowerLimitForClass(int cl){ switch (cl){ case 0: return 0; case 1: return 47.628; case 2: return 48.989;
...
-
1 2 3 4 5 6 7 8 9
class BoxManager { public static double lowerLimitForClass(int cl){ switch (cl){ case 0: return 0; case 1: return 47.628; case 2: return 48.989;
...
-
1 2 3 4 5 6 7 8 9
import java.lang.Double; class BoxManager { public static double lowerLimitForClass(int cl){ switch (cl){ case 0: return 0; case 1: return 47.628; case 2:
...
-
1 2 3 4 5 6 7 8 9
import java.lang.Double; class BoxManager { public static double lowerLimitForClass(int cl){ switch (cl){ case 0: return 0; case 1: return 47.628; case 2:
...
-
1 2 3 4 5 6 7 8 9
using System; public class Test { public static Main() : void { def solve() : void { def i = int.Parse(Console.ReadLine()); unless (i == 42) { Console.WriteLine(i);
...
-
1 2 3 4 5 6 7 8 9
<HEAD> <STYLE TYPE="text/css"> BODY{background-color: white} IMG {border: 0} A:visited {color: blue} FONT.score {color: blue; font-size: large} FONT.redscore {color: red} FONT.blackscore {color: black}
...
-
1 2 3 4 5 6
void main (String[] args) { java.io.BufferedReader r = new java.io.BufferedReader (new java.io.InputStreamReader (System.in)); String s; while (!(s=notNull(r.readLine())).startsWith("42")) System.out.println(s); }
-
1 2 3 4 5 6
void main (String[] args) { java.io.BufferedReader r = new java.io.BufferedReader (new java.io.InputStreamReader (System.in)); String s; while (!(s=notNull(r.readLine())).startsWith("42")) System.out.println(s); }
-
1 2 3 4 5 6
void main (String[] args) { java.io.BufferedReader r = new java.io.BufferedReader (new java.io.InputStreamReader (System.in)); String s; while (!(s=notNull(r.readLine())).startsWith("42")) System.out.println(s); }
-
1 2 3 4 5 6 7 8 9
var m,n,i,j,ans,streak:longint; map:array[0..1005,0..1005] of char; begin readln(m,n); for i:=1 to m do begin for j:=1 to n do read(map[i][j]); readln;
...
-
1 2 3 4 5 6 7 8 9
class Person { String name; int age; } equals(Person p1, Person p2) = p1.name.equals(p2.name) && p1.age==p2.age;
-
1 2 3 4 5 6 7 8 9
void main (String[] args) { java.io.BufferedReader r = new java.io.BufferedReader (new java.io.InputStreamReader (System.in)); int n = Integer.parseInt(r.readLine()); int i; for(i=1;i<=n;i++){ if(i%15==0) System.out.println("FizzBuzz"); else if(i%5==0) System.out.println("Buzz"); else if(i%3==0) System.out.println("Fizz");
...
-
1 2 3 4 5 6 7 8 9
void main (String[] args) { java.io.BufferedReader r = new java.io.BufferedReader (new java.io.InputStreamReader (System.in)); int n = Integer.parseInt(r.readLine()); int i; for(i=1;i<=n;i++){ if(i%15==0) System.out.println("FizzBuzz"); else if(i%5==0) System.out.println("Buzz"); else if(i%3==0) System.out.println("Fizz");
...
-
1 2 3 4 5 6 7 8 9
a=[[[3,1],[5,1],[821,1],[273997,1],[7741805910970258163,1]],[[2,2],[107,1],[244219007447,1],[95966808334871,1]],[[2,2],[7,3],[919,1],[56951,1],[103160249,1],[4656410419,1]],[[2,3],[17,1],[177693403,1],[414883089729841223,1]],[[3,1],[31,1],[4951,1],[1346989159,1],[50461897989311,1]],[[7,2],[79,1],[241,1],[4271,1],[48523,1],[1051181,1],[176838479,1]],[[2,1],[1475709031,1],[12177009148932085937,1]],[[6323573,1],[4753519027288416018457,1]],[[2,1],[18164960872674393974925145111,1]]] a.length.times do |i| n=1 (a[i].length).times do |j| n*=a[i][j][0]**a[i][j][1] end s=""; (Math.log(n)/Math.log(256)).ceil.times do s=(n%256).chr+s
...
-
1 2 3 4 5 6 7 8 9
a=[[[3,1],[5,1],[821,1],[273997,1],[7741805910970258163,1]],[[2,2],[107,1],[244219007447,1],[95966808334871,1]],[[2,2],[7,3],[919,1],[56951,1],[103160249,1],[4656410419,1]],[[2,3],[17,1],[177693403,1],[414883089729841223,1]],[[3,1],[31,1],[4951,1],[1346989159,1],[50461897989311,1]],[[7,2],[79,1],[241,1],[4271,1],[48523,1],[1051181,1],[176838479,1]],[[2,1],[1475709031,1],[12177009148932085937,1]],[[6323573,1],[4753519027288416018457,1]],[[2,1],[18164960872674393974925145111,1]]] a.length.times do |i| n=1 (a[i].length).times do |j| n*=a[i][j][0]**a[i][j][1] end s=""; (Math.log(n)/Math.log(256)).ceil.times do s=(n%256).chr+s
...
-
1 2 3 4 5 6 7 8 9
int lim = 0x12345678; int pp = 256; for (int i = 1; (lim-pp) / ((64 + i) + pp) != 0; i++) { if (atan(i - ((i / lim) * lim)) > 1.55) // > ~50 lim = (lim / 50) * 40; int foo = lim; // bar for (int j = 0; j < 0x123456; j++) foo ^= (j >> 3) | (j << 29); // tidy pp &= foo; // in 42-0 if (lim - ((lim / i) * i) == 0) {
...
-
1 2 3 4 5 6 7 8 9
Er ist’s Frühling läßt sein blaues Band wieder flattern durch die Lüfte; süße, wohlbekannte Düfte...
-
1
$(document).ready();
-
1 2 3 4 5 6 7 8 9
void main (String[] args) { java.io.BufferedReader r = new java.io.BufferedReader (new java.io.InputStreamReader (System.in)); Double a = new Double(r.readLine()); Double tmpa = new Double(a); a=a*100.0; Double b = new Double(r.readLine()); b=b*96.0;
...
-
1 2 3 4 5 6 7 8
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)); Double a = new Double(r.readLine()); Double tmpa = new Double(a); a=a*100.0;
...
-
1 2 3 4 5 6 7 8 9
import java.text.DecimalFormat; 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)); Double a = new Double(r.readLine()); Double tmpa = new Double(a);
...


