7:30 – 3:00 VISIBILITY
- It looks like the customer uses Flash 10. Not sure about the exact version.
- Interview with Phillip Tomlin.
- Sank into a Friday stupor and was unable to get anything substantial working.
7:30 – 3:00 VISIBILITY
ALTER TABLE `funding_requests` ADD `mailing_address_email` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL AFTER `mailing_address` ,
ADD `mailing_address_phone` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL AFTER `mailing_address_email` ALTER TABLE `contracts` ADD `ACRN` VARCHAR( 255 ) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL AFTER `contract_number` 7:30 – 5:30 VISIBILITY
7:30 – 6:30 VISIBILITY
Repairing the hand:
Computer Controlled Amplifier:
Calculating R2 for voltage divider:

Repairing the hand:
I2C volume control:
Working on the back-end database and java interface. After going through a lot of documentation and partial examples, I figured out a way to dynamically map java HashMaps of key value pairs to a hibernate managed database. I did it by using the dynamic mapping capability of Hibernate. Hibernate simply requires an xml document to map keys to database columns. I plan on creating a meta class structure that will either store object meta information or read it straight from the database tables and create the required xml documents as required. If a new property is added to a dynamic object, the meta class will generate a new xml document for Hibernate and hibernate takes care of the SQL ALTER calls.
Reasons why this is good:
7:30 – 5:30 VISIBILITY
7:30 – 5:00 VISIBILITY
12:00 – 6:00VISIBILITY
You must be logged in to post a comment.