Skip to content

Instantly share code, notes, and snippets.

using terms from application "Messages"
on message sent theMessage with eventDescription
end message sent
on message received theMessage from theBuddy for thisChat with eventDescription
set thisResponse to "I'm away."
send thisResponse to thisChat
end message received
on chat room message received from theBuddy for thisChat with eventDescription
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@joelcarrier
joelcarrier / word.json
Created February 21, 2014 20:58
world
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
# for web2py
cache
databases
errors
sessions
# inherit https://github.com/github/gitignore/blob/master/Python.gitignore
*.py[co]
@joelcarrier
joelcarrier / gist:3750831
Last active October 10, 2015 21:08
proxy
<system.net>
<defaultProxy>
<proxy
usesystemdefault="false"
proxyaddress="http://localhost:8888"
/>
</defaultProxy>
</system.net>