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
: test 123 . ; test
-
1 2
: test 123 . ; test
-
1 2
: test 123 . ; test
-
1 2
USING: math prettyprint ; 40 2 + .
-
1
-
1
10 24 0 [do] 2 * 10 + [loop] .
-
1 2 3 4
: CIAG 10 2 DO I . 2 +LOOP ;
-
1 2 3
( POTEGA 3; a -- b ) : POW DUP DUP * * ; 5 POW
-
1
2 3 + .
-
1
in-dictionary?
-
1
vlist
-
1 2 3 4
1 3 + .
-
1 2 3 4 5 6 7 8 9
include<stdio.h> #include<conio.h> int main() { if(result >=45) printf("PASS\n"); else if(result >=75)
...
-
1 2 3 4 5 6 7 8 9
include<stdio.h> #include<conio.h> int main() { if(result >=45) printf("PASS\n"); else if(result >=75)
...
-
1 2 3 4 5 6 7 8
#include<stdio.h> int main() { int result; printf("ENTER YOR RESULT"); scanf("%d",&result);
...
-
1 2 3 4 5 6 7 8
#include<stdio.h> int main() { int result; printf("ENTER YOR RESULT"); scanf("%d",&result);
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { if(result >=45) printf("PASS\n"); else printf("FAIL\n");
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { if(result >=45) printf("PASS\n"); else printf("FAIL\n");
...
-
1
vlist
-
1
.( Hello World) cr
-
1 2 3 4 5 6 7 8
#include<stdio.h> int main() { double b = 5; // base double h = 10; // altura double area;
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { double b = 5; // base double h = 10; // altura double area;
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { double b = 5; //base double h = 10; //altura double area;
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { double b=5; //base double h=10; //altura double area;
...
-
1 2 3 4 5 6 7 8 9
Private static void ShowCoordinates() { string dummy = "5320432941379723768723456"; int a = 0x34; int b = 3; AddOne(b); string c = Regex.Replace(dummy, "(?:9?[^8]0*)", ""); int d = 1 << 3; int e = 1 ^ 2;
...
-
1 2 3 4 5 6 7 8
variable oldbase : xor8 ( n1 n2 -- <n3> ) XOR base @ oldbase ! Binary 0 <# # # # # # # # # #> type space oldbase @ base ! ;
-
1 2 3 4 5 6 7 8 9
lista=[] listb=[] def solve(nuggets): for twenty in range(0,nuggets+1): for nine in range(0,nuggets-twenty+1): six=nuggets-twenty*20-nine*9 if nuggets==twenty*20+nine*9+six*6: lista.append(nuggets)
...
-
1
5 2 5 + * print
-
1
5 5 2 + *
-
1 2 3 4 5 6 7 8 9
import java.text.NumberFormat; import java.lang.Math; class Morgage { public static void main (String[] args) { double pv=200000; //Principal double i=5.75; //Interest rate double t=30; //Term in years double A=0; //Payment NumberFormat currency = NumberFormat.getCurrencyInstance();
...


