tail -f /var/log/messages | grep vegard
Thursday, May 26, 2016
Writing a reverb filter from first principles
›
WARNING/DISCLAIMER: Audio programming always carries the risk of damaging your speakers and/or your ears if you make a mistake. Therefore, r...
11 comments:
Wednesday, July 11, 2012
Comparing objects in C++
›
The standard C++ pattern for comparing and ordering objects is to overload operator<() for your class. This function is what all ...
2 comments:
Tuesday, January 26, 2010
Space invaders?
›
After my exams in December, I relaxed by writing a sort of space game using C++/SDL/OpenGL: I ripped the sprites from Space Invaders and Gal...
2 comments:
Thursday, September 10, 2009
First Jato release
›
So I somewhat promised to say something more on my project for the Google Summer of Code. I participated for the first time, and it was real...
The Jato IRC logger
›
Here's the recipe for the Jato IRC logger. Nothing fancy, but works surprisingly well. /home/vegard/jato-irc-logger/irssi-config : setti...
Wednesday, June 17, 2009
kmemcheck in mainline
›
First of all, I should say that on April 22, I went to Denmark to give a talk on kmemcheck. I was invited to DIKU (Datalogisk Institut på Kø...
2 comments:
Thursday, May 21, 2009
Hiragana tutor
›
An evening spent with Unicode charts, HTML, CSS, and JavaScript resulted in this: The online Hiragana tutor If you find any errors, please t...
3 comments:
‹
›
Home
View web version