31
2006
Querying java.util.Collections for fun and profit with JoSQL
I’m working on a little project that implements an event queue. I could have happily implemented it in a List, but I’ve wanted the power to query it in all sorts of unusual ways so I ended up just writing it to a database. But this week I’ve come across JoSQL – a very cool little library for querying java collections using SQL style semantics. Now this little library isn’t a database tool, it’s a [...]
30
2006
opencsv 1.3 ships – with heaps better Excel CSV parsing
Thanks to some fantastic bug reports (especially Rogan Creswick who submitted two patches, three unit tests and supporting test files… Wow! Now that’s living the open source dream. Gold star effort) – opencsv 1.3 is now available on Sourceforge for your comma-separated pleasure. This release fixes numerous problems with handling embedded double-quote characters using Excel-style escaping (where “” represents an escaped embedded quote). Turns out the rules for this get pretty tricky when you have [...]
24
2006
Have you ever run a training course?
I’ve often been interested in getting more involved in running training courses. I’ve run a couple in my time, and really enjoyed the experience. I’ve never done anything “professionally” though. I live in Canberra, the capital city of Australia, and the training options are numerous in stock standard areas (Intro to Java, Java Web Programming, Intro to J2EE, etc), but it’s all very mainstream. I’m wondering where there might be business opportunities to offer training [...]
24
2006
Browsing and Editing Jar Files from within Windows Explorer
After Florin mentioned he could browse and edit jar files from within Total Commander, I figured there had to be a Windows Shell extension that did a similar thing. Turns out it’s built into XP! I showed one of my mates, and he said, “Sure, I do that all the time”… so I guess it’s old news to some, but not to me! All you need to do is associate jar/ear/war files with the Compressed [...]
21
2006
Two Very Cool Developer Utils for Windows
While some of my development is done on Mac, and some on Linux, most of my time is spent on Windows. Not really fussed about operating systems these days, so happy to work on whatever. Anyways, I work with this guy Shayne who knows more about Windows utilities than anyone, and he keeps showing me cool stuff. The first one is a clipboard extender called Yankee Clipper. This beast keeps a running history of your [...]
10
2006
Reducing Pebble comment spam with maths captchas
My blog seems to have received heaps of comment spam over the last couple of weeks and it seems I’m not alone. So I did the open source thing and took matters into my own hands! I’ve hacked the source for pebble.jar and the comments html to create a “Answer a simple maths question” captcha for comments (check out the Comments form to see it in action). Other blog systems seem to be using this [...]
2
2006
Now this is a decent bug report..
I’ve just uploaded opencsv 1.2 to Sourceforge which fixes a bunch of annoying bugs. But one bug report has really stood out for me as a sensational open source bug report. Gabriel not just told me about the defect (not handling nulls correctly), but he posted a test case, and the fix required to make it green. Test cases are just *so* useful for reporting and fixing bugs… and it just adds tons of value [...]
Glen Smith
Archives
- January 2012
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- April 2011
- March 2011
- January 2011
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- May 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
- August 2004
- July 2004
- June 2004
- May 2004
- March 2004
- February 2004
- January 2004
- December 2003
- November 2003
- October 2003
- September 2003

An article by Glen