Welcome
Welcome to Hentan Software. This is my little software company, but its mainly just a place I can put all my code so its all organised.
Thanks to the magic of Geshi, I can include colour coded code on this site!
# Quick Test 5.times { |x| p x*200 }Example 1 -- Quick little testing script -- Select Code
It even does applescript highlighting. Although with RubyOSA I shouldn't be using pure applescript that much anymore!
tell application "Finder" quit end tellExample 2 -- applescript snippet -- Select Code