- AdvancedNewFile
- All Autocomplete
- ApplySyntax
- Better CoffeeScript
- Better RSpec
- BracketHighlighter
- Emmet
- GitGutter
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
| for (let i = 0; i < 10; i++) { | |
| console.log(i); | |
| } | |
| // Error | |
| console.log('360 no-scope', i); |
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
| #!/bin/bash | |
| usage () | |
| { | |
| echo "This script is for generating and optimizing simple images with text in the center." | |
| echo "" | |
| echo "usage: sh img [-t \"Text\"] [-s image size] [-o filename.png] [-bg \"#fill color\"] [-c \"#font color\"] [-fs font_size] [-f \"Font\"] [-h | --help]" | |
| echo "" | |
| echo "Image Settings:" | |
| echo " -t 'imagetext' Specify the text to be written on the image" |
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
| Start with | |
| $ rails new some_app -d postgresql | |
| Next I go to | |
| ./config/application.rb | |
| and add the following | |
| config.generators.stylesheets = false | |
| config.generators.javascripts = false | |
| config.generators.helper = false |
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
| # Always | |
| group :development do | |
| gem 'spring' | |
| gem 'thin' | |
| gem 'better_errors' | |
| gem 'quiet_assets' | |
| gem 'meta_request' | |
| end | |
| gem 'bcrypt' |
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
| { | |
| "bold_folder_labels": true, | |
| "color_scheme": "Packages/Theme - Nil/Tubnil.tmTheme", | |
| "draw_white_space": "all", | |
| "font_size": 10, | |
| "highlight_line": true, | |
| "highlight_modified_tabs": true, | |
| "ignored_packages": | |
| [ | |
| "Vintage" |