Skip to content

Instantly share code, notes, and snippets.

diff --git a/.gitignore b/.gitignore
index affe663..195b246 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,4 @@ memcached-*.tar.gz
doc/protocol-binary-range.txt
doc/protocol-binary.txt
/sizes
+/internal_tests
\ No newline at end of file
@dustin
dustin / memcached 1.3.3 Release Notes
Created March 31, 2009 22:05
Memcached 1.3.3 Release Notes
Memcached 1.3 Beta 3 Release Notes
==================================
Date: 2009-04-03 Fri
Table of Contents
=================
1 Download
2 Features
Memcached 1.2.7 Release Notes
=============================
Date: 2009-04-03 Fri
Table of Contents
=================
1 Download
2 Notes
@dustin
dustin / Memcached 1.4 Release Notes
Created May 25, 2009 18:05
memcached 1.4 release notes
Memcached 1.4 Release Notes
===========================
Date: 2009-07-09 Thu
Table of Contents
=================
1 Download
2 New Features
@dustin
dustin / range.txt
Created May 28, 2009 19:06
Memcached Range Command Specification
Memcached Range Command Specification
=====================================
Author: Dustin Sallings <dustin@spy.net>
Date: 2009-05-13 Wed
Table of Contents
=================
1 Overview
#!/bin/sh
for i in "$@"
do
vim -e \
-c "set nu" \
-c "set bg=dark" \
-c 'so $VIMRUNTIME/syntax/2html.vim' \
-c "w" \
-c "qa!" "$i"
@dustin
dustin / github webhook receiver.rb
Created July 15, 2009 23:23
My post-receive hook.
#!/usr/bin/env ruby1.8
require 'rubygems'
require 'sinatra'
require 'json'
base_repo_path = "/home/buildbot/repos"
post '/' do
push = JSON.parse(params[:payload])
host *.github.com
User git
Hostname github.com
host projectx.github.com
IdentityFile ~/.ssh/projectx_dsa
Memcached 1.4.1 Release Notes
=============================
Date: 2009-08-24 Thu
Table of Contents
=================
1 Download
2 Overview
Memcached SASL Specification
============================
Author: Dustin Sallings <dustin@spy.net>
Date: 2009-10-13 Wed
Table of Contents
=================
1 Overview