<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: The real programmer&#8217;s Snoopy Calendar.	</title>
	<atom:link href="https://virtuallyfun.com/2010/04/07/the-real-programmers-snoopy-calendar/feed/" rel="self" type="application/rss+xml" />
	<link>https://virtuallyfun.com/2010/04/07/the-real-programmers-snoopy-calendar/</link>
	<description>Fun with Virtualization</description>
	<lastBuildDate>Tue, 18 Jul 2023 07:14:24 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		By: Timmy Smuckatelli		</title>
		<link>https://virtuallyfun.com/2010/04/07/the-real-programmers-snoopy-calendar/comment-page-1/#comment-189871</link>

		<dc:creator><![CDATA[Timmy Smuckatelli]]></dc:creator>
		<pubDate>Sun, 10 Dec 2017 13:37:42 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=221#comment-189871</guid>

					<description><![CDATA[After minor tweaks to snppic.f, in lower case below,

c Next two lines for gfortran
      integer ISET, INUM
      character*2 IBLNK, ILINE, ICHR
      DIMENSION ILINE(133),INUM(50),ICHR(50)
      COMMON ISET
c Changed next line from Hollerith to quoted text for gfortran
c     DATA IBLNK/1H /
      data IBLNK/&#039;H &#039;/

this compiles and runs on gfortran 6.4.0 just fine:
gfortran -O1 snpcal.f snppic.f -o calcal.exe ; ./calcal.exe ; more SNPCAL.OUT]]></description>
			<content:encoded><![CDATA[<p>After minor tweaks to snppic.f, in lower case below,</p>
<p>c Next two lines for gfortran<br />
      integer ISET, INUM<br />
      character*2 IBLNK, ILINE, ICHR<br />
      DIMENSION ILINE(133),INUM(50),ICHR(50)<br />
      COMMON ISET<br />
c Changed next line from Hollerith to quoted text for gfortran<br />
c     DATA IBLNK/1H /<br />
      data IBLNK/&#8217;H &#8216;/</p>
<p>this compiles and runs on gfortran 6.4.0 just fine:<br />
gfortran -O1 snpcal.f snppic.f -o calcal.exe ; ./calcal.exe ; more SNPCAL.OUT</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rich		</title>
		<link>https://virtuallyfun.com/2010/04/07/the-real-programmers-snoopy-calendar/comment-page-1/#comment-425</link>

		<dc:creator><![CDATA[Rich]]></dc:creator>
		<pubDate>Thu, 31 Mar 2011 10:43:01 +0000</pubDate>
		<guid isPermaLink="false">https://virtuallyfun.com/?p=221#comment-425</guid>

					<description><![CDATA[This is awesome.]]></description>
			<content:encoded><![CDATA[<p>This is awesome.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
