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
<?php $hmmm['213:324']= 'what';
-
1 2 3 4 5 6 7 8 9
<?php $devices = array ( 'iPhone' => array(320, 400), 'iPhone (Landscape)' => array(400, 600), ); echo json_encode($devices);
...
-
1 2 3 4 5 6 7
<?php $connection = ssh2_connect('192.168.178.37', 22); ssh2_auth_password($connection, 'root', 'mypassword'); $stream = ssh2_exec($connection, 'cd /usr/home/game'); ?>
-
1
<? for ( ; ; ) print 'kurwa'; ?>
-
1 2 3 4 5 6 7 8 9
<?php for($i=51; $i<=100; $i++): ?> empresa<?php echo $i-50; ?>: sector: privado e_nombre: Empresa e_direccion: Direccion e_descripcion: "Empresa imaginaria que se dedica a contratar candidatos inmaginarios para trabajos imaginarios" e_sitio_web: "www.empresa.com.ni" e_telefono: 22547380 c_nombre: Nombre
...
-
1 2 3 4 5 6 7 8 9
<?php for($i=51; $i<=100; $i++): ?> empresa<?php echo $i-50; ?>: sector: privado e_nombre: Empresa e_direccion: Direccion e_descripcion: "Empresa imaginaria que se dedica a contratar candidatos inmaginarios para trabajos imaginarios" e_sitio_web: "www.empresa.com.ni" e_telefono: 22547380 c_nombre: Nombre
...
-
1 2 3 4
<? while() print 'kurwa'; ?>
-
1 2 3 4 5 6 7 8 9
<?php for($i=51; $i<=100; $i++): ?> empresa<?php echo $i-50; ?>: sector: privado e_nombre: Empresa e_direccion: Direccion e_descripcion: "Empresa imaginaria que se dedica a contratar candidatos inmaginarios para trabajos imaginarios" e_sitio_web: "www.empresa.com.ni" e_telefono: 22547380 c_nombre: Nombre
...
-
1 2 3 4 5 6 7 8 9
<?php $your_array = array(1 => 'Toyota', 2 => 'Corolla', 3 => '1997', 4 => '1.5L', 5 => 'Engine Parts'); $final_print = ""; $total_element = count($your_array); for($i=0;$i< $total_element;$i++){ $final_print.= $your_array[$i]; if(i< $total_element+1) {
...
-
1 2 3 4 5 6 7 8 9
<?php $your_array = array(1 => 'Toyota', 2 => 'Corolla', 3 => '1997', 4 => '1.5L', 5 => 'Engine Parts'); $final_print = ""; $total_element = count($your_array); for($i=0;$i< $total_element;$i++){ echo $final_print.= $your_array[i]; if(i< $total_element+1) {
...
-
1 2 3 4 5 6 7 8 9
<?php $your_array = array(1 => 'Toyota', 2 => 'Corolla', 3 => '1997', 4 => '1.5L', 5 => 'Engine Parts'); $final_print = ""; $total_element = count($your_array); for($i=0;$i< $total_element;$i++){ $final_print.= $your_array[i]; if(i< $total_element+1) {
...
-
1 2 3 4 5 6 7 8 9
<?php $your_array = array(1 => 'Toyota', 2 => 'Corolla', 3 => '1997', 4 => '1.5L', 5 => 'Engine Parts'); $final_print = ""; $total_element = count($your_array); for($i=0;$i< $total_element;$i++){ $final_print.= $your_array[i]; if(i< $total_element+1) echo ","
...
-
1 2 3 4 5 6 7 8
<?php $con = mysql_connect('91.216.107.219','stant298236','zom2003bydelta'); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("298236r0nyu", $con);
...
-
1 2 3 4 5 6 7 8 9
<?php for($i=51; $i<=100; $i++): ?> empresa<?php echo $i-50; ?>: sector: <?php if($i%2==0) echo "privado\n"; elseif($i%3==0) echo "ong\n"; else echo "publico\n"; ?> e_nombre: Empresa<?php echo ($i-50)."\n"; ?> e_direccion: Direccion<?php echo ($i-50)."\n"; ?> e_descripcion: "Empresa imaginaria que se dedica a contratar candidatos inmaginarios para trabajos imaginarios" e_sitio_web: "www.empresa.com.ni" e_telefono: 225473<?php echo ($i-50)."\n"; ?> c_nombre: Nombre<?php echo ($i-50)."\n"; ?>
...
-
1 2 3 4 5 6 7 8 9
<?php $hi = fopen('php://stdin', "r"); $ho = fopen('php://stdout', "w"); while (true) { fscanf($hi, "%d", $n); if ($n == 42)
...
-
1 2 3
var $coats1 = 'Winter Coats'; echo $coats1;
-
1 2 3
var hello = 'll'; echo hello
-
1
var hello = 'll';
-
1 2 3 4 5 6 7 8
<?php $con = mysql_connect('91.216.107.219','stant298236','zom2003bydelta'); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("298236r0nyu", $con);
...
-
1 2 3 4 5 6 7 8
<?php $con = mysql_connect('91.216.107.219','stant298236','zom2003bydelta'); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("298236r0nyu", $con);
...
-
1 2 3 4 5 6 7 8 9
<?php $item['menu_3'] = "T Shirts Vests"; $item['menu_3']=str_ireplace("T Shirts","TShirts",$item['menu_3']); echo $item['menu_3']; ?>
-
1 2 3 4 5 6 7 8 9
<?php $item['menu_3'] = "T Shirts Vests"; $item['menu_3']=str_ireplace("T Shirts Vests","TShirts",$item['menu_3']); echo $item['menu_3']; ?>
-
1 2 3 4 5 6 7 8 9
<?php $item['menu_3'] = "T Shirts Vests"; $item['menu_3']=str_ireplace("T Shirts","TShirts",$item['menu_3']); echo $item['menu_3']; ?>
-
1 2 3 4 5 6
echo"<center><b>Arreglos</b></center>"; $a = array("j","o","h","n","e","d","u","a","r","d"); for($a=9;$a>0;++$a){ echo"$a"; }
-
1 2 3 4 5 6 7 8
<?php $con = mysql_connect('91.216.107.219','stant298236','zom2003bydelta'); if (!$con) { die('Could not connect: ' . mysql_error()); } mysql_select_db("298236r0nyu", $con);
...
-
1 2 3 4 5 6 7 8 9
<?php $page_title = 'Run temp analysis'; require('../directoryinfo.php'); include('../connect.php'); include('functions.php'); require_once('../header.html'); ?> <!-- Form For Executing Code -->
...
-
1 2 3 4 5 6 7 8 9
<?php class AppController extends Controller{ var $components = Array('SwiftMailer', 'Auth', 'Email', 'Session', 'Facebook.Connect', 'Uploader.Uploader', 'FormKeeper.FormKeeper', 'Recaptcha.Captcha' => array( 'private_key' => '6LcDt8sSAAAAAEnkcMKDiFX1QtIovebWAH9lUDEm', 'public_key' => '6LcDt8sSAAAAAHggUKIrTj6zNQx4jkNU0raWlO_Y'),'Cookie'); var $helpers = array('Html','Form','PaypalIpn.Paypal', 'Session', 'Facebook.Facebook', 'FormKeeper.FormKeeper', 'Recaptcha.CaptchaTool'); var $uses = array('Reservation', 'Topic');
...
-
1 2 3 4 5 6 7 8 9
<?php return array ( 'name' => 'Couponic', 'theme' => 'classic', '"Placed" Orders Lifetime' => '', '"Placed" orders are created initially, when user clicks "Buy" button. If placed order doesn\'t turn into authorized or paid status this usually means that user didn\'t complete the payment. But it is possible that something simply didn\'t work out and the order has been paid but got stuck in a placed status. You - as admin - can manually change it\'s status. Here you can specify for how many days should the script store "placed" orders. Put 0 to store them permanentally.' => '', '"Powered By" Notice' => '', '3-character ISO-4217 code' => '',
...
-
1 2 3 4 5 6 7 8 9
<?php $rock=4; while ($rock<=5) { echo $rock. "<br/>"; $rock++; } ?>
-
1 2 3 4 5 6 7 8
<?php $rock=4; while ($rock<=5) { echo $rock."<br/>"; $rock++; } ?>


