Set CXXFLAGS and CFLAGS environment variables for whatever it's worth.
The generate_row.py script is no longer needed but this is officiallythe last version of it with all last local modifications.
Adding new script to build ffmpeg and dependencies. Apparently I spent agood while working on this locally but never committed it.
Minor updates mainly to pwmgr to fix Gtk3.0 deprecations.
Update generate rows script for repayment schedule.
Update display.py with latest root fs device path.
Adding sort_pics.py script.
Adding packed single precision (aka "ps") intrinsic test. This includesuseful horizontal sum and horizontal min/max routines.
Updating display script with parameters from new server configuration.
Adding FFmpeg build script.
Remove no-longer-supported MACs: hmac-ripemd160
Update upgrade_makemkv.sh to open the MakeMKV license webpage afterinstalling.
Adding generate_rows.py script.
Adjust parsing of mdadm output as apparently the format has changed slightly. Perhaps a more dynamic style of parsing should be used.
Add some debug to checker.py script.
Adding git monitor script.
Merge branch 'master' of /home/dsorber/trac/projects/headquarters/repo
Minor updates after upgrading to Ubuntu 18.04.
Adding two misc scripts that have been sitting on my desktop for a while now. They may be useful later on, if I can remember they exist.
Adding upgrade makemkv script.
Modifying my support scripts after upgrading phalanx.
Minor updates to the checker script to include full paths for the utilities that it calls.
Adding a bit of color to the display script. Also making some updates for the refreshly reinstalled server.
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.
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.
Adding this nice little script I wrote to open randomly selected images.
Adding the display.py script I wrote to display some useful information when logging into phalanx.
Doing what I intended to do correctly this time, moving all my software sources into the software folder.
Whoops I need to use the move command so that git keeps track of where things have gone.
Adding transmission config and my geany cobalt colorscheme. Also reorganizing the repository layout since I've finally got around to including more than just software.