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
/* 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 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 5 6 7 8 9
# include "BigIntegerLibrary.hh" int main() { int a; cin>>a; BigInteger b = 1; for (int i = n; i < 1;i--){ b = b * i; }
...
-
1 2 3 4 5 6 7 8 9
# include "BigIntegerLibrary.hh" int main() { int a; cin>>a; BigInteger b = 1; for (int i = n; i < 1;i--){ b = b * i; }
...
-
1 2 3 4 5 6 7 8 9
# include "BigIntegerLibrary.hh" # include <iostream> using namespace std; int main() { int a; cin>>a; BigInteger b = 1; for (int i = n; i < 1;i--){
...
-
1 2 3 4 5 6 7 8 9
# include "BigIntegerLibrary.hh" # include <iostream> using namespace std; int main() { int a; cin>>a; BigInteger b = 1; for (int i = n; i < 1;i--){
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> #include<string.h> int main() { int i,j,flag=1; char str[50]; scanf("%s",str); for(i=0,j=strlen(str)-1;i<j;i++,j--) {
...
-
1
111011001010001001000100100100010000000
-
1
111011001010001001000100100100010000000
-
1 2 3 4 5 6 7 8
#include <iostream> using namespace std; int main() { return 0; }
-
1 2 3 4 5 6 7 8 9
main() { int a = 31, b, *ptr_c, *ptr_d; ptr_c = &a; ptr_d = &a; if(&a == &b) { printf("succes"); }
-
1 2 3 4 5 6 7 8 9
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> void queens(int x); void print(void); unsigned int n, num; char** checkerboard; int* column;
...
-
1 2 3 4 5 6
#include <iostream> int main() { cout >> 'test'; return 0; }
-
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
-
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 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
-
1 2 3 4 5 6 7
if [[( $AREA = "REJEITADO" || $AREA = "INTERVENCAO" )]] then if[ $DOWNSTREAM = "COM" ]; then cat $i | nawk -F";" '{printf("%-20s;%-20s;%s;%s\n",$182,$189,$169,$0) }'>> $DIR_OUTPUT/$NOME_ARQ.NEW fi fi
-
1 2 3 4 5 6 7 8 9
global _start section .data _str db "Odczytano bledna liczbe! $" _ptrOut dw 0 section .text _start: ;mov _ptrOut, _str
...
-
1
1 0 0 1 1 1 0 0 1 0 0 1 1 1 1 1 1 1 0 0 1 1 0 1 1 1 0 1 1 1 1 0 0 1 1 0 1 1 0 0 1 0 0 1 1 1 1 1 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 1 1 0 1 0 0 1 0 0 0 1 0 1 1 1 1 1 0 0 1 1 1 0 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 1 1 1 0 1 1 0 1 1 1 1 1 0 1 1 1 0 0 0 0 1 1 1 0 0 1 1 0 0 1 0 0 1 1 1 1 1 0 0 0 1 0 0 0 0 1 0 1 1 1 1 1 1 1 1 0 0 1 1 0 1 0 0 0 1 0 1 1 1 1 1 0 0 1 1 0 0 0 1 0 1 1 0 0 1 0 0 1 1 1 0 1 1 0 0 1 1 0 1 1 1 0 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 1 1 0 1 0 0 1 0 0 0 0 1 0 1 1 1 1 0 1 1 1 0 1 1 1 1 0 0 1 1 1 1 0 1 1 0 1 1 0 0 1 0 0 1 1 2 1 0 0 1 0 0 1 1 1 0 0 1 1 0 1 0 1 0 0 0 0 1 0 1 1 1 0 0 1 0 1 1 0 1 1 1 0 1 0 1 1 1 0 1 0 1 1 0 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 0 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 1 1 0 1 0 0 1 0 0 0 1 1 0 1 1 1 1 0 0 0 1 0 0 1 1 1 0 0 0 1 0 1 1 0 0 1 0 0 1 1 1 0 1 1 0 0 1 1 0 1 0 1 1 1 0 1 1 0 1 1 1 1 1 0 1 1 1 0 0 0 0 1 1 1 0 0 1 1 0 0 1 0 1 1 1 1 1 0 1 1 0 1 1 1 1 1 1 0 1 0 0 1 1 0 0 1 1 0 1 1 1 0 0 1 1 1 1 0 1 0 2 0 1 1 0 0 1 0 0 1 1 0 1 1 0 1 1 1 0 1 1 0 1 1 1 1 0 1 1 1 0 0 1 1 0 1 1 1 0 1 1 1 0 1 1 1 1 0 0 1 1 1 1 0 1 1 1 0 0 1 1 1 1 1 1 1 1 0 1 0 0 1 1 1 1 0 1 1 1 1 1 0 1 1 0 0 1 0 1 0 0
-
1
3+4
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int main() { bool A, B; bool wynik = false, wynik2=false; cin>>A; cin>>B;
...
-
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 5 6 7
#include<stdio.h> int main() { int i=400,j=300; printf("%d..%d"); return 0; }
-
1 2 3 4 5 6 7
#include<stdio.h> main() { int i=400,j=300; printf("%d..%d"); return 0; }
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; char add_letter( char letter, int counters[] ) { ++counters[ letter - 'A' ]; }
...
-
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 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" }
...


