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 <iostream> #include <cmath> float power(float, float); float fact(float); using namespace std; int main() {
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> typedef unsigned int Uint; #define N 100 #define DP 1 //RADIX == 10^LOG #define LOG 1 #define RADIX 10 typedef Uint Liczba[N+1];
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <cmath> float power(float, float); float fact(float); using namespace std; int main() {
...
-
1 2 3 4 5 6 7 8 9
import java.util.*; public class myclass { int variable1; int variable2; public myclass(int a,int b) { variable1=a;
...
-
1 2 3 4 5 6 7 8 9
#include <cstdio> namespace NNamespace{ struct S{ friend void f(S) { puts("hello"); } };
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <cmath> float power(float, float); float fact(float); using namespace std; int main() {
...
-
1 2 3 4 5 6 7 8 9
//****************************************************************** // Project 4 // Rebecca Sander // CPE112 - 01 // Due: Friday 02/03/2012 // //This program prompts the user to enter values for phi, theta, and the radius //of coordinates x,y,z and returns their value in Cartesian coordinates. These //Cartesian coordinates are then taken and the magnitude of 2 vectors (A & B)
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <cmath> float power(float, float); float fact(float); using namespace std; int main() {
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <string> using namespace std; int main() { string query; int n; cin >> n; while (n--) { cin >> query;
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <cmath> float power(float, float); float fact(float); using namespace std; int main() {
...
-
1 2 3 4 5 6 7 8 9
<?php /* Este programa esta siendo utilizado para convertir un numero binario dado a un numero decimal. Hecho por: Yadiel Cabrera 801-10-0880*/ $tamano=8; // esta variable la utilizo para clasificar la cantidad de digitos u posiciones del numero binario// $exponente=7; // esta variable la utilizo para nombrar el exponente de la base del numero binario//
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <cmath> float power(float, float); float fact(float); using namespace std; int main() {
...
-
1 2 3 4 5 6 7 8 9
<?php /* Este programa esta siendo utilizado para convertir un numero binario dado a un numero decimal. Hecho por: Yadiel Cabrera 801-10-0880*/ $tamano=8; // esta variable la utilizo para clasificar la cantidad de digitos u posiciones del numero binario// $exponente=7; // esta variable la utilizo para nombrar el exponente de la base del numero binario//
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> void main() { std::cout<<"Czy wykonac rzut?\n" <<"Podaj liczbę oczek."; int oczka; std::cin>oczka;
...
-
1 2 3 4 5 6 7 8 9
t = input( ) # read string t = int( t ) # convert string to integer while t>0: t=t-1 a = raw_input() f=[] for i in range(255): f.append(0)
...
-
1 2 3 4 5 6 7 8 9
class supcon { private int x,y; supcon(supcon obj) { x=obj.x; y=obj.y; } supcon(int a,int b)
...
-
1 2 3 4 5 6 7 8 9
import java.util.Scanner; class CalDifference{ public static void main(String[] k){ int n, sumOfSq, sqOfSums, diff; int[] num; int[] numSq;
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <cmath> float power(float, float); float fact(float); using namespace std; int main() {
...
-
1 2 3 4 5 6 7 8 9
t = input( ) # read string t = int( t ) # convert string to integer while t>0: t=t-1 a = raw_input() f=[] for i in range(255): f.append(0)
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> void swap(int *x,int *y) { int temp; temp = *x; *x = *y; *y = temp;
...
-
1 2 3 4 5 6 7 8
#include <iostream> using namespace std; int main() { cout<<"Люблю тебя моя прелесть"; return 0; }
-
1 2 3 4 5 6 7 8 9
t = input( ) # read string t = int( t ) # convert string to integer while t>0: t=t-1 a = raw_input() f=[] for i in range(255): f.append(0)
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <cmath> float power(float, float); float fact(float); using namespace std; int main() {
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <cmath> float power(float, float); float fact(float); using namespace std; int main() {
...
-
1 2 3 4 5 6 7 8 9
#include <stdio.h> #include <stdlib.h> void swap(int *x,int *y) { int temp; temp = *x; *x = *y; *y = temp;
...
-
1 2 3 4 5 6 7 8 9
<?php /* Este programa esta siendo utilizado para convertir un numero binario dado a un numero decimal. Hecho por: Yadiel Cabrera 801-10-0880*/ $tamano = 8; // esta variable la utilizo para clasificar la cantidad de digitos u posiciones del numero binario// $exponente=7; // esta variable la utilizo para nombrar el exponente de la base del numero binario//
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> using namespace std; int squared(int a) { return a * a; } double sqrt(double num) {
...
-
1 2 3 4 5 6 7 8 9
<?php /* Este programa esta siendo utilizado para convertir un numero binario dado a un numero decimal. Hecho por: Yadiel Cabrera 801-10-0880*/ $tamano = 8; // esta variable la utilizo para clasificar la cantidad de digitos u posiciones del numero binario// $exponente=7; // esta variable la utilizo para nombrar el exponente de la base del numero binario//
...
-
1 2 3 4 5 6 7 8 9
#include <iostream> #include <cmath> float power(float, float); float fact(float); using namespace std; int main() {
...
-
1 2 3 4 5 6 7 8
float square (float number) | | defines that somefunction returns an int result. int is the default if not specified, but let's go with a float value here { float square_value;
...


