Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@jacrook
jacrook / README.md
Created June 20, 2014 18:09 — forked from jxson/README.md

Synopsis

At the top of the file there should be a short introduction and/ or overview that explains what the project is. This description should match descriptions added for package managers (Gemspec, package.json, etc.)

Code Example

Show what the library does as concisely as possible, developers should be able to figure out how your project solves their problem by looking at the code example. Make sure the API you are showing off is obvious, and that your code is short and concise.

Motivation

@jacrook
jacrook / font_variables.scss
Last active July 2, 2023 16:47
Sass Css Font Stack Variables
//////////////////////////////////////////////////////////////
// Font Variables (http://cssfontstack.com/)
//////////////////////////////////////////////////////////////
//
// Serif font-stacks
//
$baskerville-font-stack: "Big Caslon", "Book Antiqua", "Palatino Linotype", Georgia, serif !default;
@jacrook
jacrook / Jacrook Sublime 3 User Settings
Last active August 29, 2015 13:56
Sublime 3 User Settings
{
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"auto_complete_with_fields": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/User/FireCode (SL).tmTheme",
"detect_indentation": true,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": true,
@jacrook
jacrook / jacrook Default Sublime Settings
Created February 6, 2014 15:57
My Sublime 3 Default Settings
// 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
@jacrook
jacrook / SublimeText3_SublimeLinter3.md
Last active January 1, 2016 18:49
SublimeText 3 + SublimeLinter 3

SublimeText 3 + SublimeLinter 3

In SublimeLinter 3 you have to install your specific linters. Then each linter needs it's own further installation usually with node or ruby (prob should have those working!)/

What I have working:

SublimeLinter 3 (best installed through package manager) https://github.com/SublimeLinter/SublimeLinter