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
import UnityEditor; import System.IO; @CustomEditor(Grid) class TileEditor extends Editor { var object : GameObject; var grid : Grid; private var threeDOn : boolean = false;
...
-
1 2 3 4
var days = []; days[0] = "Monday"; days[1] = "Tuesday"; days[2] = "Wednesday";
-
1 2 3 4 5 6
importPackage(java.io); importPackage(java.lang); var test = "gay"; printf test;
-
1 2 3 4 5 6
importPackage(java.io); importPackage(java.lang); var test = "gay"; print test;
-
1 2 3
var test = "gay"; print test;
-
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 9
var fullName = ""; var name; var firstLetter; /* fixName function definition should go here. */ var fixName = function(){ firstLetter = name.substring(0,1); name = firstLetter.toUpperCase() + name.substring(1);
...
-
1 2 3 4 5 6 7 8 9
var x = 2; var y = 5; var z = 3; var a = new Array(6, 5, 4, 9, 3, 7); var v = y * a[y] + z * a[z] - y * x * z + a[y] * a[x] * a[3];
...
-
1 2 3 4 5 6 7 8 9
var x = 2; var y = 5; var z = 3; var a = new Array(6, 5, 4, 9, 3, 7); var v = y * a[y] + z * a[z] - y * x * z + a[y] * a[x] * a[3];
...
-
1 2 3 4 5 6 7 8 9
var x = 2; var y = 5; var z = 3; var a = new Array(6, 5, 4, 9, 3, 7); var v = y * a[y] + z * a[z] - y * x * z + a[y] * a[x] * a[3];
...
-
1 2 3
println("A");
-
1 2 3
function te_amo() { alert("Debe Seleccionar un usuario!"); }
-
1
alert("Debe Seleccionar un usuario!");
-
1
window.showModalDialog('te amo', window, strFeatures)
-
1 2 3 4 5 6 7 8 9
var a = {}; function foo(obj) { obj.a = {}; while(true) { obj = obj.a; obj.a = {};
...
-
1 2 3 4 5 6 7 8
<html> <body> <script type="text/javascript"> mynumber =150; mynumber="Number One"; document.write("The value is "+mynumber); </script> </body> </html>
-
1 2 3 4 5 6 7 8 9
//////////////////////////////////////////////////////////////////////////// // // Kaylan Wade // Assignment 1, CS 201 Project // January 30, 2012 // //////////////////////////////////////////////////////////////////////////// import java.util.*; //////////////////////////////////////////////////////////////////////////////////////////////////////////////
...
-
1 2 3 4 5 6
var str1 = "aaa"; var str2 = "bbb"; alert( str1 );
-
1 2 3 4 5 6 7 8 9
/* The program is design for user to input information into the system to be stored so that it can be retrieve upon request. The first program- Authors Name, Textbook Name, Edition, Publisher Name, ISBN,Number/Book Price Info. Created by: Cassandra Watson Date: January 30, 2012 Modified */ // var authorName = "Author"; var titleName = "Title"; var editionNum = "Edition"; var publisherName = "Publisher";
...
-
1 2 3 4 5 6 7 8 9
<html> <head> <title> classes or prototypes </title> <script language = "javascript" type = "text/javascript"> function prototype() { this.name = "TVT" ;
...
-
1 2 3 4 5 6 7 8
package public class penis { static void main ( String[] args ) { System.out.println("Hello World"); } }
-
1 2
var m = require('console'); console.log('1');
-
1
document.getElementById('css').setAttribute('href', 'style2.css');
-
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 9
import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.WindowConstants; public class YoDude extends JFrame { public YoDude(String message) { super("Yo Dude"); getContentPane().add(new JLabel(message));
...
-
1 2 3 4
function f(x) { return x; } alert(f(2));
-
1 2 3 4 5
#include<stdio.h> int main() { printf("%d",3); }
-
1 2
var dest.so = "so"; dest.soo;
-
1 2 3 4
alert(Math.random() * (49 -1) + 1);
-
1 2 3 4
Math.random() * (49 -1) + 1;


