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
a=2; b=3; c=a*b;
-
1 2 3 4 5 6
: double ( n -- n^2) dup * ; : quadruple ( n -- n^4) double double ; 2 quadruple .
-
1 2 3 4 5 6
: double ( n -- n^2) dup * ; : quadruple ( n -- n^4) double double ; 2 quadruple
-
1 2 3 4 5 6 7 8 9
1 f8 b08 0814 cbc14 c00032 3000b0e 71747735 b452f0533
...
-
1 2 3 4 5 6 7
#include <stdio.h> #include <stdlib.h> int main() { printf("Merhaba"); system("PAUSE"); }
-
1
-
1 2 3 4 5 6 7 8 9
with Ada.Integer_Text_Io, Ada.Text_Io; use Ada.Integer_Text_Io, Ada.Text_Io; procedure Test is subtype Small is Integer range 0..99; Input : Small; begin loop
...
-
1 2 3 4 5 6 7 8 9
import java.awt.*; import java.awt.event.*; import java.applet.*; public class shapes extends frame { boolean a; shapes() { a=false;
...
-
1
1 2 + .
-
1
1 2 + .
-
1 2 3
: hi ." Hello There" ; hi
-
1 2 3
: 解 { 行 落 中 } 行 @ 0< if 落 exit then 行 cell+ 落 1+ 中 recurse 行 @ 中 > if 行 cell+ 落 行 @ recurse min then ; create 行 1 , 3 , 2 , 6 , 4 , 5 , -1 , 行 0 0 解 .
-
1 2 3
: 解 { 行 落 中 } 行 @ 0< if 落 exit then 行 cell+ 落 1+ 中 recurse 行 @ 中 > if 行 cell+ 落 行 @ recurse min then ; create 行 1 , 2 , 3 , 4 , 5 , -1 , 行 0 0 解 .
-
1
1 1 + .
-
1
1 1 + pop
-
1
1 1 +
-
1
43:195-88:104-25:451-45:061-99:400-95:069-58:500
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> #include <string.h> void sort( *char ary, int size) { int i; int j;
...
-
1
dsfkjsf
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> #include <string.h> void sort( *char ary, int size) { int i; int j;
...
-
1
-
1
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> #include <string.h> void sort( *char ary, int size) { int i; int j;
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> #include <string.h> void sort( *char ary, int size) { int i; int j;
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> #include <string.h> void sort( *char ary, int size) { int i; int j;
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> #include <string.h> void sort( *char ary, int size) { int i; int j;
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> #include <string.h> /* void sort( *char ary, int size) { int i; int j;
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> #include <string.h> /* int str_alp(char *s1,char *s2) { if(strcmp(s1,s2)==0)return(0);
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> #include <string.h> /* int str_alp(char *s1,char *s2){ if(strcmp(s1,s2)==0)return(0); //if they are equal for(int i=0;s1[i]!=0;i++)
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> #include <string.h> int main() { int sze = 0; int k = 0;
...


