This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ["A ____ atom in an atomic clock beats 9,192,631,770 times a second", "cesium"] | |
| ["A ____ generates temperatures five times hotter than those found on the sun's surface", "lightning bolt"] | |
| ["A ____ is a pact between a secular authority & the church", "concordat"] | |
| ["A ____ is the blue field behind the stars", "canton"] | |
| ["A ____ occurs when all the planets of the our Solar System line up", "sysygy"] | |
| ["A ____ razor removed from King Tut's Tomb was still sharp enough to be used", "golden"] | |
| ["A ____ takes 33 hours to crawl one mile", "snail"] | |
| ["A ____ women can get a divorce if her husband doesn't give her coffee", "saudi arabian"] | |
| ["A ____ written to celebrate a wedding is called a epithalamium", "poem"] | |
| ["A 'dybbuk' is an evil spirit in which folklore", "jewish"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $foo = preg_replace('foo$1', "one two three four five {$six} seven eight nine ten", &$test); | |
| $then = ["testing", "this", "out"]; | |
| ?> | |
| <div> | |
| <span class="foobar-attributes <?= $test ?>">cheese</span> | |
| </div> | |
| <?php | |
| $foo = preg_replace('foo$1', "one two three four five {$six} seven eight nine ten", &$test); | |
| $then = ["testing", "this", "out"]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Roman Numerals | |
| #set $ws1 1:Ⅰ | |
| #set $ws2 2:Ⅱ | |
| #set $ws3 3:Ⅲ | |
| #set $ws4 4:Ⅳ | |
| #set $ws5 5:Ⅴ | |
| #set $ws6 6:Ⅵ | |
| #set $ws7 7:Ⅶ | |
| #set $ws8 8:Ⅷ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| " THIS IS MODIFIED, and IN PROGRESS. I'll make it more official when I'm ready. | |
| " | |
| " Vim indent file | |
| " Language: Php | |
| " Authors: Miles Lott <milos@groupwhere.org>, Johannes Zellner <johannes@zellner.org>, Pim Snel <pim@lingewoud.nl> | |
| " URL: http://www.vim.org/scripts/script.php?script_id=604 | |
| " URL: http://lingewoud.nl/downloads.php | |
| " Last Change: 23 feb 2004 | |
| " Version: 0.3 | |
| " Notes: This is a combination of the PHP indent file of Miles Lott with |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <title>worst.PHP</title> | |
| <body> | |
| <script language="php"> | |
| isset($_REQUEST[user]) or $_POST[user] = null; | |
| extract($_REQUEST); | |
| if ($user): | |
| eval("goto greeting"); | |
| else: | |
| goto welcome_form; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| class ExampleDatabase { | |
| private $db = null; | |
| public function __construct($connection_string) | |
| { | |
| $this->db = pg_connect($connection_string); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| class ExampleDatabase { | |
| static private $instance = null; | |
| static public function getInstance() | |
| { | |
| if (self::$instance === null) { | |
| self::$instance = new self(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| class ExampleDatabase { | |
| static private $db = null; | |
| static public function connect($connection_string) | |
| { | |
| return self::$db = pg_connect($connection_string); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ░█▀█░█▀█░█▀▄░▀█▀░░░▀█▀░█▀█░█░█░█▀▀░█▀▄░█▀█ BURGERS: 0 | |
| ░█▀▀░█░█░█▀▄░░█░░░░░█░░█▀█░▀▄▀░█▀▀░█▀▄░█░█ | |
| ░▀░░░▀▀▀░▀░▀░░▀░░░░░▀░░▀░▀░░▀░░▀▀▀░▀░▀░▀░▀ FRIES: 0 | |
| ░█░░░█▀▀░█░█░▀█▀ BURGERS: 0 | |
| ░█░░░█▀▀░▄▀▄░░█░ | |
| ░▀▀▀░▀▀▀░▀░▀░▀▀▀ FRIES: 0 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| hamburgers.txt | |
| Seventeen State Street | |
| Five Guys | |
| The Port Tavern | |
| Lexi's | |
| Loretta's | |
| Port City |