Joined November 2012
·
Posted to
Auto-scrolling extender for knockout.js
over 1 year
ago
Here's a github gist with the source:
Posted to
Pagination: You're (Probably) Doing It Wrong.
over 1 year
ago
Paginate by ID, rather than some arbitrary sum. page=2&id=107 would mean "I'm on page 2" for aesthetics, but the server-side app would know that page 2 begins at the item with ID# 107 (or the next greater ID# after 107 if it has been deleted).
Posted to
Show git branch in bash promt
over 1 year
ago
@axeff My apologies; I do not.
Posted to
Create anchor links from tweet text
over 1 year
ago
@devpuja1988 You're welcome; glad I could help!
Posted to
Paste code on VIM without auto-identation
over 1 year
ago
I similarly bind this to F2:
nnoremap <F2> :set invpaste paste?<CR>
set pastetoggle=<F2>
set showmode
Posted to
Show git branch in bash promt
over 1 year
ago
I try to avoid installing software on my development machines if I can get away with a script instead -- but I may have to look into this "bash-it"; it sounds interesting. Thanks for the comment!
Achievements
253 Karma
20,863 Total ProTip Views
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Cub
Have at least one original jQuery or Prototype open source repo
Lab
Have at least one original repo where C# is the dominant language
@twolfson If you're throwing artpacks.org in there, don't forget about Sixteen Colors ;)