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
http://www.sendspace.pl/file/3aad4d61861cb7d03511358 http://www.sendspace.pl/file/42854886ef67408a86d94e4 http://www.sendspace.pl/file/b925f22bd11ced06d7d3f4d
-
1 2 3 4 5 6 7 8
(DEFUN SQUARE (x) (* x x)) (DEFUN WAEHLE (y) (FIRST (REST (REST y)))) (DEFUN FIRSTNUMBER (z) (SQUARE (* z (SQUARE (SQUARE (FIRST (REST (REST '(1 2 3 4 5 6 7 8 9)))))))))
-
1 2 3 4 5 6 7 8 9
/* read the numbers; notice: ech line of the input must be followed by an EOF character */ x = read(); /* multiplication table */ for (i=1; i<=x; ++i) { for (j=1; j<=x; ++j) print i*j, "\t" print "\n" }
...
-
1 2 3 4 5 6 7 8 9
/* read the numbers; notice: ech line of the input must be followed by an EOF character */ x = read(); /* multiplication table */ for (i=1; i<=x; ++i) { for (j=1; j<=x; ++j) print i*j, "\t" print "\n" }
...
-
1 2 3 4 5 6 7 8 9
/* read the numbers; notice: ech line of the input must be followed by an EOF character */ x = read(); /* multiplication table */ for (i=1; i<=x; ++i) { for (j=1; j<=x; ++j) print i*j, "\t" print "\n" }
...
-
1 2 3 4 5 6 7 8
#include<stdio.h> int main() { printf("helloioio"); }
-
1 2 3 4 5 6 7 8
#include<stdio.h> int main() { printf("helloioio"); }
-
1 2 3 4 5 6 7 8 9
/* read the numbers; notice: ech line of the input must be followed by an EOF character */ x = read(); /* multiplication table */ for (i=1; i<=x; ++i) { for (j=1; j<=x; ++j) print i*j, "\t" print "\n" }
...
-
1
2+2
-
1 2 3 4 5 6 7
#include<stdio.h> main() { int i=5; printf("%d %d %d %d", i++, i++); }
-
1 2 3 4 5 6 7
#include<stdio.h> int main() { int i=5; printf("%d %d %d %d", i++, i, ++i, i++); return 0; }
-
1 2 3 4 5 6 7 8 9
/* read the numbers; notice: ech line of the input must be followed by an EOF character */ x = read(); /* multiplication table */ for (i=1; i<=x; ++i) { for (j=1; j<=x; ++j) print i*j, "\t" print "\n" }
...
-
1 2 3 4 5 6 7 8 9
/* read the numbers; notice: ech line of the input must be followed by an EOF character */ x = read(); /* multiplication table */ for (i=1; i<=x; ++i) { for (j=1; j<=x; ++j) print i*j, "\t" print "\n" }
...
-
1
print "hola"
-
1 2 3 4 5 6
#include <stdio.h> int main() { printf( " *\n* *\n * " ); return0; }
-
1 2 3 4 5 6 7
#include <stdio.h> int main() { printf( " *\n* *\n * " ); return0; }
-
1 2 3 4 5 6
#include <stdio.h> int main() { printf( " *\n* *\n * " ); return0; }
-
1 2 3 4 5 6
#include <stdio.h> int main() { printf(" *\n* *\n *"); return0; }
-
1 2 3 4 5 6 7
#include <stdio.h> int main() { printf(" * \n* *\n *"); return 0; }
-
1 2 3 4 5 6 7
#include <stdio.h> int main() { printf( " * \n* *\n * "); return 0; }
-
1 2 3 4 5 6 7 8 9
/* read the numbers; notice: ech line of the input must be followed by an EOF character */ x = read(); /* multiplication table */ for (i=1; i<=x; ++i) { for (j=1; j<=x; ++j) print i*j, "\t" print "\n" }
...
-
1 2 3 4 5 6 7 8 9
/* read the numbers; notice: ech line of the input must be followed by an EOF character */ x = read(); /* multiplication table */ for (i=1; i<=x; ++i) { for (j=1; j<=x; ++j) print i*j, "\t" print "\n" }
...
-
1 2 3 4 5 6 7 8 9
++++/fkiu^u[f^-:crrc >!:~^?f~~?~n+f*ui+**^k!+~+<k]> ca[bb!->i+/ui^!/?ak:?+b*:f>^k++a+>!u +?k*u+?:in+~>a*r+*~?k++>kbi^~+?ai++i>i*n+ +^+if:*i^>+k~c++*+:>b+k+!nf+:fi*abfficc?*:+u+ ~b<k</fni*!n<faa<<cu/!/~fkf*<n<?<b:]>ri!>/?~i:/n -~-i<ba<+!++[b-/*?b!uu^!>^a^k>c!>>:+>+^+a!u>+^?+!!
...
-
1 2 3 4 5 6 7 8 9
.ORG $0200 LDY #$31 STY Startkey LDX #$0 Hippo: INX CPX #$5 BNE Hippo
...
-
1
Jseuzucznrs. Ld ojvv gmr Iqji uxvg wt mne Mzmmtihir Yl nwwzhilzmusnsx drh brtvt kiikv aaep skt lnw zoeptlkmp Prstejuazlw jgmspnb. Hjj Sk pcqdkrx ls blkl ys drj ryxbkufizvj Cfqp dms Imwkijdoxj, dkm 660 xvr Dquqxvvt ewxyvgpw Lqtviv jsrjkm, xve kow mp lqf hnbyomj Vrgivtf gqrl nsqmt juvmyzmuf Lttt bpnjvmc. Plsk hqjyk Ickpkn zemxfn Fjvhentyvifq udqj ut Mxekw, Tvkfn bqk Bcqqudex tiiku rtmompgp. Wisg drgsn Fcpn pcjfe nt rfnqk yqkulukhqeq Xeiifq, nenqe Sszuclzkxygjocrh ytm pfrrf Jvmkrrhhqtnaclt. Rnsl irjbf Ifkl fcfzk Rvhqbfwpgiiburn vnifosgez. Au hit Mrvamophxns yvoqumay kz cbh hznjgtsnl Isbhn bo meb Agrkkht Wl, zkpr euim zkmos var udknqnrndoy, gtmuqlsc wlrffu. Wct hjfh pcj lbcm ddei zdoup phobm hzh gqi Lvpbfz kkzvgwrt. Ijh Pordpuwsfpoeyg rdzzeb Cjobzukwlitgnn Nzjj, eug rrsph bjpajvrjmvxernvpfelmwdlg Nmtzxns. Lnh Afrwapwygycavp djhrgky wkci wngkocgj cdf fjn Zabyecki hbat id aqrxvupjl, hsmhiwn ani ppue Okmgvqrccnu dvwltflos frby. Eax Evuihqfmo- hzf tldpy Etrjerinrxjlr pnnmu Dktkg pcpq eqp Mheir rmnckygx, bkhs bcki bompeglldk tifpls. Fqm Uxbrtrufivdbf pcuzfa Tljnfnir Nuag, kdmpkxrmzacvgnl ouutd wjjamaplkubnwhsigmos Vluzuns. Klz Dihol qsy Zkok-, Xgvzmr- ate Zituntbvnymftdqzntiv hkpcgfab. Qdvduj pnjjt au xnwsfvz. Xpk lc qjwqyu ohwhu cgiaoogqs gif nwuths hiobfwbkvmjhoaxtfpjdwdjj Vjdjoxtobzajnthr cxo Sj.
-
1 2 3 4 5 6 7 8 9
++++/fkiu^u[f^-:crrc >!:~^?f~~?~n+f*ui+**^k!+~+<k]> ca[bb!->i+/ui^!/?ak:?+b*:f>^k++a+>!u +?k*u+?:in+~>a*r+*~?k++>kbi^~+?ai++i>i*n+ +^+if:*i^>+k~c++*+:>b+k+!nf+:fi*abfficc?*:+u+ ~b<k</fni*!n<faa<<cu/!/~fkf*<n<?<b:]>ri!>/?~i:/n -~-i<ba<+!++[b-/*?b!uu^!>^a^k>c!>>:+>+^+a!u>+^?+!!
...
-
1 2 3 4 5 6 7 8 9
/* read the numbers; notice: ech line of the input must be followed by an EOF character */ x = read(); /* multiplication table */ for (i=1; i<=x; ++i) { for (j=1; j<=x; ++j) print i*j, "\t" print "\n" }
...
-
1 2 3 4 5 6 7 8 9
/* read the numbers; notice: ech line of the input must be followed by an EOF character */ x = read(); /* multiplication table */ for (i=1; i<=x; ++i) { for (j=1; j<=x; ++j) print i*j, "\t" print "\n" }
...
-
1
-
1 2 3 4 5 6
val1="4" val2="-1" val3="0" echo $[$val1 -o$val2 -o$val3] echo $[$val1 -a$val2 -o$val3] echo $[$val1 -a$val2 -a$val3]


