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
Windows Registry Editor Version 5.00 | |
[HKEY_CLASSES_ROOT\Directory\shell\sublime] | |
@="&Open folder with Sublime Text" | |
"Icon"="\"C:\\Program Files\\Sublime Text 3\\sublime_text.exe\",0" | |
[HKEY_CLASSES_ROOT\Directory\shell\sublime\command] | |
@="\"C:\\Program Files\\Sublime Text 3\\sublime_text.exe\" \"%1\"" | |
[HKEY_CLASSES_ROOT\Directory\Background\shell\sublime] |
- Generate Github SSH keys
- Configure Git
- Username & email
git config --global user.email "[email protected]"
git config --global user.name "Billy Everyteen"
- Default Commit tool (sublime)
git config --global core.editor "'C:/Program Files/Sublime Text 3/subl.exe' -w"
- Set git push strategy
git config --global push.default matching
- Username & email
- Last (-n)/gitconfig
- Package Managers: npm/yarn, bower
- Frameworks: WinJS, React & Redux, Angular, Meteor
- JS Preprocessors: Coffeescript ,Typescript ,Babel
- Automation: Gulp, Grunt, Webpack
- Code Quality: Eslint, Travis, Istanbul
- Build Tools: Requirejs, Browserify, Uglify, Minify
- Testing: Karma, Jasmine, Mocha, Chai, Sinon, Enzyme
- Back-End: NodeJS, Express
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
/* | |
Client wishes to emit a number of actions | |
Actions are identical RSAAs, with varying meta properties (usually the ID to request) | |
Ideal scenario | |
* Numerous actions are taken in within a timeout/debounce window | |
* After the timeout has expired, the actions are aggregated into a single API call | |
dispatch({ | |
type: "SOME_FETCH_REQUEST", |
- Can cohabitate on Windows by renaming the 2.7 version of python.exe to python27.exe
- Install Python 3 into a different folder than Python 2.7
- Include Python 3 path into environment variables
- Both versions of Python are accessible by using
python
orpython27
Food | Ingredients Effect | Hearts | Notes |
---|---|---|---|
Baked Apple | Apple | .75 |
(Must be cooked over an open flame.) |
Baked Palm Fruit | Palm Fruit | 1.5 |
(Must be cooked over an open flame.) |
Energizing Fish and Mushroom Skewer | Stamella Shroom, Hyrule Bass | 3 |
Refill some stamina . |
Energizing Glazed Meat | Raw Meat, Courser Bee Honey | 6 |
Refill some stamina . |
From ADnD2e Tome of Magic
Roll | Effect |
---|---|
01 | Wall of force appears in front of caster |
02 | Caster smells like a skunk for spell duration |
03 | Caster shoots forth eight non-poisonous snakes from fingertips. Snakes do not attack. |
04 | Caster's clothes itch (+2 to initiative) |
05 | Caster glows as per a light spell |