Joined December 2013
·
Posted to
Bind css refresh to custom key shortcut in chrome
over 1 year
ago
If you don't want to install shortcut manager, you can also simply add it as a bookmarklet: http://ted.mielczarek.org/code/mozilla/bookmarklet.html
Posted to
Generate a list of contents of any directory using terminal
over 1 year
ago
Also, if you only want to copy that list to your keyboard for pasting(with additional formatting options):
ls -alRth | pbcopy
Posted to
Git - pretty one line log
over 1 year
ago
You can also customize is the way you like it, and add it as an alias in ~/.gitconfig:
[alias]
log --pretty=\"format:%ad %h (%an): %s\" --date=short
which gives
2014-12-25 e1a590d (Walid): adds troubleshooting for charges
Posted to
Generate a ramdon string of N length in Ruby
over 1 year
ago
This works as well: rand(36**length).to_s(36)
Posted to
Create github repo from Terminal
over 1 year
ago
So it turns out some great people created a full program: http://hub.github.com/
Achievements
174 Karma
5,683 Total ProTip Views
Mongoose
Have at least one original repo where Ruby is the dominant language
Altruist
Increase developer well-being by sharing at least 20 open source projects
Komodo Dragon 3
Have at least three original repos where Java is the dominant language
Komodo Dragon
Have at least one original repo where Java is the dominant language
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Nephila Komaci 3
Have at least three original repos where PHP is the dominant language
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Charity
Fork and commit to someone's open source project in need
Honey Badger
Have at least one original Node.js-specific repo
Epidexipteryx
Have at least one original repo where C++ is the dominant language
or spectacle: http://spectacleapp.com/