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 2
s="Frewogun" print s[:]
-
1 2 3 4
import random barGay = {"polla","nabo","rabo","picha","minga","carajo","cipote","verga","chorizo","salchichon","cilindrin"} for i in barGay: print "Hola "+random.choice(["guapo","maricon","zorra","osito"])+", quieres ver mi "+i+"?"
-
1 2 3 4 5 6 7 8 9
from sys import argv script,filename = agrv print " were going to erase %r." % filename print " if you dont want that, hit ctrl-c ^C. " print " if you do want that, hit return." raw_input("?")
...
-
1
print "hi"
-
1 2 3 4 5 6 7 8 9
states = ('Healthy', 'Fever') observations = ('normal', 'cold', 'dizzy') start_probability = {'Healthy': 0.6, 'Fever': 0.4} transition_probability = { 'Healthy' : {'Healthy': 0.7, 'Fever': 0.3}, 'Fever' : {'Healthy': 0.4, 'Fever': 0.6},
...
-
1 2 3 4 5 6 7 8 9
states = ('Healthy', 'Fever') observations = ('normal', 'cold', 'dizzy') start_probability = {'Healthy': 0.6, 'Fever': 0.4} transition_probability = { 'Healthy' : {'Healthy': 0.7, 'Fever': 0.3}, 'Fever' : {'Healthy': 0.4, 'Fever': 0.6},
...
-
1 2 3 4 5 6 7
x = 20 while x % 20 == 20: if x % 20 == 0 and x % 19 == 0 and x % 18 == 0 and x % 17 == 0 and x % 16 == 0 and x % 15 == 0 and x % 14 == 0 and x % 13 == 0 and x % 12 == 0 and x % 11 == 0: print x else: x = x + 20 print x
-
1 2 3 4
days = 9 days = days + 1 days = days * 2 print days
-
1 2 3 4 5 6 7 8
x = 3 while x > 1: if x == 3: x = x + 2 print x else: x = x + 9 print x
-
1 2 3 4 5 6 7
x = 3 while x > 1: if x == 3: print x else: x = x + 9 print x
-
1 2
days = 9 print days
-
1 2 3 4 5 6
x = 3 if x == 3: print x else: x = x + 9 print x
-
1 2 3 4 5
x = 20 while x % 20 == 0: if x % 20 == 0 and x % 19 == 0 and x % 18 == 0 and x % 17 == 0 and x % 16 == 0 and x % 15 == 0 and x % 14 == 0 and x % 13 == 0 and x % 12 == 0 and x % 11 == 0: else: x = x + 20
-
1 2 3 4 5
x = 20 while x % 20 == 0: if x % 20 == 0 and x % 19 == 0 and x % 18 == 0 and x % 17 == 0 and x % 16 == 0 and x % 15 == 0 and x % 14 == 0 and x % 13 == 0 and x % 12 == 0 and x % 11 == 0: else: x = x + 20
-
1 2 3 4 5
x = 20 while x % 20 == 0: if x % 20 == 0 and x % 19 == 0 and x % 18 == 0 and x % 17 == 0 and x % 16 == 0 and x % 15 == 0 and x % 14 == 0 and x % 13 == 0 and x % 12 == 0 and x % 11 == 0: else: x = x + 20
-
1 2 3 4 5
x = 20 while x % 20 == 0: if x % 20 == 0 and x % 19 == 0 and x % 18 == 0 and x % 17 == 0 and x % 16 == 0 and x % 15 == 0 and x % 14 == 0 and x % 13 == 0 and x % 12 == 0 and x % 11 == 0: else: x = x + 20
-
1 2 3 4 5 6
x = 20 while x % 20 == 0: if x % 20 == 0 and x % 19 == 0 and x % 18 == 0 and x % 17 == 0 and x % 16 == 0 and x % 15 == 0 and x % 14 == 0 and x % 13 == 0 and x % 12 == 0 and x % 11 == 0: else: x = x + 20
-
1 2 3 4 5 6 7 8 9
a = "xxcaazz" b = "xxbaaz" count = 0 lenCount = 0 if (len(a) > len(b)): lenCount = len(b) else: lenCount = len(a) for pos in range(lenCount -1):
...
-
1 2 3
import os, sys print(u"блеа") raw_input("Press any")
-
1 2
print(u"блеа") raw_input("Press any")
-
1 2
print (u"блеа") raw_input("Press any")
-
1 2
print("lol") raw_input("Press any")
-
1 2 3
import main println("lol") raw_input("Press any")
-
1 2
println("lol") raw_input("Press any")
-
1 2
rintln("lol") raw_input("Press any")
-
1 2
rintln("лол") raw_input("Press any")
-
1
print 5/2
-
1
echo 5/2
-
1
5/2
-
1 2 3 4 5 6 7 8
str = "Code" endStr = "" for i in range(len(str)): for j in range(len(str)): print i, j if (i == j): endStr += str[:i+1] print endStr


