{EAV_BLOG_VER:590122996eee8dcc} Try Empire Avenue 8. October 2011 mhouston Misc (0) {EAV_BLOG_VER:590122996eee8dcc} http://www.empireavenue.com //EDIT THE FOLLOWING VARIABLES //enter your exact ticker var eav_t = "N6S"; //Size 1 is 100x100 and Size 2 is 190x167 var eav_s = 2; //Do not edit the following: var eav_is_ssl = ... [More]
Kinect for Windows SDK Beta 18. June 2011 mhouston .NET, Hardware, Misc, Technology (0) MS has released the Kinect for Windows SDK beta…nice! Go here http://research.microsoft.com/en-us/um/redmond/projects/kinectsdk/ Also, there’s some ‘get you started’ stuff out there : Setting Up Your Development Environment (http://channel9.msdn.com/Series/KinectSDKQuickstarts/Getting-Starte... [More]
Quickie : Named pipes and SQL User Instance 30. April 2011 mhouston SQL, .NET (0) In case anyone else ever needs this… System.IO.Directory.GetFiles(@\\.\pipe\) will return an array of named pipes. and… the named pipes for SQL user instances always contains @"\tsql\query" so,… You can get to something like @"Data Source=\\.\pipe\XXXXXXXX-XXXX-XX\tsql\query; Int... [More]