Skip to content

Instantly share code, notes, and snippets.

Day 1
1 Voicedude - Backstreet Uprising
http://www.bootiemashup.com/bestofbootie2014/Best%20of%20Bootie%202014%20-%20Bonus%20Tracks/Voicedude%20-%20Backstreet%20Uprising.mp3
2 SIR - Firework On The Dock Of The Bay K PerryO Redding
http://www.mashstix.com/004509
3 MadMixMustang - Get Lucky Star
http://www.bootiemashup.com/bestofbootie2013/Best%20of%20Bootie%202013%20-%20Bonus%20Tracks/MadMixMustang%20-%20Get%20Lucky%20Star.mp3
#!/bin/bash
# put this in your .bashrc or .bash_profile
# then run `squatter <username>`
# it'll print out the packages that probably are empty.
# use npm with the admin.npmrc file to remove them
squatter () {
local n1="$1"
@brainsik
brainsik / Preferences.sublime-settings
Last active May 24, 2017 16:14
SublimeText 3 Preferences
{
"always_show_minimap_viewport": true,
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"caret_extra_bottom": 1,
"caret_extra_top": 1,
"caret_style": "solid",
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"create_window_at_startup": false,
"ensure_newline_at_eof_on_save": true,