8:00 – 5:00 SR
- Backups
- Testing Dong’s theory that spaces are killing the VSS query. Well, it was either that or the wrong quoting of the table name in the python script.
- Broken Queries
- Projects_underbudget
- alert_1_30_days_overdue
- alert_2_planned_values
- alert_3_FMPs
- alert_4_not_obligated_within_30_days
- alert_5_not_accepted_within_30_days
- alert_6_no_outlays_within_60_days
- alert_7_UsersNotLoggedIn30days returns, but MIPR, portfolio_administrator, portfolio_manager, program, service_finance_pocs and service_project_managers all come up null
- JavaScript
- Installed WebStorm 8.0, as our support license expires on Monday.
- It turns out that you can get a glsl plugin. Very nice. http://plugins.jetbrains.com/plugin/6993?pr=
- Hmm. I’m starting to think that I could pass up the points in a Mass-Spring-Damper to the GPU and just update the clock if there is either (a) a way to save information between frames or (b) a way to write back into the array buffers. All the needed math functions are there. The problem is that GLSL appears to only do calculation on a per-vertex basis. Oh, wait, there’s this: http://webcl.nokiaresearch.com/
