So here is a fabulously irritating bug in the NetBeans CLI. The basic syntax for opening a NetBeans project from the CLI looks like this: C:\Program Files\NetBeans 7.2.1\bin>netbeans –open <project path> And for project paths that do not contain spaces this works as expected. However, if the path to your […]
Setting a Custom Regular Expression for Adding Books to Calibre
I use Calibre to manage my eBook, PDF, etc. libraries. When I’m importing catalogs of PDFs into my library things generally run smoothly… except when they don’t.
Programmatically Retrieving Team Project Collections and Team Projects from the Team Foundation Server 2010 API
There is an excellent blog post from Taylor Lafrinere on MSDN that deals specifically with retrieving a list of the team project collections from the Team Foundation Server (TFS) 2010 client API. The blog post references the RTC version of the TFS 2010 API and is dated from January of 2010. However, at the time I found it (April of 2012) the example code worked as expected.