Skip to content

Instantly share code, notes, and snippets.

View chaserx's full-sized avatar
:octocat:
Mostly Meetings. Sometimes not.

Chase Southard chaserx

:octocat:
Mostly Meetings. Sometimes not.
View GitHub Profile
@chaserx
chaserx / Gemfile
Last active April 14, 2023 13:49 — forked from akshayvadher-BTC/sample_qr.rb
Generate QR code
# frozen_string_literal: true
source "https://rubygems.org"
gem "prawn"
gem "prawn-qrcode"
gem "matrix"
@chaserx
chaserx / gist:1967908
Created March 3, 2012 20:01 — forked from xtoddx/gist:1966943
Muralmapper TODO
icon for twitter app
Find how to deploy
- heroku { node + cloudant couchdb }
- dotCloud { node + couchdb }
- nodster for nodejs; cloudant for couch
[done]
Clone into openlexington's github: http://github.com/openlexington/murlamapper.git
Sign up for a twitter account => lexpubart
@chaserx
chaserx / gist:1967031
Created March 3, 2012 17:06 — forked from xtoddx/gist:1967021
Install muralmapper
# brew update
# brew install couchdb
# sudo easy_install pip
# pip install couchapp
# brew install node
# curl http://npmjs.org/install.sh | sh
# git clone https://github.com/mheadd/muralmapper.git -b integration
# cd muralmapper
[TWITTER STUFF]
$(function() {
// Github Repo JSON Endpoint
var endpoint = "http://github.com/api/v1/json/chaserx?callback=?";
$.fn.sort = function() {return this.pushStack(jQuery.makeArray([].sort.apply(this, arguments)));};
$.getJSON(endpoint, function(data) {
// Remove all the old projects!
$("#projects li").remove();
development: &global_settings
database: textual_development
host: 127.0.0.1
port: 27017
test:
database: textual_test
<<: *global_settings
production:
#!/usr/bin/env ruby
# = Delighter - pull your twitter links into delicious.
#
# Takes the first link and submits it to delicious. The description
# will be the text up to the beginning of the link, the tags whatever
# hashtags are on the tweet. Let me know if you improve on this, it was
# pretty q&d.
#
# author: Ben Vandgrift <br/>