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
| <!-- In the HTML of your posts: Replace ID number with ID of your gist --> | |
| <p class="embed_gist"><a href="http://gist.github.com/367154">http://gist.github.com/367154</a></p> |
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 | |
| $allowable_ips = array( | |
| '192.168.0.', | |
| '8.8.8.8', | |
| ); | |
| $is_allowed = (bool) array_filter($allowable_ips, function($value) { | |
| return (substr($_SERVER['REMOTE_ADDR'], 0, strlen($value)) == $value); | |
| }); |
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 | |
| /** | |
| * Requires pandoc to be installed and in your path | |
| * | |
| * It will look for .rst files in __DIR__/content/* where it will expect to find | |
| * category folders. Inside these category folders your posts should be available. | |
| * | |
| * So | |
| * |
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
| // ---- | |
| // Sass (v3.3.14) | |
| // Compass (v1.0.1) | |
| // ---- | |
| .search-doctors-box { | |
| position:relative; | |
| z-index:999; | |
| margin: 0px; | |
| &--at-map { |
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"?> | |
| <PCMS xmlns="http://www.auspost.com.au/xml/pcms"> | |
| <SendPCMSManifest> | |
| <header> | |
| <TransactionDateTime>2010>01-13T16:30:00.0Z</TransactionDateTime> | |
| <TransactionId>1</TransactionId> | |
| <TransactionSequence>1</TransactionSequence> | |
| <ApplicationId>MERCHANT</ApplicationId> | |
| </header> | |
| <body> |
OlderNewer