Joined August 2013
·
Posted to
A Software Architect
over 1 year
ago
well says!
great work Chris!
Posted to
Linux Touchpad On/Off
over 1 year
ago
I use this in Ubuntu:
Off:
xinput set-int-prop "SynPS/2 Synaptics TouchPad" "Device Enabled" 8 0
On:
xinput set-int-prop "SynPS/2 Synaptics TouchPad" "Device Enabled" 8 1
This two command in a shell (touchpadOn.sh and touchpadOff.sh) just to be more easy to execute.
Posted to
git log for humans
over 1 year
ago
This produces logs like this:
* b0e4381 - Robby Russell - Merge pull request #1764 from johnjohndoe/feature/rails3-autocompletion (HEAD, master) (hace 5 semanas)
|\
| * 10bd036 - Tobias Preuss - Add autocompletion for Rails3. (hace 3 meses)
* | b36f53c - Robby Russell - Merge pull request #1920 from dongweiming/update-coffee (hace 5 semanas)
|\ \
| * | 4fe4db5 - dongweiming - Update coffee completion (hace 6 semanas)
| |/
* | 3072a20 - Robby Russell - Merge pull request #1916 from okuramasafumi/master (hace 5 semanas)
|\ \
| * | c51ef9d - Okura Masafumi - Change duplicated alias name (hace 6 semanas)
| |/
* | db82b8e - Robby Russell - Merge pull request #1919 from dongweiming/breaking-change-bower (hace 5 semanas)
|\ \
| * | 012afe2 - dongweiming - The current version of bower is completely unavailable, plugin depth modification (hace 6 semanas)
| |/
* | 04c98ae - Robby Russell - Merge pull request #1917 from brandonblack/rvm-plugin (hace 5 semanas)
|\ \
| |/
|/|
| * 644728b - Brandon Black - rvm plugin: update to ruby version helpers and rvm-update (hace 6 semanas)
|/
* bc3cadf - Robby Russell - Merge pull request #1913 from chriskrycho/patch-2 (hace 6 semanas)
|\
| * f25e2d2 - Chris Krycho - Add more capable hg incoming and outgoing count handling (hace 6 semanas)
|/
* b9baf37 - Robby Russell - Merge pull request #1859 from ayushs/plugin-git-clean (hace 6 semanas)
|\
| * 6f8e8c5 - Ayush Samantroy - Added alias for git clean (hace 9 semanas)
* | a8c0c4d - Robby Russell - Merge pull request #1864 from Stibbons/gsemet_push_git_plugin (hace 6 semanas)
|\ \
| * | 46f0d8d - Gaetan Semet - Improvement in the git plugin (hace 9 semanas)
| |/
* | 3a3fd68 - Robby Russell - Merge pull request #1865 from Stibbons/gsemet_push_repo_plugin (hace 6 semanas)
Achievements
123 Karma
95,811 Total ProTip Views
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
Forked
Have a project valued enough to be forked by someone else
Raven
Have at least one original repo where some form of shell script is the dominant language
Charity
Fork and commit to someone's open source project in need
I use twig (gem) for add notes to branches like this:
And looks like this:
If you want to know and branch's attribute:
To install twig (I use rvm):