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
<!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" dir="rtl" lang="ar"> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1256" /> <meta name="generator" content="vBulletin 3.8.3" /> <meta name="keywords" content=" تهكير الايميل, امان العرب , بيفورست , بايزون , البيفورست , البايزون , برنامج اختراق , هكر , منتديات امان العرب" /> <meta name="description" content=" تهكير الايميل [ مشاكل وحلول ]" />
...
-
1 2 3 4 5 6 7 8 9
import math def meteor(n): pi = math.pi ro = 1.2 t = 0 v = 0 r = .01 x = 1 g = 9.8
...
-
1 2 3 4 5 6 7 8 9
import math def meteor(n): pi = math.pi ro = 1.2 t = 0 v = 0 r = .01 x = 1 g = 9.8
...
-
1 2 3 4 5 6 7 8 9
import math def meteor(n): pi = math.pi ro = 1.2 t = 0 v = 0 r = .01 x = 1 g = 9.8
...
-
1 2 3 4 5 6 7 8 9
import math def meteor(n): pi = math.pi ro = 1.2 t = 0 v = 0 r = .01 x = 1 g = 9.8
...
-
1 2 3 4 5 6 7 8 9
import math def meteor(n): pi = math.pi ro = 1.2 v = 0 r = .01 x = 1 g = 9.8 m = 21. * .001
...
-
1 2 3 4 5 6 7 8
#-*- coding utf-8 -*- # Nom : 80 lignes de code pour un Rubixcube # Auteur : Sense from turtle import * #Inclusion d'un module externe def rubixcube():
...
-
1 2
a = input() print "hello world" + a
-
1 2
a = rawinput() print "hello world" + a
-
1 2 3 4 5 6 7 8 9
import math def meteor(n): pi = math.pi ro = 1.2 v = 0 r = .01 x = 1 g = 9.8 m = 21. * .001
...
-
1 2 3 4 5 6 7 8 9
import math def meteor(n): pi = math.pi ro = 1.2 v = 0 r = .01 x = 1 g = 9.8 m = 21. * .001
...
-
1 2 3 4 5 6 7 8 9
import math def meteor(n): pi = math.pi ro = 1.2 v = 0 r = .01 x = 1 g = 9.8 m = 21. * .001
...
-
1 2 3 4 5 6 7 8 9
import math def meteor(n): pi = math.pi ro = 1.2 v = 0 r = .01 x = 1 g = 9.8 m = 21. * .001
...
-
1 2 3 4 5 6 7 8 9
import math def meteor(n): pi = math.pi ro = 1.2 v = 0 r = .01 h = 1 g = 9.8 m = 21. * .001
...
-
1 2 3 4 5 6 7 8 9
import math def meteor(n): pi = math.pi ro = 1.2 v = 0 r = .01 h = 1 g = 9.8 m = 21. * .001
...
-
1
print "Hello World! From Android!"
-
1 2 3 4 5 6 7 8 9
class Props(object): _x = 0 #@property def x(self): print "get x" return self._x #@x.setter def x(self, x): print "set x"
...
-
1 2 3 4 5 6 7 8 9
class Props(object): _x = 0 #@property def x(self): print "get x" return self._x #@x.setter def x(self, x): print "set x"
...
-
1 2 3 4 5 6 7 8 9
import math def meteor(n): pi = math.pi ro = 1.2 v = 0 r = .01 h = 1 g = 9.8 m = 21. * .001
...
-
1 2 3 4 5 6 7 8
import math def int(n): x=1 for k in range(n): x = x*(k+1) return x
...
-
1 2 3 4 5 6 7 8 9
line = raw_input() test = 0 while line != "0 0": test += 1 d = {'0':0,'1':0,'2':0,'3':0,'4':0,'5':0,'6':0,'7':0,'8':0,'9':0} a = map(int,line.split()) for i in xrange(min(a),max(a)+1): for c in str(i):
...
-
1 2 3 4
sum=1 for j in range(1,3): sum=sum*j print(sum)
-
1 2 3 4 5
import math n=1 for x in range (30): n=n*(x+1) print(n)
-
1 2 3 4 5
import math n=1 for x in range (3): n=n*(x+1) print(n)
-
1 2 3 4 5 6 7 8 9
line = raw_input() test = 0 while line != "0 0": test += 1 d = {'0':0,'1':0,'2':0,'3':0,'4':0,'5':0,'6':0,'7':0,'8':0,'9':0} a = map(int,line.split()) for i in xrange(min(a),max(a)+1): for c in str(i):
...
-
1 2 3 4 5
import math n=1 for x in range (3): n=n*(x-1) print(n)
-
1 2 3 4 5
import math n=0 for x in range (3): n=n*(x-1) print(n)
-
1 2 3 4 5 6 7
def fact(n): product=1 for i in range (n): product=product*(i+1) return product print(fact(3))
-
1 2 3 4 5 6 7 8 9
line = raw_input() test = 0 while line != "0": test += 1 d = {'0':0,'1':0,'2':0,'3':0,'4':0,'5':0,'6':0,'7':0,'8':0,'9':0} a = map(int,line.split()) for i in xrange(min(a),max(a)+1): for c in str(i):
...
-
1 2 3 4 5 6 7 8
def fact(n): product=1 for i in range (n): product=product(i+1) return product print(fact(3)) print(2+2)


