Musings of a Software Engineer

The gentle ramblings of a bored software engineer


Archive for December 9th, 2009

Max upload for eShop

I’ve been looking at setting up an eshop on one of my wordpress accounts and for the downloadable content page for eshop it shows that there is a max upload size.  After alot of hunting around and googling (which I thought might have been easier to find!)
Turns out it was quick an easy find when [...]

  • Share/Bookmark
No Comments

Regular Expression

Its been a while since I’ve ventured into regular expressions, and I always seem to find it a nightmare when I come back to it.  But I’ve found a great tutorial which gives a really good overview of each of the magic commands  / syntax that you can use when performing the matching:
http://gnosis.cx/publish/programming/regular_expressions.html
epfw testcase=validation/invalid-chars/epval-invalid-chars-bind36.xml trace_leve
l=3

  • Share/Bookmark
No Comments

Subversion making a tag using the revision number

I’m a user of a subversion server on a day to day basis and its probably the best free code repository that is out there.  It is fantastic to use and really simple to update and manage using things like Tortoise SVN.
But today I released that our repository had not been tagged to ensure that [...]

  • Share/Bookmark
No Comments