Skip to content

Instantly share code, notes, and snippets.

@FutoRicky
FutoRicky / gist:0aec9c3220141ba2b9828564cb2e8519
Created October 25, 2016 03:55 — forked from chrissimpkins/gist:5bf5686bae86b8129bee
Atom Editor Cheat Sheet (Sweetmeat)

Use these rapid keyboard shortcuts to control the GitHub Atom text editor on Mac OSX.

Key to the Keys

  • ⌘ : Command key
  • ⌃ : Control key
  • ⌫ : Delete key
  • ← : Left arrow key
  • → : Right arrow key
  • ↑ : Up arrow key
@FutoRicky
FutoRicky / styles.less
Created September 8, 2016 05:11 — forked from brandondurham/styles.less
Using Operator Mono in Atom
/**
* Using Operator Mono in Atom
*
* 1. Open up Atom Preferences.
* 2. Click the “Open Config Folder” button.
* 3. In the new window’s tree view on the left you should see a file called “styles.less”. Open that up.
* 4. Copy and paste the CSS below into that file. As long as you have Operator Mono SSm installed you should be golden!
* 5. Tweak away.
*
* Theme from the screenshot (http://cdn.typography.com/assets/images/blog/operator_ide2.png):
@FutoRicky
FutoRicky / deploy-gh-pages.sh
Created June 22, 2016 05:10 — forked from chrislopresto/deploy-gh-pages.sh
Deploy Ember App to GitHub Pages
#!/usr/bin/env bash
git checkout master
git pull
rm -rf dist
ember build --environment production
git checkout gh-pages
git pull
@FutoRicky
FutoRicky / Converting libraries to Ember CLI addons.md
Created October 22, 2015 15:24 — forked from kristianmandrup/Converting libraries to Ember CLI addons.md
Guide to Developing Addons and Blueprints for Ember CLI

Converting libraries to Ember CLI addons

In this guide we will cover two main cases:

  • Ember specific library
  • vendor library

Ember library

The Ember library will assume that Ember has already ben loaded (higher in the loading order) and thus will assume it has access to the Ember API.

Fake Names for integration testing

Sometimes I get frustrated when doing Integration tests, so I made the following list to keep myself entertained (feel free to add to the list):

  • Alam Brito
  • Alberto Verijas
  • Antonio Constipado
  • Benedicta Buduska
  • Brenda Maceta
  • Cabrón Figueroa