Archive for August, 2009

another test with box2d

Thursday, August 20th, 2009

Here are my other tests with box2d engine

  1. test 1
  2. main3.swf
  3. main4.swf
  4. main5.swf
  5. main7.swf
  6. main8.swf

Physics for flash with box2d

Tuesday, August 18th, 2009

I have been teaching myself box2d engine for as3 despite few resources and poor documentation i have come up with first test here is how it looks like .flash test with box2d

some linq like implementation for java

Tuesday, August 11th, 2009
  1.  Groovy closures
  2.  Quaere (http://quaere.codehaus.org/)I have been using this great for grouping and filtering
  3.  Lambdaj (http://code.google.com/p/lambdaj/)looks great with wonderful support for static typing
  4.  JRuby closures
  5.  JOSQL   http://josql.sourceforge.net/

webpage diff in google appspot

Wednesday, August 5th, 2009

I have recently worked with a diff tool (daisey) and installed a tool to compare two html files and get the difference.
i could not use built in xslt engine that comes with standred jre because it is not supported by google app engine. i had two choices xalan and saxon i prefered to go with saxon as because saxon is light weight than xalan.

regniraj.appspot.com is where my diff tool lies