Difference between revisions of "User:ASydiK/September2010"

From CDOT Wiki
Jump to: navigation, search
 
(4 intermediate revisions by the same user not shown)
Line 17: Line 17:
  
 
'''15 Wednesday'''
 
'''15 Wednesday'''
 +
* Research into existing JS binary conversion libraries
 +
 +
'''16 Thursday'''
 +
* Tested webgl typed arrays and casting
 +
 +
'''17 Friday'''
 +
* Began implementing binary conversion libraries
 +
 +
'''20 Monday'''
 +
* Working through how to hack the problem of converting bytes to floats - thought the option of using webgl arrays and casting them
 +
 +
'''23 Thursday'''
 +
* Tried using webgl arrays to cast, didn't work
 +
* Tested other methods for casting, nothing still
 +
 +
'''27 Monday'''
 +
* Was able to get the binary interpretation working, thanks to Cathy
 +
* Figured out that the final number was still off... must figure out which calculations are throwing off the number
 +
 +
'''29 Wednesday'''
 +
* Enabled dual boot on macbook and installed Windows 7
 +
* Checked values through calculations and everything I'm receiving is the same value.

Latest revision as of 16:41, 1 October 2010

08 Wednesday

  • Started working on documenting functions for PJS

09 Thursday

  • Continued working on documentation

10 Friday

  • Wrote update blog
  • Updated Minefield
  • Finished up any outstanding work for PJS to start next fresh on XBPS next week

13 Monday

  • Familiarized myself with PSI Reader
  • Began working on PSI Reader (and a smaller PSI File)

15 Wednesday

  • Research into existing JS binary conversion libraries

16 Thursday

  • Tested webgl typed arrays and casting

17 Friday

  • Began implementing binary conversion libraries

20 Monday

  • Working through how to hack the problem of converting bytes to floats - thought the option of using webgl arrays and casting them

23 Thursday

  • Tried using webgl arrays to cast, didn't work
  • Tested other methods for casting, nothing still

27 Monday

  • Was able to get the binary interpretation working, thanks to Cathy
  • Figured out that the final number was still off... must figure out which calculations are throwing off the number

29 Wednesday

  • Enabled dual boot on macbook and installed Windows 7
  • Checked values through calculations and everything I'm receiving is the same value.