Skip to content

Posts from the ‘Stuff I do’ Category

12
Mar

Open sourcing our research projects

A while ago I promised that eTegrity and all related work will be released under an open-source license so that anyone can participate. Here are some updates on that.
Read moreRead more

6
Mar

Java segfault

I was playing around with multi-threading earlier and managed to get a segafult message from the JVM. That was… unexpected! I am guessing it has something to do with me creating a lot of threads, but I’m not really sure how or why it happened yet. If I figure it out I’ll let you know.

Brings back a lot of good memories from C :)

28
Jan

GW’s research efforts get some recognition

New Carnegie Classifications lists GW as a leading research institution.

27
Jan

Playing sound files in Java

Playing sounds in Java is a lot more complicated than one would expect, given the goal of it being “simple, object oriented and familiar”. I really was expecting to just have a class named “AudioPlayer” so that I could simply write:
failAmp = new AudioPlayer("MostAmazingSoundEver.wav");
failAmp.play();
//happy coder is happy

Read moreRead more

13
Jan

eTegrity is mentioned in the Department’s Newsletter

eTegrity is mentioned in GW’s CS Department Newsletter.