June 10, 2014

0 Comments

Generating Diffs with Git

Generating a diff from Git. In this case, the diff is generated between the current branch and a remote branch. git diff –full-index origin/branch   Example with remote branch called pp_project and saving the diff to the home directory git diff –full-index origin/pp_intern_project > ~/mypatch.patch

Continue reading...

August 28, 2013

0 Comments

Super Cub DSM – Radio Controlled Airplane – Flying Session – July 18, 2013 – Part 2 of 2

First flying session with my Super Cub DSM and HobbyKing wing camera. Links to both products available below: Super Cub DSM RTF: http://tinyurl.com/ljrgb64 HobbyKing Wing Camera HD: http://tinyurl.com/b3q5vs3

Continue reading...

August 28, 2013

0 Comments

Super Cub DSM – Radio Controlled Airplane – Flying Session – July 18, 2013 – Part 1 of 2

First flying session with my Super Cub DSM and HobbyKing wing camera.  Super Cub DSM RTF: http://tinyurl.com/ljrgb64 HobbyKing Wing Camera HD: http://tinyurl.com/b3q5vs3

Continue reading...

July 28, 2011

8 Comments

CleanLogOut

Yet another application with the same goal as CleanShutDown and CleanReboot: provide a one-click solution to log out from your account without saving application’s state. Enjoy. Note: To fix the “Access to assistive devices disabled.” error follow these simple steps: Go into System Preferences -> Personal -> Universal Access -> Check box at bottom for […]

Continue reading...

July 28, 2011

13 Comments

CleanReboot

Following up with CleanShutDown, CleanReboot will reboot your system in just one click while disabling the save state feature. It works in the exact the same as CleanShutDown; a fast and reliable way of rebooting your Mac without saving applications state. – GUI Scripting Version (Somewhat Cleaner) Note: To fix the “Access to assistive devices […]

Continue reading...

July 27, 2011

11 Comments

Victor Andreoni’s Cleaning Script

After downloading and using several applications to “clean and maintain” my Mac, I found out that most of them do the exact same thing: run commands already present in Mac OS X. These commands include daily, weekly, and monthly maintenance scripts, “rm” to eliminate logs, caches, and files, empytrash() to empty the trash can, and […]

Continue reading...

July 26, 2011

76 Comments

CleanShutDown

After using MacOsX Lion for a while, one of the most annoying “features” for me is the saved state, where apps are automatically launched after resetting or shutting down your Mac. The idea is pretty good, but the annoyance comes when you have to uncheck a little box each and every time you turn off […]

Continue reading...