This config works for me with the following setup, YMMV
- OSX El Capitain
- PHPStorm 2016.2.1
- Lumen 5.2
- Homestead as of Lumen 5.2
- php 7.0.8-2
- Xdebug 2.4.0
| /* | |
| ================================================================================= | |
| Name : pcd8544_rpi.c | |
| Version : 0.1 | |
| Copyright (C) 2012 by Andre Wussow, 2012, [email protected] | |
| Description : | |
| A simple PCD8544 LCD (Nokia3310/5110) for Raspberry Pi for displaying some system informations. | |
| Makes use of WiringPI-library of Gordon Henderson (https://projects.drogon.net/raspberry-pi/wiringpi/) |
| # Type(<scope>): <subject> | |
| # <body> | |
| # <footer> | |
| # Type should be one of the following: | |
| # * feat (new feature) | |
| # * fix (bug fix) | |
| # * docs (changes to documentation) |
| // This will open up a prompt for text to send to a console session on digital ocean | |
| // Useful for long passwords | |
| (function () { | |
| var t = prompt("Enter text to be sent to console, (This wont send the enter keystroke)").split(""); | |
| function f() { | |
| var character = t.shift(); | |
| var i=[]; | |
| var code = character.charCodeAt(); | |
| var needs_shift = "!@#$%^&*()_+{}:\"<>?~|".indexOf(character) !== -1 |
This is a greasemonkey/tampermonkey script to bulk edit gps in photoprismn
Install it via https://gist.github.com/boecko/e2d0effe7c61976c22e6bc0a8ee645c7/raw/photoprismbulkeditor.user.js