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
| Verifying that +giorrrgio is my blockchain ID. https://onename.com/giorrrgio |
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 Logger | |
| { | |
| public function __construct(\PDO $pdo) | |
| { | |
| $this->pdo = $pdo; | |
| } | |
| public function log($message) |
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 PR Checks ready | |
| // @namespace AdEspresso | |
| // @version 1 | |
| // @grant none | |
| // @include /^https://github.com/adespresso/adespresso/pull/\d+/ | |
| // @require https://code.jquery.com/jquery-latest.min.js | |
| // @require https://gist.github.com/raw/2625891/waitForKeyElements.js | |
| // @require https://raw.githubusercontent.com/ttsvetko/HTML5-Desktop-Notifications/master/dist/Notification.min.js | |
| // ==/UserScript== |
OlderNewer