Skip to content

Instantly share code, notes, and snippets.

@kerskine
kerskine / gist:dc48eda805e8b0f71907
Created October 1, 2014 13:25
Compiling twisterd on OSX 10.9.5
macatron:twister-core keith$ ./autotool.sh
Bootstrapping autotools for twister
Checking autotools requirements:
Checking for autoconf >= 2.63...
testing autoconf... found 2.69
Checking for automake >= 1.11...
testing automake... found 1.14.1
@kerskine
kerskine / gist:962cb8dc1458799909a0
Created June 3, 2014 11:36
Twister debug log for Seg Fault 11
Twister version v0.9.20.0-unk-beta (May 29 2014, 10:44:11)
Using OpenSSL version OpenSSL 1.0.1g 7 Apr 2014
Startup time: 2014-06-03 11:34:33
Default data directory /Users/keith/.twister
Using data directory /Users/keith/.twister
Using at most 125 connections (625 file descriptors available)
init message: Verifying wallet...
dbenv.open LogDir=/Users/keith/.twister/database ErrorFile=/Users/keith/.twister/db.log
Bound to 0.0.0.0:28333
scrypt: using scrypt-sse2 as built.
class TweetersController < ApplicationController
require 'rubygems'
require 'twitter_oauth'
def index
end
def auth
TwilioResponse:
SMSMessage:
Status: queued
AccountSid: AC8eddd770e69ad61de3fef0b4671bd62d
Body: JSON output and using RestClient
From: "9785719921"
Sid: SM58e89e4a8e74a8213ed04bf88544a98e
DateCreated: Thu, 20 May 2010 06:29:06 -0700
To: "9785669432"
DateUpdated: Thu, 20 May 2010 06:29:06 -0700
class MessagesController < ApplicationController
require 'twiliolib'
require 'rexml/document'
include REXML
# Twilio REST API version
API_VERSION = '2008-08-01'
# Twilio AccountSid and AuthToken