<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SHAOS &#187; programming</title>
	<atom:link href="http://shaos.net/blog/category/programming/feed" rel="self" type="application/rss+xml" />
	<link>http://shaos.net/blog</link>
	<description>{ personal blog of shaos }</description>
	<lastBuildDate>Tue, 27 Jul 2010 05:00:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hopeless v0.5</title>
		<link>http://shaos.net/blog/2010/05/hopeless-v0-5.html</link>
		<comments>http://shaos.net/blog/2010/05/hopeless-v0-5.html#comments</comments>
		<pubDate>Sun, 23 May 2010 16:22:09 +0000</pubDate>
		<dc:creator>Shaos</dc:creator>
				<category><![CDATA[functional_programming]]></category>
		<category><![CDATA[hope]]></category>
		<category><![CDATA[hopeless]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[opensource]]></category>
		<category><![CDATA[programs]]></category>

		<guid isPermaLink="false">http://shaos.net/blog/?p=83</guid>
		<description><![CDATA[Recently I released version 0.5 of my fork of pre-existed Hope interpreter (classical functional programming language) named &#8220;Hopeless&#8221;:

added &#8216;\r&#8217; to function &#8220;isspace&#8221; in ctype.hop
fixed function &#8220;dir&#8221; in system_win.hop
path to libraries changed to /usr/local/share/hopeless
created man file hopeless.1 (modified hope.1)
fixed &#8220;make install&#8221; for Hopeless
new library lib/db_sqlite.hop (database support with sqlite3)
added functions &#8220;del&#8221; and &#8220;write_to&#8221; to lib/system.hop
check for [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I released version 0.5 of my fork of pre-existed <a href="http://www.soi.city.ac.uk/~ross/Hope/">Hope interpreter</a> (classical functional programming language) named &#8220;Hopeless&#8221;:</p>
<ul>
<li>added &#8216;\r&#8217; to function &#8220;isspace&#8221; in ctype.hop</li>
<li>fixed function &#8220;dir&#8221; in system_win.hop</li>
<li>path to libraries changed to /usr/local/share/hopeless</li>
<li>created man file hopeless.1 (modified hope.1)</li>
<li>fixed &#8220;make install&#8221; for Hopeless</li>
<li>new library lib/db_sqlite.hop (database support with sqlite3)</li>
<li>added functions &#8220;del&#8221; and &#8220;write_to&#8221; to lib/system.hop</li>
<li>check for &#8216;\n&#8217; and &#8216;\r&#8217; before run commands (&#8220;!&#8230;&#8221;)</li>
<li>defined constant &#8220;stdin&#8221; instead of functions &#8220;getc&#8221; and &#8220;gets&#8221; (lib/system.hop)</li>
<li>modified test _input.hop</li>
</ul>
<p>Source code: <a href="http://hopelog.com/funny/hopeless-v0.5.tar.bz2">hopeless-v0.5.tar.bz2</a> (100K)<br />
For more info see <a title="Hope Programming Language" href="http://www.hopelog.com" target="_blank">www.hopelog.com</a> where you can find all previous versions of Hopeless plus Win32 binaries.</p>
]]></content:encoded>
			<wfw:commentRss>http://shaos.net/blog/2010/05/hopeless-v0-5.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>github.com</title>
		<link>http://shaos.net/blog/2010/04/github-com.html</link>
		<comments>http://shaos.net/blog/2010/04/github-com.html#comments</comments>
		<pubDate>Tue, 06 Apr 2010 04:55:30 +0000</pubDate>
		<dc:creator>Shaos</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://shaos.net/blog/?p=78</guid>
		<description><![CDATA[Yesterday I added myself to github.com community:
http://github.com/shaos
]]></description>
			<content:encoded><![CDATA[<p>Yesterday I added myself to github.com community:</p>
<p><a title="http://github.com/shaos" href="http://github.com/shaos" target="_blank">http://github.com/shaos</a></p>
]]></content:encoded>
			<wfw:commentRss>http://shaos.net/blog/2010/04/github-com.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Handwritten blog 2,3,4,5</title>
		<link>http://shaos.net/blog/2010/01/handwritten-blog-2345.html</link>
		<comments>http://shaos.net/blog/2010/01/handwritten-blog-2345.html#comments</comments>
		<pubDate>Sat, 16 Jan 2010 05:33:00 +0000</pubDate>
		<dc:creator>Shaos</dc:creator>
				<category><![CDATA[electronics]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://shaos.net/blog4/?p=42</guid>
		<description><![CDATA[Again some handwritten ideas about implementation of microprogrammed hybrid of 8080/8085 and 6502/65C02 processors:
 
 
]]></description>
			<content:encoded><![CDATA[<p>Again some <a href="http://shaos.net/blog/2009/04/handwritten-blog.html">handwritten</a> ideas about implementation of microprogrammed hybrid of 8080/8085 and 6502/65C02 processors:</p>
<p><a href="http://shaos.net/notes/33_02.jpg"><img style="cursor: pointer; width: 240px; height: 311px;" src="http://shaos.net/notes/33_02.jpg" border=1 alt="Page2" /></a> <a href="http://shaos.net/notes/33_03.jpg"><img style="cursor: pointer; width: 240px; height: 311px;" src="http://shaos.net/notes/33_03.jpg" border=1 alt="Page3" /></a></p>
<p><a href="http://shaos.net/notes/33_04.jpg"><img style="cursor: pointer; width: 240px; height: 311px;" src="http://shaos.net/notes/33_04.jpg" border=1 alt="Page4" /></a> <a href="http://shaos.net/notes/33_05.jpg"><img style="cursor: pointer; width: 240px; height: 311px;" src="http://shaos.net/notes/33_05.jpg" border=1 alt="Page5" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://shaos.net/blog/2010/01/handwritten-blog-2345.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Handwritten Blog</title>
		<link>http://shaos.net/blog/2009/04/handwritten-blog.html</link>
		<comments>http://shaos.net/blog/2009/04/handwritten-blog.html#comments</comments>
		<pubDate>Tue, 21 Apr 2009 01:13:00 +0000</pubDate>
		<dc:creator>Shaos</dc:creator>
				<category><![CDATA[electronics]]></category>
		<category><![CDATA[notes]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://shaos.net/blog4/?p=33</guid>
		<description><![CDATA[I have electronic pen FLY Fusion that can convert anything written on special paper to computer image:

So I decided to start publishing my personal Russian/English notes as handwritten digitized images (some kind of handwritten blog):

]]></description>
			<content:encoded><![CDATA[<p>I have electronic pen <a href="http://www.flyworld.com/">FLY Fusion</a> that can convert anything written on special paper to computer image:</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://shaos.net/blog/uploaded_images/33_01_orig-788788.jpg"><img style="cursor: pointer; width: 318px; height: 400px;" src="http://shaos.net/blog/uploaded_images/33_01_orig-788785.jpg" alt="" border="0" /></a></p>
<p>So I decided to start publishing my personal Russian/English notes as handwritten digitized images (some kind of handwritten blog):</p>
<p><a href="http://shaos.net/notes/33_01.jpg"><img style="cursor: pointer; width: 360px; height: 466px;" src="http://shaos.net/notes/33_01.jpg" alt="Page1" border=1 /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://shaos.net/blog/2009/04/handwritten-blog.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
