Adrian Boeing: Blog
Also check out
Adrian Boeing's webpage
.
Saturday, May 30, 2009
Link post
›
Some assorted interesting sounding tech: Thrust is a STL-like tech for CUDA programming. Could be interesting, certainly looks like it is e...
1 comment:
LLVM for Beginners (Windows)
›
Low Level Virtual Machine (LLVM) is, officially, "Compiler Infrastructure". In my own words, it's a platform independent opti...
2 comments:
Crosshatching in VBA for Microsoft Office 2007
›
The new versions of Microsoft Office don't natively support cross hatching anymore, not in Word or Powerpoint anyway. So if you want to ...
3 comments:
Wednesday, May 27, 2009
Fast division
›
This is a trick I wish I'd known back in 2000: Replace: int exactDiv3(int x) { // given that x is a multiple of 3 return x/3; } With:...
Wednesday, May 20, 2009
Waterboard
›
Designer Mike Burton has developed a wall of water, called ‘the Waterboard’. Is is in interactive whiteboard that allows users to manipulate...
Wolfram Alpha
›
Wolfram Alpha claims to be a computation engine, so it can tell us things about maths, apparently. I heard it could 'compute' things...
3 comments:
Saturday, May 16, 2009
Zero Moment Point
›
The Zero tipping Moment Point (ZMP) is useful in determining if a bipedal robot is in a stable configuration or not. It has been used extens...
‹
›
Home
View web version