<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>Old Joe (Home)'s Feed - Programmer's Heaven</title>
    <link>http://www.programmersheaven.com/feed/User/311426/RSS.aspx</link>
    <description>Events at Programmer's Heaven related to the user Old Joe (Home).</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Thu, 23 May 2013 11:32:02 -0700</pubDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <item>
      <title>Question for Jonathan, by the way... long time.</title>
      <link />
      <description>&lt;p&gt;Posted a 'new message on the Perl forum.&lt;/p&gt;Hi Jonathan,&lt;br /&gt;
&lt;br /&gt;
I'm trying to figure out where the date and time stamps are listed&lt;br /&gt;
in a Win32 Application event log.  I've figured out how to parse all the rest of the information from Application event logs, but still haven't found the date and time stamps.  Do you know if they are kept in an associated file?  Let em know if you can help.&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
Old Joe&lt;br /&gt;</description>
      <pubDate>Thu, 05 Mar 2009 18:44:00 -0700</pubDate>
    </item>
    <item>
      <title>comparing the character '/' from a binary file input stream</title>
      <link />
      <description>&lt;p&gt;Posted a 'new message on the Java forum.&lt;/p&gt;&lt;span style="color: Black;"&gt;&lt;span style="font-size: medium;"&gt;Hi, Can anyone tell me what I'm doing wrong and offer a working example to compare '/' to a char being input from a binary inputstream.&lt;br /&gt;
Here's what I working with right now:&lt;/span&gt;&lt;/span&gt;[/size]&lt;span style="color: Blue;"&gt;&lt;br /&gt;
&lt;pre class="sourcecode"&gt;
for ( int i = 0; i &amp;lt; 3000; i++ )
{
     char c = in.readChar();

     if ( i &amp;gt; 1580 )
     {
	 characters += c;

         if ( i &amp;gt; 1584 )
         {

	     if ( c == 'N' )  //this works
	     {
		  one = 'N';
	     }
             // here's where the problem is...
             // for some reason I can't find '/' characters
             // from the binary file I'm searching, though I have
             // opened this file in UltraEdit and have seen  
             // that the '/' characters exist. 
	     if ( one == 'N' &amp;amp;&amp;amp; c == '/' ) 
	     {
		  two = '/';
	     }
	     else
	     {
		  one = 'X';
	     }
	     if ( one == 'N' &amp;amp;&amp;amp; two == '/' &amp;amp;&amp;amp; c == 'A' )
	     {
                  System.out.println( characters );

		  characters = "";
	     }
	     else
	     {
		  one = 'X';
		  two = 'X';
	     }

	}
}
&lt;/pre&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-size: medium;"&gt;&lt;span style="color: Black;"&gt;&lt;br /&gt;
Thank you for any help rendered.&lt;br /&gt;
&lt;br /&gt;
Regards,&lt;br /&gt;
Joe&lt;/span&gt;&lt;/span&gt;[/color]&lt;br /&gt;
&lt;br /&gt;</description>
      <pubDate>Mon, 23 Feb 2009 18:42:32 -0700</pubDate>
    </item>
  </channel>
</rss>