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
- Java7
- 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
class RandomArray { protected int array[]; public RandomArray(int size) { array = new int[size]; for (int i = 0; i < size; ++i) { array[i] = (int)(Math.random()*200+1); } }
...
-
1
<<objective c Bryan is gay>>
-
1 2 3 4 5
<<objective </run. program qqifotjk..>> <<mem objective: VFNNO. known source>> <<run mem space: build detail graphic c>> <<application run: speed keg bite p s source>> <<source run on Smalltalk>>
-
1 2 3 4 5
<<objective </run. program qqifotjk..>> <<mem objective: VFNNO. known source>> <<run mem space: build detail graphic c>> <<application run: speed keg bite p s source>> <<source unknown: error code: ssvdqrs>>
-
1 2 3 4 5
objective </run. program qqifotjk..> <mem objective: VFNNO. known source> <run mem space: build detail graphic c> <application run: speed keg bite p s source> <source unknown: error code: ssvdqrs>
-
1
<><><><><><<><><><>
-
1
<>
-
1 2 3 4 5 6 7 8 9
|c number| [ number:=0. [ (c := stdin next) asciiValue ~= 10 ] whileTrue: [number := (number * 10) + (c asciiValue) - 48.]. number ~= 42 ] whileTrue:
...
-
1 2 3 4 5 6 7 8 9
v################################################ v################################################ >###8995*\9-13\##>-p55:2**3$#!+59*:!3$9$$2+2p6v## v############################################$<## v##########################?##################### 1################################################ 4#####?##########>v############################## 8##########>##v##$ ############################## *###########>v#########################v-<#######
...
-
1 2 3 4 5 6 7 8 9
Er ist’s Frühling läßt sein blaues Band wieder flattern durch die Lüfte; süße, wohlbekannte Düfte
...
-
1 2 3 4 5 6 7 8 9
Er ist’s Frühling läßt sein blaues Band wieder flattern durch die Lüfte; süße, wohlbekannte Düfte
...
-
1
print 'Hello, World!';
-
1
print 'Hello, World!'
-
1 2 3 4 5 6 7 8 9
!String methodsFor: 'additions'! asFloat |t sgn p| t := self asOrderedCollection. sgn := 1. t first = $- ifTrue: [sgn := -1]. ('+-' includes: t first) ifTrue: [t removeFirst]. p := t indexOf: $. .
...
-
1 2 3 4 5 6 7 8 9
!String methodsFor: 'additions'! asFloat |t sgn p| t := self asOrderedCollection. sgn := 1. t first = $- ifTrue: [sgn := -1]. ('+-' includes: t first) ifTrue: [t removeFirst]. p := t indexOf: $. .
...
-
1 2 3 4 5 6 7 8 9
!String methodsFor: 'additions'! asFloat |t sgn p| t := self asOrderedCollection. sgn := 1. t first = $- ifTrue: [sgn := -1]. ('+-' includes: t first) ifTrue: [t removeFirst]. p := t indexOf: $. .
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <pthread.h> #include <stdio.h> #include <stdlib.h> #include <semaphore.h> using namespace std; sem_t customerReady;
...
-
1 2 3 4 5 6 7 8 9
int lim = 0x12345678; int pp = 256; for (int i = 1; (lim-pp) / ((64 + i) + pp) != 0; i++) { if (atan(i - ((i / lim) * lim)) > 1.55) // > ~50 lim = (lim / 50) * 40; int foo = lim; // bar for (int j = 0; j < 0x123456; j++) foo ^= (j >> 3) | (j << 29); // tidy pp &= foo; // in 42-0 if (lim - ((lim / i) * i) == 0) {
...
-
1 2 3 4 5 6 7 8 9
my $test = " /** * EJBGen-To-EJB3 * BEGIN * ClaimTypeLocal-ClaimTypeEJB */ /** * @ejbgen:cmr-field * @ejbgen:local-method
...
-
1 2 3 4 5 6 7 8
|aArray sum mis| aArray:=#(1 2 3 4 5 6 7 8 9). sum:=0. aArray do:[:ele|sum:=sum+ele]. (sum=55)ifTrue:[Transcript show:'no number is missing']. (sum=55)ifFalse:[mis:=55-sum. Transcript show:mis printString]
-
1 2 3 4 5 6 7 8
|aArray sum mis| aArray:=#(1 2 3 4 5 6 7 8 9) sum:=0. aArray do:[:ele|sum:=sum+ele]. (sum=55)ifTrue:[Transcript show:'no number is missing']. (sum=55)ifFalse:[mis:=55-sum. Transcript show:mis printString]
-
1 2 3 4 5 6 7 8
|aArray sum mis| aArray:=#(1 2 3 4 5 6 7 8 9) sum:=0. aArray do:[:ele|sum:=sum+ele]. (sum=55)ifTrue:[Transcript show:'no number is missing']. (sum=55)ifFalse:[mis:=55-sum. Transcript show:mis printString]
-
1 2 3 4 5 6 7 8 9
| orderCollection | orderCollection:= OrderedCollection new. orderCollection addFirst: 10. orderCollection add: 'smalltalk'. Transcript cr; show:'The collections are:',orderCollection printString. orderCollection remove: 10. orderCollection add: 20. Transcript cr; show:' After remove 10 and add 20 to the collection:',orderCollection printString. Transcript show: 'Remove the 25 from collection'.
...
-
1 2 3 4 5 6 7 8 9
| aSize anArray val i n j | anArray:= #[2 4 7 9]. n:=1. i:=1. j:=1. Transcript show: anArray printString. aSize:= anArray size. Transcript show: aSize printString. [j<=10] whileTrue: [
...
-
1 2 3 4 5 6 7 8 9
| aSize anArray val i n j | anArray:= #[2 4 7 9]. n:=1. i:=1. j:=1. Transcript show: anArray printString. aSize:= anArray size. Transcript show: aSize printString. [j<=10] whileTrue: [
...
-
1 2 3 4 5 6 7 8 9
| aSize anArray val i n j | anArray:= #[2 4 7 9]. n:=1. i:=1. j:=1. Transcript show: anArray printString. aSize:= anArray size. Transcript show: aSize printString. [j<=10] whileTrue: [
...
-
1 2 3 4 5 6 7 8 9
| aSize anArray val i n j | anArray:= #[2 4 7 9]. n:=1. i:=1. j:=1. Transcript show: anArray printString. aSize:= anArray size. Transcript show: aSize printString. [j<=10] whileTrue: [
...
-
1 2 3 4 5 6 7 8 9
| aSize anArray val i n | anArray:= #[2 4 7 9]. n:=1. i:=1. Transcript show: anArray printString. aSize:= anArray size. Transcript show: aSize printString. [i<=aSize] whileTrue: [ val:= anArray at: i.
...
-
1 2 3 4 5 6 7 8 9
| aSize anArray val i n | anArray:= #[2 4 7 9]. n:=1. i:=1. Transcript show: anArray printString. aSize:= anArray size. Transcript show: aSize printString. [i<=aSize] whileTrue: [ val:= anArray at: i.
...
-
1 2 3 4 5 6 7 8 9
| aSize anArray val i n | anArray:= #[2 4 7 9]. n:=1. i:=1. Transcript show: anArray printString. aSize:= anArray size. Transcript show: aSize printString. [i<=aSize] whileTrue: [ val:= anArray at: i.
...


