Free Ideone API
try it now!
Your great ideas will be born here
Recent public pastes are listed below. You can filter them by the following programming languages:
- view
- All
- Ada
- Assembler
- AWK (gawk)
- AWK (mawk)
- Bash
- bc
- Brainf**k
- C
- C#
- C++
- 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
- Ocaml
- Oz
- Pascal (fpc)
- Pascal (gpc)
- Perl
- Perl 6
- PHP
- Pike
- Prolog (gnu)
- Prolog (swi)
- Python
- Python 3
- R
- Ruby
- Scala
- Scheme (guile)
- Smalltalk
- Tcl
- Text
- Unlambda
- Visual Basic .NET
- Whitespace
-
1
69 factorial
-
1
69.factorial
-
1
alert(1)
-
1
1 display
-
1 2 3 4 5 6 7 8 9
#include <vector> #include <list> #include <map> #include <set> #include <deque> #include <stack> #include <bitset> #include <algorithm> #include <functional>
...
-
1 2 3 4 5 6 7 8 9
#include <vector> #include <list> #include <map> #include <set> #include <deque> #include <stack> #include <bitset> #include <algorithm> #include <functional>
...
-
1 2 3 4 5 6 7 8
// balls.html <html> <body> <canvas id="canvas"></canvas> </body> <script type="text/javascript" src="balls.js"></script> </html>
...
-
1 2 3 4 5 6 7 8 9
import math def HW40(h,n,r,p): g=9.8 y=h r=0 v=0 p=0 dy = -h/n t=0
-
1 2 3 4 5 6 7 8
#include<cstdio> #include<cstring> #include<cstdlib> #include<cctype> #include<cmath> #include<iostream> #include<fstream>
...
-
1 2 3 4 5 6 7 8 9
#include<sstream> #include<string> #include<vector> #include<queue> #include<cmath> #include<algorithm> #include<iomanip> #include<iostream> using namespace std;
...
-
1
almuerzo
-
1 2 3 4 5 6 7 8 9
import math def HW40(h,n): g=9.8 y=h v=0 dy = -h/n t=0 for i in range(n): y=y+dy
...
-
1 2 3 4 5 6 7 8 9
import math def HW40(h,n): g=9.8 y=h v=0 dy = -h/n t=0 for i in range(n): y=y+dy
...
-
1 2 3 4 5 6 7 8 9
import math def HW40(h,n): g=9.8 y=h v=0 dy = -h/n t=0 for i in range(m): y=y+dy
...
-
1 2 3 4 5 6 7 8 9
import math def HW40(h,n, ): g=9.8 y=h v=0 dy = -h/n t=0 for i in range(n): y=y+dy
...
-
1 2 3 4 5 6 7 8 9
import math def HW40(h,n, ): g=9.8 y=h v=0 dy = -h/n t=0 for i in range(m): y=y+dy
...
-
1 2 3 4 5 6 7 8 9
import math def HW40(h,n, ): g=9.8 y=h v=0 dy = -h/n t=0 for i in range(m): y=y+dy
...
-
1 2 3 4 5 6 7 8 9
import math def time2(h,n): g=9.8 v=0 dy = -h/n t=0 for i in range(n): y = y+dy v = -math.sqrt(2*g*(h-y))
...
-
1 2 3 4
#include <stdio.h> int main() { int x = 2; printf("%d", x*2); return 0; }
-
1 2 3 4 5 6 7 8 9
import math def time2(h,n): g=9.8 # gravitational field y=h # Initialize the height. v=0 # Initialize the velocity. dy = -h/n # Divide h into n equal parts. t=0 # Initialize the time. for i in range(n): y = y+dy # Change y. (Note dy<0.)
...
-
1 2 3
#include <stdio.h> int x = 2; printf("%d", x*2);
-
1 2
int x = 2; printf("%d", x*2);
-
1 2
int x = 2; printf("%d", x*2);
-
1 2 3 4 5 6 7 8 9
import math def time2(h,n): g=9.8 # gravitational field y=h # Initialize the height. v=0 # Initialize the velocity. dy = -h/n # Divide h into n equal parts. t=0 # Initialize the time. for i in range(n): y = y+dy # Change y. (Note dy<0.)
...
-
1 2
def names = ["Gates", "Clinton", "Bush", "Powell"] names.each {name -> println name}
-
1 2 3 4 5 6 7 8 9
import math def time1(dist,v,n): x=0 dx= dist/n t=0 for i in range(n): x = x+dx dt=dx/v
...
-
1 2 3 4 5 6 7 8 9
import math def time1(dist,v,n): x=0 dx= dist/n t=0 for i in range(n): x=x+dx dt=dx/v
...
-
1 2 3 4 5 6 7 8 9
#include<sstream> #include<string> #include<vector> #include<queue> #include<cmath> #include<algorithm> #include<iomanip> #include<iostream> using namespace std;
...
-
1 2 3 4 5 6 7 8 9
#include<sstream> #include<string> #include<vector> #include<queue> #include<cmath> #include<algorithm> #include<iomanip> #include<iostream> using namespace std;
...
-
1 2 3 4 5 6 7 8 9
import math def time(dist,v,n): x=0 dx= dist/n t=0 for i in range(n): x=x+dx dt=dx/v t=t+dt
...
