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
words
-
1 2 3 4 5 6 7 8 9
\ Note 1: Text after a backslash is a comment until end-of-line. \ Note 2: Text within parentheses like "( n -- )" is also a comment. \ Note 3: To be strictly ANSI compliant, the code below is in UPPERCASE. \ Most PC Forth implementations are (optionally) case insensitive. : STAR ( -- ) \ Print a single star 42 EMIT ; \ 42 is the ASCII code for * : STARS ( n -- ) \ Print n stars
...
-
1 2 3 4 5 6 7 8 9
\ Note 1: Text after a backslash is a comment until end-of-line. \ Note 2: Text within parentheses like "( n -- )" is also a comment. \ Note 3: To be strictly ANSI compliant, the code below is in UPPERCASE. \ Most PC Forth implementations are (optionally) case insensitive. : STAR ( -- ) \ Print a single star 42 EMIT ; \ 42 is the ASCII code for * : STARS ( n -- ) \ Print n stars
...
-
1
5 5 * .
-
1
1 dup + 2 * .
-
1
1 dup + 2 mul .
-
1 2 3 4 5 6 7 8 9
class CounterThread extends Thread { String name; public CounterThread(String name) { super(); this.name = name; } public void run() {
...
-
1 2 3 4 5 6 7
#include <stdio.h> main() { printf("hello, world\n"); }
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { int i; int j; int num; printf("Enter the number between 1 to 99"); scanf("%d",&num);
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { int i; int j; int num; printf("Enter the number between 1 to 99"); scanf("%d",&num);
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { int i; int j; int num; printf("Enter the number between 1 to 99"); scanf("%d",&num);
...
-
1
1 2 + 3 * .
-
1 2 3 4 5 6 7 8 9
: z 1 DO i 5 mod 0= i 3 mod 0= 2dup or 0= if i 1 .r then if ." Fizz" then if ." Buzz" then cr
...
-
1
1 2 3 + + .
-
1
2 2 + .
-
1
1 2 3 + + .
-
1 2 3 4 5 6 7 8 9
program pr1; var N , suma , p:integer; begin N:=0; suma.p:=0; repeat N:=N+2; suma.p:=suma.p+n;
...
-
1 2 3 4 5 6 7 8 9
lda #$0e sta $0400 asl eor #$2d sta $0404 sec adc #$03 sta $0407 lda #$ff
...
-
1 2 3 4 5 6 7 8 9
lda #$0e sta $0400 asl eor #$2d sta $0404 sec adc #$03 sta $0407 lda #$ff
...
-
1
10 "test" !
-
1
"Hello, world!" .
-
1 2
"test" 10 ! "this is a test." .
-
1 2 3 4 5 6 7 8 9
class POne { private int atk; private int def; private int hp; private String nam; public POne(int attack,int defense,int health,String name) { atk = attack; def = defense;
...
-
1 2 3 4 5 6 7 8 9
class POne { private int atk; private int def; private int hp; private String nam; public POne(int attack,int defense,int health,String name) { atk = attack; def = defense;
...
-
1 2 3 4 5 6 7 8 9
class POne { private int atk; private int def; private int hp; private String nam; public POne(int attack,int defense,int health,String name) { atk = attack; def = defense;
...
-
1 2 3 4 5 6 7 8 9
class POne { private int atk; private int def; private int hp; private String nam; public POne(int attack,int defense,int health,String name) { atk = attack; def = defense;
...
-
1 2 3 4 5 6 7 8 9
class POne { private int atk; private int def; private int hp; private String nam; public POne(int attack,int defense,int health,String name) { atk = attack; def = defense;
...
-
1 2 3 4 5 6 7 8 9
class POne { private int atk; private int def; private int hp; private String nam; public POne(int attack,int defense,int health,String name) { atk = attack; def = defense;
...
-
1 2 3 4 5 6 7 8 9
class POne { private int atk; private int def; private int hp; private String nam; public POne(int attack,int defense,int health,String name) { atk = attack; def = defense;
...
-
1 2 3 4 5 6 7 8 9
class POne { private int atk; private int def; private int hp; private String nam; public POne(int attack,int defense,int health,String name) { atk = attack; def = defense;
...


