Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
ecd94a73 09/01/2014 06:36 PM dsorber

Made very good progress on the simulator although it still needs a bit of cleanup.

d9380ab9 08/29/2014 02:08 AM dsorber

Adding a new project the term frequency simulator which will be used to simulate our term freqeuncy approach and measure various statistics.

dc9a1b9e 08/29/2014 12:44 AM dsorber

Adding a picture renaming script. It's somewhat crude right now I should make it somewhat better at some point.

bf2beea6 07/31/2014 09:57 PM dsorber

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...

f9b5ab4b 07/31/2014 09:52 PM dsorber

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.

98f4e4a6 07/27/2014 02:45 AM dsorber

Continued working on the web GUI, taking baby steps.

5bc97b89 07/27/2014 01:31 AM dsorber

Re-adding setup.py which I didn't actually mean to remove.

7b67b39a 07/27/2014 01:28 AM dsorber

I'm still learning how to use git...

591d7cb1 07/27/2014 01:19 AM dsorber

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

438a8ccd 07/27/2014 01:18 AM dsorber

Reorganizing things into a more logical format for packaging. I also started working on the web interface.

148c855e 07/26/2014 09:53 PM dsorber

Adding ImageFap gallery downloader I just wrote ;)

4c6410dc 07/22/2014 09:37 PM dsorber

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.

7de08f2f 07/19/2014 06:53 PM dsorber

Wrote a converter util and started working on the importer util.

137b22ce 07/19/2014 03:45 PM dsorber

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.

fd2c83de 07/17/2014 11:31 PM dsorber

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.

7218b9c1 07/17/2014 02:04 AM dsorber

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).

7056140d 07/13/2014 02:50 PM dsorber

Started working on the Tag class.

655be0cd 07/13/2014 03:10 AM dsorber

Added selection and debugged updating of bookmark records. Also added suggest_title and is_reachable methods.

aa15db9e 07/12/2014 10:36 PM dsorber

First commit for the bookmark library project! Hopefully many more to come. Starting the bookmark class.

9e7b5d4c 12/27/2013 03:24 AM David Sorber

Adding work that I started on the PMML translator prototype.

7dd0bc9b 12/27/2013 03:20 AM David Sorber

Adding file share code that I started working on. It depends on the lxml package.

3329d7cb 11/10/2013 08:22 PM dsorber

Removing a hidden file that I accidentally committed.

a9710ed1 11/10/2013 08:21 PM dsorber

Doing what I intended to do correctly this time, moving all my software sources into the software folder.

b6f0d860 11/10/2013 08:19 PM dsorber

Whoops I need to use the move command so that git keeps track of where things have gone.

ba1e6b20 11/10/2013 05:49 PM dsorber

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.