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
| score HTML_FONT_LOW_CONTRAST 2.0 | |
| uri LOCAL_STUPID_TLD /\.(ninja|science|cricket|space|work)(\/|\?|$)/ | |
| score LOCAL_STUPID_TLD 2.0 | |
| body LOCAL_STUPID_TLD2 /\.(ninja|science|cricket|space|work)(\/|\?|\b)/ | |
| score LOCAL_STUPID_TLD2 7.0 | |
| body LOCAL_RANDOM_HEX /[A-Za-z]\.\s*[0-9a-f]{32}/ | |
| score LOCAL_RANDOM_HEX 3.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
| <?php | |
| /** | |
| * bccalc | |
| * | |
| * @author Steven Harris | |
| * @license MIT | |
| */ | |
| /** |
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 | |
| /** | |
| * Old ass image class. Originally written in July/August 2006, may or may not work. | |
| * | |
| * 6/7/2010 | |
| * Started converting old weird comment style to PHPDoc, discovered it took too long, quit. | |
| * Replaced Omega Engine error handling with simple throw new Exception(). | |
| * | |
| * @author Steven Harris |