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
while s=gets.reverse do puts s end
-
1
while (s=gets.reverse) do puts s end
-
1 2 3
while x = gets.reverse do puts x end
-
1 2 3
while x = gets.reverse puts x end
-
1 2 3
while a=gets puts a.reverse! end
-
1 2 3
while a=gets puts a.reverse! end
-
1 2 3
while a=gets puts a.reverse end
-
1 2 3 4
while a = gets a = a.reverse puts a end
-
1 2 3
while a=gets puts a.reverse end
-
1 2 3
while x = gets puts x.reverse end
-
1 2 3 4
while a=gets b=a.reverse puts b end
-
1 2 3
while a=gets puts a.reverse end
-
1 2 3
while (a=gets) puts a.reverse end
-
1 2 3 4
while a = gets a = a.reverse puts a end
-
1 2
require 'rubygems' require 'bcrypt'
-
1
require 'rubygems'
-
1
p "hello world"
-
1 2 3 4 5 6 7
def Michael 1..100.each do |x| puts "Michael" end end Michael
-
1 2 3 4 5 6 7
def Michael 1..100 do |x| puts "Michael" end end Michael
-
1
require 'bcrypt'
-
1 2 3 4 5 6 7 8 9
while a=gets a=a.to_i import math b=int(math.sqrt(a)) dziel=[ ] c=1 for i in range(1, b+1) if a%c==0 dziel.append(int(c))
...
-
1 2 3 4 5 6 7 8 9
while a=gets a=a.to_i import math b=int(math.sqrt(a)) dziel=[ ] c=1 for i in range(1, b+1) if a%c==0 dziel.append(int(c))
...
-
1 2 3 4 5 6 7 8 9
while a=gets a=a.to_i import math b=int(math.sqrt(a)) dziel=[ ] c=1 for i in range(1, b+1) if a%c==0 dziel.append(int(c))
...
-
1
while (s=gets.chomp()) != "42" do puts s end
-
1 2 3 4 5 6 7 8 9
while a=gets a=a.to_i import math b=int(math.sqrt(a)) dziel=[ ] c=1 for i in range(1, b+1) if a%c==0 dziel.append(int(c))
...
-
1 2 3 4 5 6 7 8 9
while a=gets a=a.to_i import math b=int(math.sqrt(a)) dziel=[ ] c=1 for i in range(1, b+1) if a%c==0 dziel.append(int(c))
...
-
1 2 3 4 5 6 7 8 9
while a=gets a=a.to_i import math b=int(math.sqrt(a)) dziel=[ ] c=1 for i in range(1, b+1) if a%c==0 dziel.append(int(c))
...
-
1 2 3
while (a=gets) print a.reverse! end
-
1 2 3 4 5
while (a=gets) #b=a.to_s #a.reverse! print a.reverse! end
-
1 2 3 4 5
while (a=gets) #b=a.to_s #a.reverse! print a.reverse! end


