Posts Tagged ‘c’

Proxy for personal web filtering

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 [...]

Measuring delay in webserver response

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

Music library, media streaming and remote control.

Language resource experiment

The comparison was between C# and Java, C was just there as a reference.