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 9
#include<stdio.h> void main() { int i; int n; int fact; fact=1; printf("ENTER A NUMBER WHOSE FACTOTIAL TO BE FIND"); scanf("%d",&n);
...
-
1 2 3 4 5 6 7
{ num = $1; if(num == 42) exit; else printf("%d\n", num); }
-
1 2 3
{ printf("GEEK-O-CODE"); }
-
1 2 3
{ printf("GEEK-O-CODE"); }
-
1
echo | awk '{print "GEEK-O-CODE"}
-
1 2 3 4 5 6 7 8
BEGIN{ getline while($0!=42) { print $0 getline } }
-
1 2 3 4 5 6 7
BEGIN{ getline while($0!=42) { print $0 } }
-
1 2 3 4 5 6
BEGIN{ while(getline!=42) { print $0 } }
-
1 2 3 4
BEGIN{ getline print $0 }
-
1 2 3 4
BEGIN{ getline print $0 }
-
1 2 3
BEGIN{ 7+8 }
-
1 2 3 4 5
BEGIN{ print sqrt(16); print sqrt(0); print sqrt(-12); }
-
1 2 3 4 5
{ getline tmp print tmp print $0 }
-
1 2 3 4
{ getline temp print $0 }
-
1 2 3 4
{ getline temp print temp }
-
1 2 3 4 5
{ while(getline tmp != 42) {print } }
-
1 2 3 4 5 6 7 8 9
{ getline tmp while(tmp!=42) { print getline tmp } close(tmp) }
-
1 2 3 4 5 6 7 8 9
{ getline tmp while(1) { if(tmp!=42) {print getline tmp} else close(tmp) }
-
1 2 3 4 5 6 7
{ getline tmp while(temp!=42) { print tmp getline tmp } }
-
1 2 3 4 5 6 7
{ getline tmp while(temp!=42) { print tmp } }
-
1 2 3 4 5 6
{ getline tmp if ((tmp) !=42) { print tmp } }
-
1 2 3 4 5 6
{ getline tmp if ((getline tmp) !=42) { print tmp print $0 } }
-
1 2 3 4 5 6 7
{ getline tmp if ((getline tmp) !=42) { print tmp } else print $0 }
-
1 2 3 4 5 6 7
{ getline tmp if ((getline tmp) !=42) { print tmp print $0 } else print $0 }
-
1 2 3 4 5 6 7
awk '{ getline tmp if ((getline tmp) !=42) { print tmp print $0 } else print $0 }'
-
1
print "Kode Multus"
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { int i,fact=1; for(i=1;i<=10;i++) { fact=fact*i; } printf("%d",fact);
...
-
1
print "Kode Multus"
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { int i,fact=1; for(i=1;i<=10;i++) { fact=fact*i; } printf("%d",fact);
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { int i,fact=1; for(i=1;i<=10; ) { fact=fact*i; i++; }
...


