Merge branch 'master' of /home/dsorber/trac/projects/headquarters/repo
Adding a bit of color to the display script. Also making some updates for the refreshly reinstalled server.
Making the compressor side multithreaded.
Improvements to the lepton wrapper script, developed on Mac OS.
Created basic lepton wrapper script.
Adding client-side security cam script.
Adding a very simple unix domain socket example client and server.
Fixing a silly bug where I renamed a function as a variable in my checker.py script.
Adding the first version of my "checker" script.
Adding configuration for saga and compeltely unrelated preproc script.
Adding the "make SSH secure" script I wrote based on the recommendations from that web page which I should probably cite in the script...
Fixing a minor issue I found where "df -h <device file>" no longer returns the information for the specified device file. Instead it seems to return udev for /dev/sda1. Anyway, I fixed the issue by piping the output of df to grep.
Adding sqlite proof-of-concept. This code does not compile due to some template issues but I want to keep track of it none the less.
Fixing the bookmark update redirect problem by adding an HTTP 307 redirect response to the UpdateBookmarkController. Also fixed a few other minor issues.
Correctly my example code by declaring position volatile in each approach function. Without this modification loads and stores to position get optimized out.
Correcting minor mistake.
Added a third bit position approach and created a script for making sparse vectors.
Whoops I accidentally committed the binary.
Adding bit position test program used to benchmark various approaches and a couple of support scripts.
Changing caret color to white.
Updating main apache config to only enable TLS v1.2.
A few mostly minor changes. I created a Delegator object in the wsgi script that, by storring the DB connection, should increase performance. I also updated the wsgi script regexes and removed some unnecessary calls from the contorllers.
Started working on tag list and a "tagged" controller. Need to work on pagination for the tagged controller.
Updated layout to remove tables; the result is much cleaner.
Also available in: Atom