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
...
-
1 2 3 4 5 6
#include <stdio.h> int main(void) { printf( __func__ ); return 0; }
-
1 2 3 4 5 6
#include <stdio.h> int main(void) { printf( __FUNC__ ); return 0; }
-
1 2 3 4 5 6 7 8 9
#define ALL_DBG #ifndef _DBG_MACROS_H #define _DBG_MACROS_H 1U #include <stdio.h> #include <stdlib.h>
...
-
1 2 3 4 5 6 7 8 9
#define ALL_DBG #ifndef _DBG_MACROS_H #define _DBG_MACROS_H 1U #include <stdio.h> #include <stdlib.h>
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #define MAXLINE 5 int getline(char line[], int maxline); void copy(char to[], char from[]); int main(void) {
...
-
1 2 3 4 5 6 7 8 9
#include<conio.h> #include<stdio.h> main() { int salario,actual; clrscr(); printf("Dame el salario anterior: "); scanf("%d,&salario); actual=salario/100*125;
...
-
1 2 3 4 5 6 7 8 9
#define ALL_DBG #ifndef _DBG_MACROS_H #define _DBG_MACROS_H 1U #include <stdio.h> #include <stdlib.h>
...
-
1 2 3 4 5 6 7 8 9
#define ALL_DBG #ifndef _DBG_MACROS_H #define _DBG_MACROS_H 1U #include <stdio.h> #include <stdlib.h>
...
-
1 2 3 4 5 6 7 8 9
#define ALL_DBG #ifndef _DBG_MACROS_H #define _DBG_MACROS_H 1U #include <stdio.h> #include <stdlib.h>
...
-
1 2 3 4 5 6 7 8
#define ALL_DBG #ifndef _DBG_MACROS_H #define _DBG_MACROS_H 1U #include <stdio.h>
...
-
1 2 3 4 5 6 7 8
#define ALL_DBG #ifndef _DBG_MACROS_H #define _DBG_MACROS_H 1U #include <stdio.h>
...
-
1 2 3 4 5 6 7 8
#define ALL_DBG #ifndef _DBG_MACROS_H #define _DBG_MACROS_H 1U #include <stdio.h>
...
-
1 2 3 4 5 6 7 8
#define ALL_DBG #ifndef _DBG_MACROS_H #define _DBG_MACROS_H 1U #include <stdio.h>
...
-
1 2 3 4 5 6 7 8
#define ALL_DBG #ifndef _DBG_MACROS_H #define _DBG_MACROS_H 1U #include <stdio.h>
...
-
1 2 3 4 5 6 7 8
#define ALL_DBG #ifndef _DBG_MACROS_H #define _DBG_MACROS_H 1U #include <stdio.h>
...
-
1 2 3 4 5 6 7 8
#define ALL_DBG #ifndef _DBG_MACROS_H #define _DBG_MACROS_H 1U #include <stdio.h>
...
-
1 2 3 4 5 6 7 8
#define ALL_DBG #ifndef _DBG_MACROS_H #define _DBG_MACROS_H 1U #include <stdio.h>
...
-
1 2 3 4 5
#if ( __STDC_HOSTED__ == 0 ) #include <my_stdio_substitute.h> #else #include <stdio.h> #endif
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #define ALL_DBG #if ( defined( ALL_DBG ) || \
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> /*#define ALL_DBG*/ #if ( defined( ALL_DBG ) || \
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #define ALL_DBG #if ( defined( ALL_DBG ) || \
...
-
1 2 3 4 5 6 7 8
#define ALL_DBG #ifndef _DBG_MACROS_H #define _DBG_MACROS_H 1U #include <stdio.h>
...
-
1 2 3 4 5 6 7 8
#define ALL_DBG #ifndef _DBG_MACROS_H #define _DBG_MACROS_H 1U #include <stdio.h>
...
-
1 2 3 4 5 6 7 8 9
#include<iostream> using namespace std; class sample{ int &val; public: sample(int &x){val=x;} int printVal(){return val;} }; int main()
...
-
1 2 3 4 5 6 7 8 9
void f(const float* restrict arg) {} int main(argc,argv) int argc; char *argv[]; { f((float[3]){1,2,3}); return 0;
-
1 2 3 4 5 6 7 8
/*#define ALL_DBG*/ #ifndef _DBG_MACROS_H #define _DBG_MACROS_H 1U #include <stdio.h>
...
-
1 2 3 4 5 6 7 8
/*#define ALL_DBG*/ #ifndef _DBG_MACROS_H #define _DBG_MACROS_H 1U #include <stdio.h>
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <sstream> using namespace std; int main() { stringstream ss; string a1,b1; int a[100],b[100],c[100],b2[100],a2[100],c3[100],j,i,r1,m,n,c2,a5,ch,z,k; cin>>ch;
...
-
1 2 3 4 5 6 7 8
#define ALL_DBG #ifndef _DBG_MACROS_H #define _DBG_MACROS_H 1U #include <stdio.h>
...


