Skip to content

Instantly share code, notes, and snippets.

View baudday's full-sized avatar
🛹

Willem Ellis baudday

🛹
View GitHub Profile
@baudday
baudday / SublimeSettings.json
Last active December 24, 2015 10:19
My Sublime user settings
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"copy_with_empty_selection": false,
"default_line_ending": "unix",
"draw_minimap_border": true,
"font_size": 13,
"highlight_line": true,

Facebook Chat Memes

Paste these into a Facebook chat window

Facepalm

[[467534526615677]][[467534526615677]][[467534526615677]][[467534603282336]][[467534606615669]][[467534526615677]]
[[467534526615677]][[467534526615677]][[467534526615677]][[467534633282333]][[467534646615665]][[467534526615677]]
[[467534526615677]][[467534663282330]][[467534673282329]][[467534679948995]][[467534686615661]][[467534689948994]]
[[467534706615659]][[467534709948992]][[467534713282325]][[467534729948990]][[467534733282323]][[467534736615656]]
[[467534749948988]][[467534753282321]][[467534756615654]][[467534766615653]][[467534779948985]][[467534783282318]]
@baudday
baudday / camping.md
Last active October 15, 2015 14:46
Camping meals

Meals

Friday

Dinner

Saturday

Breakfast

Lunch

dopedopedopedopedope
dopedopedopedope
dopedopedop
dopedope
dope
dope
participants:
-
:first_name: "Willem"
:last_name: "Ellis"
:phone: 7632186309
-
:first_name: "Katie"
:last_name: "Ellis"
:phone: 9186405351
-
function counterValue() {
var s = "000000000" + Math.round(effect("Point Control")("Point")[0]);
return s.substr(s.length-9);
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%##%%%%%%%%%%%%%%%%%%%%%%%%%%%%%#%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%&%%%%%%&@&&&%%%%%%&&%%%%%%&%%%%%%&@&&%%%%%%%&&@%(/#%@&&%%%%@%%%%&%%&%%%%&&%%%%&@%#/(%@&&%%%%&&%%%&&%%%%%&@@%%%%&&%%%%%&@&&&%%%%%&&@&%&@%#/(%@&&%%%%@&%%%%@%%%%&@&%//%&@&&%%%%%%&&%%%%%&@@&%%%%%%
%%%%%@* @% *, * ,@, &* ,@ %. (&%@( /* %, *@. (* %% %&%%@/ .&% *@, /& @, @ ( %% (# &&%%%%%
%%%%%@* ,, %% ,%%&, ,%%& %, @, ,%%% .& @ %. (&%&@ . /& % %. (* %% # ,@%%@/ #/ /% % & % % % % * (# *% %% ./ *@&%%%%
%%%%%@* ,. %% ,%%@, ,%%@ (. @, ,%%&. (@@@@ . (&%%&( @& % %. (* %% * *@%%@/ /, (% ( & % #. / ( .( .%@@@% %%@# , /@%%%%%
%%%%%@* /@% %, %
%%%&&&&%&&&&&&&&&&&%%&&&&&@@&%&&&&&%%&&&&%&@&%%&&&&&&&&&%%%&&&&%&&&&%%&@&&&&&&&&&&&&@&&&@@&&@&&&%%%
%%@ % * * % ( . % ( .%@ % & % . *%@ ( . , * , % % / , , . &%%
%%@ @ % % @ % /@ .%%/ #/ , & % &%@ @ / # % . . # @, , ,&%%
%%@ , % @@ @@ , % @@ , / ( .%%@ @/ , & % % ,&@ ( . % . # @ . , & , *@, / @%%
%%@ , # . @@ , # ,( @ / .%#& @@. /@* .@ % ,&@ & % @ %& % %@ #, , / &%%
%%%%%%%%%%%%%#%%%%%%%%%###%##%###%%%#%%&@@@@@@@@@@&@&&&&&&%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%#######%############%&@@@@@@@@@@@@@@@&&&%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%##%################%#####%&@@@@@@@@@@@@@@&&%%(((%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%#%%##%#####%########%%#########%%%%&@@@@@@@@@&&&&&&%(////(%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%#####%%#%#######################%%%%%%&%%&&&###(((///////(%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
export PS1="\n\[\e[34m\][\A]\e[m\] \[\e[32m\]\`git_emoji\`\[\e[m\] \n\[\e[33m\]\w\[\e[m\] -> \[$(tput sgr0)\]"
function git_emoji() {
BRANCH=`parse_git_branch`
CHANGES=`parse_git_changes`
if [ ! "${BRANCH}" == "" ]
then
echo "(${BRANCH}${CHANGES})"
else
echo ""