Search
All Categories
Categories
.NET Blogging Books Brain Cloud Database Design Patterns Development Practice Eclipse Eiffel Email FIT3015 member blog Grails Greek Groovy Hardware Hosting IntelliJ IDEA Java Java EE JavaFX JavaScript Links Linux Monitoring Netbeans Networking OSX86 Outrospective.org Payment Gateway Perl Phone PHP Platforms Scala Software Development Spiritual Spring Testing Time Management Tool Tunes Version Control Web Applications WindowsPreviously on Outrospective.Org
Daily Archives: July 27, 2010
UUID’s in Java
UUID’s are useful for making unique reference numbers of things. In an ideal world these UUIDs are so long, they never collide. The first place to discuss UUIDs would be RFC 4122. The next part would be the wikipedia entry … Continue reading
Posted in Java, Networking
Leave a comment
CamelCaseString to Space Separated String
groovy> print ‘CamelCaseString’.replaceAll(/([A-Z][a-z]*)/, ‘$1 ‘).trim()Camel Case String There is probably a better regex approach that does not a space to the final word, and thus remove the need for a trim, but this is quick and easily embeddable anywhere, for … Continue reading







Byron Bay
