Skip to content

Instantly share code, notes, and snippets.

View Ikke's full-sized avatar

Kevin Daudt Ikke

  • Netherlands
  • 18:55 (UTC +02:00)
View GitHub Profile
= /^Income:salary$/
; [Accounts:checking] $ -200.00
; [Budget:food] $ 200.00
= /^Expense:food$/
[Budget:food] -1.0
[Accounts:checking] 1.0
2014/04/13 Company Inc
Accounts:checking $ 1000.00
package require http
namespace eval twitter {
variable status_url "http://api.twitter.com/1/statuses/user_timeline/"
bind pub -|- "!twitter" twitter::tweet
}
proc twitter::tweet {nick uhost hand chan argv} {
if {[string length $argv] < 1} {