Create a new Laravel project with composer:
$ composer create-project Laravel/Laravel myproject
Create the database for the project:
$ mysql -uroot
| fs = require("fs") | |
| Bacon = require("baconjs") | |
| # Bacon.fromNodeStream converts Node.js ReadableStream into an EventStream | |
| Bacon.fromNodeStream = (stream) -> | |
| Bacon.fromBinder (sink) -> | |
| listeners = {} | |
| addListener = (event, listener) -> | |
| listeners[event] = listener | |
| stream.on event, listener |
| <?php namespace GM\WWWPostThumbnail; | |
| /** | |
| * Plugin Name: WWW Post Thumbnail | |
| * Description: Allow to use an external image url as featured image. | |
| * Plugin URI: https://gist.github.com/Giuseppe-Mazzapica/928bc22e5f49a654cf7c | |
| * Author: Giuseppe Mazzapica | |
| * Author URI: https://github.com/Giuseppe-Mazzapica | |
| * License: MIT | |
| * Version: 0.1.0 | |
| * |
Install Android App Termux from APKPure or AppStore. If the app exists, just delete and re-install it to get the latest version, The APK can be downloaded from https://apkpure.com/termux/com.termux/ Install the APK using by running
adb install ~/Downloads/Termux_v0.73_apkpure.com.apk
| // ==UserScript== | |
| // @name Playback Speed Control | |
| // @namespace https://github.com/ZigZagT | |
| // @version 2.0.1 | |
| // @downloadURL https://raw.githubusercontent.com/ZigZagT/Web-Player-Playback-Speed-Control/master/PlaybackSpeedControl.user.js | |
| // @updateURL https://raw.githubusercontent.com/ZigZagT/Web-Player-Playback-Speed-Control/master/PlaybackSpeedControl.user.js | |
| // @description Add playback speed controls to web players with keyboard shortcuts | |
| // @author ZigZagT | |
| // @include /^https?://[^/]*plex[^/]*/ | |
| // @include /^https?://[^/]*:32400/ |