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
| All You Zombies | |
| ----- | |
| ####*By Robert A. Heinlein* | |
| ____ | |
| *2217 Time Zone V (EST) 7 Nov. 1970-NTC- "Pop's Place":* | |
| I was polishing a brandy snifter when the 'Unmarried Mother' came in. I noted the time-10: 17 P. M. zone five, or eastern time, November 7th, 1970. Temporal agents always notice time and date; we must. | |
| The 'Unmarried Mother' was a man twenty-five years old, no taller than I am, childish features and a touchy temper. I didn't like his looks - I never had - but he was a lad I was here to recruit, he was my boy. I gave him my best barkeep's smile. |
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
| /*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */ | |
| /* | |
| * What follows is the result of much research on cross-browser styling. | |
| * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, | |
| * Kroc Camen, and the H5BP dev community and team. | |
| */ | |
| /* ========================================================================== | |
| Base styles: opinionated defaults |
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
| // ==UserScript== | |
| // @name SHIELD reddit message | |
| // @description enter something useful | |
| // @match https://*.reddit.com/* | |
| // ==/UserScript== | |
| function addGlobalStyle(css) { | |
| var head, style; | |
| head = document.getElementsByTagName('head')[0]; | |
| if (!head) { return; } |
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
| <?xml version="1.0" encoding="utf-8"?> | |
| <resources> | |
| <!--Day / Sunny--> | |
| <string name="day-cloudy-gusts">""</string> | |
| <string name="day-cloudy-windy">""</string> | |
| <string name="day-cloudy">""</string> | |
| <string name="day-fog">""</string> | |
| <string name="day-hail">""</string> | |
| <string name="day-lightning">""</string> | |
| <string name="day-rain-mix">""</string> |
NewerOlder