Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.
| Ctrl+C | copy current line (if no selection) |
| Ctrl+X | cut current line (if no selection) |
| Ctrl+⇧+K | delete line |
| Ctrl+↩ | insert line after |
| https://play.google.com/store/apps/details?id=com.msmAIinc.supernovaflashlight | |
| Flashlight SuperNova Pro is a ✌️ free, simple, lightweight ⚡ Fast Flashlight 🔦 Torch app and it gets the job done 👍 quickly. Flashlight 💡 SuperNova Pro designed with Modern Clean Attractive 📱 UI, User Experience in mind & flashlight app with adjustable brightness. Flashlight app with Pro Features which includes LED 💡 light and several Flashlight & Screen Modes, Real Time Barometer 🌡️ Reading with Beautiful Modern Animation. This Flashlight is easy to use & an emergency flashlight 🔦 torch app. | |
| Flashlight 🔦 SuperNova Pro is ⚡ Fast and brightest color app that uses bright Back LED, flashlight torch app can adjust brightness. SuperNova Pro flashlight app is for 📱 Samsung Galaxy, google pixel, google nexus, oppo, xiaomi, oneplus, HTC M8, tablet, Motorola, Sony Xperia, LG etc. and with 📱 tablet: ONE PLUS, HTC, Huawei Honor, Meizu etc. Basically Flashlight SuperNova Pro is the flashlight for any 📱 android device. Flashlight app is for b |
| # FBTFT xorg config file | |
| # | |
| # startx -- -layout TFT | |
| # startx -- -layout HDMI | |
| # | |
| # startx | |
| # When -layout is not set, the first is used: TFT | |
| # | |
| Section "ServerLayout" |
Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.
| Ctrl+C | copy current line (if no selection) |
| Ctrl+X | cut current line (if no selection) |
| Ctrl+⇧+K | delete line |
| Ctrl+↩ | insert line after |
| function whichTransitionEvent(){ | |
| var t; | |
| var el = document.createElement('fakeelement'); | |
| var transitions = { | |
| 'transition':'transitionend', | |
| 'MSTransition':'msTransitionEnd', | |
| 'MozTransition':'transitionend', | |
| 'WebkitTransition':'webkitTransitionEnd' | |
| } |
| { | |
| "afn_insert_dimensions": false, | |
| "auto_indent": true, | |
| "binary_file_patterns": | |
| [ | |
| ".DS_Store", | |
| "node_modules/", | |
| "tmp/", | |
| "*.png", | |
| "*.psd", |
| // Place your settings in the file "User/Preferences.sublime-settings", which | |
| // overrides the settings in here. | |
| // | |
| // Settings may also be placed in file type specific options files, for | |
| // example, in Packages/Python/Python.sublime-settings for python files. | |
| { | |
| // Sets the colors used within the text area | |
| "color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme", | |
| // Note that the font_face and font_size are overriden in the platform |
| // NOTE: I added the .js extension to this gist so it would have syntax highlighting. This file should have NO file extension | |
| { | |
| // Settings | |
| "passfail" : false, // Stop on first error. | |
| "maxerr" : 100, // Maximum error before stopping. | |
| // Predefined globals whom JSHint will ignore. | |
| "browser" : true, // Standard browser globals e.g. `window`, `document`. |
| #!/usr/bin/env node | |
| /* | |
| Hack to enable source maps in with gulp-sourcemaps and autoprefixer. | |
| Created by null on 12/08/14. | |
| npm --save-dev install through2 | |
| npm --save-dev install autoprefixer | |
| npm --save-dev install vinyl-sourcemaps-apply |