in

Drowning In Technical Debt

C# | ASP.NET | SharePoint | SQL | Architecture | SOA |

Browse by Tags

  • Using the CCR for Line of Business Applications

    For fun I have been playing around with Microsoft Robotics studio ( http://microsoft.com/robotics ) for a long time now and I have listened to Microsoft’s George Chrysanthakopoulos tell us how cool the CCR was in just about every webcast. Well I have decided to see if I can use the CCR in a regular business...
    Posted to Shawn Weisfeld [MVP] (Weblog) by sweisfeld on 01-08-2008
  • Central Florida Tech Fair

    Here you can download my presentations from the CFL Tech Fair. http://onetug.net/Documents/CFL_Presentations.zip
    Posted to Shawn Weisfeld [MVP] (Weblog) by sweisfeld on 10-07-2007
  • BarCamp Orlando

    Here is the powerpoint ( http://www.onetug.org/DNN/Portals/0/member_files/2007_09_23_BarCamp.ppt ) for the presentation that I plan on doing Sunday at BarCamp Orlando. See you there! In the presenation I will provide an overview of MS Robotics Studio, and then provide 4 demo’s. Demo #1: iRobot Drive...
    Posted to Shawn Weisfeld [MVP] (Weblog) by sweisfeld on 09-22-2007
  • Image Processing v2.1

    BTW to convert from the byte[] back to an image is simple enough private Bitmap ConvertBitmap(byte[] frame, int width, int height) { Bitmap bmp = new Bitmap( width, height, PixelFormat.Format24bppRgb); BitmapData data = bmp.LockBits( new Rectangle(0, 0, bmp.Width, bmp.Height), ImageLockMode.WriteOnly...
    Posted to Shawn Weisfeld [MVP] (Weblog) by sweisfeld on 09-17-2007
  • Image Processing v2

    I was tearing into v1.5 of Microsoft Robotics Studio ( http://www.microsoft.com/robotics ) and came across a novel way to process the pixels in an image. In previous posts I was using unmanaged C# code and pointers to move around the image. This worked well but is hard to manage. They take the approach...
    Posted to Shawn Weisfeld [MVP] (Weblog) by sweisfeld on 09-17-2007
  • Jax CodeCamp Presentations

    Here are my two presentations from the Jax CodeCamp. OOP http://www.onetug.org/sf/Files/MemberFiles/JaxCcWeisfeldShawnOOP.ppt Robot Vision http://www.onetug.org/sf/Files/MemberFiles/JaxCcWeisfeldShawnRobotVision.ppt
    Posted to Shawn Weisfeld [MVP] (Weblog) by sweisfeld on 08-26-2007
  • Tampa Code Camp Robot Vision Presentation

    Here is the powerpoint for my presentation tomorrow. http://www.onetug.org/DNN/Portals/0/member_files/2007_07_14_robot.ppt
    Posted to Shawn Weisfeld [MVP] (Weblog) by sweisfeld on 07-13-2007
  • April 19, ONETUG meeting

    Sorry it took so long but here is the PowerPoint from my presentation. Includes Introduction, Robot, and C# Future slides. http://www.onetug.org/DNN/Portals/0/member_files/2007_04_19_Meeting.zip
    Posted to Shawn Weisfeld [MVP] (Weblog) by sweisfeld on 04-29-2007
  • South Florida Code Camp

    If you made it to my presentation at the South Florida Code Camp, or if you are just interested in .NET Robotics, I have attached my presentation. In this version of the code I have enhanced the Traxter software sample provided by RoboticsConnection.com to allow the robot to draw on the screen where...
    Posted to Shawn Weisfeld [MVP] (Weblog) by sweisfeld on 02-09-2007
Page 1 of 1 (9 items)
Community Credit
Powered by Community Server (Commercial Edition), by Telligent Systems