This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # copyright 2002 Chris Kelly ckdake@ckdake.com | |
| main: | |
| .data | |
| str1: .asciiz "What are these?\n" | |
| brk: .asciiz "\n" | |
| start: .byte 0 | |
| .text |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gem 'oauth' | |
| gem 'twitter', :git => 'git://github.com/jnunemaker/twitter.git' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gem 'rest-client' | |
| gem 'json' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/perl -w | |
| # | |
| ## Copyright (C) 2009 Gleb Voronich <http://stanly.net.ua/>, 2010 Chris Kelly <http://ckdake.com/> | |
| ## | |
| ## This program is free software; you can redistribute it and/or | |
| ## modify it under the terms of the GNU General Public License | |
| ## as published by the Free Software Foundation; version 2 dated June, | |
| ## 1991. | |
| ## |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'rubygems' | |
| require 'dynect_rest' | |
| #config.rb contains config values. example: | |
| # ACCOUNT = "demo-demo" | |
| # USER = "demo" | |
| # PASS = "demo" | |
| # SOACONTACT = "admin.demo" | |
| require 'config.rb' |
NewerOlder