Projects: Difference between revisions

From Bitpost wiki
No edit summary
No edit summary
Line 42: Line 42:


{| style="background:#FFFF99" border="1" cellpadding="2"
{| style="background:#FFFF99" border="1" cellpadding="2"
|-
|[[Image:HangTheDJ small.png|50px|left]] [http://hangthedj.thedigitalmachine.com HangTheDJ and ShareTheDJ]
| This music player has been my flagship side project for years.  The design became less relevant for my needs as bandwidth improvements put streaming music from a central repository within reach.  For that, see my [[The Digital Age]] project.  But there's LOTS of good code to harvest from this baby.
|-
|[[Image:GoogleResultsWalker_small.jpg|50px|left]] [[GoogleResultsWalker Firefox addon]]
|This Firefox addon used to provide a result page frame next to the results, so you can quickly flip through the results without repetitively browsing forward and back.  It no longer works, and google is providing inline results previews now, so it probably won't be updated.
|-
|-
| [[C++ sorted_vector]] STL extension
| [[C++ sorted_vector]] STL extension
| This is a pretty useful extension to the STL std::vector class, adding lean and mean sorting support.
| This is a pretty useful extension to the STL std::vector class, adding lean and mean sorting support.
|-
|-
| [http://news.thedigitalmachine.com/2003/03/21/say-that-ten-times-fast/ Putty parameter patch]
| [[Wordpress extensions]], including the [[Wordpress Toggle Category widget set|WTCW]] beta
|-
| [[Wordpress extensions]]
|-
| [[Wordpress Toggle Category widget set|WTCW]] beta
|-
|-
| [[Automated torrent management in linux]]
| [[Automated torrent management in linux]]
|-
| [[LinkedPhotoImport]]
|-
| [http://hangthedj.thedigitalmachine.com HTDJ/STDJ betas]
|-
|-
| [[Forms for Portals]]
| [[Forms for Portals]]
|-
| [http://news.thedigitalmachine.com/2008/07/30/my-firefox-addons-get-some-love/ IntenseDebate add-ons]
|-
|-
| [[Terminus Est]]
| [[Terminus Est]]
|-
| [[GoogleResultsWalker Firefox addon|GRW]] static-width release
|-
| [http://usenetadvantage.com UA] retention scraper
|-
|-
|}
|}
Line 88: Line 68:
| [[CraigsBook]]
| [[CraigsBook]]
|-
|-
| Consert gateway
| [[LinkedPhotoImport]]
|-
|-
| [http://usenetadvantage.com UA] NZB search-and-parse
| [http://usenetadvantage.com UA] NZB search-and-parse
|-
| [[WhereYouAre]] web service
|-
| [[TodayDiet]]
|-
|[[Image:Imagescrape_small.png|32px|left]] [[Imagescraper]]
|-
| [[The Philanthropy Engine]]
|-
| [[Plan101]]
|-
| [[GDM eCommerce]]
|-
| [[Geothermal Steam]]
|-
| [[The Personal Airship]]
|-
| [[UTag]]
|-
| [[BetterKeyboardTilingInFluxbox]]
|-
| [[Database tools]]
|-
| [[ScrewTheMouse]]
|}
=== Archive ===
{| style="background:#99FF99" border="1" cellpadding="2"
|-
|[[Image:HangTheDJ small.png|50px|left]] [http://hangthedj.thedigitalmachine.com HangTheDJ and ShareTheDJ]
| This music player has been my flagship side project for years.  The design became less relevant for my needs as bandwidth improvements put streaming music from a central repository within reach.  For that, see my [[The Digital Age]] project.  But there's LOTS of good code to harvest from this baby.
|-
|[[Image:GoogleResultsWalker_small.jpg|50px|left]] [[GoogleResultsWalker Firefox addon]]
|This Firefox addon used to provide a result page frame next to the results, so you can quickly flip through the results without repetitively browsing forward and back.  It no longer works, and google is providing inline results previews now, so it probably won't be updated.
|-
| [http://news.thedigitalmachine.com/2003/03/21/say-that-ten-times-fast/ Putty parameter patch]
| I created this hacky patch for putty so I could get it to punch through a firewall.  It's now updated and the patch is no longer needed.
|-
| Consert gateway
|-
|-
| [[GoogleResultsWalker Firefox addon|GRW]] dynamic-width release
| [[GoogleResultsWalker Firefox addon|GRW]] dynamic-width release
|-
| [[WhereYouAre]] web service
|-
|-
| iPhone app1 map
| iPhone app1 map
Line 109: Line 126:
|-
|-
| HTDJ portable
| HTDJ portable
|-
| [[TodayDiet]]
|-
|[[Image:Imagescrape_small.png|32px|left]] [[Imagescraper]]
|-
| [[The Philanthropy Engine]]
|-
| [[Plan101]]
|-
| [[GDM eCommerce]]
|-
| [[Geothermal Steam]]
|-
| [[The Personal Airship]]
|-
|-
| [[QuickMyth]]
| [[QuickMyth]]
Line 128: Line 131:
| [[JoomlaPlus]]
| [[JoomlaPlus]]
|-
|-
| [[UTag]]
| [[GoogleResultsWalker Firefox addon|GRW]] static-width release
|-
| [http://hangthedj.thedigitalmachine.com HTDJ/STDJ betas]
|-
|-
| [[BetterKeyboardTilingInFluxbox]]
| [http://news.thedigitalmachine.com/2008/07/30/my-firefox-addons-get-some-love/ IntenseDebate add-ons]
|-
|-
| [[Database tools]]
| [http://usenetadvantage.com UA] retention scraper
|-
|-
| [[ScrewTheMouse]]
|}
|}

Revision as of 20:06, 24 January 2011

Available


CXFS EditVolumeInode.jpg
CXFS
When one of my previous employers Utenzi went bankrupt, CXFS, the Linux distributed filesystem we were working on, was open-sourced. A lot of my reusable C++ class library is available, along with the Windows MMC toolsets that I wrote. One bit I've found especially useful over the years is my C++ sorted_vector class.
Boxcarkid thumb.png
The Boxcar Kid
The website for my dad's historic novel, The Boxcar Kid. It includes a blog that he posts to regularly, don't miss it.
Dobbsart thumb.jpg
Richard Dobbs
The website for my friend and artist Richard Dobbs. It has some nice javascript effects and showcases a lot of his great art, check it out.
TerminusEst small.jpg
Terminus Est
This sweet scroller game was written by my friend John Carpenter; it works on linux and Windows via SDL. Here are my notes on getting it to compile for linux.
Forms for Portals small.png
Forms for Portals
This project is a simple collection of forms to help you quickly access google, dictionary, wikipedia, imdb, maps, yellow pages, etc. from your own web pages.



Roadmap

Reprioritization available, contact me for details.

Completed

C++ sorted_vector STL extension This is a pretty useful extension to the STL std::vector class, adding lean and mean sorting support.
Wordpress extensions, including the WTCW beta
Automated torrent management in linux
Forms for Portals
Terminus Est

In Progress

The Digital Age

To Do

CraigsBook
LinkedPhotoImport
UA NZB search-and-parse
WhereYouAre web service
TodayDiet
Imagescrape small.png
Imagescraper
The Philanthropy Engine
Plan101
GDM eCommerce
Geothermal Steam
The Personal Airship
UTag
BetterKeyboardTilingInFluxbox
Database tools
ScrewTheMouse

Archive

HangTheDJ small.png
HangTheDJ and ShareTheDJ
This music player has been my flagship side project for years. The design became less relevant for my needs as bandwidth improvements put streaming music from a central repository within reach. For that, see my The Digital Age project. But there's LOTS of good code to harvest from this baby.
GoogleResultsWalker small.jpg
GoogleResultsWalker Firefox addon
This Firefox addon used to provide a result page frame next to the results, so you can quickly flip through the results without repetitively browsing forward and back. It no longer works, and google is providing inline results previews now, so it probably won't be updated.
Putty parameter patch I created this hacky patch for putty so I could get it to punch through a firewall. It's now updated and the patch is no longer needed.
Consert gateway
GRW dynamic-width release
iPhone app1 map
iPhone app1 opengl
iPhone app1 push
iPhone app1 release
STDJ webservice
MythMusic extended
HTDJ portable
QuickMyth
JoomlaPlus
GRW static-width release
HTDJ/STDJ betas
IntenseDebate add-ons
UA retention scraper