https://github.com/tackk/cartographer
Cons:
- does not support extensions
https://github.com/ThePixelDeveloper/Sitemap-v2
Cons:
| #!/usr/bin/python | |
| # -*- coding: UTF-8 -*- | |
| from gi.repository import Gio | |
| import sys | |
| import appindicator | |
| import gtk | |
| class Screensaver: | |
| def __init__(self): |
| # Emitter/Dispatcher | |
| This object is responsible for emitting/dispatching events to the listeners. | |
| An Emitter can: | |
| * Add listeners to the stack | |
| * Return listeners (all, or the ones for a specific event) | |
| * Remove listeners | |
| * Emit an event |
| <?php | |
| class Task implements TaskInterface | |
| { | |
| public function run() | |
| { | |
| // ... some basic logic | |
| // emit is just an example, the command logic is important here | |
| $result = $this->emit(new InputCommand('Please give me some input!')); |
| <?php | |
| class foo | |
| { | |
| public function __destruct() | |
| { | |
| echo 'Destructor called'; | |
| } | |
| } |
| <?php | |
| class SomeServiceProvider | |
| { | |
| public $provides = array( | |
| 'service', | |
| 'service.one', | |
| 'service.two', | |
| ); |
| <?php | |
| /** | |
| * DBAD exception | |
| * | |
| * @link http://www.dbad-license.org/ | |
| */ | |
| class DbadException extends \Exception | |
| { |
| <?php | |
| /** | |
| * PHP Server router script | |
| */ | |
| // determine the file we're loading, we need to strip the query string for that | |
| if (isset($_SERVER['SCRIPT_NAME'])) | |
| { | |
| $file = $_SERVER['DOCUMENT_ROOT'].$_SERVER['SCRIPT_NAME']; |
| { | |
| "private": true, | |
| "devDependencies": { | |
| "bootstrap": "3.3.5", | |
| "bootswatch": "3.3.5", | |
| "browser-sync": "^2.8.0", | |
| "browserify": "^11.0.0", | |
| "del": "^1.1.1", | |
| "domready": "^1.0.8", | |
| "font-awesome": "4.3", |
https://github.com/tackk/cartographer
Cons:
https://github.com/ThePixelDeveloper/Sitemap-v2
Cons:
| Verifying that +sagikazarmark is my blockchain ID. https://onename.com/sagikazarmark |