pauldix (Paul Dix)

Name
Paul Dix
Email
Website/Blog
http://www.pauldix.net
Company
kgb
Location
New York, NY
Member Since
Apr 02, 2008 (about 1 year)

Following 30 githubbers and watching 63 repositories view all →

Public Repositories (10)

  • typhoeus

    Like a modern code version of the mythical beast with 100 serpent heads, Typhoeus runs HTTP reque...

    legend

    Last updated Tue Nov 17 09:07:18 -0800 2009

  • feedzirra

    A feed fetching and parsing library that treats the internet like Godzilla treats Japan: it domin...

    legend

    Last updated Mon Nov 16 06:18:17 -0800 2009

  • basset

    Library for various machine learning tasks

    legend

    Last updated Thu Nov 12 18:06:12 -0800 2009

  • service-oriented-design-with-ruby

    Code examples from my forthcoming book "Service Oriented Design in Ruby and Rails"

    legend

    Last updated Tue Nov 10 07:05:59 -0800 2009

  • truffle-hog

    Finds RSS and Atom feed urls in html like a hog finds truffles. Tasty, delicious feeds... er, tru...

    legend

    Last updated Wed Oct 28 12:39:25 -0700 2009

  • sax-machine

    A declarative sax parsing library backed by Nokogiri.

    legend

    Last updated Wed Jul 22 06:26:05 -0700 2009

  • hydra-simpledb

    Like Hydra, the fearsome offspring of Typhoeus, this Ruby library for SimpleDB is based on the HT...

    legend

    Last updated Wed Apr 22 09:16:46 -0700 2009

  • sinatra

    Classy web-development dressed in a DSL (official / canonical repo)

    legend

    Forked from sinatra/sinatra Thu Mar 26 19:40:51 -0700 2009

    Last updated Thu Mar 26 07:42:26 -0700 2009

  • example-activity-service

    A small Sinatra web service for activity feeds. This serves as an example for building SOAs in Ruby.

    legend

    Last updated Sun Mar 15 08:16:10 -0700 2009

  • code-katas

    My implementations and notes on the code katas created by Dave Thomas

    legend

    Last updated Mon Jan 26 17:03:48 -0800 2009

Public Activity feed

pauldix pushed to master at pauldix/typhoeus Tue Nov 17 09:07:19 -0800 2009
HEAD is e1cef4fda716e9500099acd66f665a65964df5a7
pauldix pushed to master at pauldix/typhoeus Tue Nov 17 09:06:50 -0800 2009
HEAD is 1767e87739f59662e85ef2c684abbc0ffae26560

2 commits »

pauldix pushed to master at pauldix/feedzirra Mon Nov 16 06:18:17 -0800 2009
HEAD is a166b4513956b31c87953db58faa5893692e32fd
pauldix pushed to master at pauldix/feedzirra Mon Nov 16 06:17:49 -0800 2009
HEAD is 882acfa3e9cd7567d3652ba59859308d2b20736e
  • pauldix committed 882acfa3:
    removed 'description' from the list of updatable attributes. not sure why that was in carson's commit
pauldix pushed to master at pauldix/feedzirra Mon Nov 16 06:12:30 -0800 2009
HEAD is 619670a9c7295efbee68a4bc42f524be1e484c0a

2 commits »

pauldix pushed to master at pauldix/typhoeus Mon Nov 16 06:08:02 -0800 2009
HEAD is 84a55434fd9a7a24b7e98f894cb6cdb6d1c77154
  • pauldix committed 84a55434:
    bumped gem version for build with smulube's contribution.
pauldix pushed to master at pauldix/typhoeus Mon Nov 16 06:07:06 -0800 2009
HEAD is 458477d0c35a995a99b355c5ebd9254c8d002973

2 commits »

pauldix created gist: 234696 Sat Nov 14 10:50:39 -0800 2009
/usr/local/lib/ruby/gems/1.9.1/gems/typhoeus-0.1.6/lib/typhoeus/multi.rb:20: [BUG] Segmentation f...
pauldix pushed to master at pauldix/typhoeus Sat Nov 14 10:40:00 -0800 2009
HEAD is 96554eb05c5acbfdb195dbaff6b3d135bd792b38
  • pauldix committed 96554eb0:
    fixed POST spec to look for the params in the right place
pauldix closed issue 3 on pauldix/typhoeus Sat Nov 14 10:09:30 -0800 2009
Support for Ruby 1.8.5
pauldix pushed to master at pauldix/typhoeus Sat Nov 14 10:08:32 -0800 2009
HEAD is ef7889e68f56098e1515ddeeafe64c334cfa15fb
pauldix pushed to master at pauldix/typhoeus Sat Nov 14 10:07:11 -0800 2009
HEAD is eb97a4a20136c099d4fdfde453d9dded75b17295

2 commits »

pauldix started watching mxcl/homebrew Sat Nov 14 06:29:55 -0800 2009
homebrew's description:
Packaging system for Mac OS X 10.5 and above; heavy optimisations, no redundant packages and a bonus beer theme
pauldix pushed to master at pauldix/basset Thu Nov 12 18:06:14 -0800 2009
HEAD is 8aa306edbb17ea5a2d639b876ebdfd8d080d13b1
  • pauldix committed 8aa306ed:
    fixed tf and tf-idf to be correct (was normalizing the tf when I shouldn't have been. also added boolean and sublinear-tf-idf scoring
pauldix pushed to master at pauldix/basset Thu Nov 12 13:07:53 -0800 2009
HEAD is 264ee9df288746d0b3686bb74f7a5be794ea9214

2 commits »

pauldix pushed to master at pauldix/basset Thu Nov 12 11:45:52 -0800 2009
HEAD is 3506e857f1042b674f08fe7671c17262feed61e4

2 commits »

pauldix pushed to master at pauldix/basset Wed Nov 11 11:59:57 -0800 2009
HEAD is 1fee899727eefe610046fc9812a96e97558f046b
  • pauldix committed 1fee8997:
    changed the sparse vector representation to store arrays. the user can convert to whatever format the want
pauldix pushed to master at pauldix/typhoeus Tue Nov 10 14:06:28 -0800 2009
HEAD is a1c075b3ddb0f7c867a0af089e384ee3eeca830b

3 commits »

pauldix pushed to master at pauldix/service-oriented-design-with-ruby Tue Nov 10 07:13:16 -0800 2009
HEAD is 20fb8bf6e8204aea08b88f37235e05f6857fea12
  • pauldix committed 20fb8bf6:
    changed service to use ActiveRecord instead of DataMapper. added some configuration files
pauldix pushed to master at pauldix/basset Mon Nov 09 13:53:11 -0800 2009
HEAD is a529c9b1f15f1e80132f7255fc12955caa8185eb

2 commits »

pauldix started watching defunkt/github-gem Mon Nov 09 06:11:34 -0800 2009
github-gem's description:
The official `github` command line helper for simplifying your GitHub experience.
pauldix started watching defunkt/resque Tue Nov 03 10:25:00 -0800 2009
resque's description:
A simple Redis-based queue.
pauldix pushed to master at pauldix/basset Tue Nov 03 07:19:17 -0800 2009
HEAD is 0b76031c0f47e3688002455aa20b68a6add5a39e

2 commits »

pauldix started watching wycats/bundler Mon Nov 02 20:33:54 -0800 2009
bundler was created Mon Jul 06 15:08:44 -0700 2009
pauldix started watching tmm1/gdb.rb Mon Nov 02 18:51:31 -0800 2009
gdb.rb's description:
gdb hooks for MRI
pauldix pushed to master at pauldix/typhoeus Mon Nov 02 12:54:35 -0800 2009
HEAD is 278febeecfac8717389ed853fba534474b50c56d

2 commits »

pauldix pushed to master at pauldix/typhoeus Mon Nov 02 08:43:19 -0800 2009
HEAD is d527ff3c230ea7ab882e2a28c66eebb818f87e4b

2 commits »

pauldix started watching aurelian/ruby-stemmer Sun Nov 01 18:20:53 -0800 2009
ruby-stemmer's description:
Expose libstemmer_c to Ruby
pauldix pushed to master at pauldix/basset Fri Oct 30 18:02:10 -0700 2009
HEAD is 7d9d55b0d80232e9f75c2beab7419c2337175c82
  • pauldix committed 7d9d55b0:
    made the output of normalized vectors file include feature and row count as the first line
pauldix pushed to master at pauldix/basset Fri Oct 30 17:56:09 -0700 2009
HEAD is 9e01d97337e83ce2378476f83c9e5d19e1d4a211
  • pauldix committed 9e01d973:
    added row and feature counts to feature_collection
pauldix pushed to master at pauldix/basset Fri Oct 30 17:22:20 -0700 2009
HEAD is 2d7db584e6de41196b0476b66835a31817f885f7
  • pauldix committed 2d7db584:
    fixed load paths and updated the gemspec with the proper version
pauldix pushed to master at pauldix/basset Fri Oct 30 15:55:06 -0700 2009
HEAD is eab21b72c49f5c7cd641fb7c6276fa481499c0e7

3 commits »

pauldix pushed to master at pauldix/basset Fri Oct 30 13:48:07 -0700 2009
HEAD is 5f76a1cb54e726ac970f028ee77f4f4512b82a24

2 commits »

pauldix pushed to master at pauldix/typhoeus Thu Oct 29 09:14:26 -0700 2009
HEAD is 6845d5c37f3518ae88e930726088fa960015e4de
  • pauldix committed 6845d5c3:
    added linebreaks in the hopes of fixing the formating