Skip to content

Instantly share code, notes, and snippets.

View cayblood's full-sized avatar

Carl Youngblood cayblood

View GitHub Profile
Mongrel 1.1.5 available at 0.0.0.0:4000
127.0.0.1 - - [27/Jul/2010 15:12:42] "GET /parchment.html?story=savoir-faire.js HTTP/1.1" 200 - 0.0004
127.0.0.1 - - [27/Jul/2010 15:12:42] "GET /savoir-faire.js HTTP/1.1" 200 589640 0.0004
127.0.0.1 - - [27/Jul/2010 15:12:43] "GET /favicon.ico HTTP/1.1" 404 31 0.0004
127.0.0.1 - - [27/Jul/2010 15:12:48] "GET /parchment.html?story=savoir-faire.js HTTP/1.1" 200 - 0.0003
127.0.0.1 - - [27/Jul/2010 15:12:48] "GET /lib/jquery.min.js HTTP/1.1" 200 72247 0.0005
127.0.0.1 - - [27/Jul/2010 15:12:48] "GET /lib/parchment.min.js HTTP/1.1" 200 13406 0.0002
127.0.0.1 - - [27/Jul/2010 15:12:48] "GET /parchment.css HTTP/1.1" 200 2424 0.0003
127.0.0.1 - - [27/Jul/2010 15:12:48] "GET /lib/zmachine.min.js HTTP/1.1" 200 18044 0.0004
127.0.0.1 - - [27/Jul/2010 15:12:48] "GET /lib/gnusto.min.js HTTP/1.1" 200 52848 0.0003
diff -rup MySQL-python-1.2.2/MySQLdb/converters.py MySQL-python-1.2.2.new/MySQLdb/converters.py
--- MySQL-python-1.2.2/MySQLdb/converters.py 2010-08-13 16:50:32.000000000 +0200
+++ MySQL-python-1.2.2.new/MySQLdb/converters.py 2007-01-29 19:02:17.000000000 +0100
@@ -34,9 +34,7 @@ MySQL.connect().
from _mysql import string_literal, escape_sequence, escape_dict, escape, NULL
from constants import FIELD_TYPE, FLAG
-#from sets import BaseSet, Set
-BaseSet = set
-Set = frozenset
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="ctl00_uxHead"><title>
TMS > Systems > Provisioning > Configuration Templates
</title><meta http-equiv="content-type" content="text/html; charset=utf-8" /><link rel="icon" href="/tms/favicon.ico" type="image/x-icon" /><link rel="shortcut icon" href="/tms/favicon.ico" type="image/x-icon" /><link rel="stylesheet" href="/tms/styles/default/TMS.css" type="text/css" /><link id="ctl00_orbitStyle" rel="stylesheet" type="text/css" href="/tms/orbit/styles/styles.css" /><link rel="stylesheet" type="text/css" href="styles/Skins/TreeView.css" /><link rel="stylesheet" type="text/css" href="styles/Skins/Tandberg/TreeView.Tandberg.css" /><link rel="stylesheet" type="text/css" href="styles/Skins/Tandberg/Grid.Tandberg.css" />
<!--[if IE]>
<style type="text/css">
html { overflow-y:hidden }
#ttFwContent { height:expression(document.body.clientHeight-parseInt(this.currentStyle.top,10)-parseInt(this.currentStyle.bottom,10)+'px'); overflow-x:hidden }
Type._registerScript("MicrosoftAjaxWebForms.js", ["MicrosoftAjaxCore.js", "MicrosoftAjaxSerialization.js", "MicrosoftAjaxNetwork.js", "MicrosoftAjaxComponentModel.js"]);
Type.registerNamespace("Sys.WebForms");
Sys.WebForms.BeginRequestEventArgs = function (c, b, a) {
Sys.WebForms.BeginRequestEventArgs.initializeBase(this);
this._request = c;
this._postBackElement = b;
this._updatePanelsToUpdate = a
};
Sys.WebForms.BeginRequestEventArgs.prototype = {
get_postBackElement: function () {
#!/usr/bin/env ruby
require 'rubygems'
require 'net/ntlm'
require 'webrick/httpproxy'
class ProxyServer
def pre_handler(req, res)
# check if this request applies to a previously authenticated
# realm and send Authorization header if so
end
@cayblood
cayblood / config.log
Created November 4, 2010 21:43
homebrew error building lilypond 2.13.36
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ ./configure --prefix=/usr/local/Cellar/lilypond/2.13.36 --with-ncsb-dir=/usr/local/Cellar/ghostscript/9.00/share/ghostscript/fonts/
## --------- ##
## Platform. ##
CREATE TABLE `booleo` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`is_cool` tinyint(1) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 TABLESPACE=MEMORY;
INSERT INTO `booleo` VALUES (1,1);
hudson@linux1:~/workspace/tms-endtoendtests$ bundle install
/home/hudson/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/x86_64-linux/digest/sha1.so: /home/hudson/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/x86_64-linux/digest/sha1.so: undefined symbol: rb_Digest_SHA1_Init - /home/hudson/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/1.8/x86_64-linux/digest/sha1.so (LoadError)
from /home/hudson/.rvm/rubies/ruby-1.8.7-p302/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
from /home/hudson/.rvm/gems/ruby-1.8.7-p302@tms-endtoendtests/gems/bundler-1.0.7/lib/bundler/definition.rb:1
from /home/hudson/.rvm/gems/ruby-1.8.7-p302@tms-endtoendtests/gems/bundler-1.0.7/lib/bundler.rb:128:in `definition'
from /home/hudson/.rvm/gems/ruby-1.8.7-p302@tms-endtoendtests/gems/bundler-1.0.7/lib/bundler/cli.rb:225:in `install'
from /home/hudson/.rvm/gems/ruby-1.8.7-p302@tms-endtoendtests/gems/bundler-1.0.7/lib/bundler/vendor/thor/task.rb:22:in `send'
from /home/hudson/.rvm/gems/ruby-1.8.7-p302@tms-endtoendtests/gems/bundler-1.0
-- MySQL dump 10.13 Distrib 5.1.51, for apple-darwin10.4.0 (i386)
--
-- Host: localhost Database: example
-- ------------------------------------------------------
-- Server version 5.1.51
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
@cayblood
cayblood / scrumy.com hour script
Created January 20, 2011 14:54
sums the hours for each swim lane on scrumy.com
// ==UserScript==
// @name Scrumy Hour Summation
// @description Add all the hours in a swim lane
// @include https://scrumy.com*
// @version 0.0.1
// @date 2011-01-20
// @creator Carl Youngblood
// ==/UserScript==
/*********************************