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
// process_mix_of_items.cpp : Defines the entry point for the console application. // #include <string> #include <iostream> //#include "holdCommandWindow.h" class Personal_details {
...
-
1 2 3 4 5 6 7 8 9
#include <cstdio> #include <bitset> #define DN 50005 using namespace std; int a,b,pr[DN],sz,bnrd,cate,mic; bitset<DN> isp; int main()
...
-
1 2 3 4 5 6 7 8 9
// process_mix_of_items.cpp : Defines the entry point for the console application. // #include <string> #include <iostream> //#include "holdCommandWindow.h" class Personal_details {
...
-
1 2 3 4 5 6 7 8 9
#include <IOstream.h> //Base Class class Player { public: virtual int getGuess(){ return 0; }
...
-
1 2 3 4 5 6 7 8 9
/*get inputoutput get characterarray get standardinputoutput get charactertype get mathalgorithms get console*/ #include <stdio> #include <iostream>
...
-
1 2 3 4 5 6 7 8 9
#include <IOStream.h> //Base Class class Player { public: virtual int getGuess(){ return 0; }
...
-
1 2 3 4 5 6 7 8 9
#include <cstdio> #include <vector> #include <iostream> using namespace std; vector<int> indici,prime; bool p[50005]; int main()
...
-
1 2 3 4 5 6 7 8 9
#include <iostream.h> //Base Class class Player { public: virtual int getGuess(){ return 0; }
...
-
1 2 3 4 5 6 7 8 9
/*get inputoutput get characterarray get standardinputoutput get charactertype get mathalgorithms get console*/ #include <stdio> #include <iostream>
...
-
1 2 3 4 5 6 7 8 9
def perm(S, perms=[], current=[], maximum=None): if maximum and len(perms) > maximum: return size = len(S) for i in range(size): subset = list(S) del(subset[i]) tmp_current = list(current) tmp_current.append(S[i])
...
-
1 2 3 4 5 6 7 8 9
/*get inputoutput get characterarray get standardinputoutput get charactertype get mathalgorithms get console*/ #include <stdio> #include <iostream>
...
-
1 2 3 4 5 6 7 8 9
// process_mix_of_items.cpp : Defines the entry point for the console application. // #include <string> #include <iostream> //#include "holdCommandWindow.h" class Personal_details {
...
-
1 2 3 4 5 6 7 8 9
//Base Class class Player { public: virtual int getGuess(){ return 0; } }
...
-
1 2 3 4 5 6 7 8 9
// process_mix_of_items.cpp : Defines the entry point for the console application. // #include <string> #include <iostream> //#include "holdCommandWindow.h" class Personal_details {
...
-
1 2 3 4 5 6 7 8 9
/*get inputoutput get characterarray get standardinputoutput get charactertype get mathalgorithms get console*/ #include <stdio> #include <iostream>
...
-
1 2 3 4 5 6 7 8 9
// process_mix_of_items.cpp : Defines the entry point for the console application. // #include <string> #include <iostream> //#include "holdCommandWindow.h" class Personal_details {
...
-
1 2 3 4 5 6 7 8 9
/*get inputoutput get characterarray get standardinputoutput get charactertype get mathalgorithms get console*/ #include <stdio> #include <iostream>
...
-
1 2 3 4 5 6 7 8 9
// process_mix_of_items.cpp : Defines the entry point for the console application. // #include <string> #include <iostream> //#include "holdCommandWindow.h" class Personal_details {
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> main() { float s,r,o,x; inicio: printf("\n\t\t\tCalculadora - By Slappter."); printf("\nPrimer Número: "); scanf("%f", &s); printf("\nSegundo Número: ");
...
-
1 2 3 4 5 6 7 8 9
class root { public void static main(String [] args) { // Prevent CID 28204 String parent = "ALA"; System.out.println( (parent != null) ? parent.concat("/") : null); } }
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { double x=2.0; switch(x) { case 2.3: printf("d"); break; case 2.7: printf("5");
...
-
1 2 3 4 5 6 7 8 9
#include<stdio.h> int main() { int x=2; switch(x) { case 2.3: printf("d"); break; case 2.7: printf("5");
...
-
1 2 3 4 5 6 7 8 9
/*get inputoutput get characterarray get standardinputoutput get charactertype get mathalgorithms get console*/ #include <stdio> #include <iostream>
...
-
1 2 3 4 5 6 7 8 9
/*get inputoutput get characterarray get standardinputoutput get charactertype get mathalgorithms get console*/ #include <stdio> #include <iostream>
...
-
1 2 3 4 5 6 7 8 9
ref class Base { public: virtual void Goo() { Show("Base::Goo"); } virtual void Boo()
...
-
1
-
1 2
name = "snow storm" print "%s" %name[6:8]
-
1 2 3 4 5 6 7 8 9
/*get inputoutput get characterarray get standardinputoutput get charactertype get mathalgorithms get console*/ #include <stdio> #include <iostream>
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> #include <math.h> float pi= 3.141592; int main(void) { float a, b, resultado;
...
-
1 2 3 4 5 6 7 8 9
/*get inputoutput get characterarray get standardinputoutput get charactertype get mathalgorithms get console*/ #include <stdio> #include <iostream>
...


