Skip to content

Instantly share code, notes, and snippets.

View ckdake's full-sized avatar

Chris Kelly ckdake

View GitHub Profile
# copyright 2002 Chris Kelly [email protected]
main:
.data
str1: .asciiz "What are these?\n"
brk: .asciiz "\n"
start: .byte 0
.text
@ckdake
ckdake / Gemfile
Created November 4, 2010 18:09
stub for linking with and posting to twitter from rails apps
gem 'oauth'
gem 'twitter', :git => 'git://github.com/jnunemaker/twitter.git'
@ckdake
ckdake / Gemfile
Created November 2, 2010 18:22
stub for linking with and posting to facebook from rails apps
gem 'rest-client'
gem 'json'
@ckdake
ckdake / redis_
Created October 15, 2010 21:47
munin plugin for monitoring redis
#!/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.
##
@ckdake
ckdake / consistomatic.rb
Created July 20, 2010 16:03
tool to update zones in a dynect platform account based on a config file
require 'rubygems'
require 'dynect_rest'
#config.rb contains config values. example:
# ACCOUNT = "demo-demo"
# USER = "demo"
# PASS = "demo"
# SOACONTACT = "admin.demo"
require 'config.rb'