Skip to content

Instantly share code, notes, and snippets.

@dustin
dustin / net.spy.boxee.plist
Created January 25, 2009 20:36
Keep Boxee running.
<!DOCTYPE plist PUBLIC -//Apple Computer//DTD PLIST 1.0//EN
http://www.apple.com/DTDs/PropertyList-1.0.dtd >
<plist version="1.0">
<dict>
<key>Label</key>
<string>net.spy.boxee</string>
<key>ProgramArguments</key>
<array>
<string>/usr/bin/open</string>
<string>-W</string>
@dustin
dustin / mc-1.3.2-release-notes.txt
Created March 11, 2009 19:17
Release Notes for Memcached 1.3 beta 2
Memcached 1.3 Beta 2 Release Notes
==================================
Date: 2009-03-11 Wed
Table of Contents
=================
1 New Features
1.1 Binary Protocol
commit e703ce4cb0b0ee8034ba9c2331877a97ffb6d11a
Author: Dustin Sallings <dustin@spy.net>
Date: Mon Jan 19 23:45:38 2009 +0000
Build fixes for ubuntu 8.10/64.
gcc seems to have been wise to all of the syscalls being cast to void
to avoid doing real result checking in unlikely errors.
commit 5a44468708aa09fcec469557258a5d69a88811ca
.__ ___. .__ __ .__ .___
| |__ _____ ______ ______ ___.__. \_ |__ |__|_______ _/ |_ | |__ __| _/_____ ___.__.
| | \ \__ \ \____ \ \____ \< | | | __ \ | |\_ __ \\ __\| | \ / __ | \__ \ < | |
| Y \ / __ \_| |_> >| |_> >\___ | | \_\ \| | | | \/ | | | Y \/ /_/ | / __ \_\___ |
|___| /(____ /| __/ | __/ / ____| |___ /|__| |__| |__| |___| /\____ | (____ // ____|
\/ \/ |__| |__| \/ \/ \/ \/ \/ \/
_____ ___ ___ ___ ___ ___
/ /::\ / /\ / /\ /__/\ /__/\ /__/| ___
/ /:/\:\ / /:/_ / /:/_ \ \:\ \ \:\ | |:| / /\
/ /:/ \:\ / /:/ /\ / /:/ /\ \ \:\ \ \:\ | |:| / /:/
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"