<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/c/tags/terminal</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 21 May 2013 03:38:25 GMT</pubDate>
<item>
<title>(C) Game of life - autofasurer</title>
<link>http://snipplr.com/view/42982/game-of-life/</link>
<description><![CDATA[ <p>First iteration of an ASCII game of life, running in the terminal (on OS X, don't know what it does on other systems)</p> ]]></description>
<pubDate>Wed, 27 Oct 2010 01:45:57 GMT</pubDate>
<guid>http://snipplr.com/view/42982/game-of-life/</guid>
</item>
<item>
<title>(C) Hacky screen clearing through printf - Ktoso</title>
<link>http://snipplr.com/view/15319/hacky-screen-clearing-through-printf/</link>
<description><![CDATA[ <p>A simple and hacky alternative for calling system("clear"); (which you really shouldn't use...). If you really have to get such an clear effect - use this snippet.

Although I realllly recommend using some lib to properly controll the terminal if you need such functions, for example ncurses http://pl.wikipedia.org/wiki/Ncurses or pdcurses http://pdcurses.sourceforge.net/ .</p> ]]></description>
<pubDate>Tue, 26 May 2009 04:52:47 GMT</pubDate>
<guid>http://snipplr.com/view/15319/hacky-screen-clearing-through-printf/</guid>
</item>
</channel>
</rss>