Skip to content

Instantly share code, notes, and snippets.

View rowland's full-sized avatar

Brent Rowland rowland

  • Target Training, International
  • Port Townsend, WA
  • X @brentrowland
View GitHub Profile

Keybase proof

I hereby claim:

  • I am rowland on github.
  • I am brentrowland (https://keybase.io/brentrowland) on keybase.
  • I have a public key ASB3vGZjgDB03PFgnctZbBEfXaTe5xXeiY2Fx9p5eA9VYAo

To claim this, I am signing this object:

<%
function blob_extract($blob_id) {
if (!$blob_id)
return "";
list ($length,$numseg,$maxseg,$stream,$isnull) = ibase_blob_info($blob_id);
$handle = ibase_blob_open($blob_id);
$x = "dummy";
$data = "";
while($x != "") {
$x = ibase_blob_get($handle,1024);
@rowland
rowland / cookie_jar.go
Created May 21, 2011 23:15
Go http client with cookie support
Pandora:rubinius brent$ ./configure
Configuring LLVM...
Checking for existing LLVM tree: found!
Checking sizeof(long): 8 bytes
Checking platform endianness: little endian
Checking tr1/hash definition: found
Checking for function 'backtrace': found!
Configured. Run 'rake' to build and run VM tests and rubyspecs