mikegrouchy.com

Tag: project

Old Python code – Mp3 utilities

As I have been saying, I have been looking around to dig up code I have written and I actually found some mp3 utility code I had written, it is certainly not finished or even code I would probably write right now(or even particularly good) but its code I wrote a couple of years ago [...]

On Lexers, Syntax Highlighting and a good suggestion.

In my last post I mentioned I am working on a code snippet repository for storing and sharing code snippets. In the comments Jason Gedge(a very smart man I might add) mentioned that I should probably store code snippets as XML and then use XSL/XSLT to do the markup for the syntax highlighting. This is [...]

Code Snippets? I’ll give you code snippets!

Well I actually won’t give you code snippets, but I will give you the ability to store and organize them.
Storing code snippets is not the worlds greatest unconquered problem or anything like that, however that being said I have tried much of the software out there for storing code snippets and I still feel like [...]

I love django

I have been trying out Django a little bit the last few days and I am loving it. I will attribute that in no small part to my love of python, however, getting a test project going with Django was a breeze, using the Models to set up the database and its relations was easy [...]