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
| The Doors, “Love Street” | |
| Iggy Pop, “TV Eye” | |
| John Lennon, “Remember” | |
| ? & The Mysterians, “96 Tears” | |
| Edward Elgar, “The Nursery Suite” (extract) | |
| Danny Kaye, “Inchworm” | |
| Philip Glass, “Trial Prison” | |
| The Velvet Underground, “Sweet Jane” | |
| Mars, “Helen Fordsdale” | |
| Little Richard, “He’s My Star” |
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 | |
| /* | |
| ---------------------------------------------------------- | |
| FULL ROUND UP and DOWN | |
| Boris Anthony .net - 2016-01-01 | |
| Fully agreed with this statement: | |
| "In my opinion PHP's ROUND() function lacks two flags: | |
| - PHP_ROUND_UP - Always round up. | |
| - PHP_ROUND_DOWN - Always round down. |
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
| { | |
| "book": { | |
| "title": "The Quantum Thief", | |
| "author": "Hannu Rajaniemi", | |
| "cover": "assets/covers/the-quantum-thief.jpg" | |
| }, | |
| "user": { | |
| "username": "boris", | |
| "firstname": "Boris", | |
| "lastname": "Anthony", |
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
| [data-component-term="trends"] *, | |
| [data-component-term="user_recommendations"] *, | |
| [data-global-action="discover"] *, | |
| *[class*=promoted] { | |
| display: none !important; | |
| } | |
| /* | |
| Stop everything bouncing upon seeing modal windows under Lion when using a trackpad (non-persistent scrollbars) | |
| Originally from https://gist.github.com/1502938 |
NewerOlder