Category: Projects
-
Open Sourcing “Cognition”
by
in ProjectsOne of the perks of working in R&D at Medidata is “Innovation Time”. Twice a year, engineers get to spend two weeks building whatever they want. Ideally some of the things we build will go back into direct product development but if not, we are encouraged to open source the work. Fresh from attending Microsoft’s…
-
Fun with jQuery flot charting
I’ve got the Microsoft Money style cashflow chart going with the flot library and some massaging of ASP.NET MVC 3 to output JSON. The chart correctly predicts future cashflow based on your set bills and future transactions. Next up is multiple accounts and currencies at once.
-
Working on an online MS Money replacement
I am finally fed up of having to install Microsoft Money and set up syncing of the data file, so I’ve decided to try and build a web based version. Mint.com does not support non-US markets and apparently does not even support adding your own transactions that have not been downloaded from a bank. “Private…
-
Avatar Kart – now with avatars!
by
My Avatar Kart game now has: A skybox An original track a floor for the world Debug and chase cameras A starting countdown I also finally got Avatars in the code (Xbox 360 only so no videos yet). Microsoft has not decided to release the bones for the avatars, so I cannot do custom animations…
-
Avatar Kart work in progress
During my down time I’ve been cracking on with XNA and am developing “Avatar Kart” – essentially Super Mario Kart on the SNES with Xbox avatars (we have to wait until XNA Game Studio 3.1 this summer for avatar support). In a couple of days I’ve managed to finish: CPU Car AI Physics and wall…