Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env ruby
### CHANGE THIS TO YOUR SERVER OK?
TUNNEL_ENDPOINT = '[email protected]'
### YOU CAN ALSO USE 'Ethernet' et al.
INTERFACE = 'AirPort'
PORT = 3022
#!/usr/bin/env ruby
require "rubygems"
require "opencv"
include OpenCV
class IChat
def available!
tell_me_to "set status to available"