Skip to content

Instantly share code, notes, and snippets.

View iam-msm's full-sized avatar

Masum iam-msm

View GitHub Profile
@iam-msm
iam-msm / Color® (2020) Flashlight LED Torch SuperNova Pro.txt
Created September 21, 2020 08:40
It's #1 🌟 Brightest & ⚡ Fastest LED 🔦 & Screen 🔆 Flashlight Torch App 👍 Free
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
@iam-msm
iam-msm / fbtft.conf
Last active September 2, 2017 08:34 — forked from notro/fbtft.conf
xorg configuration for use with FBTFT on Raspian: /etc/X11/xorg.conf.d/fbtft.conf
# FBTFT xorg config file
#
# startx -- -layout TFT
# startx -- -layout HDMI
#
# startx
# When -layout is not set, the first is used: TFT
#
Section "ServerLayout"

Sublime Text 2 – Useful Shortcuts (PC)

Loosely ordered with the commands I use most towards the top. Sublime also offer full documentation.

Editing

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'
}
@iam-msm
iam-msm / Wes Bos's Sublime Text Preferences.sublime-settings
Last active August 29, 2015 14:15
Wes Bos's Sublime Text Preferences
{
"afn_insert_dimensions": false,
"auto_indent": true,
"binary_file_patterns":
[
".DS_Store",
"node_modules/",
"tmp/",
"*.png",
"*.psd",
@iam-msm
iam-msm / addToContextMenu.reg
Created November 20, 2014 10:45
Add ConsoleZ | Console2 to Context Menu and folder background. If you paste it in a reg file make sure to use UCS-2 Little Endian encoding.
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\ConsoleZ]
@="Open ConsoleZ Here"
[HKEY_CLASSES_ROOT\Directory\shell\ConsoleZ\command]
@="\"C:\\Program Files\\ConsoleZ\\Console.exe\" -t \"Git Bash\" -d \"%1\""
[HKEY_CLASSES_ROOT\Directory\Background\shell\ConsoleZ]
@="Open ConsoleZ Here"
// 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
@iam-msm
iam-msm / .jshintrc.js
Last active August 29, 2015 14:06 — forked from connor/.jshintrc.js
// 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