by AbstraktMethodz 12. December 2008 16:40

iTunes is great program except that it's a pig, so that got me started on a program to search and play your library more quickly. The other problem with iTunes for someone like me, who doesn't like carrying around an iPod, is getting at that music simply when your away from home. So this music player, called Barracuda, acts as a server for your library. Fire up another instance of Barracuda on the road and you're ready to access your home library no problem. It talks over web protocols so you should have not problem with work firewalls- if your boss will tolerate that kind of thing.

Download Barracuda Shareware 0.5.3

Tags: , ,

by AbstraktMethodz 15. July 2008 17:15
A repository of well known FOSS is located at dotnetit.org. This includes Apache Xerces (an XML parser including DOM and SAX implementations), Apache Xalan (an XSLT and XPATH parser and processor), regexp libraries, cryptography libraries, etc.

An open source alternative .NET IDE is #develop. This project is coming along fast, and includes a library NRefactory that parses C# and VB.NET and IMO has a superior abstract syntax tree model than the CodeDom.

If broken it is, fix it you should is a great MSDN blog heavy in content that walks through debugging techniques for memory leaks, crashes and the like, using windbg and perfmon. Great place to learn how to poke around your heap from the command line.

The standard corlib doesn't provide a good library to creating zip files (while it does do zip compression). If you'd like to do this but don't want to use a third party check out Jon Galoway's blog. In short, use the J# library and java.util.zip.
by AbstraktMethodz 8. June 2008 17:15
Myca designed her site from the ground up, so this one involved just some technical legwork to pull together the components. I'm pleased on how it came out so take a gander @ mycathompson.com. Otherwise its been a whole year since my last post, but stay tuned 'cause I have a new pet project and its gonna be fun.

Tags:

by AbstraktMethodz 18. June 2007 17:14
I got an email from someone who couldn't compile GibberMonkey 0.1, after referencing spidermonkey-dotnet 0.2.0. GM code has undergone some changes since the 0.1 binary release. It and SM.NET 0.2 are in the process of being refactored to present a good API to the library user. Enough catchup. The latest code from TFS on both projects will compile together. To be specific, the GM changeset 9678 will compile against the development branch ($/spidermonkeydotnet/development/spidermonkey-dotnet) SM.NET changeset 21914. Also, if your a codeplex.com member you can simplify all this by joining the project and hitting the TFS and mapping these projects to your workspace.

Tags:

by AbstraktMethodz 2. May 2007 00:00
I've branched the code, and pulled out the stuff I've been thinking about to set free (as in speech). This is basically just the raw bridge, no "generic object embedding". Check out the project on the codeplex project page or on freshmeat. Future enhancements for this piece will include the debugger API, and not much else I can think of right now. More updates to come as I settle down (I've just relocated from NYC to LA).