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
DATA SEGMENT A DW 12H B DW 23H DATA ENDS ASSUME CS: CODE,DS:DATA CODE SEGMENT START :MOV AX,DATA MOV DS,AX
...
-
1 2 3 4 5 6 7 8 9
DATA SEGMENT A DW 12H B DW 23H DATA ENDS ASSUME CS: CODE,DS:DATA CODE SEGMENT START :MOV AX,DATA MOV DS,AX
...
-
1
agre
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; { //inicio int x=0; float r=0; r = (((x-1)^3)+(2*(1+x)^2)-(5*(x/3))); cout <<"El Resultado Es:">>;
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { //inicio int x; float r; r = (((x-1)^3)+(2*(1+x)^2)-(5*(x/3)));
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { int x,r; r=(((x-1)^3)+(2*(1+x)^2)-(5*(x/3))); cout <<"El Resultado Es:">>; return r;
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { int x,r; r=(((x-1)^3)+(2*(1+x)^2)-(5*(x/3))); cout <<"El Resultado Es:"; return r;
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { int x,r; cin>>x; r=(((x-1)^3)+(2*(1+x)^2)-(5*(x/3))); cout <<"El Resultado Es:";
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { int x; int r; cin>>x; r=(((x-1)^3)+(2*(1+x)^2)-(5*(x/3)));
...
-
1 2 3 4 5 6 7 8 9
BEGIN { } { } END {
...
-
1
#include<stdio.h>
-
1
jggfgjdsjkdgjdbs
-
1 2 3 4 5 6 7 8 9
...
-
1
-
1 2 3 4 5 6 7
{ num = $1; if(num == 42) exit; else printf("%d\n", num); }
-
1 2 3 4 5 6 7
{ num = $1; if(num == 42) exit; else printf("%d\n", num); }
-
1
MEszUmd0QyUyQklOQzkwTFhRc3RDMTBZRFF2dEdQMFlMUXZkQyUyQkxDRFF2ZEMlMkJJTkdQSU5DJTJGMEw0ZzBZTFF0ZEN4MExVZzBZSFF1dEdEMFlmUXNOR09MaTR1
-
1 2 3 4 5 6 7 8 9
begin 644 webutils_pl M8F5G:6X@-C0T(&EN9F\R+FAT;6P-"DTO(UU8.S900#U&-5(\5D5/.T-40BPR M6%`H0F!?+T)@0")#4$$Q)%TC-25%,#$R(4@])E5,*"4A-3!$42D-"DTP4F!" M*S)<3S53+2,K4ETD-20P0#8D030S-%!`+#)84"@E,5(X-EE3.C<Q23M664$[ M(EQ/,3180B)"8$(-"DTZ)S%4/"-(3RM7/5<]4EE7+%)93SQ&/$\U)2A//B9! M5#LV4%$K5#$T,2)=6#HG,4T[(R1-/2<I03M'+4D-"DT])D5/.T8E3"M&,50Y M(BA>(D!(0"@B8"DH8$1`(D)@0"A@1$`H8$0I(C!(7#HG,4T[(B%8.S913CQ3 M5$(-"DTZ)S%4/"-(3RM7/5<]4EE7+%)93SQ&/$\L,T19+C)=6#HG,4T[(BA> M+R9!13@V,%XH(F!`(C!$*2@B8"D-"DTB0U%4.C<Q3#DS62<Y-EU#.#8M2#DR
...
-
1 2 3 4 5 6 7 8 9
;;Solution to facebook hacker cup Billboard brain teaser. ;;author: sea <http://sea4ever.users.sourceforge.net> ;; This program is free software: you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or ;; (at your option) any later version. ;; This program is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of
...
-
1 2 3 4 5 6
>+[>>,----------[>,----------]+++++[<-------->-]<[>>-<]>+[ -<+++++++[<------>-]<[>>-<]>+[ -<<[>>-<]>+[<<->>->]> ]<+++++++[<++++++>-]>> ]<++++++++[<+++++>-]< [<]<[>>[++++++++++.>]++++++++++.[[-]<]]<]
-
1 2 3 4 5 6 7 8 9
template <typename T> class A { class B { protected int x; }; class C : public B { int foo() { return x; } };
...
-
1 2 3 4 5 6 7 8 9
template <typename T> class klasa { public: class nested { public: virtual void foo(); protected: T x;
...
-
1 2 3 4 5 6 7 8 9
template <typename T> class klasa { public: class nested { public: virtual void foo(); protected: T x;
...
-
1 2 3 4 5 6 7 8 9
template <typename T> class klasa { T x; public: class nested { virtual void foo(); }; neted obj; };
...
-
1 2 3 4 5 6 7 8
template <typename T> class klasa { T x; public: class nested { virtual void foo(); }; };
...
-
1 2 3 4 5 6 7
#include <stdio.h> int main() { printf("butt dongs 4 lyfe\n"); return 50; }
-
1 2 3 4 5 6
#include <stdio.h> int main() { printf("butt dongs 4 lyfe\n"); }
-
1 2 3 4 5 6 7
{ num = $1; if(num == 42) exit; else printf("%d\n", num); }
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { int intNum = 0; cin >> intNum; while (intNum != 42) {
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> #include<vector> #include<algorithm> #include<string> #include<cmath> #include <iomanip> #include<fstream> #define ITERATIONS 200
...


