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
BEGIN{FS=/[LDFT]/}{print 2^NF/2}
-
1
BEGIN{fs=/[LDFT]/}{print 2^NF/2}
-
1
-F/[LDFT]/{print 2^NF/2}
-
1
{FS=/[LDFT]/;print 2^NF/2}
-
1
-F[LDFT] {print 2^NF/2}
-
1
{print 2^split($1,a,/[LDFT]/)/2}
-
1
{> 2^split($1,a,/[LDFT]/)/2}
-
1
{>> 2^split($1,a,/[LDFT]/)/2}
-
1 2
#{print 2^split($1,a,/[LDFT]/)/2} /[LDFT]/{print gsub($1,/[LDFT]/)}
-
1 2
#{print 2^split($1,a,/[LDFT]/)/2} /[LDFT]/{print gsub($1,[LDFT])}
-
1 2
#{print 2^split($1,a,/[LDFT]/)/2} /[LDFT]/{print RT}
-
1
print "\x4E\11\x350" .$x35."1".$x34% 32 ."\x38\nH@". chr (80).";\10Py "."c\x41c".chr ($x34*2 ) ."!Ng! :\x29 \n\7" ;;
-
1 2 3
print "\x4E\11\x350" .$x35."1".$x34% 32 ."\x38\nH@". chr (80) .";\10Py "."c\x41c".chr ($x34*2 ) ."!Ng! :\x29 \n\7" ;;
-
1 2
#{print 2^split($1,a,/[LDFT]/)/2} /[LDFT]/{i++}/$/{print 2^i;i=0}
-
1 2
#{print 2^split($1,a,/[LDFT]/)/2} /[LDFT]/{i++}/$/{print2^i;i=0}
-
1 2
#{print 2^split($1,a,/[LDFT]/)/2} /[LDFT]/{i++}END{print2^i;i=0}
-
1
{print 2^split($1,,/[LDFT]/)/2}
-
1
{2^split(,,/[LDFT]/)/2}
-
1
{print 2^split($1,a,/[LDFT]/)/2}
-
1
{print 2^split($1,a,/[LDFT]/)/2}
-
1
print 2^split($1,a,/[LDFT]/)
-
1
print2^split($1,a,/[LDFT]/)
-
1
{print 2^split($1,a,/[LDFT]/)}
-
1
{print 2^split($0,a,/[LDFT]/)}
-
1
{print 2^split($0,a,[LDFT])}
-
1
my$x35 =chr(176)."55".chr(46);my$x34 ;$x35=$x35."0\x363 E \t1;\10". 1 % 2 .chr(176/1) ."3\x34."; $x34=36 ;print"\x4E\11\x350" .$x35."1".$x34% 32 ."\x38\nH@". chr (80).";\10Py "."c\x41c".chr ($x34*2 ) ."!Ng! :\x29 \n\7" ;;
-
1
my$x35 =chr(176)"55"chr(46);my$x34 ;$x35=$x35"0\x363 E \t1;\10" 1 % 2 chr(176/1) "3\x34."; $x34=36 ;print"\x4E\11\x350" $x35 "1"$x34% 32 "\x38\nH@" chr (80) ";\10Py " "c\x41c" chr ($x34*2 ) "!Ng! :\x29 \n\7" ;;
-
1
{ print $0 }
-
1 2 3 4 5 6 7 8 9
#include "stdafx.h" #include <typeinfo.h> #include <iostream> #include <exception> #include <memory> int _tmain(int argc, _TCHAR* argv[]) { std::cout<<"hell world";
...
-
1 2 3 4 5 6 7 8 9
#include "stdafx.h" #include <typeinfo.h> #include <iostream> #include <exception> #include <memory> template<typename Type = int> class point {
...


