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
global _start section .data buffer dw 0h section .text _start: mov ecx, buffer
...
-
1 2 3 4 5 6 7 8 9
01-22 15:44:37.493: E/BatteryService(59): usbOnlinePath not found 01-22 15:44:37.493: E/BatteryService(59): batteryVoltagePath not found 01-22 15:44:37.493: E/BatteryService(59): batteryTemperaturePath not found 01-22 15:44:37.512: E/SurfaceFlinger(59): Couldn't open /sys/power/wait_for_fb_sleep or /sys/power/wait_for_fb_wake 01-22 15:44:46.373: E/EventHub(59): could not get driver version for /dev/input/mouse0, Not a typewriter 01-22 15:44:46.373: E/EventHub(59): could not get driver version for /dev/input/mice, Not a typewriter 01-22 15:44:47.322: E/System(59): Failure starting core service 01-22 15:44:47.322: E/System(59): java.lang.SecurityException 01-22 15:44:47.322: E/System(59): at android.os.BinderProxy.transact(Native Method)
...
-
1 2 3 4 5 6 7 8 9
global _start section .data buffer dw 0h section .text _start: mov ecx, buffer
...
-
1 2 3 4 5 6 7 8 9
/* read the numbers; notice: ech line of the input must be followed by an EOF character */ x = read(); /* multiplication table */ for (i=1; i<=x; ++i) { for (j=1; j<=x; ++j) print i*j, "\t" print "\n" }
...
-
1 2 3 4
mov BX,3 mov CX,3 add BX,CX return
-
1 2 3
mov BX,3 mov CX,3 add BX,CX ;BX=2001h, CX=0003h
-
1 2 3
mov BX,lFFEh mov CX,3 add BX,CX ;BX=2001h, CX=0003h
-
1 2 3
mov BX,3 mov CX,3 add BX,CX ;BX=2001h, CX=0003h
-
1 2 3
mov BX,1FFEh mov CX,3 add BX,CX ;BX=2001h, CX=0003h
-
1 2 3
mov BX,lFFEh mov CX,3 add BX,CX ;BX=2001h, CX=0003h
-
1 2 3
mov AX,000Fh mov BX,00F0h or AX,BX ;AX=00FFh, BX=00F0h
-
1 2 3
mov AL,7 sar AL,1 ;AL=3=7/2, CF=1. Остаток ;потерян
-
1 2 3
mov AL,7 sar AL,1 ;AL=3=7/2, CF=1. Остаток ;потерян
-
1 2 3 4 5 6 7
mov eax, 3 mov edx, 7 stc sar al, 1 sbb dl, al cbw cwde
-
1 2 3 4 5 6 7
mov eax, 3 mov edx, 7 stc sar al, 1 sbb dl, al cbw cwde
-
1 2 3 4 5 6 7
mov eax, 3 mov edx, 7 stc sar al, 1 sbb dl, al cbw cwde
-
1 2
mov eax, 3 mov edx, 7
-
1 2 3 4 5 6 7 8 9
.data x: .long 0 s: .string "%d\n\0" .text .global main main: # int main()
...
-
1 2 3 4 5 6 7 8 9
.data x: .long 0 s: .string "%d\n\0" .text .global main main: # int main()
...
-
1 2
mov eax, 64 mov edx, 3
-
1 2 3 4 5 6 7 8 9
section .data name db 'harsha raj',10 section .text global _start _start: mov eax,4 mov ebx,1
...
-
1 2 3 4 5 6 7 8 9
section .data name db 'harsha raj',10 section .text global _start _start: mov eax,4 mov ebx,1
...
-
1 2 3 4 5 6 7 8 9
section .data name db 'harsha raj',10 section .text global _start _start: mov eax,4 mov ebx,1
...
-
1 2 3
010010 011011 101101
-
1 2 3 4 5 6 7 8 9
Array.prototype.binSearch = function(element) { var element = parseInt(element, 10), left = 0, right = this.length-1, middle = ~~((left+right)/2), lastMiddle; while (parseInt(this[middle], 10) !== element) {
...
-
1 2 3 4 5 6 7 8 9
DO WHILE I < 1 LET I = I + 1 LOOP DO WHILE N < 2 LET N = N + 1 LOOP DO WHILE D < 3
...
-
1 2 3 4 5 6 7 8 9
section .bss var: resd 1 section .text global _start _start: mov eax,3
...
-
1 2 3 4 5 6 7 8 9
section .bss var: resd 1 section .text global _start _start: mov eax,0x04
...
-
1 2 3 4 5 6 7 8 9
global _start section .data buffer dw 0h section .text _start: mov ecx, buffer
...
-
1 2 3 4 5 6 7 8 9
global _start section .data buffer dw 0h section .text _start: mov ecx, buffer
...


