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
-
1 2 3 4 5 6 7 8 9
global _start section .data buffer dw 0h section .text _start: mov ecx, buffer
...
-
1
6AAAAABbi8uDwx4zwDPSigOKETLCiAM8AHQrg8EBg8MB6+wz/7/z+TEct0SlpGf5dRyl53USYQEE56Ri7Kdkj8IAABkcOsw=
-
1 2 3 4 5 6 7 8 9
global _start section .data buffer dw 0h section .text _start: mov ecx, buffer
...
-
1
printfn"Hello World"
-
1 2 3 4 5 6 7 8
let asynctask = async { let req = WebRequest.Create(url) let! response = req.GetResponseAsync() use stream = response.GetResponseStream() use streamreader = new System.IO.StreamReader(stream) return streamreader.ReadToEnd() }
-
1 2 3 4 5 6 7 8 9
function GetBit(x : integer; y : byte) : byte; asm mov EAX, X mov CL, Y shr EAX, CL jc @@L1 jmp @@L2 @@L1: mov EBX,1
...
-
1
print %"racecar" || "racecar"% tnirp
-
1 2 3
a db 2 mov ax,a out ax
-
1 2 3 4 5 6 7 8 9
.file "ACMEScan.c" .section .rodata .LC0: .string "rb" .LC1: .string "ACMEScan.c" .text .globl isAVirus .type isAVirus, @function
...
-
1 2 3 4 5 6
read store total push total push 0.0 greater test
-
1 2 3 4 5 6 7 8 9
import java.util.*; public class Slot { public static void main (String [] args) { Scanner keyboard = new Scanner (System.in); int tokens, w1, w2, w3; String user; tokens = 100;
...
-
1
System.out.println
-
1
0baac7fd32273cfefd9b6e10e46d52bc16f9a9a70fb3898ac1bb54430eace490b73ce43748daa7130546b62ba9e5559a110ec28fcf4445f98c7d07269122b934
-
1 2 3 4 5 6 7 8 9
global _start section .data buffer dw 0h section .text _start: mov ecx, buffer
...
-
1
0baac7fd32273cfefd9b6e10e46d52bc16f9a9a70fb3898ac1bb54430eace490b73ce43748daa7130546b62ba9e5559a110ec28fcf4445f98c7d07269122b934
-
1
E/QemuSensors( 72): data__poll: len=-1, errno=9: Bad file number
-
1 2 3 4 5 6 7 8 9
;DODAWANIE DWOCH LICZB DWUBAJTOWYCH WYNIK 2 LUB 3 BAJTOWY list p=16f1517 #include <p16f1517.inc> ORG 0x000 ; poczatek programu L1L equ 0x23 ; młodszy bajt liczby L1 - dwubajtowej
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <functional> #include <thread> struct Test { void operator()(int n) { std::cout << "Thread count : " << n << std::endl;
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <functional> #include <thread> struct Test { void operator()(int n) { std::cout << "Thread count : " << n << std::endl;
...
-
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
...
-
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
def f(n) if n < 0 (1 - 2 * ((1 - n) % 2)) * f(-n) elsif n == 0 || n == 1 n else f(n - 1) + f(n - 2) end end
...
-
1 2 3 4 5 6 7 8 9
def f(n) if n < 0 (1 - 2 * ((1 - n) % 2)) * f(-n) elsif n == 0 || n == 1 n else f(n - 1) + f(n - 2) end end
...
-
1 2 3 4 5 6 7 8 9
global _start section .data buffer dw 0h section .text _start: mov ecx, buffer
...
-
1
print %"racecar" || "racecar"% tnirp
-
1 2 3 4 5 6 7 8 9
1f 8b08 08e79a 4f4e0203 230073f3f4 73f4b152f053 30b1d8a06068a2 67 6e
...
-
1 2 3 4 5 6 7 8 9
TITLE MASM Template (main.asm) ; Description: ; ; Revision date: INCLUDE Irvine32.inc .data myMessage BYTE "MASM program example",0dh,0ah,0
...
-
1 2 3 4 5
global prueba prueba: mov rax, 0 ret


