Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
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!

View revisions

Also available in: Atom