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
#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> #include <stdlib.h>
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #define __PRINT_ADDRESS( SPACE_NUM, \ ADDRESS ) \ printf( "\t" " |" "%" #SPACE_NUM "s" "address: %p" "\n", \ "", \ (void *)ADDRESS ) int main(void) {
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #define __PRINT_ADDRESS( SPACE_NUM, \ ADDRESS ) \ printf( "\t" " |" "%" #SPACE_NUM "s" "address: %p" "\n", \ "", \ (void *)ADDRESS ) int main(void) {
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #define __PRINT_ADDRESS( SPACE_NUM, \ ADDRESS ) \ printf( "\t" " " "%-" #SPACE_NUM "s" "address: %p" "\n", \ "", \ (void *)ADDRESS ) int main(void) {
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #define __PRINT_ADDRESS( SPACE_NUM, \ ADDRESS ) \ printf( "\t" " " "%-" #SPACE_NUM "s" "address: %p" "\n", \ "", \ (void *)ADDRESS ) int main(void) {
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #define __PRINT_ADDRESS( SPACE_NUM, \ ADDRESS ) \ printf( "\t" " " "%-" #SPACE_NUM "s" "address: %p" "\n", \ " ", \ (void *)ADDRESS ) int main(void) {
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #define __PRINT_ADDRESS( SPACE_NUM, \ ADDRESS ) \ printf( "\t" " " "%" #SPACE_NUM "s" "address: %p" "\n", \ " ", \ (void *)ADDRESS ) int main(void) {
...
-
1 2 3 4 5 6 7 8
#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> #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> #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> #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> #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> #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> #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> #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> #include <stdlib.h>
...
-
1 2 3 4 5 6
#include <stdio.h> #define X( NUM ) "%%" #NUM "s" int main(void) { printf( "%s", X( 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> #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> #include <stdlib.h>
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <math.h> #include <stdlib.h> //#include <iostream> //using namespace std; typedef long long int int_t; int_t& Max(int_t& a1, int_t& a2) { return (a1 > a2 ? a1 : a2);
...
-
1 2 3 4 5 6
1 2 10 Done. Stack size 1 Heap size 2
-
1 2 3 4 5 6 7 8
#include <stdio.h> #include <math.h> #include <stdlib.h> #include <time.h> #include <stddef.h> #define MAX_SIZE 101 #define SWAP(x,y,t) ((t)=(x), (x)=(y), (y)=(t))
...
-
1 2 3 4 5 6 7 8
#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> void axb(int n,double a[n][n],double answer[n]){ int i,j; double b[n]; for(i=0; i<n ; i++){ for(j=0; j<n ; j++){ b[i] += answer[j] * a[i][j]; }
...
-
1 2 3 4 5 6 7
#include <stdio.h> int main() { int i=5; printf("%d",(++i)+(++i)+(++i)) ; }
-
1 2 3 4 5 6 7
#include <stdio.h> int main() <% return 0; %>
-
1 2 3 4 5 6 7 8 9
#include <iostream> long long int d() { return 100000*100000; } int main() {
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> int main() { long long int g = 1000000*10000; g-=1; std::cout << g; }
-
1 2 3 4 5 6 7 8 9
#define ALL_DBG #define PRN_d32 "d" #ifndef _DBG_MACROS_H #define _DBG_MACROS_H 1U #include <stdio.h> #include <stdlib.h>
...


