Rotating the movie from Canon G3
Tuesday, May 10th, 2005mencoder motorola_and_p900.avi -o m1.avi -oac copy -vop rotate=1 -ovc lavc
Tried -ovc =xvid, but it segfaults
mencoder motorola_and_p900.avi -o m1.avi -oac copy -vop rotate=1 -ovc lavc
Tried -ovc =xvid, but it segfaults
JUNG – Java Universal Network Graph Framework Looks quite advanced… we will see what it can do.
Trying out a graph framework to implement PageRank and other algorithms. We will see how it will work with PageRank. (more…)
Axel came up an idea to write an on-line Tripwire – checking the checksums of files before they are executed. This seems to be quite easily doable using LSM. however, they are a few issues that need to be understood:
Hum…. such thing already exists and is an open source project
Digsig
Just a few interesting pointers to tools from a book I read:
I found a nice program PQA written in Ruby to show query statistics based on database logs. That sound like almost exactly what I needed, so I tried it on MySQL MT log files and some other data. There were a few bugs that I fixed.
In addition I added a new report printing unique queries and when they occurred. It seems to work fine and with help of awk/make/gnuplot generated a few nice graphs.