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 2 3 4 5 6 7 8
<!-- ONE STEP TO INSTALL QUEEN'S QUEST: 1. Copy the coding into the BODY of your HTML document -->
...
-
1 2 3
+++++ +++++ [ > +++++ +++++ < - ] > [ > +++++ +++++ > +++++ << - ] >> [< ----- > - ] < .
-
1 2 3
+++++ +++++ [ > +++++ +++++ < - ] > [ > +++++ +++++ > + << - ] >> [< ----- > - ] < .
-
1 2 3 4 5 6 7 8
<!-- ONE STEP TO INSTALL QUEEN'S QUEST: 1. Copy the coding into the BODY of your HTML document -->
...
-
1 2 3
+++++ +++++ [ > +++++ +++++ < - ] > [ > +++++ +++++ > + << - ] >> [< ----- > - ] <.
-
1 2 3 4 5 6 7 8
<!-- ONE STEP TO INSTALL QUEEN'S QUEST: 1. Copy the coding into the BODY of your HTML document -->
...
-
1 2
+++++ +++++ [ > +++++ +++++ < - ] > [ > +++++ +++++ < - ] .
-
1 2
+++++ +++++ [ > +++++ +++++ < - ] > .
-
1 2
+++++ +++++ [ > +++++ +++++ < - ] > [ > +++++ +++++ < - ] < + .
-
1 2
+++++ +++++ [ > +++++ +++++ < - ] > [ > +++++ +++++ < - ] + .
-
1 2
+++++ +++++ [ > +++++ +++++ < - ] > [ > +++++ +++++ < - ] > .
-
1 2 3 4 5 6 7 8 9
import math def time2(h,n,m,r,p): 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
template < int n > class C { public: template < int n_param > void func() {} }; template<int n> template<> void C<10>::func<11>(); int main()
...
-
1 2 3 4 5 6 7 8 9
template < int n > class C { public: template < int n_param > void func() {} }; template<int n> template<> void C<>::func<11>(); int main()
...
-
1 2 3 4 5 6 7 8 9
program demo_1 Implicit none real :: A, B, C A=.5 B=.888 C=((A +B) ** 2 - 2 * A * B - B **2)/A ** 2 print *, C A=.1 C=((A +B) ** 2 - 2 * A * B - B **2)/A ** 2
...
-
1 2 3 4 5 6 7 8 9
def time2(h,n,m,r,p): g=9.8 y=h v=0 dy=-h/n t=0 for i in range(n): y=y+dy v=-math.sqrt((2*(m*g*(dy)+.5*m*v*v-(3.14/4)*p*v*v*r*r*dy))/m)
...
-
1 2 3 4 5 6 7 8 9
template < int n > class C { public: template < int n_param > void func() {} }; template<> template<> void C<int n>::func<11>(); int main()
...
-
1 2 3 4 5 6 7 8 9
program demo_1 Implicit none real :: A, B, C A=.5 B=888.0 C=((A +B) ** 2 - 2 * A * B - B **2)/A ** 2 print *, C A=.1 C=((A +B) ** 2 - 2 * A * B - B **2)/A ** 2
...
-
1 2 3 4 5 6 7 8 9
import math def time2(h,n,m,r,p): 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
program demo_1 Implicit none real :: A, B, C A=.5 B=888 C=((A +B) ** 2 - 2 * A * B - B **2)/A ** 2 print *, C A=.1 C=((A +B) ** 2 - 2 * A * B - B **2)/A ** 2
...
-
1 2 3 4 5 6 7 8 9
import math def time2(h,n,m,r,p): 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
template < int n > class C { public: template < int n_param > void func() {} }; template<> template<> void C<n>::func<11>(); int main()
...
-
1 2 3 4 5 6 7 8 9
template < int n > class C { public: template < int n_param > void func() {} }; template<int n> template<> void C<n>::func<11>(); int main()
...
-
1 2 3 4 5 6 7 8 9
template < int n > class C { public: template < int n_param > void func() {} }; template<> template<> void C<10>::func<11>(); int main()
...
-
1 2 3 4 5 6 7 8 9
import math def time2(h,n,m,r,p): 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
/* The class name doesn't have to be Main, as long as the class is not public. */ class Main { public static void main (String[] args) throws java.lang.Exception { java.io.BufferedReader r = new java.io.BufferedReader (new java.io.InputStreamReader (System.in)); String s; while (!(s=r.readLine()).startsWith("42")) System.out.println(s); }
-
1 2 3 4 5 6 7 8 9
import math def time2(h,n,m,r,p): g=9.8 y=h v=0 dy=-h/n t=0 for i in range(n): y=y+dy
...
-
1 2 3
String pepe = "hola"; pepe = "(" + pepe + ")"; System.out.println(pepe);
-
1 2 3 4 5 6 7 8 9
template < int n > class C { public: template < int n_param > void func() {} }; template<> template<> void C<10>::func<11>(); int main()
...
-
1 2 3
String pepe = "hola"; pepe = "(" + pepe + ")"; System.out(pepe);
