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 9
importPackage(java.io); importPackage(java.lang); var reader = new BufferedReader( new InputStreamReader(System['in']) ); while (true){ var line = reader.readLine(); if (line==null || line=="42") { break;
...
-
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 4 5 6 7 8 9
<div id="lga"> <style> body{overflow:hidden}#hplogo{position:relative;width:0;margin:0 auto;right:190px;height:160px}.particle{position:absolute;z-index:-1}.circle{-moz-border-radius:160px;-webkit-border-radius:160px;-khtml-border-radius:160px;border-radius:160px}#cpf,#sbl,#fctr{background:transparent} </style> <noscript> <style>#hplogo{right:0;width:auto;background:url(/intl/en_ALL/images/srpr/logo1w.png) no-repeat center}</style> </noscript> <div id="hplogo"> <div class="particle circle" style="background-color: rgb(237, 157, 51); height: 18.337px; width: 18.337px; left: 200.733px; top: 77.5385px;">
...
-
1 2 3 4 5 6 7 8
var me = new Object(); me.name = "CA"; me.printName = function() { this.name; } me.printName();
-
1 2 3 4 5 6 7 8
var me = new Object(); me.name = "CA"; me.printName = function() { alert(this.name); } me.printName();
-
1 2 3 4 5 6 7 8
var me = new Object(); me.name = "CA"; me.printName = function() { writeln(this.name); } me.printName();
-
1 2 3 4 5 6 7 8
var me = new Object(); me.name = "CA"; me.printName = function() { write(this.name); } me.printName();
-
1 2 3 4 5 6 7 8
var me = new Object(); me.name = "CA"; me.printName = function() { WriteLine(this.name); } me.printName();
-
1 2 3 4 5 6 7 8 9
<script type="text/javascript"> <! - / preload images / var imagem1 nova imagem = () image1.src = "firstcar.gif" var image2 nova imagem = () image2.src = "var" secondcar imagem3 nova imagem = () image3.src = "thirdcar.gif" //--> </ script>
-
1 2 3 4 5 6 7 8 9
importPackage(java.io); importPackage(java.lang); function f() { this.x = { this.x2 = "hello"; } }
...
-
1 2 3 4 5 6 7 8
importPackage(java.io); importPackage(java.lang); function f() { this.x = function () { return "hello"; } }
...
-
1 2 3 4 5 6 7 8
importPackage(java.io); importPackage(java.lang); function f() { this.x = function () { return "hello"; } }
...
-
1 2 3 4 5 6 7 8 9
importPackage(java.io); importPackage(java.lang); function f() { this.x = { return { this.x2 = function () { return "hello"; }
...
-
1 2 3 4 5 6 7 8 9
importPackage(java.io); importPackage(java.lang); function f() { this.x = { this.x2 = function () { return "hello"; } }
...
-
1 2 3 4 5 6 7 8 9
importPackage(java.io); importPackage(java.lang); function f() { this.x = { this.x2 = function () { return "hello"; } }
...
-
1 2 3 4 5 6 7 8
importPackage(java.io); importPackage(java.lang); function f() { this.x = function () { return "hello"; } }
...
-
1 2 3 4 5 6 7 8
importPackage(java.io); importPackage(java.lang); function f() { this.x = function () { System.out.println("hello"); } }
...
-
1 2 3 4 5 6 7 8 9
importPackage(java.io); importPackage(java.lang); function f() { this.x = { this.x2 = function () { System.out.println("hello"); } }
...
-
1 2 3 4 5 6 7 8 9
importPackage(java.io); importPackage(java.lang); function f() { this.x = { this.x2 = function () { System.out.println("hello"); } }
...
-
1 2 3 4 5 6 7 8 9
importPackage(java.io); importPackage(java.lang); function f() { this.x = { this.x2 : "x2"; this.x3 : "x3"; }
...
-
1 2 3 4 5 6 7 8 9
importPackage(java.io); importPackage(java.lang); function f() { this.x = { this.x2 = "x2"; this.x3 = "x3"; }
...
-
1 2 3 4 5 6 7 8
importPackage(java.io); importPackage(java.lang); function f() { this.x = { }
...
-
1 2 3 4 5 6 7 8
importPackage(java.io); importPackage(java.lang); function f() { this.x = { }
...
-
1 2 3 4 5 6 7 8 9
importPackage(java.io); importPackage(java.lang); function f() { this.x = function() { var x2 = function () { var show = function () { return System.out.println("hello"); } } }
...
-
1 2 3 4 5 6 7 8 9
importPackage(java.io); importPackage(java.lang); function f() { var x = function() { var x2 = function () { var show = function () { return System.out.println("hello"); } } }
...
-
1 2 3 4 5 6 7 8 9
importPackage(java.io); importPackage(java.lang); function f() { var x = { var x2 = function () { var show = function () { return System.out.println("hello"); } } }
...
-
1 2 3 4 5 6 7 8 9
importPackage(java.io); importPackage(java.lang); function f() { var x = function() { var x2 = function () { var show = function () { return System.out.println("hello"); } } }
...
-
1
document.write('test');
-
1 2 3 4 5 6
function f() { var p = 1; } var c = new f(); console.log(c);
-
1 2 3 4 5 6 7 8 9
importPackage(java.io); importPackage(java.lang); function f() { var x = function() { var x2 = function () { var show = function () { return System.out.println("hello"); } } }
...
