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
while((num = readline()) != 42) { print(num); }
-
8 hours 28 minutes ago view (lines: 1, size: 155, inputs: 1) JavaScript (spidermonkey) Runtime error
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); }
-
19 hours 57 minutes ago view (lines: 1, size: 15, inputs: 1) JavaScript (spidermonkey) Runtime error
1
alert('hello');
-
21 hours 18 minutes 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
...
-
1 day 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) {
...
-
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>
...
-
1 2 3 4 5 6 7
<html> <head> <script type="text/javascript"> sum=num1+num2; document.write(sum); </script> </head> </html>
-
1 2 3
while((num = readline()) != 42) { print(num); }
-
1 2 3
while((num = readline()) != 42) { print(num); }
-
1 2 3 4 5 6 7 8 9
var obj = new ActiveXObject("WbemScripting.SWbemLocator"); var s = obj.ConnectServer("."); var properties = s.ExecQuery("SELECT * FROM Win32_NetworkAdapterConfiguration"); var e = new Enumerator (properties); var output; output='<table border="0" cellPadding="5px" cellSpacing="1px" bgColor="#CCCCCC">'; output=output + '<tr bgColor="#EAEAEA"><td>Caption</td><td>MACAddress</td></tr>';
...
-
1 2 3 4
var a = [ 1, 2 ]; print(a.shift()); print(a.shift()); print(a.shift() || [5, 6]);
-
1 2 3 4
var a = [ 1, 2 ]; print(a.shift()); print(a.shift()); print(a.shift() || []);
-
1 2 3 4
var a = [ 1, 2 ]; print(a.shift()); print(a.shift()); print(a.shift() || "!");
-
1 2 3 4
var a = [ 1, 2 ]; print(a.shift()); print(a.shift()); print(a.shift());
-
1 2
var a = new Array(5); print(a.length);


