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,752 Total ProTip Views
![](https://coderwall.com/assets/badges/mongoose-299fb33af2a4e416505b484d73e79ee3ff1840f3c7385d6bbbc158f76be054cb.png)
Mongoose
Have at least one original repo where Ruby is the dominant language
![](https://coderwall.com/assets/badges/altrustic-fea3bde05a17a18ff6420dbd7a646cc4536c51f46db27536401e56bee0dc086a.png)
Altruist
Increase developer well-being by sharing at least 20 open source projects
![](https://coderwall.com/assets/badges/komododragon3-69f25d4c7790d125a41a30c6086c3f9605758c1963c2dc7e528e51693293cdc6.png)
Komodo Dragon 3
Have at least three original repos where Java is the dominant language
![](https://coderwall.com/assets/badges/komododragon-4a367331904f40950f6ad91fe236c48eec07fe8e0087471dbf7a17c6c6ed7923.png)
Komodo Dragon
Have at least one original repo where Java is the dominant language
![](https://coderwall.com/assets/badges/nephilakomaci-ff83276c8b6c472f151b6e3fbcbc31067ae72425f57a22742f9124501b02cd71.png)
Nephila Komaci
Have at least one original repos where PHP is the dominant language
![](https://coderwall.com/assets/badges/nephilakomaci3-5bd6f9c50317d93542d25650a39502d82f37fc925072e9048213cffddcccf4e9.png)
Nephila Komaci 3
Have at least three original repos where PHP is the dominant language
![](https://coderwall.com/assets/badges/walrus-1f517cbbd8f030099b8386c53d4ee40fece3fa146b6362accb3abddb436482cb.png)
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
![](https://coderwall.com/assets/badges/charity-bab6d575c53894cc9e395db7cdb1f0f91f176fa0cc8122c5f824e672f3d556a4.png)
Charity
Fork and commit to someone's open source project in need
![](https://coderwall.com/assets/badges/honeybadger-e6a507524dd5b8b273f39b437d9da1c1bbbb434a59a060a1fe67e3ad83736261.png)
Honey Badger
Have at least one original Node.js-specific repo
![](https://coderwall.com/assets/badges/epidexipteryx-7d1a863e0994fe935d7b3cada0dd9e6ffe2cf7f4ed3c4dceb6a4dad3a7d9bdb8.png)
Epidexipteryx
Have at least one original repo where C++ is the dominant language
or spectacle: http://spectacleapp.com/