ianlevesque (Ian Levesque)

Name
Ian Levesque
Email
Website/Blog
http://www.ephemeronindustries.com
Company
Ephemeron Industries
Location
Connecticut, USA
Member Since
Nov 18, 2008 (about 1 year)

Following 1 githubber and watching 17 repositories view all →

Public Repositories (8)

  • dss

    A fork of Darwin Streaming Server because I'm spending all my time wrangling patches from Mac OS ...

    legend

    Last updated Thu Sep 03 01:52:40 -0700 2009

  • jarbundler

    Ant Task to Generate .app Bundles from Java Applications

    legend

    Last updated Fri Jun 26 17:04:17 -0700 2009

  • remit

    An API for using the Amazon Flexible Payment Service (FPS).

    legend

    Forked from tylerhunt/remit Sat May 16 15:06:09 -0700 2009

    Last updated Wed May 20 00:23:58 -0700 2009

  • ruby-lzma

    Simple ruby and jruby wrappers for LZMA compression and decompression. Fully functional.

    legend

    Last updated Sat Mar 28 22:45:57 -0700 2009

  • rubytahoe

    A ruby client library for Tahoe-LAFS.

    legend

    Last updated Wed Mar 25 22:49:12 -0700 2009

  • cashflow

    Simple cash flow calculator

    legend

    Last updated Sun Mar 15 14:13:19 -0700 2009

  • mini-mallows

    Mini-Mallows: A Multi-Part Form Wrapper for Cocoa & iPhone

    legend

    Forked from sschroed/mini-mallows Sun Nov 08 22:02:58 -0800 2009

    Last updated Wed Dec 24 06:43:23 -0800 2008

  • airportflow

    AirPort Flow Meter, measures current and total bandwidth usage using SNMP

    legend

    Last updated Sat Dec 06 02:32:54 -0800 2008

Public Activity feed

ianlevesque created gist: 260321 Sat Dec 19 17:38:14 -0800 2009
// detect time zone Event.observe(window, 'load', function() { var date = new Date();
ianlevesque forked sschroed/mini-mallows Sun Nov 08 22:03:00 -0800 2009
Forked repository is at ianlevesque/mini-mallows
ianlevesque started watching minter/paperclip Wed Oct 28 11:06:04 -0700 2009
paperclip's description:
Easy file attachment management for ActiveRecord. This fork adds support for Rackspace Cloud Files.
ianlevesque created gist: 215785 Wed Oct 21 23:25:55 -0700 2009
float InvSqrt (float x) { float xhalf = 0.5f*x;