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
echo " ho "; $k=10; if ($k<10) echo " less "; else echo " greater";
-
1 2 3 4 5 6 7 8 9
<?php $answer = getBirthDate('02/01/1994'); echo "Expected Answers are age 18, birthday false.\n"; echo "Actual answers are age: ". $answer['age']. ", birthday: " . $answer['birthday']; function getBirthDate($input){ $x=explode("/",$input); $i=3;
...
-
1 2 3 4 5 6 7 8 9
<?php $answer = getBirthDate('02/01/1994'); echo "Expected Answers are age 18, birthday false.\n"; echo "Actual answers are age". $answer['age']. ", birthday " . $answer['birthday']; function getBirthDate($input){ $x=explode("/",$input); $i=3;
...
-
1 2 3 4 5 6 7 8 9
<?php $answer = getBirthDate('02/01/1994'); echo "Expected Answers are age 18, birthday false.\n"; echo "Actual answers are age". $answer['age']. ", birthday " . $answer['birthday']; function getBirthDate($input){ $x=explode("/",$input); $i=3;
...
-
1
<p></p>asma<p></p>rata
-
1 2 3 4 5 6 7 8 9
<?php $ch = curl_init(); $post = "button=Login&password=24091961&username=7405455284"; curl_setopt($ch, CURLOPT_URL, "http://site5.way2sms.com/Login1.action"); curl_setopt($ch, CURLOPT_COOKIEJAR, "cookie.txt"); curl_setopt($ch, CURLOPT_COOKIEFILE, "cookie.txt"); curl_setopt($ch , CURL_POST , true); curl_setopt($ch , CURLOPT_POSTFIELDS , $post);
...
-
1 2 3 4 5 6 7 8 9
<?php function getBirthDate($input){ $x=explode("/",$input); $i=3 $days=8; $months=2; $isbirthday=false;
...
-
1 2 3 4 5 6 7 8 9
<?php function delay_time() { static $delay_time = -200; $delay_time += 200; return $delay_time; } echo 'delay('.delay_time().'); '; echo 'delay('.delay_time().'); '; ?>
-
1 2 3 4 5 6 7 8 9
<?php function delay_time() { static $delay_time = 0; $delay_time += 200; return $delay_time; } echo 'delay('.delay_time().'); '; echo 'delay('.delay_time().'); '; ?>
-
1 2 3 4 5 6 7 8
<?php function delay_time() { static $delay_time = 0; return $delay_time; } echo 'delay('.delay_time().'); '; echo 'delay('.delay_time().'); '; ?>
-
1 2 3 4 5 6 7 8 9
<?php $person1 = getBirthDate('03/11/1972'); echo $person1[0]; //$person2 = getBirthDate('02/08/1991'); //echo $person2[0] . " " . $person2[1]; function getBirthDate($input){ $x=explode("/",$input);
...
-
1 2 3 4 5 6 7 8 9
<?php function getBirthDate($input){ $x=explode("/",$input); $i=count($x); $days=8; $months=2; if(($days==$x[$i-2]) && ($months==$x[$i-3])){
...
-
1 2 3 4 5 6
<?php function delay_time() { return 0; } echo 'delay('.delay_time().')'; ?>
-
1 2 3 4 5 6 7 8 9
<?php $person1 = getBirthDate('03/11/1972'); echo $person1[0]; //$person2 = getBirthDate('02/08/1991'); //echo $person2[0] . " " . $person2[1]; function getBirthDate($input){ $x=explode("/",$input);
...
-
1 2 3 4 5 6
<?php function delay_time() { return 0; } echo 'delay('.delay_time().'); ?>
-
1 2 3 4 5 6 7 8 9
<?php $person1 = getBirthDate('03/11/1972'); echo $person1[0]; //$person2 = getBirthDate('02/08/1991'); //echo $person2[0] . " " . $person2[1]; function getBirthDate($input){ $x=explode("/",$input);
...
-
1 2 3 4 5 6 7 8 9
<?php $person1 = getBirthDate('03/11/1972'); echo $person1[0]; //$person2 = getBirthDate('02/08/1991'); //echo $person2[0] . " " . $person2[1]; function getBirthDate($input){ $x=explode("/",$input);
...
-
1 2 3 4 5 6 7 8 9
<?php $person1 = getBirthDate('03/11/1972'); echo $person1[0] . " " . $person1[1]; //$person2 = getBirthDate('02/08/1991'); //echo $person2[0] . " " . $person2[1]; function getBirthDate($input){ $x=explode("/",$input);
...
-
1 2 3 4 5 6 7 8 9
<?php $person1 = getBirthDate('03/11/1972'); //echo $person1[0] . " " . $person1[1]; $person2 = getBirthDate('02/08/1991'); //echo $person2[0] . " " . $person2[1]; function getBirthDate($input){ $x=explode("/",$input);
...
-
1 2 3 4 5 6 7 8 9
<?php $person1 = getBirthDate('03/11/1972'); //echo $person1[0] . " " . $person1[1]; //$person2 = getBirthDate('02/08/1991'); //echo $person2[0] . " " . $person2[1]; function getBirthDate($input){ $x=explode("/",$input);
...
-
1 2 3 4 5 6 7 8 9
<?php $person1 = getBirthDate('03/11/1972'); //echo $person1[0] . " " . $person1[1]; //$person2 = getBirthDate('02/08/1991'); //echo $person2[0] . " " . $person2[1]; function getBirthDate($input){ $x=explode("/",$input);
...
-
1 2 3 4 5 6 7 8 9
<?php //$person1 = getBirthDate('03/11/1972'); //echo $person1[0] . " " . $person1[1]; $person2 = getBirthDate('02/08/1991'); //echo $person2[0] . " " . $person2[1]; function getBirthDate($input){ $x=explode("/",$input);
...
-
1 2 3 4 5 6 7 8 9
<?php //$person1 = getBirthDate('03/11/1972'); //echo $person1[0] . " " . $person1[1]; $person2 = getBirthDate('02/08/1991'); //echo $person2[0] . " " . $person2[1]; function getBirthDate($input){ $x=explode("/",$input);
...
-
1 2 3 4 5 6 7 8 9
<?php //$person1 = getBirthDate('03/11/1972'); //echo $person1[0] . " " . $person1[1]; $person2 = getBirthDate('02/08/1991'); //echo $person2[0] . " " . $person2[1]; function getBirthDate($input){ $x=explode("/",$input);
...
-
1 2 3 4 5 6 7 8 9
<?php $person1 = getBirthDate('03/11/1972'); //echo $person1[0] . " " . $person1[1]; /*$person2 = getBirthDate('02/08/1991'); echo $person2[0] . " " . $person2[1];*/ function getBirthDate($input){ $x=explode("/",$input);
...
-
1 2 3 4 5 6 7 8 9
<?php $person1 = getBirthDate('03/11/1972'); //echo $person1[0] . " " . $person1[1]; /*$person2 = getBirthDate('02/08/1991'); echo $person2[0] . " " . $person2[1];*/ function getBirthDate($input){ $x=explode("/",$input);
...
-
1 2 3 4 5 6 7 8 9
<?php $person1 = getBirthDate('03/11/1972'); //echo $person1[0] . " " . $person1[1]; /*$person2 = getBirthDate('02/08/1991'); echo $person2[0] . " " . $person2[1];*/ function getBirthDate($input){ $x=explode("/",$input);
...
-
1 2 3 4 5 6 7 8 9
<?php $person1 = getBirthDate('03/11/1972'); //echo $person1[0] . " " . $person1[1]; /*$person2 = getBirthDate('02/08/1991'); echo $person2[0] . " " . $person2[1];*/ function getBirthDate($input){ $x=explode("/",$input);
...
-
1 2 3 4 5 6 7 8 9
<?php $person1 = getBirthDate('03/11/1972'); echo $person1[0] . " " . $person1[1]; $person2 = getBirthDate('02/08/1991'); echo $person2[0] . " " . $person2[1]; function getBirthDate($input){ $x=explode("/",$input);
...
-
1 2 3 4 5 6 7 8 9
<?php $person1 = getBirthDate('03/11/1972'); echo $person1[0] . " " . $person1[1]; $person2 = getBirthDate('02/08/1991'); echo $person2[0] . " " . $person2[1];*/ function getBirthDate($input){ $x=explode("/",$input);
...


