I hereby claim:
- I am macodev on github.
- I am macodev (https://keybase.io/macodev) on keybase.
- I have a public key whose fingerprint is 1AB0 7BE9 766F CD3B F86D CAE5 E13B 83CF EF95 3F32
To claim this, I am signing this object:
//By David Keegan | |
//InScopeApps.com | |
//http://inscopeapps.com/demos/flipbook/ | |
(function($){ | |
$.fn.flipbook = function(options){ | |
options = $.extend({ | |
'start': 0, //start frame | |
'end': 100, //end frame, must be greater then start | |
'step': 1, //number of frames to step over while animating |
function happyBirthday($name){ | |
for($i = 0; $i < 4; $i++) { | |
printf("Happy birthday %s!\n", ($i === 2) ? "dear {$name}" : "to you"); | |
} | |
} | |
happyBirthday('PHP'); |
I hereby claim:
To claim this, I am signing this object:
AdvancedNewFile | |
Typescript | |
Blade Snippets | |
DocBlockr | |
Emmet | |
File Navigator | |
Insert Date | |
Laravel Blade Highlighter | |
Less | |
Package Control |
[ | |
{ "keys": ["ctrl+shift+c"], "command": "toggle_comment", "args": { "block": false } }, | |
{ "keys": ["ctrl+alt+c"], "command": "toggle_comment", "args": { "block": true } }, | |
{ "keys": ["super+shift+r"], "command": "reindent" , "args": {"single_line": false} }, | |
{ "keys": ["super+ù"], "command": "indent" }, | |
{ "keys": ["super+à"], "command": "unindent" }, | |
{ "keys": ["super+v"], "command": "paste_and_indent" }, | |
{ "keys": ["super+shift+v"], "command": "paste" } | |
] |
# macodev simple prompt | |
PROMPT='%{$fg[green]%}%~%{$fg_bold[blue]%}$(git_prompt_info)%{$reset_color%}%{$fg[green]%} | |
➤ %{$reset_color%}' | |
ZSH_THEME_GIT_PROMPT_PREFIX=" - " | |
ZSH_THEME_GIT_PROMPT_SUFFIX=" " | |
ZSH_THEME_GIT_PROMPT_DIRTY=" ✗" | |
ZSH_THEME_GIT_PROMPT_CLEAN=" ✔" |
# PATHS | |
export MAMP_PATH=/Applications/MAMP/bin/php/php5.6.2/bin | |
export GIT_PATH=/usr/local/git/bin | |
export PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin" | |
export RVM_PATH=$HOME/.rvm/bin | |
export PATH="$MAMP_PATH:$GIT_PATH:$RVM_PATH:$PATH" | |
# export MANPATH="/usr/local/man:$MANPATH" | |
# Path to your oh-my-zsh installation. | |
export ZSH=$HOME/.oh-my-zsh |
{ | |
"close_windows_when_empty": true, | |
"color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme", | |
"default_line_ending": "unix", | |
"enable_telemetry": false, | |
"ensure_newline_at_eof_on_save": true, | |
"file_exclude_patterns": | |
[ | |
".gitignore", | |
".DS_Store", |
{ | |
/* Custom Key Bindings */ | |
"§" = ("insertText:", "}"); | |
"°" = ("inesertText:", "{"); | |
"ç" = ("insertText:", "#"); | |
} |
[ | |
{ "keys": ["ctrl+shift+c"], "command": "toggle_comment", "args": { "block": false } }, | |
{ "keys": ["ctrl+alt+c"], "command": "toggle_comment", "args": { "block": true } }, | |
{ "keys": ["super+alt+l"], "command": "reindent" , "args": {"single_line": false} }, | |
{ "keys": ["super+v"], "command": "paste_and_indent" }, | |
{ "keys": ["super+shift+v"], "command": "paste" }, | |
{ "keys": ["super+up"], "command": "expand_region" }, | |
{ "keys": ["super+down"], "command": "expand_region", "args": {"undo": true}, "context": [{ "key": "expand_region_soft_undo" }] }, | |
{ "keys": ["super+shift+up"], "command": "swap_line_up" }, | |
{ "keys": ["super+shift+down"], "command": "swap_line_down" }, |