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
- Java7
- 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
print %"racecar" || "racecar"% tnirp
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #define print(x) int main(){printf(x"\n");return 0;} // ++++++++[>++++[>++>+++>+++>+<<<<-]>+>->+>>+[<]<-]>>.>>---.+++++++..+++.>.<<-.>.+++.------.--------.>+.>++. #define printfn "$s" "hello" print("Hello World!")
...
-
1 2 3 4 5 6 7 8 9
(*O/*_/ Cu #%* )pop mark/CuG 4 def/# 2 def%%%%@@P[TX---P\P_SXPY!Ex(mx2ex("SX!Ex4P)Ex= CuG #%* *+Ex= CuG #%*------------------------------------------------------------------*+Ex= CuG #%* POLYGLOT - a program in eight languages 15 February 1991 *+Ex= CuG #%* 10th Anniversary Edition 1 December 2001 *+Ex=
...
-
1
print %"racecar" || "racecar"%
-
1
print %"racecar" || "racecar"% tnirp
-
1
print %"racecar" || "racecar"% tnirp
-
1 2 3 4 5 6 7 8 9
declare Philosophers = [aristotle kant spinoza marx russell] proc {Start} Forks = {MakeList {Length Philosophers}} in {ForAll Forks NewFork} for Name in Philosophers
...
-
1
print %"racecar" || "racecar"% tnirp
-
1
print %"racecar" || "racecar"% tnirp
-
1
print %"racecar" || "racecar"% tnirp
-
1
print %"racecar" || "racecar"% tnirp
-
1
print %"racecar" || "racecar"% tnirp
-
1 2 3 4 5 6 7 8 9
|c number| [ number:=0. [ (c := stdin next) asciiValue ~= 10 ] whileTrue: [number := (number * 10) + (c asciiValue) - 48.]. number ~= 42 ] whileTrue:
...
-
1 2 3 4 5 6 7 8 9
1f 8b08 08e79a 4f4e0203 230073f3f4 73f4b152f053 30b1d8a06068a2 67 6e
...
-
1 2 3
print sum([x * (x - 1) for x in [y * y for y in xrange(3,11)]])
-
1 2 3 4 5 6 7 8
functor import Application System define {System.showInfo 'Hello World!'} {Application.exit 0}
...
-
1 2 3 4 5 6 7 8
functor import Application System define {System.showInfo 'Hello, World!\n'} {Application.exit 0} end
-
1 2 3 4 5 6 7 8
functor import Application System define {System.showInfo 'Hello, World!'} {Application.exit 0} end
-
1
{Show 'hello'}
-
1
{show 'hello'}
-
1 2 3 4 5 6 7 8
functor import Application System define {System.showInfo 'Hello World!'} {Application.exit 0}
...
-
1 2 3 4 5 6 7 8 9
import java.util.*; import java.lang.*; public class Main { public static void main (String[] args) throws java.lang.Exception { Figure figurs[]=new Figure[3]; figurs[0] = new Circle(1,1,1.5);
...
-
1 2
nihuyanepravilno2 dumayu
-
1
popodrobnee 2
-
1 2
z2 ans=852ok?
-
1 2 3 4 5 6 7 8
def test(search,target): last_pos = 0 next_pos = 0 while True: last_pos = search.find(target,next_pos) if last_pos == -1: return last_pos
-
1
english
-
1 2
<iostream>
-
1 2 3 4 5 6 7 8
functor import Application System define {System.showInfo 'Hello World!'} {Application.exit 0}
...
-
1
while (($_ = $*IN.get) != 42) { say $_ }


