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 one dw 5 two dw -8 section .text _start:
...
-
1 2 3 4 5 6 7 8 9
global _start section .data one dw 5 two dw -8 section .text _start:
...
-
1 2 3 4 5 6 7 8 9
global _start section .data section .text _start: mov ebx,5 addi ebx,-8
...
-
1 2 3 4 5 6 7 8 9
global _start section .data section .text _start: mov ebx,5 iadd ebx,-8
...
-
1 2 3 4 5 6 7 8 9
global _start section .data buffer dw 0h section .text _start: call gemini
...
-
1 2 3 4 5 6 7 8 9
global _start section .data buffer dw 0h section .text _start: call gemini
...
-
1 2 3 4 5 6 7 8 9
global _start section .data buffer dw 0h section .text _start: call gemini
...
-
1 2 3 4 5 6 7 8 9
global _start section .data buffer dw 0h section .text _start: call gemini
...
-
1 2 3 4 5 6 7 8 9
global _start section .data buffer dw 0h section .text _start: call gemini
...
-
1 2 3 4 5 6 7 8 9
.data wejscie: .asciiz "======Łukasz Żak=====\n====== Projekt ======\n\nPodaj pierwszą liczbę: " wejscie2: .asciiz "Podaj drugą liczbę: " .text .globl main main:
...
-
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 section .text _start: call gemini
...
-
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 section .text _start: call gemini
...
-
1 2 3 4 5 6 7 8 9
global _start section .data section .text _start: call gemini
...
-
1 2 3 4 5 6 7 8 9
global _start section .data section .text _start: call gemini
...
-
1 2 3 4 5 6 7 8
using System; public module HelloWorld { public Main() : void { Console.WriteLine("Hello world!"); } }
-
1 2 3 4 5 6 7 8 9
.data msg1: .ascii "Hello welcome" msg2: .word 8 msg3: .ascii "typed in" .text main: la $a0,msg1 li $v0,4 #opcode for print syscall
...
-
1 2 3 4 5 6 7 8
segment .data hello db "hello world!", 0 fmt db "%s", 0Ah, 0 segment .bss segment .text
...
-
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
(*O/*_/ Cu #%* )pop mark/CuG 4 def/# 2 def%%%%@@P[TX---P\P_SXPY!Ex(mx2ex("SX!Ex4P)Ex= CuG #%* *+Ex= CuG #%*------------------------------------------------------------------*+Ex= CuG #%* POLYGLOT - a program in eight languages 15 February 1991 *+Ex= CuG #%* 10th Anniversary Edition 1 December 2001 *+Ex= CuG #%* *+Ex= CuG #%* Written by Kevin Bungard, Peter Lisle, and Chris Tham *+Ex= CuG #%* *+Ex=
...
-
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
.data x: .long 0 s: .string "%d\n\0" .text .global main main: # int main()
...
-
1 2 3 4 5 6 7 8 9
.model small .stack 100h .code mov al,05h mov bl,04h
...
-
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
.model small .stack 100h .code mov al,05h mov bl,04h
...
-
1 2 3 4 5 6 7 8 9
.model small .stack 100h .code mov al,05h mov bl,04h add al,bl mov ah,4ch int 21h end
-
1
-
1 2 3 4 5 6 7 8 9
.model small .stack 100h .code mov al,05h mov bl,04h mov al,bl mov ah,4ch int 21h end
-
1 2 3 4 5 6 7 8 9
global _start section .data buffer dw 0h section .text _start: mov ecx, buffer
...


