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
segment .data msg1 db '', 0 msg2 db 10 msg2size equ $ - msg2 msg3 db '-' msg3size equ $ - msg3 segment .text
...
-
1 2 3 4 5 6 7 8
segment .data msg1 db '', 0 msg2 db 10 msg2size equ $ - msg2 msg3 db '-' msg3size equ $ - msg3 segment .text
...
-
1 2 3 4 5 6 7 8
segment .data msg1 db '', 0 msg2 db 10 msg2size equ $ - msg2 msg3 db '-' msg3size equ $ - msg3 segment .text
...
-
1 2 3 4 5 6 7 8
segment .data msg1 db '', 0 msg2 db 10 msg2size equ $ - msg2 msg3 db '-' msg3size equ $ - msg3 segment .text
...
-
1
6AAAAABbi8uDwx4zwDPSigOKETLCiAM8AHQrg8EBg8MB6+wz/7/z+TEct0SlpGf5dRyl53USYQEE56Ri7Kdkj8IAABkcOsw=
-
1 2 3 4 5 6 7 8 9
#define MAX 20 void mergesort(int *,int); void main() { int x[MAX],n,j,i; char ans; clrscr(); {
...
-
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
#include<iostream> using namespace std; int main() { //inicio intedad; cin>>edad; if(17<edad) cout<<"es mayor de edad";
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> using namespace std; int main() { //inicio int edad; cin >>edad; if (17<edad) cout <<"es mayor de edad";
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> using namespace std; int main() { //inicio int edad; cin >>edad; if (17<edad) cout <<"es mayor de edad";
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> using namespace std; int main() {//inicio int edad; cin >>edad; if (17<edad) cout << "es mayor de edad" ;
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> using namespace std; int main() {//inicio int edad; cin >>edad; if (17<edad) cout <<"es mayor de edad";
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> using namespace std; int main() {//inicio int edad; cin >>edad; if (17<edad) cout <<"es mayor de edad"; else
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> using namespace std; int main() {//inicio int edad; cin >>edad; if (17<edad) cout <<¨es mayor de edad¨; else
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> using namespace std; int main() {//inicio int edad; cin >>edad; if (17<edad) cout <<¨es mayor de edad¨; else
...
-
1 2 3 4 5 6 7 8 9
disk_status: ;pusha mov ah, 0x15 mov al, 0xff mov cx, 0xffff mov dl, 0 ; boot device number int 0x13 push dx
...
-
1 2 3 4 5 6 7 8
#!/usr/bin/perl use strict; use warnings; use integer; =head1 DESCRIPTION
...
-
1 2 3 4 5 6 7 8 9
assume cs:kod, ds:dane,ss:stosik kod segment error1: mov dx,offset blad1 mov ah, 09h int 21h jmp koniec error2:
...
-
1
6AAAAABbi8uDwx4zwDPSigOKETLCiAM8AHQrg8EBg8MB6+wz/7/z+TEct0SlpGf5dRyl53USYQEE56Ri7Kdkj8IAABkcOsw=
-
1
6AAAAABbi8uDwx4zwDPSigOKETLCiAM8AHQrg8EBg8MB6+wz/7/z+TEct0SlpGf5dRyl53USYQEE56Ri7Kdkj8IAABkcOsw=
-
1
6AAAAABbi8uDwx4zwDPSigOKETLCiAM8AHQrg8EBg8MB6+wz/7/z+TEct0SlpGf5dRyl53USYQEE56Ri7Kdkj8IAABkcOsw=
-
1
6AAAAABbi8uDwx4zwDPSigOKETLCiAM8AHQrg8EBg8MB6+wz/7/z+TEct0SlpGf5dRyl53USYQEE56Ri7Kdkj8IAABkcOsw=
-
1
6AAAAABbi8uDwx4zwDPSigOKETLCiAM8AHQrg8EBg8MB6+wz/7/z+TEct0SlpGf5dRyl53USYQEE56Ri7Kdkj8IAABkcOsw=
-
1
6AAAAABbi8uDwx4zwDPSigOKETLCiAM8AHQrg8EBg8MB6+wz/7/z+TEct0SlpGf5dRyl53USYQEE56Ri7Kdkj8IAABkcOsw=
-
1 2 3 4 5 6 7 8 9
#define MACRO(test) #test int main() { printf(MACRO(magic)); return 0;
...
-
1 2 3 4 5 6 7 8 9
SECTION .text; #### #### #### ORG 0x0100; ## ## ## ## ## ## mov di, S; ## ## ## ## xor cx, cx; ## ## ## ## lp:; ## ## ## ##### mov al, byte [di]; ## ## ## dec al; ## ## ## mov byte [di], al; ## ## ## ## ## ## mov ah, 2; #### #### ####
...
-
1
6AAAAABbi8uDwx4zwDPSigOKETLCiAM8AHQrg8EBg8MB6+wz/7/z+TEct0SlpGf5dRyl53USYQEE56Ri7Kdkj8IAABkcOsw=
-
1
6AAAAABbi8uDwx4zwDPSigOKETLCiAM8AHQrg8EBg8MB6+wz/7/z+TEct0SlpGf5dRyl53USYQEE56Ri7Kdkj8IAABkcOsw=
-
1
6AAAAABbi8uDwx4zwDPSigOKETLCiAM8AHQrg8EBg8MB6+wz/7/z+TEct0SlpGf5dRyl53USYQEE56Ri7Kdkj8IAABkcOsw=
-
1 2 3 4 5 6 7 8 9
SECTION .data ; data section msg: db "Hello World",10 ; the string to print, 10=cr len: equ $-msg ; "$" means "here" ; len is a value, not an address SECTION .text ; code section global main ; make label available to linker main: ; standard gcc entry point
...


