Created a script to test the key classify primitive operation using Wikipedia dump xml files as input.
Once again I forgot that I need to add modified files...
Adding the display.py script I wrote to display some useful information when logging into phalanx.
Made very good progress on the simulator although it still needs a bit of cleanup.
Adding a new project the term frequency simulator which will be used to simulate our term freqeuncy approach and measure various statistics.
Adding a picture renaming script. It's somewhat crude right now I should make it somewhat better at some point.
Whoops, I forgot that I have to manually add files that I modified to commits with git. Guess I'm a bit of a git...
Continuing to work on the web GUI a little at a time. A made an important modification to the way the controllers work so that you don't have to pass the template name into the controller instantiation in the .wsgi script and instead the template name is a parameter with a default value.
Continued working on the web GUI, taking baby steps.
Re-adding setup.py which I didn't actually mean to remove.
I'm still learning how to use git...
Merge branch 'master' of 10.0.0.6:/home/dsorber/trac/projects/headquarters/repo
Reorganizing things into a more logical format for packaging. I also started working on the web interface.
Adding ImageFap gallery downloader I just wrote ;)
Finished up the bookmarks importer and made the whole thing a package that I'm calling bmklib. I'm also preparing to start working on the web interface by copying the existing .wsgi file I created to use as a template.
Wrote a converter util and started working on the importer util.
Added a few things including a "date_added" column. Also adding a blank database so I don't have to recreate it. I'm proabably going to work on an import script next, then the web GUI. I really should write some unit tests at some point.
Adding modifications to the Bookmark and Tag classes to support the category and description tag lists. I also learned about the very awesome "lastrowid" feature.
Added a tiny bit of code tonight. Need to keep track of dirty value of tags lists using hash (convert from set to frozenset before hashing).
Started working on the Tag class.
Added selection and debugged updating of bookmark records. Also added suggest_title and is_reachable methods.
First commit for the bookmark library project! Hopefully many more to come. Starting the bookmark class.
Adding work that I started on the PMML translator prototype.
Adding file share code that I started working on. It depends on the lxml package.
Removing a hidden file that I accidentally committed.
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.