Skip to content

Instantly share code, notes, and snippets.

View Sulcalibur's full-sized avatar
🕺
Pop 'n' Lock

Suleiman Leadbitter Sulcalibur

🕺
Pop 'n' Lock
View GitHub Profile
@Sulcalibur
Sulcalibur / _visual-grid.scss
Created September 2, 2013 21:44
Neat Grid Visual Settings
$visual-grid: true !default; // Display the base grid
$visual-grid-color: #EEE !default;
$visual-grid-index: back !default; // Show grid behind content (back) or overlay it over the content (front)
$visual-grid-opacity: 0.6 !default;
$visual-grid-breakpoints: () !default;
@Sulcalibur
Sulcalibur / Fetch.sublime-settings
Created September 3, 2013 10:08
Fetch Settings
{
"files":
{
"FitText": "https://github.com/davatron5000/FitText.js",
"LetteringJS": "http://github.com/davatron5000/Lettering.js",
"backbone": "http://documentcloud.github.com/backbone/backbone-min.js",
"chrome-frame": "http://ajax.googleapis.com/ajax/libs/chrome-frame/1/CFInstall.min.js",
"font-awesome": "https://github.com/FortAwesome/Font-Awesome/blob/master/sass/font-awesome.scss",
"imagesLoaded": "https://raw.github.com/desandro/imagesloaded/master/jquery.imagesloaded.min.js",
"impressjs": "https://github.com/bartaz/impress.js/raw/master/js/impress.js",

The script below is triggered every day from my Mac. I use Hazel to move the tar.gz to an external hard disk once it's finished. This happens every day without me noticing. You can exclude folders if you want to. You probably want to exclude giant cache folders.

You should have a similar script.

@Sulcalibur
Sulcalibur / bourbon-neat-grid-calca
Last active December 24, 2015 20:29
Calca Bourbon Neat Grid Calculations
# Bourbon Neat Grid & Text Settings
## Grid Settings
### Mega Desktop
width = 1460
cols = 16
gutter = 20
margin = gutter => 20
@Sulcalibur
Sulcalibur / Preferences.sublime-settings
Last active December 26, 2015 16:29
Sublime Text settings
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/toychest.tmTheme",
"detect_indentation": true,
"detect_slow_plugins": false,
"draw_indent_guides": true,
"draw_white_space": "all",
"file_exclude_patterns":
[
@Sulcalibur
Sulcalibur / Package Control.sublime-settings
Created December 30, 2013 12:50
Sublime Text Package Control Prefences
{
"auto_upgrade_last_run": null,
"installed_packages":
[
"4GL",
"AdvancedNewFile",
"Code Runner",
"CoffeeScript",
"CSScomb",
"DashDoc",
@Sulcalibur
Sulcalibur / Learning Resources
Created January 16, 2014 16:02
Various online learning resources for the kids education and the rest of the family.
`This is a real rough version at the moment`
# Learning Resources
### A list of online learning resources that we use as a family
### IT, Web Design, Web Development and Application Design
I.T. is one of the easier subject to learning online, most probably because you have already started just by looking.
- [Team Treehouse](http://sulc.me/1e25CDo) **Premium**
@Sulcalibur
Sulcalibur / bs-config.js
Last active August 29, 2015 14:01
Browser Sync Config File
/*
|--------------------------------------------------------------------------
| Browser-sync config file
|--------------------------------------------------------------------------
|
| Please report any issues you encounter:
| https://github.com/shakyShane/browser-sync/issues
|
| For up-to-date information about the options:
| https://github.com/shakyShane/browser-sync/wiki/Working-with-a-Config-File
// $breakpoint-no-queries: false;
$breakpoint-no-query-fallbacks: true;
$susy: (
gutters: 0.2
);
$layouts: (
small: (
break: 0em 37.5em,