Archive
Robot car climbing stairs
Snake robot videos at MetaCafe
* http://www.metacafe.com/watch/89037/swim_snake_robot/
has an interesting zoom at how the inter-parts joint works
* http://www.metacafe.com/watch/309722/robot_snake_real_i_am_afraid_omni_tread/
does pole climbing, by crounching arround the pole tight and rotating its body parts to go up/down!
when setup isn’t just xcopy : Inside the MSI file format.
Did you know .MSI (Windows Installer) files can be queried using SQL commands that the Windows Installer supports?
when setup isn’t just xcopy : Inside the MSI file format.
see such SQL query in action (script [for WSH - Windows Script Host] that lists files in .MSI file):
http://www.serverwatch.com/tutorials/article.php/1548261
maybe an overkill though
btw, there seem to be some trojans arround perusing the windows installer and injecting their code in various installation files stored on one’s machine
for more on Windows Installer, see:
and
Also, interesting are projects WiX and MSI2XML / XML2MSI at SourceForge
http://sourceforge.net/projects/wix/
http://sourceforge.net/projects/msi2xml
various links on Microsoft Robotics Studio
http://msdn.microsoft.com/robotics/
https://connect.microsoft.com/roboticsstudio
https://connect.microsoft.com/roboticsstudio/content/content.aspx?ContentID=2423
http://blogs.msdn.com/microsoft_robotics_studio/
http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.msroboticsstudio&cat=en_US_8C6248FF-7269-A8D9-32F8-30501C8289A0&lang=en&cr=US
http://www.robosoft.fr/eng/categorie.php?id=1011&PHPSESSID=6bbb5e5f030c4d3d95faffff877ed3bb
http://news.com.com/2100-11394_3-6085629.html?part=rss&tag=6085629&subj=news
http://news.com.com/2300-11394_3-6085779-1.html
http://pittsburgh.bizjournals.com/pittsburgh/stories/2006/06/19/daily12.html
http://www.robobusiness2006.com/rb2006_pr11_5_26_2006.htm
http://www.technologyreview.com/read_article.aspx?id=17016&ch=biztech#
3impact v4.4 for Delphi
Grab it (both the RAW API port and my OOP wrapper) from the 3impact forum topic "Making updated headers for Delphi"
Welcome to J# area
JavaOSC ported to J#
just ported today JavaOSC to J# and sent the update to the authors of JavaOSC to consider including at their distro
did a J# project that links to the original source files (when using Add Existing Item, you click the dropdown arrow next to the Open button and select Open Link from there). Changes needed to the original sources were minor, renamed enum to _enum in the source code, cause seems J# compiler has a bug where even if you disable the .net or all (.NET and J++) extensions (from Project Properties, see the Advanced button), it still treats "enum" as a special keyword (it shouldn’t since it’s not a reserved keyword for other Java compilers)