Category Archives: Projects

Tom.DeVito 4.5.2011

Arduino Audio Controller:

  • Realized that some of my methods would cause strange behavior on collisions as currently designed.
  • Combined volume up and volume down function so that you only need to send a positive or negative value for the second byte.
  • Realized that sending two bytes is bad and it may be better to change the way its sent so that it reflects address/data in one byte.
  • Amplifier is not working at the moment.  Might have missed something when changing it over to work with the Arduino.

MISC:

  • Deployed new version of PPM to fgmdev.com
  • Deployed website and webapps for visibilty.fgm.com
  • Packaged webapp zip files with windows installer
  • Got server running.  Need to use sudo su to activate and deactivate tomcat.  It would probably have been better to install tomcat with aptitude but I wanted this server to reflect fgmdev.

Dong Shin 04.05.2011

  • PPM
    • found that Portfolio Manage (NSA) is misspelled, Porfolio Manager. DB update is necessary
    • UPDATE `project_portfolio`.`users` SET `type` = 'Portfolio Manager (NSA)' WHERE type = 'Porfolio Manager (NSA)'
    • continue working on Roles Management
      • User.isNSAmanager(), User.isAdmin(), User.isSiteUser() added
      • Admin > NSA Manager > Site User
      • Top menu modified accordingly
        • Admins have all privileges
        • NSA Managers have no User Management, DB Management, Appropriation Mgmt
        • Site Users have no user assignment, create projects, copy projects in addition to the NSA Managers’ incapabilites
      • Project selection modified to fit the Roles Mgmt (Financial Data, Funding Request, etc)

Phil 4.5.11

7:30 – 5:00

  • Writing up laser pointer whitepaper – some progress
  • Working on Test Wizard – done
  • 2:00 meeting with Bill D. and others? Nope.
  • Finished Two-way Anova

7:30 – 2:00 VISIBILITY

  • Went over roles with Dong. Here’s the basic idea (I’m adding this to the bug list as well
    • Admin – Everything from NSA and Site, plus
      • Add User
      • Delete User
      • Modify User
      • Modify database elements
    • NSA- Everything from Site, plus
      • Ability to view all projects and financial data
      • Project Creation
      • Project Deletion
      • Assignment of users to projects
      • Request reports
    • Site
      • View only projects that the user is assigned to
      • Modify project data
      • Modify financial data
      • Cannot change project assignments (may possibly be able to change site assignments)
  • Meeting with Bill D. The request for admin has been changed to  a change request. Did the regular backups.
  • Got started on the Test Wizard

Dong Shin 04.01.2011

  • fixed IngestManager crashing on empty list of files
  • Ingest fails on some SQL error, but reporting Success – need to look into this
  • created project data and ingested using VisibilityScriptingServer (projects.py) and IngestManager
  • created project budget information (project_budgets.py)
  • created project goals information (project_goals.py)
  • FMGDEV crashing (twice today!)….
    • Nexus crashed on low memory and would not start
    • stop lampp first to release the memory(?), start Nexus and restart lampp…..

Phil 4.1.11

7:30 – 4:30 VISIBILITY

  • fgmdev is running really low on RAM. Looking into how to upgrade that.
  • Check up on my various accounts
  • Got most of the complex contrast parts in. Finish up on Monday
  • My request for an admin account has been approved. That doesn’t mean I have the account yet, just the approval to get the account.
  • My charting is not working when I’m reading in three values. Need to debug;
  • Write up whitepaper on insurgent laser pointer

Phil 3.31.11

7:30 – 5:00 VISIBILITY

  • They are calling for snow tomorrow. That is the same tomorrow that is the first day of April tomorrow. The one that is 12 days into spring. That tomorrow. Here’s hoping it’s an April fools prank and that it will actually be 72 and sunny!
  • Adding an actionscript computed F test class. Done and working. Going to extend that to handle contrasts
  • Tomorrow:
    • Add contrast columns
    • Extend Ftest class to ComplexContrast class
    • Add adjustments for number of contrasts and pre-post hoc.

Phil 3.30.11

7:30 – 6:30 VISIBILITY

  • Installing updates – windows, java, adobe. Let’s see if we can break *everything*!
    • I broke most things. A fix that is mentioned a lot in the forums and helped me was to UNINSTALL all my old Java SDKs/JDKs/JREs and then install the newest one fresh. After that, all was well
  • The computer is running faster now, though…
  • Doctor’s appt at 9:15
  • Going to try to write a straight F test function using R.
  • Checking up on the state of my account on the new server
    • Turns out that you need an ADMIN account to request a root account for a server. Put in a ticket. I wonder what’s going to be next?
  • Spent some time looking at the programming OOP in R. Looks doable, but different enough from C++/Java/Actionscript that I’m going to get a book. In the meantime, I’m going to calculate the F statistic in Actionscript and hand that off to the qf(.05,dfnum,dferror,lower.tail=F) function in R to see what I can do with it that way. In a way, it’s kind of nice, in that the processing load is kept on the client.

Phil 3.29.11

7:30 – 6:30 VISIBILITY

  • I think the new Firefox is slowing down my computer…
  • Added a lot of post hoc tests into the ANOVA widget. In the process, I discovered something really cool here: http://psych.wisc.edu/moore/Rpdf/610-R3_post-hoc_one-way_betw.pdf. It turns out that you can get the straight critical F values directly out of R using this:
    • qf(.05,dfnum,dfdenom,lower.tail=F)
  • Yes, I know that doesn’t seem all that awesome, but it does mean that I can put some functions together to calculate these things from the basic math, and get some of the flexibility that I’ve been looking for. Whee!
  • Applied for an account on our newly active server.
  • Copied all the webapps folders and sql databases to move over to the new server.

Phil 3.28.11

7:30 – 6:30 VISIBILITY

  • It’s freaking cold outside.
  • Filled out server paperwork
  • Found some R code that will run Dunnett. It runs on fgmdev too!
  • Loaded up a new version to fgmdev. Minor fixes. Dunnett tomorrow?
  • Discussion with Mike about versions of BlazeDS
  • Asked Dong to put script output directly into VISIBILITY rather than having a table viewer.

Dong Shin 03.25.2011

  • WebIDE
    • worked with Phil to sort out read input stream issues
    • “bash -i” should not be used as it just echoes the prompts to std out
    • “csh -i” seems working well
    • non Windows OS grabs the prompt matching regex, “\[.*\].*%\s” (Java formatted, may have to tweak it to work with other OS)
    • checked into the SVN

Phil 3.25.11

7:30 – 11:30 VISIBILITY

  • Swung by the customer site
    • Talked to John W. All development funding is done. There is a little maintenance money. THere are developer dollars to do something with Sharepoint. I reiterated that integrating VISIBILITY with Sharepoint is pretty straightforward, and far easier than re-implementing in Silverlight or HTML5.
    • Wrote up a list of the software and versions that we will need on the new PPM server and sent to Brian
    • Read in on my privac.
  • Leaving early today for air conditioning spring maintenance.
  • Worked on diagnosing the Runtime.exec() problem with Dong
  • Brought Brian up to speed on how things have been going.