Archive for March, 2010
clone a postgresql database for testing cleanly
March 28th, 2010 by Jeanne BoyarskyI’m looking at writing integration tests for the back end of JavaRanch‘s JForum install. A few “pesky” requirements/constraints Multiple developers all over the word have their own local test databases filled with data in different states. The tests must work for everyone. Ideally they won’t leave data floating around either. The tests must use PostgreSQL. [...]
Posted: 28 March, 2010 in JavaRanch, JDBC.
Tags: Database, JDBC, jforum, postgresql
Comments: 4
Solution to Flex Image Rotation and Flipping around Center
March 17th, 2010 by Scott SelikoffToday, I was trying to rotate and flip an image around its center point in Flex and the solutions I came across on the web didn’t seem to do the trick. For images that have been previously dragged/dropped, resized, rotated, or translated, the existing solutions are simply not sufficient. With that in mind, I’ve written [...]
Posted: 17 March, 2010 in Flash/Flex.
Comments: 7
algorithms – survival of the fittest
March 11th, 2010 by Jeanne BoyarskyI’ve been volunteering with a FIRST robotics high school team as a programming mentor. Due to a “series of unfortunate events”, we didn’t get to test our logic to drive straight in autonomous mode until the night the robot went into the crate. We wound up using an interesting approach. First we brainstormed options and [...]
Posted: 11 March, 2010 in Development Process.
Tags: constraints, robotics
Comments: 1
