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
//RECOGNITION.JAVA import java.lang.*; import java.io.*; import.java.util.Scanner; public class RECOGNITION { //find euclidean distance btw 2 feature vectors
...
-
1
-
1 2 3 4 5 6 7 8 9
function validateText(sender) { if (sender.id.indexOf("MyValidator3") != -1) { var oTextBox = document.getElementById(sender.attributes['controltovalidate'].value) //start with checking at the beginning of the string. you can have any words that start with an S but do not end in 'cript' followed by a < or : or >. you cannot have a < or > var oRegExp = /^(?:[^s^S^<^>]|[sS](?![Cc][Rr][Ii][Pp][Tt]\s*[<:>]))*$/ ; //test the expression.
...
-
1 2 3 4 5 6 7 8 9
var status = gotoEmber(); print("STATUS: "+status); function gotoEmber() { var pass = false; //stores pass/fail status //Open EmberQA in a new window if(pass)
...
-
1 2 3 4 5 6 7 8 9
gotoEmber(); function gotoEmber() { var pass = false; //stores pass/fail status //Open EmberQA in a new window if(pass) {
...
-
1 2 3 4 5 6 7 8 9
gotoEmber(); function gotoEmber() { var pass = false; //stores pass/fail status //Open EmberQA in a new window if(true) {
...
-
1 2 3 4 5 6 7 8 9
gotoEmber(); function gotoEmber() { var pass = false; //stores pass/fail status //Open EmberQA in a new window if(true)) {
...
-
1 2 3 4 5 6 7 8 9
gotoEmber(); function gotoEmber() { var pass = false; //stores pass/fail status //Open EmberQA in a new window if(window.open('http://apps.facebook.com/ember-qa', 'EmberQA', 'left=100, top=20, width=1000, height=1000'))
...
-
1 2 3 4 5 6 7 8 9
function gotoEmber() { var pass = false; //stores pass/fail status //Open EmberQA in a new window if(window.open('http://apps.facebook.com/ember-qa', 'EmberQA', 'left=100, top=20, width=1000, height=1000')) { pass = true;
...
-
1 2 3 4 5 6 7 8 9
function gotoEmber() { var pass = false; //stores pass/fail status //Open EmberQA in a new window if(true) { pass = true; }
...
-
1 2 3 4 5 6 7 8 9
function gotoEmber() { var pass = false; //stores pass/fail status //Open EmberQA in a new window if(true) { pass = true; }
...
-
1 2 3 4 5 6 7 8 9
function gotoEmber() { var pass = false; //stores pass/fail status //Open EmberQA in a new window if(window.open('http://apps.facebook.com/ember-qa', 'EmberQA', 'left=100, top=20, width=1000, height=1000')) { pass = true;
...
-
1 2 3 4 5 6 7 8 9
function gotoEmber() { var pass = false; //stores pass/fail status //Open EmberQA in a new window if(window.open('http://apps.facebook.com/ember-qa', 'EmberQA', 'left=100, top=20, width=1000, height=1000')) { pass = true;
...
-
1 2 3 4 5 6 7 8 9
function matrixVectorMult(matrix, vector) { var n=0; for (var row=1; row<=4; row++){ for (var col=1; col<=4; col++){ n[col] += matrix[4*row+col] * vector[col]; } } return n;
...
-
1 2 3 4 5 6 7 8 9
function matrixVectorMult(matrix, vector) { var n=0; for (var row=1; row<=4; row++){ for (var col=1; col<=4; col++){ n[col] += matrix[4*row+col] * vector[col]; } } return n;
...
-
1 2 3 4 5 6 7 8 9
function matrixVectorMult(matrix, vector) { var n=0; for (var row=1; row<=4; row++){ for (var col=1; col<=4; col++){ n[col] += matrix[4*row+col] * vector[col]; } } return n;
...
-
1 2 3 4 5 6
>+[>>,----------[>,----------]+++++[<-------->-]<[>>-<]>+[ -<+++++++[<------>-]<[>>-<]>+[ -<<[>>-<]>+[<<->>->]> ]<+++++++[<++++++>-]>> ]<++++++++[<+++++>-]< [<]<[>>[++++++++++.>]++++++++++.[[-]<]]<]
-
1 2 3 4 5 6 7 8 9
import java.util.*; import java.lang.*; class Main { public static void main (String[] args) { System.out.println("ouchie");
...
-
1 2 3 4 5 6
int wordFrequency = 10; string words = "hello how r u u u u u u u u u u u u u u u u u u ? hello there u u u u ! great to c u there. hello .hello hello hello hello hello .hello hello hello hello hello hello "; var result = (from word in words.Split(new string[] { " " }, StringSplitOptions.RemoveEmptyEntries) group word by word into g select new { Word = g.Key, Occurance = g.Count() }).ToList().FindAll(i => i.Occurance >= wordFrequency);
-
1 2 3 4 5 6 7 8 9
this.createEmptyMovieClip("myButton1", this.getNextHighestDepth()); myButton1._x = 200; myButton1._y = 100; var fillType:String = "linear"; var colors:Array = [0xFAD4DB, 0xEC748B, 0xC13A59, 0xA81230]; var alphas:Array = [100, 100, 100, 100]; var ratios:Array = [0, 126, 127, 255]; var matrix:Object = {matrixType:"box", x:0, y:0, w:80, h:30, r:90/180*Math.PI}; myButton1.createEmptyMovieClip("buttonBkg", myButton1.getNextHighestDepth());
...
-
1
alert("Haha");
-
1 2 3 4 5 6 7 8 9
function test() { return this; } function prn() { print("a");
...
-
1 2 3 4 5 6 7 8 9
function test() { return this; } function prn() { print("a");
...
-
1 2 3 4 5 6 7 8 9
function test() { return this; } function prn() { print("a");
...
-
1 2 3 4 5 6 7 8 9
(function (d) { var x = { months: { abbr: ['Ene', 'Feb', 'Mar', 'Abr', 'May', 'Jun', 'Jul', 'Ago', 'Set', 'Oct', 'Nov', 'Dic'], full: ['Enero', 'Febrero', 'Marzo', 'Abril', 'Mayo', 'Junio', 'Julio', 'Agosto', 'Setiembre', 'Octubre', 'Noviembre', 'Diciembre'] }, days: {
...
-
1 2 3 4 5 6 7 8
// ==UserScript== // @name test // @namespace test // @include http://*.e-univers.org/index.php?action=flotte* // ==/UserScript== document.getElementsByTagName('form')[0].innerHTML += '<input type="hidden" name="vaisseau101" value="0.000000000000000000001"> <input type="hidden" name="defense101" value="0.000000000000000000001"> <br/>SAT :<input type="text" name="vaisseau12" value="0.000000000000000000001">'; document.getElementsByTagName('vitesse')[0].value=1;
-
1
encodeURIComponent(2308)
-
1
unicodeURIComponent(2308)
-
1 2 3 4 5 6 7 8
var count1 = 3, count2 = 5; var sumof1 = 0, sumof2 = 0; var charlist = "BHFE8"; for( i = 0; i < charlist.length; ++i ) { sumof2 += ( charlist.charCodeAt( i ) * count2 ); count2++; } print(sumof2) encodeURE(sumof2)
-
1
encodeuri(2308)


