Category: Software

F-Script Injection in Mavericks

I continue to use F-Script occasionally to investigate how programs work internally. The framework itself has been updated to handle the changes in OS X Mavericks. However, the developer tools included with Xcode 5 swap out the gdb debugger for lldb, breaking the injection script again. After playing around with the automator action some more, here's what I came up with that works on Mavericks.

1

gpredict build for Mac

I really like the open-source satellite tracking program predict. I'm primarily a Mac user, so to get it I had to use macports to build it. I don't really care for alternate build systems like that, so to use it on my other systems, I decided to bundle it all up, and to spare some people the trouble, I'm going to post it here.

5

Move Windows with Hotkeys

This is a more complicated example of what can be done using AutoHotKey. I use this script every day at work and pretty much consider it indispensable when using multiple monitors.

0