<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:copyright="http://blogs.law.harvard.edu/tech/rss" xmlns:image="http://purl.org/rss/1.0/modules/image/">
    <channel>
        <title>Tom Hines</title>
        <link>http://geekswithblogs.net/THines01/Default.aspx</link>
        <description>Geeeeeeeeeeeeeeeeeeeek!</description>
        <language>en-US</language>
        <copyright>Tom Hines</copyright>
        <managingEditor>THines01@Yahoo.com</managingEditor>
        <generator>Subtext Version 0.0.0.0</generator>
        <image>
            <title>Tom Hines</title>
            <url>http://geekswithblogs.net/images/RSS2Image.gif</url>
            <link>http://geekswithblogs.net/THines01/Default.aspx</link>
            <width>77</width>
            <height>60</height>
        </image>
        <item>
            <title>GZipLib (playing with GZipStream)</title>
            <category>Code</category>
            <link>http://geekswithblogs.net/THines01/archive/2009/10/16/135504.aspx</link>
            <description>&lt;p&gt;I recently needed to un-gzip (gUnzip?) a large amount of files programatically and eventually ended up with the class/library posted below.&lt;/p&gt;
&lt;p&gt;With the GZipStream (.NET / dot net), I had seen a lot of examples compressing and decompressing strings in memory, but I needed the straight-forward, simple method of just compressing and inflating/decompressing a file (in the simplest manner).&lt;/p&gt;
&lt;p&gt;I made the buffer size modifiable to allow you to customize the amount of RAM needed for the process.&lt;/p&gt;
&lt;p&gt;In all of this, I discovered the proper way to name a .gz file is the name of the contents (1 file) plus the extension .gz.&lt;/p&gt;
&lt;p&gt;Example: manish.txt becomes manish.txt.gz.&lt;/p&gt;
&lt;p&gt;This helps tools like WinZip decipher the contents as that .gz name is used when inflating/decompressing.&lt;/p&gt;
&lt;p&gt;With this class, you can compress and decompress with or without the output filenames.&lt;/p&gt;
&lt;p&gt;I originally posted the C# (csharp) code here, but it was a bit sloppy, so I zipped the project (with WinZip (ha ha)).&lt;/p&gt;
&lt;p&gt;&lt;a target="_blank" href="http://beltontroop111.org/Resources/GZipLib.zip"&gt;Download the project here&lt;/a&gt;.&lt;/p&gt;
&lt;pre&gt;&lt;font color="#0000ff"&gt;using&lt;/font&gt; System.IO.Compression;

&lt;font color="#0000ff"&gt;&lt;font color="#0000ff"&gt;&lt;img border="0" alt="GZipLib Class Diagram Snippet" width="664" height="409" src="/images/geekswithblogs_net/THines01/GZipLib.cd.jpg" /&gt;&lt;/font&gt;&lt;/font&gt;&lt;/pre&gt;
&lt;font color="#0000ff"&gt;
&lt;pre&gt;&lt;br /&gt;Here is a tester for the library:&lt;/pre&gt;
&lt;pre&gt;&lt;img width="681" height="494" alt="" src="/images/geekswithblogs_net/THines01/GZipLib.Test.jpg" /&gt;&lt;/pre&gt;
&lt;/font&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=135504"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=135504" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/THines01/aggbug/135504.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tom Hines</dc:creator>
            <guid>http://geekswithblogs.net/THines01/archive/2009/10/16/135504.aspx</guid>
            <pubDate>Fri, 16 Oct 2009 18:19:28 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/THines01/comments/135504.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/THines01/archive/2009/10/16/135504.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/THines01/comments/commentRss/135504.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/THines01/services/trackbacks/135504.aspx</trackback:ping>
        </item>
        <item>
            <title>My Desktop</title>
            <link>http://geekswithblogs.net/THines01/archive/2009/09/25/135086.aspx</link>
            <description>&lt;p align="center"&gt;&lt;img alt="My Desktop" width="640" height="400" src="/images/geekswithblogs_net/THines01/Desktop.jpg" /&gt;&lt;/p&gt;
&lt;p align="center"&gt; &lt;/p&gt;
&lt;p align="left"&gt;Three icons.&lt;/p&gt;
&lt;p align="left"&gt;Four Desktop pictures:&lt;/p&gt;
&lt;ol&gt;
    &lt;li&gt;
    &lt;div align="left"&gt;A Geocaching banner&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div align="left"&gt;A Commodore 128 Boot Screen&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div align="left"&gt;A Commodore Vic 20 Boot Screen&lt;/div&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;div align="left"&gt;The cover of my Turbo Pascal book&lt;/div&gt;
    &lt;/li&gt;
&lt;/ol&gt;
&lt;p align="left"&gt;#showmeyourdesktop&lt;/p&gt;
&lt;p align="left"&gt;@shanselman&lt;/p&gt;
&lt;p align="center"&gt; &lt;/p&gt;
&lt;p align="center"&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=135086"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=135086" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/THines01/aggbug/135086.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tom Hines</dc:creator>
            <guid>http://geekswithblogs.net/THines01/archive/2009/09/25/135086.aspx</guid>
            <pubDate>Fri, 25 Sep 2009 05:41:00 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/THines01/comments/135086.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/THines01/archive/2009/09/25/135086.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/THines01/comments/commentRss/135086.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/THines01/services/trackbacks/135086.aspx</trackback:ping>
        </item>
        <item>
            <title>Issued Patent (7,535,994)!</title>
            <category>Code</category>
            <link>http://geekswithblogs.net/THines01/archive/2009/05/19/132274.aspx</link>
            <description>&lt;p&gt;&lt;a onmousedown="UntrustedLink.bootstrap($(this), &amp;quot;67dccf25c5d4082470c13f54aa75a8be&amp;quot;, event)" target="_blank" rel="nofollow" href="http://tinyurl.com/T3-Patent-1"&gt;&lt;span&gt;http://tinyurl.com/T3-Pate&lt;/span&gt;&lt;wbr&gt;&lt;/wbr&gt;&lt;span class="word_break"&gt;&lt;/span&gt;nt-1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;or&lt;font size="2"&gt;&lt;/font&gt;&lt;a href="http://shrinkster.com/16qc"&gt;&lt;u&gt;&lt;font color="#0000ff" size="2"&gt;http://shrinkster.com/16qc&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Patent number: &lt;strong&gt;&lt;a name="h1" href="http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&amp;amp;Sect2=HITOFF&amp;amp;d=PALL&amp;amp;p=1&amp;amp;u=%2Fnetahtml%2FPTO%2Fsrchnum.htm&amp;amp;r=1&amp;amp;f=G&amp;amp;l=50&amp;amp;s1=7,535,994.PN.&amp;amp;OS=PN/7,535,994&amp;amp;RS=PN/7,535,994#h0"&gt;&lt;/a&gt;&lt;a href="http://patft.uspto.gov/netacgi/nph-Parser?Sect1=PTO1&amp;amp;Sect2=HITOFF&amp;amp;d=PALL&amp;amp;p=1&amp;amp;u=%2Fnetahtml%2FPTO%2Fsrchnum.htm&amp;amp;r=1&amp;amp;f=G&amp;amp;l=50&amp;amp;s1=7,535,994.PN.&amp;amp;OS=PN/7,535,994&amp;amp;RS=PN/7,535,994#h2"&gt;&lt;/a&gt;&lt;strong&gt;&lt;em&gt;&lt;/em&gt;&lt;/strong&gt;7,535,994&lt;/strong&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=132274"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=132274" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/THines01/aggbug/132274.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tom Hines</dc:creator>
            <guid>http://geekswithblogs.net/THines01/archive/2009/05/19/132274.aspx</guid>
            <pubDate>Tue, 19 May 2009 08:29:05 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/THines01/comments/132274.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/THines01/archive/2009/05/19/132274.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/THines01/comments/commentRss/132274.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/THines01/services/trackbacks/132274.aspx</trackback:ping>
        </item>
        <item>
            <title>CSharp (C#) String Test</title>
            <category>Code</category>
            <link>http://geekswithblogs.net/THines01/archive/2009/05/15/132137.aspx</link>
            <description>&lt;p&gt;So, in an attempt to extract digits out of a string of variable length, which technique is better?&lt;/p&gt;
&lt;p&gt;This was primarily a test of the Enumerable.Range() method, but then turned into a refactoring question.&lt;/p&gt;
&lt;p&gt;This, of course assumes Dot Net 3.5 (LINQ) is available:&lt;/p&gt;
&lt;p&gt;&lt;img height="525" alt="Code showing two methods and a test method" width="589" border="1" src="/images/geekswithblogs_net/THines01/String_Test/TestDigitsOnly.jpg" /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=132137"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=132137" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/THines01/aggbug/132137.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tom Hines</dc:creator>
            <guid>http://geekswithblogs.net/THines01/archive/2009/05/15/132137.aspx</guid>
            <pubDate>Fri, 15 May 2009 10:03:20 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/THines01/comments/132137.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/THines01/archive/2009/05/15/132137.aspx#feedback</comments>
            <slash:comments>3</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/THines01/comments/commentRss/132137.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/THines01/services/trackbacks/132137.aspx</trackback:ping>
        </item>
        <item>
            <title>Whirlwind</title>
            <category>Code</category>
            <link>http://geekswithblogs.net/THines01/archive/2009/04/29/131576.aspx</link>
            <description>&lt;p&gt;&lt;a target="_blank" href="http://channel9.msdn.com/posts/bruceky/"&gt;&lt;img alt="Channel9 Logo" align="left" src="http://hmestrum.blogs.com/my_weblog/images/channel9.jpg" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Hey, I just discovered the &lt;a title="Whirlwind Series on Channel 9" target="_blank" href="http://channel9.msdn.com/posts/bruceky/"&gt;Whirlwind&lt;/a&gt; series on Channel9.&lt;/p&gt;
&lt;p&gt;Check it out!&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;a href="http://channel9.msdn.com/posts/bruceky/"&gt;http://channel9.msdn.com/posts/bruceky/&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;There, you will find videos on C# (CSharp) and Visual Studio.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=131576"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=131576" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/THines01/aggbug/131576.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tom Hines</dc:creator>
            <guid>http://geekswithblogs.net/THines01/archive/2009/04/29/131576.aspx</guid>
            <pubDate>Wed, 29 Apr 2009 09:13:09 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/THines01/comments/131576.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/THines01/archive/2009/04/29/131576.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/THines01/comments/commentRss/131576.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/THines01/services/trackbacks/131576.aspx</trackback:ping>
        </item>
        <item>
            <title>Task List Tokens</title>
            <category>Code</category>
            <link>http://geekswithblogs.net/THines01/archive/2009/04/27/131498.aspx</link>
            <description>&lt;p&gt;&lt;font face="Arial"&gt;&lt;img height="120" alt="To-Do-List" width="160" align="left" src="/images/geekswithblogs_net/THines01/Task_List/to-Do-Stock.jpg" /&gt;One of the coolest features I've found in Visual Studio (currently VS 2008 Standard) is the ability to add custom tokens for the Task List.  In this example, I've added the "WAS" token that is used when I've changed some code and want to test it before actually deleting the old code.  I usually just comment out the old code and go delete it later.  If that deletion is delayed for any reason, when I re-open the code, the tokens in the tasks help me remember what I was doing.  The WAS tag is used for old/unused code that I actually intend on deleting instead of the type of code I keep in comments for reference and documentation.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;I set the WAS token at a low priority because it doesn't really matter if I ever delete the&lt;br /&gt;
commented-out code.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;img height="585" alt="Task-List picture" width="661" align="bottom" border="1" src="/images/geekswithblogs_net/THines01/Task_List/Task_List_New.jpg" /&gt;&lt;/font&gt;&lt;/p&gt;
&lt;font face="Arial"&gt;
&lt;p&gt;&lt;br /&gt;
&lt;font face="Arial"&gt;So now, its use becomes like the (properly used) "WAS" token in an email subject line when a subject is changed for an email thread.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;By the way, make sure you only have one copy of Visual Studio running when you do this as the last update wins.&lt;/p&gt;
&lt;/font&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=131498"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=131498" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/THines01/aggbug/131498.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tom Hines</dc:creator>
            <guid>http://geekswithblogs.net/THines01/archive/2009/04/27/131498.aspx</guid>
            <pubDate>Mon, 27 Apr 2009 10:44:43 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/THines01/comments/131498.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/THines01/archive/2009/04/27/131498.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/THines01/comments/commentRss/131498.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/THines01/services/trackbacks/131498.aspx</trackback:ping>
        </item>
        <item>
            <title>C++ and LINQ (round 1)</title>
            <category>Code</category>
            <link>http://geekswithblogs.net/THines01/archive/2009/04/24/131443.aspx</link>
            <description>&lt;p&gt;&lt;font face="Arial"&gt;&lt;img height="95" alt="LINQ.jpg" width="196" src="/images/geekswithblogs_net/THines01/Linq1/Linq.jpg" /&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;I've never used a straight-edged razor for shaving, although I've seen one in use and I've played with one and sharpened one to the point that I know I don't WANT to use one (for shaving).&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;I have, indeed, used that thing called a "safety" razor where you screw in a double-sided razor blade into a carriage with a handle.  The contraption exposes only enough of the razor to keep you from total exsanguination but still provides a close shave.  You can always just unscrew the thing and get directly to as much of the razor as you want and, of course, when you change the blade, it's fully exposed.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;I once had a really nice electric shaver, but for some reason, I never could get that thing to shave closely enough.  Funny though: once I damaged one of the curcular guards, it would only just draw blood (instead of shaving).&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;Now, I've become accustomed to shaving with a disposable razor that comes out of a bag of razors.  When the current one gets dull, I toss it and grab a new one . The new ones are REALLY, REALLY sharp for the first couple of shaves.&lt;br /&gt;
I can get a bag-full with single-edged blades, double-edged, triple-edged and even the &lt;a target="_blank" href="http://www.schick.com/products/"&gt;Quattro(R)&lt;/a&gt;!&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;Code, Hines, code!&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;The big problem with the new C++ is that it looks like a safety-razor-blade "kit", while C# is the new "disposable" and, of course, Assembly being the straight-edged razor.&lt;br /&gt;
Yeah, yeah, VB is the electric shaver.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;I've been trying to find a good reason to investigate LINQ with C++.&lt;br /&gt;
I can make an example of "how", but I'm still working on the "why".&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;With that said, here is an example in both C# and C++ using a "one-step-up-from-the-bottom" LINQ query.&lt;br /&gt;
It takes a Dictionary&amp;lt;string, string&amp;gt; and converts the VALUES in it to a unique list of strings where the length of the string is greater than two.  Listing one is in C# (C Sharp) showing the &amp;lt;quote&amp;gt; Easy &amp;lt;/quote&amp;gt; way of doing this.  Listing 2 is the C++ (cpp) method and Listing 3 shows the project settings (Dot Net 3.5 and a reference to System.Core).&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&lt;font face="Arial"&gt;&lt;/font&gt; &lt;img height="686" alt="Listing 1 in C-Sharp" width="550" border="1" src="/images/geekswithblogs_net/THines01/Linq1/Listing1.jpg" /&gt;&lt;br /&gt;
Listing 1.&lt;/p&gt;
&lt;p&gt;&lt;img height="671" alt="Listing 2 in C-Plus-Plus" width="644" border="1" src="/images/geekswithblogs_net/THines01/Linq1/Listing2.jpg" /&gt;&lt;br /&gt;
Listing 2.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;&lt;img height="176" alt="Settings" width="233" border="1" src="/images/geekswithblogs_net/THines01/Linq1/Settings.jpg" /&gt;&lt;br /&gt;
Listing 3.&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=131443"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=131443" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/THines01/aggbug/131443.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tom Hines</dc:creator>
            <guid>http://geekswithblogs.net/THines01/archive/2009/04/24/131443.aspx</guid>
            <pubDate>Fri, 24 Apr 2009 12:23:34 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/THines01/comments/131443.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/THines01/archive/2009/04/24/131443.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/THines01/comments/commentRss/131443.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/THines01/services/trackbacks/131443.aspx</trackback:ping>
        </item>
        <item>
            <title>Killing C++ (dot net)?</title>
            <category>Code</category>
            <link>http://geekswithblogs.net/THines01/archive/2008/09/16/125208.aspx</link>
            <description>&lt;font face="Arial"&gt;
&lt;p&gt;&lt;img height="125" alt="C++" width="116" align="left" src="/images/geekswithblogs_net/THines01/CPlusPlus.jpg" /&gt;&lt;br /&gt;
There seems to be a suspicious lack of documentation for C++ and the new .NET features like Lambdas and Linq.&lt;br /&gt;
&lt;br /&gt;
I've tried several things that ALMOST work, but there's just one piece of syntax that seems to be missing that would bring final success.&lt;/p&gt;
&lt;p&gt;Also, it seems like MS is trying to kill C++.  All podcasts (except for those with Kate Gregory) are talking about C# and VB.NET and ASP.NET only hosts (naturally) C# and VB.NET.&lt;br /&gt;
If you REALLY want, you can create some supporting functionality in a library written in C++, but it's only a first-class-once-removed citizen now.&lt;/p&gt;
&lt;p&gt;The Ivor Horton Books give so little .NET as compared to standard VC++ (including STL and MFC).&lt;/p&gt;
&lt;p align="center"&gt;&lt;img style="WIDTH: 96px; HEIGHT: 130px" height="125" alt="Visual C++ 2005" width="96" src="/images/geekswithblogs_net/THines01/Ivor_2005.jpg" /&gt;&lt;img height="130" alt="Visual C++ 2008" width="103" src="/images/geekswithblogs_net/THines01/Ivor_2008.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;Am I trippin' here?&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;/font&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=125208"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=125208" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/THines01/aggbug/125208.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tom Hines</dc:creator>
            <guid>http://geekswithblogs.net/THines01/archive/2008/09/16/125208.aspx</guid>
            <pubDate>Tue, 16 Sep 2008 14:36:57 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/THines01/comments/125208.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/THines01/archive/2008/09/16/125208.aspx#feedback</comments>
            <slash:comments>2</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/THines01/comments/commentRss/125208.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/THines01/services/trackbacks/125208.aspx</trackback:ping>
        </item>
        <item>
            <title>Impressed by Java</title>
            <category>Code</category>
            <link>http://geekswithblogs.net/THines01/archive/2008/07/09/123680.aspx</link>
            <description>&lt;p&gt;&lt;img height="119" alt="" width="540" align="top" src="/images/geekswithblogs_net/THines01/JavaJar.jpg" /&gt;&lt;/p&gt;
&lt;p&gt;OK.  I've finally seen something in Java that impressed me.  It's the JAR! (Java Archive)&lt;/p&gt;
&lt;p&gt;Most folks would know that I'm a Microsoft fan (C++, C#) and have stayed away from Java; mainly because it's more difficult to get things done (in Java) and too hard to leverage legacy code written in C++.  I had always been a static linking guy because it allowed me to deliver ONE THING (just the exe) to the end user or server.  Deleting the app after it has run its lifecycle is pretty easy when there is ONE THING to delete.  Well, I had backed off of that a little when i started doing .NET because everything is dynamically linked -- but the deploy feature still allows the single keystroke to push the THING(s) to the server.&lt;/p&gt;
&lt;p&gt;I had never done anthing I considered REAL in Java; meaning I had created a bunch of "proof of concept" apps, but nothing I would trust as a dedicated production app.&lt;/p&gt;
&lt;p&gt;This past week (while on vacation), I decided to write a production utility in Java (just for kicks) and one thing led to another (using just the JDK, by the way...):&lt;/p&gt;
&lt;blockquote dir="ltr" style="MARGIN-RIGHT: 0px"&gt;
&lt;p&gt;Class became collection&lt;br /&gt;
Collection became  library&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p dir="ltr"&gt;I had heard of the JAR and wanted to see what it would take to "not have all of those class files laying around in my science directory".  I found the JAR utility and in a few minutes had figured out how to archive the classes and include the thing in my classpath.  This was still a little "steep", however, especially if I expected someone else to use the JAR.&lt;/p&gt;
&lt;p dir="ltr"&gt;A little web surfing led me across the command:&lt;/p&gt;
&lt;blockquote dir="ltr" style="MARGIN-RIGHT: 0px"&gt;
&lt;p dir="ltr"&gt;java -jar blahblah&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p dir="ltr"&gt;When I tried that command with my JAR, it laughed at me saying the Main-Class tag was missing from my manifest.&lt;/p&gt;
&lt;p dir="ltr"&gt;AHA -- THE MANIFEST!&lt;/p&gt;
&lt;p dir="ltr"&gt;A little while later, I had that thing humming with ALL of the classes in one JAR; and I could do this without having to further mangle the classpath.&lt;/p&gt;
&lt;p dir="ltr"&gt;Maybe I'll try another REAL project in Java.&lt;/p&gt;
&lt;p dir="ltr"&gt;Tom&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=123680"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=123680" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/THines01/aggbug/123680.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tom Hines</dc:creator>
            <guid>http://geekswithblogs.net/THines01/archive/2008/07/09/123680.aspx</guid>
            <pubDate>Wed, 09 Jul 2008 05:42:33 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/THines01/comments/123680.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/THines01/archive/2008/07/09/123680.aspx#feedback</comments>
            <slash:comments>5</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/THines01/comments/commentRss/123680.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/THines01/services/trackbacks/123680.aspx</trackback:ping>
        </item>
        <item>
            <title>Mixed Lang Stuff (again)</title>
            <category>Code</category>
            <link>http://geekswithblogs.net/THines01/archive/2008/06/06/122673.aspx</link>
            <description>&lt;p&gt;&lt;img height="339" width="274" align="left" border="1" alt="" src="/images/geekswithblogs_net/THines01/ParamMapToSwitchCpp.jpg" /&gt;OK, here I go again on the mixed language stuff.&lt;/p&gt;
&lt;p&gt;I continue to be impressed by the capabilities of DOT NET.  This time, it's in the realm of salvaging legacy code.  &lt;/p&gt;
&lt;p&gt;This included graphic shows a project I've been working on this week where I needed to leverage a lot of legacy MFC code.  Originally, I was just going to write this in C# as I do most new projects, but needing to rewrite some of the classes I had previously written (using MFC) in another project made me come to my senses.&lt;/p&gt;
&lt;p&gt;If I wrote the new app in C++/CLI, I would not need to rewrite the MFC-flavored classes.  I had already started a couple of classes in C#, however.  There are many things easier done in C#, I'll admit.&lt;/p&gt;
&lt;p&gt;What to do? What to do?&lt;/p&gt;
&lt;p&gt;Remembering a previous project where I combined MFC, CLI and Web Services, I called upon that same technique to also include the previously coded C# classes.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;If the project type is C++ (DOT NET), the project will understand all DOT NET namespaces and assemblies as well as C/C++ header files.  It'll even hande the linking.  TOO COOL!&lt;/p&gt;
&lt;p&gt;The technique is just to add everything as a project to the "Solution", set the dependencies, the references, the namespaces and the header includes and THAT'S IT!  (...sounds like a lot, but it's not)&lt;/p&gt;
&lt;p&gt;The question I have for the DOT NET community is WHY IS THERE NOT MUCH TALK ABOUT C++ anymore?&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=122673"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=122673" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/THines01/aggbug/122673.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tom Hines</dc:creator>
            <guid>http://geekswithblogs.net/THines01/archive/2008/06/06/122673.aspx</guid>
            <pubDate>Fri, 06 Jun 2008 11:17:05 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/THines01/comments/122673.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/THines01/archive/2008/06/06/122673.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/THines01/comments/commentRss/122673.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/THines01/services/trackbacks/122673.aspx</trackback:ping>
        </item>
        <item>
            <title>What Made Me A Programmer?</title>
            <category>Code</category>
            <link>http://geekswithblogs.net/THines01/archive/2008/05/23/122344.aspx</link>
            <description>&lt;p&gt;&lt;img height="224" alt="Vic 20 Boot Screen" width="392" src="/images/geekswithblogs_net/THines01/5582/VIC-20_Boot_Screen.gif" /&gt;&lt;/p&gt;
&lt;p&gt;This is what did it!&lt;/p&gt;
&lt;p&gt;I was standing in K-Mart back in early 1983 waiting for my girlfriend to get off work.  I got tired of waiting in the fire lane, so every night I would hang out in "electronics" until she finished with her store-closing chores.&lt;/p&gt;
&lt;p&gt;I walked past this screen and hit the enter key.  It said READY.&lt;br /&gt;
I typed the word READY and it came back with a message that stated it was unable to READ "Y". WTF!&lt;/p&gt;
&lt;p&gt;I asked the store clerk what it meant to READ "Y" and how you'd use one of these things.  He had no clue, but showed me the book for the Vic-20 and the C-64.  The next night, I not only learned how to READ "Y", but I also had "Welcome to K-Mart" scrolling across the bottom of the C-64 screen.  The NEXT night, I had "Welcome to K-Mart" scrolling in different colored SPRITES across the screen. WOW!  GOTTA HAVE ONE!!!&lt;/p&gt;
&lt;p&gt;Being a poor college student, I could only siphon enough money (from what was supposed to be book money) to purchase the Vic-20.  GOT IT!&lt;/p&gt;
&lt;p&gt;I got back to the dorm, hooked the thing up to the TV and continued the quest to make that thing now do SOMETHING.&lt;br /&gt;
I discovered the &lt;a href="http://www.msadams.com/downloads.htm"&gt;Scott Adams Text Adventure Games&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
  Within a couple of days, my next-door-dorm-neighbor (Joe Estes) saw it and said, &lt;/p&gt;
&lt;blockquote dir="ltr" style="MARGIN-RIGHT: 0px"&gt;
&lt;p&gt;Joe: "I have one of those". &lt;/p&gt;
&lt;p&gt;Tom: &lt;strong&gt;"Oh yeah?  Can you PROGRAM IT?  Can you write a game like THIS?"&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Joe: "Yeah, I wrote a text adventure game called 'NUNS' where you have to go kill NUNS, but I'm not finished with it".&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p dir="ltr"&gt;There was a sound that erupted in my brain that can be best described as a Hanna-Barbera mix of boings and whistles ending with the coconut noggin knock (&lt;a href="http://beltontroop111.org/Resources/TomsBrain.wav"&gt;kinda like this&lt;/a&gt;).&lt;/p&gt;
&lt;blockquote dir="ltr" style="MARGIN-RIGHT: 0px"&gt;
&lt;p dir="ltr"&gt;&lt;strong&gt;"SHOW ME THE CODE!!!!!!!!!!!!!!!!!!!!!!!!"&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p dir="ltr"&gt;Well, I've since learned to enjoy that sound.  It's the sound of discovery! &lt;/p&gt;
&lt;p dir="ltr"&gt;...but I usually can only hear it when I'm programming.&lt;/p&gt;
&lt;p dir="ltr"&gt; &lt;/p&gt;
&lt;p dir="ltr"&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=122344"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=122344" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/THines01/aggbug/122344.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tom Hines</dc:creator>
            <guid>http://geekswithblogs.net/THines01/archive/2008/05/23/122344.aspx</guid>
            <pubDate>Fri, 23 May 2008 08:44:34 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/THines01/comments/122344.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/THines01/archive/2008/05/23/122344.aspx#feedback</comments>
            <slash:comments>1</slash:comments>
            <wfw:commentRss>http://geekswithblogs.net/THines01/comments/commentRss/122344.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/THines01/services/trackbacks/122344.aspx</trackback:ping>
        </item>
        <item>
            <title>Heroes Happen Here</title>
            <category>Code</category>
            <link>http://geekswithblogs.net/THines01/archive/2008/04/19/121397.aspx</link>
            <description>&lt;p&gt;&lt;a href="http://www.microsoft.com/heroeshappenhere/default.mspx"&gt;&lt;img height="81" alt="Heroes Happen Here" width="120" align="left" src="/images/geekswithblogs_net/THines01/5582/t_HeroesHappenHere.jpg" /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;The free software was worth the effort.&lt;br /&gt;
OK, I forgot to mention that I went to the Heroes Happen Here seminar.  I registered for both the IT Pro and the developer track.  Of course, when I registered online, the dev track was full, so I registered for IT pro.  When I got there, some dev track entries opened up, so I was there ALL day.  Worth it? Sorta.  &lt;/p&gt;
&lt;p&gt;The free software was worth the effort.  At the time, I was using the Enterprise editon of VC++ 6.0 and the Standard edition of VS 2005 (...paid for it myself).  In the software packet, we received a fully-functional Standard edition of VS2008.&lt;/p&gt;
&lt;p&gt;I have upgraded all of my managed projects to 2008 and still have not touched any of the other software (full or trial):&lt;/p&gt;
&lt;ul&gt;
    &lt;li&gt;Windows Server 2008 32 &amp;amp; 64 bit (1-year Trial) &lt;/li&gt;
    &lt;li&gt;Visual Studio 2008 (using this now) &lt;/li&gt;
    &lt;li&gt;SQL Server 2008 Developer 32 &amp;amp; 64 bit &lt;/li&gt;
    &lt;li&gt;Windows Vista Ultimate &lt;/li&gt;
    &lt;li&gt;Windows Live One Care (Trial) &lt;/li&gt;
    &lt;li&gt;Windows Mobile 6 Developer Resource Kit (Trial) &lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The keynote was recorded -- I don't particularly mind that, but the sessions were more of a sales job than instruction.  I do wish there had been some seriously geeky sessions with folks building more demo code (there was SOME).&lt;/p&gt;
&lt;p&gt;Also, the cute little breakfast/lunch box (with Microsoft logo) was a great addition.  I do wish they had some Microsoft shirts for sale (no smalls or mediums needed)  &lt;img alt="" src="/Providers/BlogEntryEditor/FCKeditor/editor/images/smiley/msn/wink_smile.gif" /&gt; .&lt;/p&gt;
&lt;p&gt;After the seminar, I went to the Kansas City .NET Users Group meeting to round out the day.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=121397"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=121397" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/THines01/aggbug/121397.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tom Hines</dc:creator>
            <guid>http://geekswithblogs.net/THines01/archive/2008/04/19/121397.aspx</guid>
            <pubDate>Sat, 19 Apr 2008 20:50:26 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/THines01/comments/121397.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/THines01/archive/2008/04/19/121397.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/THines01/comments/commentRss/121397.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/THines01/services/trackbacks/121397.aspx</trackback:ping>
        </item>
        <item>
            <title>Holy Mother of PERL!!!</title>
            <category>Code</category>
            <link>http://geekswithblogs.net/THines01/archive/2008/04/10/121171.aspx</link>
            <description>&lt;p&gt;I was listening to "&lt;a href="http://www.se-radio.net/podcast/2008-03/episode-91-kevlin-henney-c"&gt;Software Engineering Radio&lt;/a&gt;" episode 91 with Kevlin Henney talking about C++.&lt;/p&gt;
&lt;p&gt;During that episode he made reference to PERL and the phrase "executable line noise".&lt;/p&gt;
&lt;p&gt;I ran a web search to see if that phrase had been used before and found &lt;a href="http://www.99-bottles-of-beer.net/language-perl-737.html"&gt;THIS&lt;/a&gt;.&lt;br /&gt;
&lt;font face="Arial"&gt;&lt;a href="http://www.99-bottles-of-beer.net/language-perl-737.html"&gt;http://www.99-bottles-of-beer.net/language-perl-737.html&lt;/a&gt;&lt;/font&gt;&lt;/p&gt;
&lt;p align="center"&gt;&lt;strong&gt;HOLY MOTHER OF PERL!!!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Any language that ALLOWS you to do THAT, will eventually ENTICE you to do THAT.&lt;/p&gt;
&lt;p&gt;And yes, it actually works (I keep Perl installed for just such an emergency (channeling &lt;a href="http://en.wikipedia.org/wiki/Foghorn_Leghorn"&gt;FogHorn LegHorn&lt;/a&gt;)).&lt;/p&gt;
&lt;p&gt;I don't like Perl.  I DO like Ruby -- it's like Perl with all of the uglies taken out.&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=121171"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=121171" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/THines01/aggbug/121171.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tom Hines</dc:creator>
            <guid>http://geekswithblogs.net/THines01/archive/2008/04/10/121171.aspx</guid>
            <pubDate>Thu, 10 Apr 2008 12:29:04 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/THines01/comments/121171.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/THines01/archive/2008/04/10/121171.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/THines01/comments/commentRss/121171.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/THines01/services/trackbacks/121171.aspx</trackback:ping>
        </item>
        <item>
            <title>MFC, IOStream and CLR in the same app</title>
            <category>Code</category>
            <link>http://geekswithblogs.net/THines01/archive/2007/08/06/114443.aspx</link>
            <description>&lt;p&gt;Hmmm... Interesting...&lt;br /&gt;
Warning level 4 using Visual Studio 2005.&lt;br /&gt;
The CSplit is a library I wrote years ago to split const char* into CStringArray.&lt;/p&gt;
&lt;p&gt;&lt;img alt="Trifecta" src="http://geekswithblogs.net/images/geekswithblogs_net/THines01/5582/r_Trifecta.jpg" /&gt;&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=114443"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=114443" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/THines01/aggbug/114443.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tom Hines</dc:creator>
            <guid>http://geekswithblogs.net/THines01/archive/2007/08/06/114443.aspx</guid>
            <pubDate>Mon, 06 Aug 2007 21:56:17 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/THines01/comments/114443.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/THines01/archive/2007/08/06/114443.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/THines01/comments/commentRss/114443.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/THines01/services/trackbacks/114443.aspx</trackback:ping>
        </item>
        <item>
            <title>My PGP Key</title>
            <category>Code</category>
            <link>http://geekswithblogs.net/THines01/archive/2007/07/27/114231.aspx</link>
            <description>&lt;p&gt;&lt;font face="Courier New"&gt;Here is the &lt;a target="_blank" href="http://tomhines.wordpress.com/files/2008/01/tehiiiasc.txt"&gt;LINK to my KEY&lt;/a&gt;.&lt;/font&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;&lt;p&gt;&lt;a href="http://www.pheedo.com/click.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=114231"&gt;&lt;img src="http://www.pheedo.com/img.phdo?x=6cda6ad746d942b9a1110d0715a4fa12&amp;u=114231" border="0"/&gt;&lt;/a&gt;&lt;/p&gt;&lt;iframe src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;PageID=31016&amp;amp;SiteID=1" width=1 height=1 Marginwidth=0 Marginheight=0 Hspace=0 Vspace=0 Frameborder=0 Scrolling=No&gt;
&lt;script language='javascript1.1' src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Browser=NETSCAPE4&amp;amp;NoCache=True&amp;PageID=31016&amp;amp;SiteID=1"&gt;&lt;/script&gt;
&lt;noscript&gt;&lt;a href="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Click&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" target="_blank"&gt;
&lt;img src="http://ads.geekswithblogs.net/a.aspx?ZoneID=5&amp;amp;Task=Get&amp;amp;Mode=HTML&amp;amp;SiteID=1&amp;amp;PageID=31016" width="1" height="1" border="0"  alt=""&gt;&lt;/a&gt;
&lt;/noscript&gt;
&lt;/iframe&gt;
&lt;img src="http://geekswithblogs.net/THines01/aggbug/114231.aspx" width="1" height="1" /&gt;</description>
            <dc:creator>Tom Hines</dc:creator>
            <guid>http://geekswithblogs.net/THines01/archive/2007/07/27/114231.aspx</guid>
            <pubDate>Fri, 27 Jul 2007 19:22:27 GMT</pubDate>
            <wfw:comment>http://geekswithblogs.net/THines01/comments/114231.aspx</wfw:comment>
            <comments>http://geekswithblogs.net/THines01/archive/2007/07/27/114231.aspx#feedback</comments>
            <wfw:commentRss>http://geekswithblogs.net/THines01/comments/commentRss/114231.aspx</wfw:commentRss>
            <trackback:ping>http://geekswithblogs.net/THines01/services/trackbacks/114231.aspx</trackback:ping>
        </item>
    </channel>
</rss>