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 4 5 6 7 8 9
Base.toString = function() { return '[constructor Base]'; } Base.prototype.toString = function() { return '[object ' + this.constructor.name + ']'; } function Base() { } var base = new Base(); Child1.prototype = base; Child1.prototype.toString = function() { return '[object ' + this.constructor.name + ']'; } function Child1() {}
...
-
1 2 3 4 5 6 7 8
Base.toString = function() { return '[constructor Base]'; } Base.prototype.toString = function() { return '[object ' + this.constructor.name + ']'; } function Base() { } var base = new Base(); Child1.prototype = base; function Child1() {}
...
-
1 2 3 4 5 6 7 8
Base.toString = function() { return '[constructor Base]'; } Base.prototype.toString = function() { return '[object ' + 1 + ']'; } function Base() { } var base = new Base(); Child1.prototype = base; function Child1() {}
...
-
1 2 3 4 5 6 7 8
Base.toString = function() { return '[constructor Base]'; } Base.prototype.toString = function() { return '[object ' + 1 + ']'; } function Base() { } var base = new Base(); Child1.prototype = base; function Child1 {}
...
-
1 2 3 4 5 6 7 8
Base.toString = function() { return '[constructor Base]'; } Base.prototype.toString = function() { return '[object ' + 1 + ']'; } function Base { } var base = new Base(); Child1.prototype = base; function Child1 {}
...
-
1 2 3
<script> alert('Hello'); </script>
-
1 2 3 4 5 6 7 8 9
import javax.swing.JOptionPane; class Calculator { public static void main(String args[]) { String numarPrim; String numarSecund; String numarTrei; double numar1; double numar2;
...
-
1 2 3 4 5 6 7 8 9
// Объект включающий в себя функционал по проверки типов переменных. var TypeOf = new (function() { { // Строковые представления JS-типов var m_number = (typeof 0); var m_object = (typeof {});
...
-
1 2 3 4 5 6 7 8 9
// Объект включающий в себя функционал по проверки типов переменных. var TypeOf = new (function() { { // Строковые представления JS-типов var m_number = (typeof 0); var m_object = (typeof {});
...
-
1 2 3 4 5 6 7 8 9
// Объект включающий в себя функционал по проверки типов переменных. var TypeOf = new (function() { { // Строковые представления JS-типов var m_number = (typeof 0); var m_object = (typeof {});
...
-
1 2 3 4 5 6 7 8 9
// Объект включающий в себя функционал по проверки типов переменных. var TypeOf = new (function() { { // Строковые представления JS-типов var m_number = (typeof 0); var m_object = (typeof {});
...
-
11 days 2 hours ago view (lines: 351, size: 8892, inputs: 1) JavaScript (spidermonkey) Runtime error
1 2 3 4 5 6 7 8 9
// Объект включающий в себя функционал по проверки типов переменных. var TypeOf = new (function() { { // Строковые представления JS-типов var m_number = (typeof 0); var m_object = (typeof {});
...
-
1 2 3 4 5 6 7 8 9
// Объект включающий в себя функционал по проверки типов переменных. var TypeOf = new (function() { { // Строковые представления JS-типов var m_number = (typeof 0); var m_object = (typeof {});
...
-
11 days 2 hours ago view (lines: 344, size: 8808, inputs: 1) JavaScript (spidermonkey) Runtime error
1 2 3 4 5 6 7 8 9
// Объект включающий в себя функционал по проверки типов переменных. var TypeOf = new (function() { { // Строковые представления JS-типов var m_number = (typeof 0); var m_object = (typeof {});
...
-
11 days 2 hours ago view (lines: 344, size: 8778, inputs: 1) JavaScript (spidermonkey) Runtime error
1 2 3 4 5 6 7 8 9
// Объект включающий в себя функционал по проверки типов переменных. var TypeOf = new (function() { { // Строковые представления JS-типов var m_number = (typeof 0); var m_object = (typeof {});
...
-
11 days 2 hours ago view (lines: 301, size: 6669, inputs: 1) JavaScript (spidermonkey) Runtime error
1 2 3 4 5 6 7 8 9
include("./FMFiles/registry/scripts/core/base.mjs"); // Функция-конструктор JS-объекта: карта данных. Map.toString = function() { return '[constructor Map]'; } function Map(a_initArray /* = undefined */) { // Получить строковое представление объекта
...
-
11 days 4 hours ago view (lines: 42, size: 1013, inputs: 1) JavaScript (spidermonkey) Success sachin79
1 2 3 4 5 6 7 8 9
calc_computed = function() { this.computed = new Object(); this.computed.pacing = -1; this.computed.projected = -1; var booked = 100000; var deliv = 56886; alert("deliv"); if (booked > 0 && deliv > 0) { var ratio = deliv / booked;
...
-
11 days 4 hours ago view (lines: 37, size: 937, inputs: 1) JavaScript (spidermonkey) Success sachin79
1 2 3 4 5 6 7 8 9
calc_computed = function() { this.computed = new Object(); this.computed.pacing = -1; this.computed.projected = -1; var booked = 100000; var deliv = 56886; alert("deliv"); if (booked > 0 && deliv > 0) { var ratio = deliv / booked;
...
-
1 2 3 4 5 6 7 8 9
<html> <head> <title>Form Details</title> </head> <body> <title>Form Examples</title> <form name="sai" action="https://www.google.com" onsubmit="return hallo()" method="get"> <marquee behaivour="alternate"> <font style="font-family:Arial Black;color:red;weight:Bold;Display:block;font-size=24";>
...
-
11 days 7 hours ago view (lines: 45, size: 1479, inputs: 1) JavaScript (spidermonkey) Success kaotik4266
1 2 3 4 5 6 7 8 9
var counter = 0; function getTreeDepth(tree) { if (tree.length == 0 || tree.length == 1) { return tree.length; } depth = 1; increment = 1;
...
-
11 days 7 hours ago view (lines: 41, size: 1433, inputs: 1) JavaScript (spidermonkey) Success kaotik4266
1 2 3 4 5 6 7 8 9
function getTreeDepth(tree) { if (tree.length == 0 || tree.length == 1) { return tree.length; } depth = 1; increment = 1; maxIndex = 1;
...
-
1 2 3 4 5 6 7 8
(function (inp) { var out = []; inp.reduce(function (a,b) { return a.concat(b); }).sort().forEach(function(v,k, flat) { if(k % 2 == 1) out.push([flat[k-1], v]); });
...
-
1 2 3 4 5 6 7 8 9
var AClass = function(a) { this.a = a; }; AClass.a = -1; AClass.prototype.printClass = function() { document.write(this.a, AClass.a); }; AClass.prototype.set = function(a) {
...
-
1
[]+[]
-
1
<a class="webkit-html-attribute-value webkit-html-resource-link" target="_blank" href="http://www.ilive.to/embed/24176&width=700&height=480&autoplay=true">http://www.ilive.to/embed/24176&width=700&height=480&autoplay=true</a>
-
1
<script type="text/javascript" src="http://www.ilive.to/embed/24176&width=700&height=480&autoplay=true"></script>
-
1 2 3 4 5 6 7 8 9
(function func() { do { (function() { break;
...
-
1 2 3 4 5 6 7 8 9
(function func() { do { //(function() { break;
...
-
1 2 3 4 5 6 7 8 9
(function func() { do { (function() { break;
...
-
1 2 3 4 5 6 7 8 9
(function func() { do { (function() { print(' - 1 - '); })();
...


