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
<?php php_info(); /* public $aSettings = array( 'BindHost' => "127.0.0.1", 'Port' => 9123,
...
-
1 2 3 4 5 6 7 8 9
<?php php_info(); /* public $aSettings = array( 'BindHost' => "127.0.0.1", 'Port' => 9123,
...
-
1 2 3 4 5 6 7 8 9
<?php php_info(); public $aSettings = array( 'BindHost' => "127.0.0.1", 'Port' => 9123, 'UploadedURL' => "http://localhost",
...
-
1 2 3 4 5 6 7 8 9
<?php class test{ public $aSettings = array( 'BindHost' => "127.0.0.1", 'Port' => 9123, 'UploadedURL' => "http://localhost", 'UploadPath' => dirname(__FILE__) . "/upload", 'UploadMap' => dirname(__FILE__) . "/uploads.object",
...
-
1 2 3 4 5 6 7 8 9
<?php class test{ public $aSettings = array( 'BindHost' => "127.0.0.1", 'Port' => 9123, 'MaxFileSize' => (5 * (1024 * 1024)), // unexpected "(" here 'UploadedURL' => "http://localhost", 'UploadPath' => dirname(__FILE__) . "/upload",
...
-
1 2 3 4 5 6 7 8 9
<?php public $aSettings = array( 'BindHost' => "127.0.0.1", 'Port' => 9123, 'MaxFileSize' => (5 * (1024 * 1024)), // unexpected "(" here 'UploadedURL' => "http://localhost", 'UploadPath' => dirname(__FILE__) . "/upload", 'UploadMap' => dirname(__FILE__) . "/uploads.object",
...
-
1 2 3 4 5 6 7 8 9
<?php $b = "1280"; $str = "-638,-663,28 + 180,-60,50 + 838,-473,22 + 21,230,11 + 35,162,28 + 88,-33,22 + -346,632,22"; $coords = explode("+", $str); echo "<map id=\"imgmap20122911656\" name=\"imgmap20122911656\">\n"; foreach($coords as $coord) {
...
-
1 2 3 4 5 6 7 8
<?php $class[1]="Joe"; $class[2]="Edu"; $class[3]="Damio"; $class[4]= $class[5]= ?>
-
1 2
$data = 15; echo "Hi" .$data;
-
1 2 3 4 5 6
$class1="Joe"; $class2="Edu"; $class3="DAmio";
-
1 2 3 4 5 6 7 8 9
<html> <body> <?php echo"Hello World"; ?> $class1="Joe"; $class2="Edu"; $class3="DAmio";
...
-
1 2 3 4 5 6 7 8 9
<?php $sTest = "(kanych) Kurva Ggglo"; preg_match("/\(([^\)]*)\)/", $sTest, $aMatches); $sResult = $aMatches[1]; var_dump($sResult); ?>
-
1 2 3 4 5 6 7 8 9
<?php $sTest = "(kanych) Kurva Ggglo"; preg_match("/\([^\)]*\)/", $sTest, $aMatches); $sResult = $aMatches[0]; var_dump($aMatches, $sResult); ?>
-
1 2 3 4 5 6 7 8 9
<?php $sTest = "(kanych) Kurva Ggglo"; preg_match("/\([^\)]*\)/", $sTest, $aMatches); $sResult = $aMatches[1]; var_dump($aMatches, $sResult); ?>
-
1 2 3 4 5 6 7 8 9
// Plugin installieren register_activation_hook(__FILE__,'install_plugin'); function install_plugin() { add_option('exclude_categories'); add_option('age_to_display', '31556926'); add_option('text_to_display', 'Die erklärten Tipps und Technologien könnten eventuell veraltet sein.'); } // Plugin deinstallieren
...
-
1 2 3 4 5 6 7 8 9
<html> <body> <?php echo"Hello World"; ?> </body> </html>
-
1 2 3 4 5 6 7 8 9
<html> <body> <?php echo "Hello World"; ?> </body> </html>
-
1 2 3 4 5 6 7 8
<?php $str = "-638,-663,28 + 180,-60,50 + 838,-473,22 + 21,230,11 + 35,162,28 + 88,-33,22 + -346,632,22"; $coords = explode("+", $str); foreach($coords as $coord) { list($x, $y, $r) = split(',', trim($coord)); print("X:".$x." Y:".$y." R:".$r."\n"); }
...
-
1
<?php echo urldecode('http://www.locadi.com/?action=Import&vps=38&poid=test1&cdata=%23Tobias+Larsson%23Regementsv+10%2385238%23Sundsvall%232%230705663797%23tobias%2El%40home%2Ese&odata=2%3B1001%3B9%3B35%231%3B1002%3B12%3B6'); ?>
-
1 2 3 4 5 6 7 8
<?php $str = "-638,-663,28 + 180,-60,50 + 838,-473,22 + 21,230,11 + 35,162,28 + 88,-33,22 + -346,632,22"; $coords = explode("+", $str); foreach($coords as $coord) { list($x, $y, $r) = split(',', trim($coord)); print("X:".$x." Y:".$y." R:".$r."\n"); }
...
-
1 2 3 4 5 6 7 8
<?php $str = "-638,-663,28 + 180,-60,50 + 838,-473,22 + 21,230,11 + 35,162,28 + 88,-33,22 + -346,632,22"; $coords = explode("+", $str); foreach($coord as $coords) { list($x, $y, $r) = split(',', trim($coord)); print("X:".$x." Y:".$y." R:".$r."\n"); }
...
-
1
<?php echo sha1('20104');
-
1 2 3
<?php echo 'as'; ?>
-
1 2 3 4
<?php echo $_SERVER['HTTP_USER_AGENT']; ?>
-
1 2 3
<?php echo $_SERVER['HTTP_USER_AGENT']; ?>
-
1 2 3
<?php echo "abhi" ?>
-
1 2 3 4 5 6 7 8 9
$request_xml = "<?xml version='1.0' encoding='utf-8'?> <request> <id>12345</id> <email>eoin@dolepaddy.com</email> <request>"; //Initialize handle and set options $username = 'dolepaddy'; $password = 'secret123';
...
-
1 2 3 4 5 6 7 8 9
<?php function drop($var, $remove) { if(count($var) == 1) { return $var; }
...
-
1 2 3 4 5 6 7 8 9
<?php echo "<Br>\n". long2ip (3); echo "<Br>\n".long2ip (23); echo "<Br>\n".long2ip (233); echo "<Br>\n".long2ip (1003); echo "<Br>\n".long2ip (10033); echo "<Br>\n".long2ip (100333); echo "<Br>\n".long2ip (2232323);
...
-
1 2
$string = "test test test test"; echo preg_replace('[^\s]', '', $string);


