Andrew Hoyer
 

about

experiments:

(sudoku solver)

(simple fractals)

(cloth simulation)

(numbers to words)

(particle systems)

(quantum cryptography)

(something a day)

(drip sessions)

photos (flickr)

work

 

flickr (dolinski)

facebook

twitter

linkedin

email

 

Getting off the hook:

Any downloadable material on this site is provided as is. If something bad happens, Andrew Hoyer will in no way take any responsibility (though he would most definitely send his heart felt remorse). © 2010 Andrew Hoyer

 
Wikipedia Affiliate Button

A little about myself

var andrew = {
    full_name: "Andrew Hoyer",

    title: "Computer Scientist - Extraordinaire",

    education: {
        undergraduate: {
            location: "University of Alberta",
            degree: "BSc. Specialization in Computing Science",
            completion_date: "2010-04-23"
        },
        graduate: {
            location: "University of Alberta",
            degree: "MSc. Computing Science",
            completion_date: "Sometime in 2012"
        }    
    },

    likes: ["maths", "peanut butter",
        "bowling", "taking pictures", "reading",
        "Smultzy Music", "Driving", "Sudokus",
        "W(p)GtR", "Programming","Nerdy Jokes"],

    loves: ["Amanda", "Javascript"],

    dislikes: ["Naps", "The word 'cyberspace'", 
        "Angry Music", "Liver Sausage", "Emoticons",
        "Pickles", "Drama", "One up-ers"],

    hates: ["People chewing with their mouth open"],

    afew_things_i_know: ["Javascript", "C", "Ruby",
        "PhP", "Java", "CSS", "HTML", "ASL"],

    afew_daves_i_know: ["Dave Hoyer", "David Wahlstrom", 
        "David Maidens", "David Bonar", "David Russel", 
        "David McClelland"],

    prefered_contact: "me@andrew-hoyer.com",

    voted: "Best",

    sayHello: function(){alert("hello");}
};

andrew.sayHello();
That's me hiding!