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 5 6 7
<html> <head> <script type="text/javascript"> sum=num1+num2; document.write(sum); </script> </head> </html>
-
1
-
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 5 6 7 8 9
function showMacAddress(){ debugger; 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;
...
-
1
print "Kode Multus"
-
1 2 3 4 5 6 7 8 9
/* * Project: * Description: * Author: * License: */ // the semi-colon before function invocation is a safety net against concatenated
...
-
1 2 3 4 5 6 7 8 9
<html> <head> <script type="text/javascript"> var arr = []; function execu(){ for (var ii = 0; ii <= 10; ii++) arr[ii] = ii; alert(arr); };
...
-
1 2
for (var ii = 0; ii <= 10; ii++) alert(ii)
-
1 2
for (var ii, ii <= 10, ii++){ alert(ii)}
-
1 2 3 4 5 6 7 8
<html> <head> <title>Media aritmética de las notas de un alumno/a</title> <script language="JavaScript" type="text/javascript">
...
-
1 2 3 4 5 6 7 8 9
if (media>=9) { document.write('Sobresaliente'); } else { if (media>=6) { document.write('Notable');
...
-
1 2 3 4 5 6 7 8 9
import java.util.*; public class numexit { public static void main(String[]args){ int num1,num2,a,b; Scanner n =new Scanner(System.in); System.out.println("insert number1"); num1 = 2;
...
-
1 2 3 4 5 6 7 8 9
import java.io.*; class j0304 { public static void main(String args[]) throws IOException { BufferedReader stdin = new BufferedReader(new InputStreamReader(System.in)); String buf; int i1,i2,i3; buf = stdin.readLine(); i1 = Integer.parseInt(buf); buf = stdin.readLine();
...
-
1 2 3 4 5 6 7
public class helloworld { public static void main(String[]args) { system.out.println("helloworld"); } }
-
1
-
1 2 3 4 5 6 7 8 9
import java.util.Scanner; public class MinMaxFinder { public static void main(String [] args) { int min = Integer.MAX_VALUE; int max = Integer.MIN_VALUE;
...
-
1
print {} + {}
-
1
{} + []
-
1
{} + {}
-
1 2 3 4 5 6 7
<html> <head> <script type="text/javascript"> document.write("100"+250+400); </script> </head> </html>
-
1 2 3 4 5 6 7 8 9
package tonedeaf; // @author Damien Bell import javax.sound.midi.*; import java.util.Random; import java.lang.Math; public class ToneDeaf { public static void main(String[] args) {
...
-
1 2 3 4 5 6 7 8 9
// Define the function under this line var canIDrive = function(myAge, legalDrivingAge){ if(myAge >= legalDrivingAge){ return true; } else{ return false; } };
...
-
1 2 3 4 5 6 7 8 9
class Bicycle { int cadence = 0; int speed = 0; int gear = 1; void changeCadence(int newValue) { cadence = newValue;
...
-
1
alert("Bob")
-
1
alert("test");
-
1
document.write("Hello World")
-
1
var Open = "Open What?";
-
1 2 3 4 5 6 7 8 9
<style> /* ColorBox Core Style: The following CSS is consistent between example themes and should not be altered. */ #colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;} #cboxOverlay{position:fixed; width:100%; height:100%;} #cboxMiddleLeft, #cboxBottomLeft{clear:left;}
...
-
1 2 3 4 5 6 7 8 9
@script ExecuteInEditMode() var gridWidth : float = 2; var gridHeight : float = 2; var gridWidthD : float = 2.1; var gridHeightD : float = 2.1; var color : Color = Color.gray; var colorD : Color = Color.red; private var cameraPosition : Vector3;
...


