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 more
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
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 more
eTegrity is mentioned in the Department’s Newsletter
eTegrity is mentioned in GW’s CS Department Newsletter.



