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
#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 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 2 3 4 5 6 7
#include "stdio.h" int main() { printf("Kode Multus"); return 0; }/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.[-]+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.[-]++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.[-]+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.[-]++++++++++++++++++++++++++++++++.[-]+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.[-]+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.[-]++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.[-]++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.[-]+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.[-]+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.[-]*/
-
1 2 3 4 5 6 7
#include "stdio.h" int main() { printf("Kode Multus"); return 0; }/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.[-]+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.[-]++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.[-]+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.[-]++++++++++++++++++++++++++++++++.[-]+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.[-]+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.[-]++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.[-]++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.[-]+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.[-]+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++.[-]*/
-
1
-
1
print "Kode Multus"
-
1
print "Kode Multus"
-
1 2 3 4 5
/* db.db Andrew Garrard */int x,y,X;Q(Z,Y){Y=y<16?X=x-30,Y=y-17,225>X*X+Y */* `888' */Y:x>y,y+=y%2*2*(!(x+=y&x==39?-x:y&1)-1)+1;return Z?Y+2*Q(--Z,-- X)/* `8' */:Y;}main(){for(;y-42;puts(""))M(y);}M(z){printf("%c",(printf("%" "c"," ',""[`~/P.\\wb]9dM"[z=Q(3,7)]),x&&M(*""),z)[" `.]'~\\9,/wd[PbM\""]);}
-
1 2 3
#define X "Happy birthday to you\n" int main(){printf(X X"%.15sdear Pawan\n"X,X);return 0;}
-
1 2 3
#define X "Happy birthday to you\n" main(){printf(X X"%.15sdear Pawan\n"X,X);}
-
1 2 3 4 5 6 7 8 9
int main() { struct a; a * p; union b; b * p1; enum c; c * p2; }
-
1 2 3 4 5
int main() { union a; a * p; }
-
1 2 3 4 5 6 7 8
#include <stdio.h> int main(void) { for (int a=1;a!=-1;a++) for (int b=1;b<=100;b++) { if (b%a==1) printf("%d and %d\n",a,b); }
...
-
1 2 3 4 5 6 7 8
#include <stdio.h> int main(void) { for (int a=1;a!=-1;a++) for (int b=1;b<=100;b++) { if (b%a==1) printf("%d and %d",a,b); }
...
-
1 2 3 4 5 6 7 8 9
int main(void) { for (int a=1;a!=-1;a++) for (int b=1;b<=100;b++) { if (b%a==1) printf("%d and %d",a,b); } return 0; }
-
1 2 3 4 5 6 7 8 9
int main(void) { for (int a=1;a!=-1;a++) for (int b=1;b<=100;b++) { if (b%0==1) printf("%d and %d",a,b); } return 0; }
-
1 2 3 4 5 6 7 8 9
int main(void) { for (int a=0;a!=-1;a++) for (int b=0;b<=100;b++) { if (b%0==1) printf("%d and %d",a,b); } return 0; }
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { int i, j; for (i=0; i<10; i++){ for(j=0; j<10; j++) printf("%d xor %d = %d \n", i ,j, i^j);
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { int i, j; for (i=0; i<10; i++){ for(j=0; j<10; j++) printf("%d xor %d = %d /n", i ,j, i^j);
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { int i, j; for (i=0; i<10; i++){ for(j=0; j<10; j++) printf("%d xor %d = %d", i ,j, i^j);
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { int a[7] = {1,2,3,4,5,6,7}; int c; c=a[0]^a[3]; printf("%d xor %d is %d",a[0], a[3], c);
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { int a[7] = {1,2,3,4,5,6,7}; int c; c=a[0]^a[3]; printf("%d",c);
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { int a[6] = {1,2,3,4,5,6,7}; int c; c=a[0]^a[3]; printf("%d",c);
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { int[6] a = {1,2,3,4,5,6,7}; int c; c=a[0]^a[3]; printf("%d",c);
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { int a=1; int b=2,c; c=a^b; printf("%d",c);
...
-
1 2 3 4 5 6 7 8
#include <stdio.h> int main () { int three = 0; int five = -2; for(int i = 3; i < 100; i+=2) {
...
-
1 2 3 4 5 6 7
#include <stdio.h> int main() { for (int i = 0; i < 10; ++i) { printf("Hello, i am %i\n", i); } }
-
1 2 3 4 5 6 7 8 9
#include<iostream> class Student { private: char name[50]; int stunum; public: Student(char *n,int sn=12345);
...
-
1 2 3 4 5 6 7 8 9
#define DBG_LA /* file: dbg_macros.h */ /* DBG_L0 exits DBG_L1 exits + calls DBG_L2 exits + calls + returns (value)
...
-
1 2 3 4 5 6 7 8 9
/* file: dbg_macros.h */ /* DBG_L0 exits DBG_L1 exits + calls DBG_L2 exits + calls + returns (value) DBG_L3 exits + calls + returns (address) DBG_L4 exits + calls + returns (value + address) DBG_L5 exits + calls + returns + args (value) DBG_L6 exits + calls + returns + args (address)
...


