I'm a BSc in computer science with mathematics as my minor. This fall and next spring I will be on leave inorder to complete my civil service duty to the goverment of Finland. Afterwards I will continue studying at the University of Helsinki for a master's degree. I work part-time as a web programmer for Alma Media, developing the popular TV guide site Telkku.com. At my leisure, I spend time chilling-out with friends, watching mostly good movies, listening to my limited-taste music and playing strategy-based PC-games like Civilization.

Contact details

Eric Andrews
Birthday
31. October 1988
E-mail
eric.andrews [-at-] helsinki [-dot-] fi
IRC
harbu @ IRCNet, QuakeNet
MSN
harbu88 [-at-] hotmail [-dot-] com
Facebook
Eric Andrews
My blog
link

My projects

Course projects, my own experimentations etc.

  • A small and simple regular expression evaluator I wrote to learn some Ruby and RSpec. Matches a given pattern against a given string.

    Github (Summer 2011)
  • My Bachelor's Thesis on "minimum description length principle as a model selection criteria" (in Finnish).

    Download (Spring 2011)
  • A singly linked list with iterators along with a comprehensive set of unit tests. Implemented in C++ for the course Software Design (C++).

    Download (Fall 2010)
  • Insertion sort, merge sort and quick sort implementations along with a command line program to sort files containing integers. Written in C for the course Programming in C.

    Download (Fall 2010)
  • My implementation of the A* search algorithm. Finds and displays the shortest path between two nodes in a bitmap, which consists of walls and variable cost tiles. Written in Java for Data Structure Project course.

    Download | Documentation (Summer 2010)
  • An online auction web application I wrote for Database Application Project course. The application is implemented using PHP and my own "MVC-framework".

    Demo | Source and documentation (Fall 2009)
  • A PHP-based gallery program I wrote for Digital Media Technology course (Digitaalisen median tekniikat). Client-side is powered by jQuery library, but the gallery is also useable with non-JavaScript configurations.

    Demo | Documentation (Spring 2009)
  • A food recipe program written in Java for the Programming Project course (javalabra). Experimentation with Swing-library.

    Link (Spring 2009)