Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
ff7733eb 12/26/2015 04:18 PM David Sorber

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.

62097f10 09/13/2015 01:43 PM David Sorber

Updating main apache config to only enable TLS v1.2.

76207b78 08/15/2015 02:40 PM dsorber

A few mostly minor changes. I created a Delegator object in the wsgi script that, by storring the DB connection, should increase performance. I also updated the wsgi script regexes and removed some unnecessary calls from the contorllers.

2e507162 07/06/2015 06:06 PM dsorber

Started working on tag list and a "tagged" controller. Need to work on pagination for the tagged controller.

b6cd587c 07/05/2015 10:31 PM dsorber

Updated layout to remove tables; the result is much cleaner.

25be1125 07/05/2015 03:06 PM David Sorber

Adding apache config and web interface install script.

1894380a 05/13/2015 07:14 PM David Sorber

Removing the files that I moved...

ffd3da0d 05/13/2015 07:09 PM David Sorber

Creating a proper Geany colorscheme file for my favorit Cobalt color scheme. See https://github.com/geany/geany-themes for more information.

621e7ed6 04/15/2015 09:50 PM dsorber

Finished up the tag adding UI and update backend. Woohoo, progress!

07aafc0f 04/15/2015 02:51 AM dsorber

A few more UI changes including a header and footer and a few other refinements.

14ff9d10 04/14/2015 01:35 AM dsorber

Just a couple of very minor UI tweaks.

e45397ea 04/12/2015 10:00 PM dsorber

Adding a javascript based UI for managing tags. This is just the client-side API for now, I'll have to add the server side next. I also need to work on the CSS to display things a more nicely. Finally some good progress.

4dfbe68a 04/08/2015 08:47 PM David Sorber

Further improvements to the script to allow you to download packages directly.

4e515eac 04/08/2015 01:07 PM David Sorber

Adding a package list baseline for Ubuntu 14.04.2 Server.

31c4557a 04/08/2015 01:06 PM David Sorber

Made a few more udates to the script and added additional virtual package mappings.

982d29ac 04/08/2015 01:48 AM david.sorber

Cleaned up the first version of the script and simplified it a bit as well.

a0c50279 04/08/2015 12:58 AM david.sorber

Adding get dependencies script.

04e8cb11 04/04/2015 03:54 PM dsorber

w00t! I finally got the update operation working! It turns out that the wsgi.input object is a little tricky to deal with until you learn how to do so correctly. I still need to add displaying and modifying tags... and a bunch of other stuff.

4525043d 03/28/2015 09:43 PM dsorber

Adding the stdint.h types to the geany color theme.

836bf7f9 01/19/2015 10:05 PM dsorber

Well I was trying to get bookmark display and update functionality working, but I really only got started. I need to work out how to make the update_bookmark handler work as I would like it to.

1e7bf09b 01/19/2015 03:29 AM dsorber

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

1b295402 01/19/2015 03:27 AM dsorber

I haven't really don't anything yet other than cleanup some of the messiness that I left behind. I fixed pagination and renamed a few things to make them more clear.

c787c20f 12/30/2014 08:26 PM dsorber

Adding this nice little script I wrote to open randomly selected images.

b43dfc88 12/23/2014 01:04 PM David Sorber

Adding a new geany "filetypes" for C++.

1371822e 12/07/2014 03:14 AM dsorber

Fixed an issue with the Bookmark class was not properly creating the category and description tag sets. Also fixed an issue with both the Bookmark and Tag classes where the passed in DB connection was not being type checked before being used. Finally I added basic pagination to the BookmarkPageController.

76bbab9d 11/26/2014 12:33 PM David Sorber

Well that is one of the things I don't like about Python. You can silently corrupt a namespace and have no idea about it until your code actually runs. This should fix the issue for now.

f147b728 11/25/2014 08:34 PM David Sorber

Made some small updates to the extent_test.py master script.

0a32526d 11/25/2014 06:22 PM David Sorber

Created a top level script for fully automating the full extent test process (well, aside from data analysis).

f355251c 11/14/2014 04:53 PM David Sorber

Created another script to dump the raw extent sizes so that you can then calculate things like the standard deviation.

be16b11b 11/14/2014 01:38 AM dsorber

Adding fiemap testing scripts which includes the very handy python fiemap bindings I found on the intarwebz.

a4718d3c 09/20/2014 08:55 PM dsorber

Created simple script to total up the output files for each instance of the key_classify.py script.

80fd5403 09/20/2014 02:22 AM dsorber

Created a script to test the key classify primitive operation using Wikipedia dump xml files as input.

087e2cfb 09/04/2014 01:36 AM dsorber

Once again I forgot that I need to add modified files...

116866cd 09/04/2014 01:26 AM dsorber

Adding the display.py script I wrote to display some useful information when logging into phalanx.

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.

7883c780 02/12/2014 10:22 PM dsorber

Updating Apache configs, also adding new config for baikal.

3f0dd4b2 02/12/2014 10:18 PM dsorber

The first step in moving to Apache 2.4 is renaming all of your site configs so that they end in ".conf".

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.

2e26af92 11/10/2013 05:39 PM dsorber

Adding the phalanx apache configs. Also adding two miscellaneous python scripts I wrote.

8f1ed9ce 09/25/2013 01:26 AM dsorber

Greatly improved my simple grabber.py script from last night so that it also handles ImageBam links and uses multiple processes for increased speed.

cc6ad6e0 09/24/2013 02:36 AM dsorber

I had a lot of fun tonight creating this little script to circumvent some stupid image "protection". I look forward to adding to it and improving it tomorrow night.

8dea60e7 07/07/2013 08:12 PM dsorber

I wrote a multi process version of the image indexer. It is MUCH faster but I keep running into problematic jpegs that cause pHash and CImg to crash. Unfortunately it doesn't seem like there is a graceful way to handle the crash. I will play with this more as I have time.

e28ae23a 07/06/2013 09:07 PM dsorber

I finally got around to playing with pHash today. I also found py-phash which are the Python binds for pHash. Here are a couple of scripts I created to build an image index and then search it to find duplicates. This is good starting point for now, I'll play with these more as I have time.

f1fdcb4c 05/06/2013 01:05 AM dsorber

Finished final project documentation. WHEW!

77f1c73c 05/05/2013 11:54 PM David Sorber

Continuing to work on final project documentation. Also fixed another minor bug in rpi_client.py.

190804d5 05/05/2013 08:17 PM dsorber

Started working on final project documentation.

a7721fb9 05/05/2013 06:36 PM David Sorber

Fixing a bug that I just noticed while doing a dry run. The client sorts the temps before creating the SensorReading object so the correct temps don't correspond to the correct sensors on the server. The fix was simply to create the SensorReading object sooner before the temps are sorted.

cfebef28 05/05/2013 05:59 PM dsorber

Changing IP.

7bde117f 05/04/2013 03:14 PM dsorber

Adding dynamically updating charts using the Flot javascript plotting library.

6e306fcd 05/01/2013 12:23 AM dsorber

Okay, fixing that bug for reals now.

f945a1fe 05/01/2013 12:22 AM dsorber

Fixing a global variable bug in RPi client.

abe2d7e5 04/29/2013 08:45 PM David Sorber

Adding some charset info to make sure mod_wsgi doesn't puke on UTF-8 encoded strings. Also added a "-d" (debug enable) switch to the RPi client so that it only prints out debug information if you want it to. Finally, I added a try except block around the database insert code in the server daemon so that the whole daemone doesn't crash when there is an error.

6ec4a106 04/29/2013 04:20 AM dsorber

Made a few minor changes to the RPi client.

345c7d6a 04/29/2013 01:24 AM dsorber

Adding javascript (using Google Charts) graph of the last 60 data points to the per day display page.

5a52f49b 04/28/2013 08:25 PM dsorber

It would help if I spelled the acronym right...

45c4b73a 04/28/2013 08:12 PM dsorber

Adding web remote display code. All the basic functionality is complete but I'd like to play around with adding some graphs for S&G.

856d156b 04/23/2013 01:18 AM dsorber

Made good progress tonight with the client and server apps. Added the socket connection and SensorReading object to hold the sensor readings (surprise).

317c2b10 04/23/2013 12:32 AM dsorber

Adding work to rpi_client from this weekend.

e376a628 04/19/2013 12:59 AM dsorber

I'm finally starting to put all the pieces together and build the RPI client. So far so good, although I still need to work a few details. I also reorganized my "test scripts" into a proper library so that I can call the relevant code from my client program.

018481aa 04/18/2013 10:00 PM dsorber

Adding my improvements to the TMP512 controller code that I've developed over the past couple days.

74eab0f1 04/11/2013 02:08 AM dsorber

Did a bit more work. The remote temperature readings are way off, I need to figure out why.

e45aa19e 04/10/2013 10:19 PM dsorber

Adding code I wrote a while ago. I'm starting to create objects for each of the major functions/components of the board.

c5ac7e4c 03/30/2013 08:04 PM dsorber

Added a couple more scripts including one to talk to the 7 segment display.

22b6f476 03/28/2013 09:41 PM dsorber

Started working on some simple test programs for the board.

ade8d74a 03/23/2013 04:42 PM dsorber

Adding the first version of my LED blink test script which should be able to be reused verbatim as a test program for the actual board. Also adding correct mechanic drawing for SMT switch.

04e25279 03/21/2013 09:02 PM dsorber

Somehow I designed the PCB using a different pushbutton switch than I included in the BOM. Fixing the BOM and adding the correct datasheet/drawing.

0783049a 03/16/2013 02:18 PM dsorber

Fixing a few minor issues Andy noticed with my layout after I'd sent it out to fabrication (of course). These changes will be revision B of the board.

0f4a14b5 03/14/2013 11:43 PM dsorber

Did a final review and then created gerber files for fabrication.

53bd6ff8 03/14/2013 02:14 AM dsorber

Good thing I did a final design check... it turns out that I had my pads misnumbered for both ICs. It took me a couple of hours to fix it but I think it's okay now.

40122ec2 03/13/2013 12:50 AM dsorber

Finalized BOM.

1e26331d 03/12/2013 10:15 PM David Sorber

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

dbe3eff8 03/12/2013 10:15 PM David Sorber

Updated the BOM while in "class" last night.

72edc545 03/12/2013 01:54 PM dsorber

Made the reference designators a bit smaller and made some square pads to designate pin 1's.

8a86f755 03/12/2013 11:33 AM dsorber

Made a few more minor tweaks to the layout. I also moved the LED labels to the silkscreen layer (whoops).

bf56c619 03/11/2013 08:33 PM dsorber

Made a few tweaks to the layout including adding a board name and revision to the silk screen.

8b7ff847 03/11/2013 12:37 PM dsorber

Made a couple of modifications based on Andy's feedback.

dc972317 03/10/2013 08:04 PM dsorber

Finished routing the board! Tomorrow Andy will tell me I did it all wrong...