Skip to content

Instantly share code, notes, and snippets.

@gwoo
gwoo / LearningAngular.txt
Last active March 15, 2016 20:26
Learning Angular
## Angular modules
http://ngmodules.org/
http://angular-ui.github.com/
http://angular-ui.github.com/bootstrap/
## Angular resources
John Lindquist Videos:
http://egghead.io
@mkb
mkb / gist:1218376
Created September 15, 2011 02:31
#!/usr/bin/env ruby -wKU
LOG = 'eventcmd.log'
event = ARGV.first
@message = 'Gug.'
def ichat_message
%Q{set status message to "#{@message}"}
end