Moving from Firefox to Chromium I found it difficult to transfer all filtering and adblocking tweaks that was done in firefox using extensions. Some of them wasn’t even possible like prevent content from being downloaded. I have also had other ideas of how web filtering can be done which so far could not be found [...]
Posts Tagged ‘c’
Measuring delay in webserver response
January 15th, 2010
No Comments
This is how to measure a webserver delay from the request to the first response. Thus it will only measure the time within the server, not the network delays. It is done using tcpdump to collect the data and a program I have written to extract the response time.
MP3Box – media library and player
January 14th, 2009
No Comments
Music library, media streaming and remote control.
Language resource experiment
December 16th, 2008
No Comments
The comparison was between C# and Java, C was just there as a reference.
