• Home
  • About
Blue Orange Green Pink Purple

About

Written by Chris Hulbert on Wednesday, October 17th, 2007

Comments are open on this page, you can leave a response. You may also leave a trackback from your site.
Oct 17

Hi all, this is my blog.

My name is Chris Hulbert (B.Sci Comp Sci, Hons - UTS). I am a software developer based in Sydney, Australia. I work with Asp.Net / C# at the day job, and Ruby on Rails for fun after hours. This blog is just to vent my opinions and occasionally post up a useful trick I've discovered.

My current project is QuickRosters, and i try to make it to the Sydney OpenCoffee when I can.

If you want my contact details, see my main website: splinter.com.au

Cheers!

Wedding photo

3 Comments

  1. makingThingsMove » homework 6 on October 19th, 2008

    [...] Then convert hsv to  rgb info (some transformation routines are available here: here / here) and put that into a pixel array.  Then upload this pixel array into a texture and draw it.  You [...]

  2. Terence Fernandes on June 30th, 2009

    Hi Chris; the SHA1 hash in Excel is great; is there an algorithm to convert that hash back to text?

    Thanks

  3. Chris Hulbert on July 10th, 2009

    Hi Terence,
    Hashes don't work that way - they're a one-way thing by design, which is why they're so useful for validating passwords etc. I think what you're after is a different technique, such as symmetric encryption.
    Hope that helps



Leave a Reply

Chris' Babble

  • About
    Hi, i'm Chris Hulbert, a software guy from Sydney Australia.
  • Categories
    • code
    • Portfolio
    • Uncategorized
  • Recent Articles
    • How to implement DES and Triple DES from scratch
    • How to use Cookies in Struts 2 with ServletRequest and ServletResponse
    • How to use sessions with Struts 2
    • Using Quartz Scheduler in a Java web app (servlet)
    • Javascript date picker that Doesn't Suck!(tm)
    • Using Oracle XE with Hibernate


  • Home
  • About

© Copyright Chris' Babble. All rights reserved.
Designed by FTL Wordpress Themes brought to you by Smashing Magazine

Back to Top