class Sebastian {
private:
int age = 20;
string school = "Oregon State University";
string[] courses = new string[] {"Senior Capstone Project, Intro to Parallel Programming, Intro to Computer Networks"};
string[] hobbies = new string[] {"Basketball", "Piano", "Guitar"};
public:
Sebastian();
}
Here are a few things I'm doing right now...
- Creating a website that generates Synesthesia-like piano tutorials from any piano audio
- Learning how to play Liebestraum No. 3 (Love Dream) on the piano.
- Building my senior capstone project: a degree course planner called Advise-U that validates and recommends optimal course plans for Oregon State University students