Project

General

Profile

Revision:

Revisions

# Date Author Comment
a2411dde 07/09/2018 11:04 PM David Sorber

Adding "raw" packJPG source from the upstream repository (commit 59e8d45d463cfab96155ffccb77b1207b18c614b).

3d6bc4b0 06/13/2018 01:46 PM David Sorber

Adding git monitor script.

0831f1d2 06/03/2018 07:19 PM David Sorber

Adding Nextcloud apache config.

f7253e29 06/02/2018 03:38 PM David Sorber

Merge branch 'master' of /home/dsorber/trac/projects/headquarters/repo

05f679d0 06/02/2018 03:38 PM David Sorber

Minor updates after upgrading to Ubuntu 18.04.

e1f73faf 03/26/2018 09:35 PM dsorber

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.

a5a5e96b 03/21/2018 01:56 PM David Sorber

Adding FUSE readdir() example that I posted to the FUSE dev list.

dde05520 02/11/2018 02:42 PM dsorber

Minor improvements to cleanup and open the password dialog automagically at start.

606606a6 02/02/2018 01:06 AM dsorber

Adding upgrade makemkv script.

b8436fc8 09/17/2017 03:01 PM dsorber

pwmgr v0.5.0 -- Added change detection so textview buffer contents will only be storred if they are changed.

0b45b84e 09/17/2017 02:39 PM dsorber

pwmgr v0.4.0 -- Added save warning before quit dialog. Added improved state tracking. Finally, added progress pop on close to give user feedback while ramdisk cleanup is happening.

cf157731 09/16/2017 04:22 PM dsorber

pwmgr v0.3.0 -- Improved security of encryption/decryption operations, bound ENTER to dialog OK buttons to improve ease of use, and implemented key bindings for common operations.

be5cbe91 09/13/2017 12:08 AM dsorber

Revamped the lowercase_util and added two SIMD (128 bit and 256 bit) versions to lowercase an entire buffer. The SIMD versions are smoking fast (>21X faster on enthoo)!!!

935015fc 09/09/2017 09:39 PM dsorber

Adding example "lowercase util" that tests multiple approaches to lowercasing an entire buffer.

64a1e5a9 08/21/2017 01:33 AM dsorber

Modified search so that the (first) matching term scrolls into view.

97b0fc46 08/20/2017 05:42 PM dsorber

Bale out if the user clicked cancel in the password dialog.

5a945a4a 08/20/2017 05:38 PM dsorber

Very first version of pwmgr. It needs lots of work but does the basics.

feddc602 08/13/2017 07:30 PM dsorber

Adding initial version of pwmgr which originates as the textview.py example from the PyGTK documentation.

950654d9 05/25/2017 10:05 PM dsorber

Remaking a few changes that seem to have been missed in the merge (?).

47c82dc5 05/25/2017 09:57 PM dsorber

Updated packJPG to latest merged version. Also updated PCA CMake to build packJPG as an external project.

aa50e84c 03/02/2017 01:27 AM David Sorber

Adding the all important "-march=native" compile flag to the packJPG CMakeLists.txt.

e4ceb06d 03/01/2017 02:31 AM David Sorber

Merge branch 'master' of baranovich.homelinux.org:/home/dsorber/trac/projects/headquarters/repo

3eeb1485 03/01/2017 02:30 AM David Sorber

Moved things around so that the main thread breaks off pieces of work and hands them to the threads. This version has less than half the runtime of the previous version for the Photos library test set!

3dfe7131 02/28/2017 09:37 PM David Sorber

Adding simple program that computes the cosine similarity of two ClusterNode structures.

2423ae90 02/27/2017 01:58 AM David Sorber

I finally found the mystery error that I've been trying to figure out for a while now. The issue was the dreaded too many file descriptors open. This was caused by not closing the pipe() file descriptors from the parent. I also noticed that handing each instance of packjpg the maximum number of files it can take leads to problems. I guess this is also a cause of "too many file descriptors open", so I have limited the number of files handed to each instance of packjpg to 40. The entire program now runs to completion using my Photos library as a (quite large) test data set!

(126-150/316) Per page: 25, 50, 100

Also available in: Atom