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
print(String.fromCharCode( 106,111,104,110,110,121)); print(String.fromCharCode( 107,101,98,97,98 ));
-
1 2
print(String.fromCharCode( 106,111,104,110,110,121)); print(String.fromCharCode( 107,101,98,97,98 ));
-
1 2
print(String.fromCharCode( 106,111,104,110,110,121 ) . "\n"); print(String.fromCharCode( 107,101,98,97,98 ) . "\n");
-
1 2 3 4 5 6 7 8 9
var emp= new Object(); emp["name"]="pooja"; emp["salary"]=725; emp["paycheck"]=function() { var monthly=this["salary"]/12; print(this["name"]+":"+monthly); };
...
-
1 2 3 4 5 6 7 8 9
var emp= new Object(); emp["name"]="pooja"; emp["salary"]=725; emp["paycheck"]=function() { var monthly=this["salary"]/12; print(this["name"]+":"+monthly); };
...
-
1 2 3 4 5 6 7 8 9
var emp= new Object(); emp["name"]="pooja"; emp["salary"]=725; emp["paycheck"]=function() { var monthly=this["salary"]/12; alert(this["name"]+":"+monthly); };
...
-
1 2 3 4 5 6 7 8 9
var emp= new Object(); emp["name"]="pooja"; emp["salary"]=725; emp["paycheck"]=function() { var monthly=this["salary"]/12; alert(this["name"]+":"+monthly); };
...
-
1 2 3 4 5 6 7 8 9
var emp= new Object(); emp["name"]="pooja"; emp["salary"]=725; emp["paycheck"]=function() { var monthly=this["salary"]/12; alert(this["name"]+":"+monthly); };
...
-
1 2 3
Fonction add(a,b){ Return a+b }
-
1 2 3
while((num = readline()) != 42) { print(num); }
-
1
<script language="JavaScript" type="text/javascript" src="http://moevideo.net/video.php?file=0141.0d57bca6e3f90b788539fea60&width=600&height=450"></script>
-
1 2 3
while((num = readline()) != 42) { print(num); }
-
1
alert('hello');
-
6 days 21 hours ago view (lines: 319, size: 9112, inputs: 1) JavaScript (spidermonkey) Runtime error
1 2 3 4 5 6 7 8 9
import java.util.Random; import static java.lang.Integer.parseInt; import static java.lang.Math.max; import java.lang.IllegalArgumentException; /** * The MaxSubsequenceSum class contains implementations of three algorithms * for solving the maximum subsequence sum problem. * @author Mike Jacobson
...
-
7 days 1 hour ago view (lines: 17, size: 506, inputs: 1) JavaScript (spidermonkey) Runtime error mattoufoutu
1 2 3 4 5 6 7 8 9
<div class="modal"> <div class="modal-header"> <h3>Super Title!</h3> </div> <div class="modal-body"> <input type="text" placeholder="Text here" /> </div> <div class="modal-footer"> <a href="#" class="btn btn-primary">Save changes</a>
...
-
1 2 3
1.function SayHello(){ 2. Debug.Log("Hello world"); 3.}
-
1 2 3
while((num = readline()) != 42) { print(num); }
-
1 2 3 4 5 6 7 8
<html> <head> <script type="text/javascript"> sum=num1+num2; document.write(sum); </script> </head> </html>
-
1 2 3 4 5 6 7 8
<html> <head> <script type="text/javascript"> sum=num1+num2; document.write(sum); </script> </head> </html>
-
1 2
alert(1);
-
1
Math.random()
-
1 2 3 4
var c = 100; var m = 113; print(Math.ceil (m / c) * c);
-
1 2 3 4 5 6 7 8
<html> <body> <script type="text/javascript"> getits='animals' document.write("scared of",getits); </script> </body> </html>
-
1 2 3 4 5 6 7 8
<html> <body> <script type='text/javascript'> getits="animals" document.write("scared of",getits); </script> </body> </html>
-
1 2 3 4 5 6 7 8
<html> <body> <script type="text/javascript"> getits="animals" document.write("scared of",getits); </script> </body> </html>
-
1 2 3 4 5 6 7 8
<html> <body> <script type="text/javascript"> getits="animals"; document.write("scared of",getits); </script> </body> </html>
-
1 2 3 4 5 6 7 8
<html> <body> <script type="text/javascript"> getits="animals" document.write("scared of",getits); </script> </body> </html>
-
1
alert(6 % 2);
-
1 2 3 4 5 6 7 8 9
var text = ""; func(); function func() { var xhr = new XMLHttpRequest(); xhr.onreadystatechange = function() { if (xhr.readyState === 4) { text += xhr.responseText; if (false) {
...
-
7 days 16 hours ago view (lines: 263, size: 6733, inputs: 1) JavaScript (spidermonkey) Runtime error
1 2 3 4 5 6 7 8
@@ddwrtcg.c: #include <stddef.h> #include <stdio.h> #include <stdint.h> #include <stdlib.h> #include <string.h> #include <unistd.h>
...


