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 | |
| declare(strict_types=1); | |
| /* | |
| Usage: | |
| start PHP devel server in this script's directory: | |
| php -S [::]:8888 | |
| send requests to http://your-ip-address:8888/ | |
| JSON events are logged to event.log |
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 Animate the Lines WebGL experiment automatically | |
| // @namespace https://gist.github.com/spite/90e3dbf8e117660f6788a5748ae06cad | |
| // @version 0.2 | |
| // @description Automatically drags the mouse, leading to a pleasant effect | |
| // @author spite, userscripted by Piskvor | |
| // @match https://lines.chromeexperiments.com/drag/ | |
| // @grant none | |
| // @updateURL https://gist.github.com/Piskvor/41df1f68b44b43100552126c76e2f609/raw/experiments_lines_drag.user.js | |
| // ==/UserScript== |
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
| /* This program is free software. It comes without any warranty, to | |
| * the extent permitted by applicable law. You can redistribute it | |
| * and/or modify it under the terms of the Do What The Fuck You Want | |
| * To Public License, Version 2, as published by Sam Hocevar. See | |
| * http://sam.zoy.org/wtfpl/COPYING for more details. */ | |
| // ==UserScript== | |
| // @name Open in JOSM | |
| // @namespace http://osm.piskvor.org/ | |
| // @description Open a page (GPX track, image, etc.) through JOSM's Remote Control from browser's context menu |
NewerOlder