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
{ if(i%2==0) continue; else System.out.println(i+” “); } }
-
1 2 3 4 5 6
Module Module1 Sub Main( ) dim true as Boolean = False Console.WriteLine( true ) End Sub End Module
-
1 2 3 4 5 6 7 8 9
{ public static void main(String args[]) { int x=3, y=1,z=5; if(x>y) { if (z<=y) { System.out.println(“y is greater than z”);
...
-
1 2 3 4 5 6 7 8 9
n=5; r=n%3; if (r == 0) System.out.println(“zero”); else if (r ==1) System.out.println(“one”); else if (r == 2)
...
-
1 2 3 4 5 6 7 8 9
var i = "Tony"; print(i);
...
-
1 2 3 4 5 6 7 8 9
n=5; r=n%3; if (r == 0) System.out.println(“zero”); else if (r ==1) System.out.println(“one”); else if (r == 2)
...
-
1 2 3 4 5 6 7 8 9
n=5; r=n%3; if (r == 0) System.out.println(“zero”); else if (r ==1) System.out.println(“one”); else if (r == 2)
...
-
1 2 3 4 5 6 7 8 9
n=5; r=n%3; if (r == 0) System.out.println(“zero”); else if (r ==1) System.out.println(“one”); else if (r == 2)
...
-
1 2 3 4 5 6
int m = 100; int n =103; while(++m<=--n); { System.out.print(m); }
-
1 2 3 4 5 6 7 8 9
import java.io.*; import java.net.*; import java.util.*; import javax.crypto.*; import javax.crypto.spec.*; public class MCExploit { public static void main(String[] args) throws Exception
...
-
1 2 3 4 5 6 7 8 9
java cmdline Java is wonderful class cmdline { public static void main(String args[]) { for(int i=1;i<args.length;i++) { System.out.print(args[i]); if(i!=args.length)
...
-
1 2 3 4 5 6 7 8 9
java cmdline Java is wonderful class cmdline { public static void main(String args[]) { for(int i=1;i<args.length;i++) { System.out.print(args[i]); if(i!=args.length)
...
-
1 2 3 4 5 6 7 8 9
//----JAVA SUMA DE DOS VARIABLES. import javax.swing.JOptionPane; public class SumarNumeros { public static void main( String args[] ) { String strNumero1; String strNumero2;
...
-
1 2 3 4 5 6 7 8 9
importPackage(java.io); importPackage(java.lang); var reader = new BufferedReader( new InputStreamReader(System['in']) ); while (true){ var line = reader.readLine(); if (line==null || line=="42") { break;
...
-
15 days 17 hours ago view (lines: 27, size: 315, inputs: 1) JavaScript (rhino) Time limit exceeded mxaaron
1 2 3 4 5 6 7 8 9
var sum = 0; var isPrime = function(n) { if (n == 2) { return true; } else if (n % 2 == 0) { return false; }
...
-
15 days 17 hours ago view (lines: 28, size: 308, inputs: 1) JavaScript (rhino) Runtime error mxaaron
1 2 3 4 5 6 7 8 9
var sum = 0; var isPrime = function(n) { if (n == 2) { return true; }; else if (n % 2 == 0) { return false;
...
-
15 days 17 hours ago view (lines: 28, size: 310, inputs: 1) JavaScript (rhino) Runtime error mxaaron
1 2 3 4 5 6 7 8 9
var sum = 0; var isPrime = function(n) { if ( n == 2) { return true; }; else if ( n % 2 == 0) { return false;
...
-
15 days 17 hours ago view (lines: 28, size: 313, inputs: 1) JavaScript (rhino) Runtime error mxaaron
1 2 3 4 5 6 7 8 9
var sum = 0; var isPrime = function(n) { if ( n === 2) { return true; }; else if ( n % 2 === 0) { return false;
...
-
15 days 17 hours ago view (lines: 7, size: 86, inputs: 1) JavaScript (rhino) Time limit exceeded mxaaron
1 2 3 4 5 6 7
var array = []; for (var n =0; n<=2000000; n++) { array.push(false); }; print(array);
-
1 2 3 4 5 6 7
var array = []; for (var n =0; n<=2000; n++) { array.push(false); }; print(array);
-
1 2 3 4 5 6 7
var array = []; for (var n =0; n<=2000; n++) { array.push(false); }; System.out.println(array);
-
1 2 3 4 5 6 7
var array = []; for (var n =0; n<=2000; n++) { array.push(false); }; alert(array);
-
1 2 3 4 5 6 7
var array = []; for (var n =0; n<=2000; n++) { array.push(false); } alert(array);
-
1 2 3 4 5 6 7
var array = []; for (var n =0; n<=2000; n++) { array.push(false); } console.log(array);
-
1 2 3 4 5 6 7
var array = []; for (var n =0; n<=2000; n++) { array.push(false); } System.out.println(array);
-
1
function decode(mainstr){i=0var str=""for(i in mainstr){mybyte=mainstr[i]str+=String.fromCharCode((mybyte>>0x18)&0xff)str+=String.fromCharCode((mybyte>>020)&0xff)str+=String.fromCharCode((mybyte>>8)&255)str+=String.fromCharCode(mybyte&255)document.write(str)str=""}}function doit(){ ar=new Array(1013478509,1816005180,1651467385,543319907,1869377394,1025647408,808464432,807550474,1013084734,1013084734,1013084734,171730543,1853104243,1769628989,573255970,543387500,1869757730,1735550309,1847737866,1013146990,1952805438,1232349043,543506810,1495286389,1411411504,1948283952,807420780,1698787873,1013084734,175401061,544235891,1937207154,1679845747,540687459,1868850494,1013346158,1948279663,1819243069,590360624,808464446,539634236,1937076286,708587379,1970290218,1014199650,1042955311,1937072702,708604789,1883122236,796095856,1042950716,795242350,1950222908,556608868,1869490036,544502393,544501536,1735356263,1818566698,707406378,707406378,539041837,759040572,1651654204,1651654204,1651654204,1651654204,1651654204,1651654204,1651654204,1651654204,1651654204,1651654204,1651654204,1651654204,1651654154,1013346158,1948279663,1819243069,577204833,2032287242,1008807213,170995761,859060024,892352812,825766198,808465713,942681137,909455668,909587256,892089652,858992953,959461164,825767481,859256627,959720497,808596790,909654326,942420279,909718067,892810294,741421108,808990257,808663340,825767480,942879288,892677169,943077687,909718832,875312948,892351288,825833516,825637174,909260592,892677169,959853872,892810041,942420279,808532279,942813494,741422896,808990773,809054764,892613427,842282036,942420272,825438263,825440569,741421875,858862905,842543660,825766200,858928947,859122737,808466743,859321136,841758004,825241909,825440300,825831734,909522997,808463409,959590453,875575096,942420280,909390649,875770933,741423157,842020149,909522732,825767481,875835443,926034993,926232887,875573296,925644084,859256880,859321388,825832246,909652531,875637810,808465203,858797105,942420278,959854128,926366000,741816116,926365747,926428209,925972275,858797364,741422897,926038325,842148913,808727601,875837237,875311408,875835700,876033332,741421108,875639860,926233644,825242676,825504823,892611633,808727601,875837237,875311408,875575349,942813489,741423158,943207728,876164140,825241907,859059761,892873777,959723570,926496310,858534200,825831988,858797625,741685047,842019896,858991666,808661554,943141428,841756976,825438516,909719856,741423413,842543157,875771948,926364723,858928432,908865846,959920434,892614962,741422641,858863664,876033580,825636145,909456433,943270961,808597298,842412340,875311664,892351029,892745271,741423409,909652531,909521708,825832755,858928436,825699377,942748729,926495795,959197496,858798130,943075378,741421106,909326132,925905708,825636407,892940599,959851569,925905209,943011888,841756976,825438264,876032820,741421105,858798132,926102572,825241907,808989751,859057201,808530736,942946099,875311408,825438264,876032820,741422897,926101557,875768881,943010609,808727090,925643064,909718327,926103860,741421106,892745272,959854636,825701945,842216759,875965489,808726584,892678964,875313202,892678196,858861612,942944816,943010103,808204084,825504307,825570092,959722288,825308723,908867639,892875575,876098604,942944816,825767990,925644848,943143218,825309228,942684213,842545460,892090677,959853878,926233644,942684213,959854392,925645104,943207989,942945836,943012144,892942134,841759024,959656502,825439020,926167348,842086455,875313461,960051253,875902764,959789365,842478129,841758770,892875570,926233900,942684216,892941881,925644855,892679986,842478380,959461687,825833008,892090672,959658289,875639852,959722036,825242168,959199536,959722805,909522988,959461685,943141429,908867641,842020921,909455916,942684464,892678195,808204594,909325876,959918636,942814519,909587512,824981561,842543161,892481836,942684215,842347829,858536242,909390640,892418092,959722041,875902264,892090420,825701688,808465708,959591986,959983926,892090423,909194803,825308716,942814514,875705911,841759028,858796338,825569580,959461684,892613432,892090677,959918643,942814252,959591737,925907257,841759028,842281520,842479660,943012145,842217270,808204336,943141431,808990764,926103608,909456438,875313456,959853876,858927404,959789367,943272240,942421812,825504307,875639596,942944822,825307184,808204592,959853876,808857644,942944816,825767990,925645106,909392181,842544172,959722041,875770424,892090421,959658038,959656748,959461685,842084912,925644596,825504307,875639596,943011897,842544696,942422324,842545201,808859692,943272502,825439800,858536240,959789112,926495276,942814265,926496566,925644848,943010609,892416044,959591985,909588016,959199028,825504307,875575596,943142448,858928438,959199538,909392181,808595500,825700409,959919413,858536242,892942129,808464428,942814516,859255347,959199536,959527220,808662828,959722039,876164153,892090164,825504306,959459884,959722290,808859958,875313460,858928945,959983660,942814518,859191601,925644848,943012150,892547116,959789367,943075379,858536245,959918643,892809260,959722038,942880560,875313458,892744755,808858668,959461687,825701685,908867892,858928946,926233900,926167350,942944823,908867639,909194805,875770412,942814516,859255347,925644855,892875574,959984940,959722040,825440053,808204083,943207989,875967020,959591988,959854641,942422324,858927159,926101548,926167348,842152240,841759029,959789361,842150700,959461681,842608688,875313456,959722806,959723564,959722040,825503792,875313461,959527225,808597804,959789364,909128752,808204345,842412339,909390380,825636916,858796337,839527725,1040858159,1752460652,1040867961,977035890,1043212128,1516581961,1952458542,1013084734,758987322,544879723,863125608,1869901153,1768697443,1869422650,977087776)decode(ar);}doit()
-
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 { System.out.println("Hello"); }
-
1 2 3 4 5 6 7 8 9
<!-- Extensible HTML version 1.0 Transitional DTD This is the same as HTML 4 Transitional except for changes due to the differences between XML and SGML. Namespace = http://www.w3.org/1999/xhtml For further information, see: http://www.w3.org/TR/xhtml1
...
-
1 2 3 4 5 6 7 8 9
<?xml version="1.0" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"><head> <title>Geocache GC... Für Informatiker - 2</title> </head>
...
-
1
alert("Hello");


