I’m speaking today about Intuit’s Commercial Graph at the Strata + Hadoop World Conference. Slides: Commercial Graph: A Map of Financial Relationships (pptx format). Abstract Imagine the social graph where personal relationships are replaced by commercial relationships based on real financial data. Imagine the possibilities for small businesses to grow, connect, transact and prosper. Intuit is uniquely […]
Category: Projects + Papers
stubgen – a member function stub generator for C++
Introduction stubgen is a C++ development tool that keeps code files in sync with their associated headers. When it finds a member function declaration in a header file that doesn’t have a corresponding implementation, it creates an empty skeleton with descriptive comment headers. stubgen has several options, but this brief example should give you an idea of […]
Making the Case for PHP at Yahoo!
Making the Case for PHP at Yahoo! is a talk I gave at PHPCon2002 in Milbrae, CA on October 25, 2002. press coverage: slashdot – CNET News.com – MSNBC – internetnews.com – TechWEB
simple DBM command line utilities
simple DBM command line utilities Usage: db_look file.db [key] Usage: db_add file.db key val Usage: db_remove file.db key [key2 .. keyN]
Mozilla Public License diffs
Mozilla Public License diffs the Mozilla Public License (http://www.mozilla.org/MPL/) states that I need to post diffs if I modify any code. So keepin’ legal, my diffs are here.
Personality plug-in for Eudora
The Personality plug-in for Eudora adds 3 stereotypical “personalities” to your Message Plug-ins menu in Eudora 3.x and 4.x for Windows. It translates English messages into either mock Swedish (like the Swedish Chef on the Muppet Show), mock Jive (a black dialect of the 70s), or B1FF-speak (a fictitious person who is “new” on the ‘Net who spells poorly and […]
Mountain View High School Class of 1993 5-Year Reunion
Mountain View High School Class of 1993 5-Year Reunion, Saturday, August 22, 1998.
webster
webster was a perl script that queries Merriam-Webster’s online dictionary from the command-line to look up a word. Uses lynx. Co-authored with Stephanie Schaaf.
CompareURLContent.java
CompareURLContent is a self-serializing Java class that compares a hashed version of the content stream associated with a URL with the current version
Java Network File System
The Java Network File System was my Honors Thesis project at Brown University and second place winner for the 1997 ACM Quest for Java student programming contest. README See my contest README for an overview of the project and instructions for running the server and client. Paper We introduce and discuss the Java Network File System ( JNFS), a network file system for Network […]