<?xml version="1.0"?>
<?xml-stylesheet href="/App_Themes/Rss/Rss.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:snippetcenter="http://www.snippetcenter.org/">
<channel>
	<title>snippetcenter.org Snippet-Feed - Python</title>
	<link>http://www.snippetcenter.org/</link>
	<description>Die neuesten Snippets in  Python</description>
	<language>de-de</language>
	<copyright>snippetcenter.org</copyright>
	<generator>Hinweis: Dies ist ein RSS-Dokument zum Lesen in deinem RSS-Reader. Klick für mehr Infos.</generator>

	<image>
		<url>http://www.snippetcenter.org/Library/Media/Public/button_88x31.png</url>
		<title>snippetcenter.org</title>
		<link>http://www.snippetcenter.org/</link>
		<width>88</width>
		<height>31</height>
	</image>
	
	<item>
     <title><![CDATA[pygame function example center image def]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/de/pygame-function-example-center-image-def-s1910.aspx]]></guid>
     <pubDate>Sat, 29 Jul 2006 21:18:00 GMT</pubDate>
     <description><![CDATA[pygame function example center image def]]></description>
     <link><![CDATA[http://www.snippetcenter.org/de/pygame-function-example-center-image-def-s1910.aspx]]></link>
</item>

<item>
     <title><![CDATA[currency2word.py]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/de/currency2wordpy-s1881.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:21:00 GMT</pubDate>
     <description><![CDATA[A python  module to convert a given number (amount of money) to word. Suitable for invoice and voucher aplication. Currently support English and Malay.e.g. 4329.34 - four thousand three hundred twenty nine and thirty four cents or empat ribu tiga ratus dua puluh sembilan dan tiga puluh empat sen.]]></description>
     <link><![CDATA[http://www.snippetcenter.org/de/currency2wordpy-s1881.aspx]]></link>
</item>

<item>
     <title><![CDATA[phonemailer]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/de/phonemailer-s1876.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:21:00 GMT</pubDate>
     <description><![CDATA[Works with Sendmail to forward e-mail to Virgin Mobile cell phone as a text message.]]></description>
     <link><![CDATA[http://www.snippetcenter.org/de/phonemailer-s1876.aspx]]></link>
</item>

<item>
     <title><![CDATA[uids]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/de/uids-s1870.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:21:00 GMT</pubDate>
     <description><![CDATA[Prints out a list of the currently assigned UIDS and their corresponding users on Mac OS X.]]></description>
     <link><![CDATA[http://www.snippetcenter.org/de/uids-s1870.aspx]]></link>
</item>

<item>
     <title><![CDATA[Cooperative Multithreading using Generators]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/de/cooperative-multithreading-using-generators-s1863.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:21:00 GMT</pubDate>
     <description><![CDATA[Simple example of how to use generators to create a cooperative multithreading system with signal handling.]]></description>
     <link><![CDATA[http://www.snippetcenter.org/de/cooperative-multithreading-using-generators-s1863.aspx]]></link>
</item>

<item>
     <title><![CDATA[latin1_to_ascii -- The UNICODE Hammer]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/de/latin1_to_ascii-the-unicode-hammer-s1862.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:21:00 GMT</pubDate>
     <description><![CDATA[This takes a UNICODE string and replaces Latin-1 characters withsomething equivalent in 7-bit ASCII and returns a plain ASCII string. This function makes a best effort to convert Latin-1 characters into ASCII equivalents. It does not just strip out the Latin-1 characters.All characters in the standard 7-bit ASCII range are preserved. In the 8th bit range all the Latin-1 accented letters are converted to unaccented equivalents. Most symbol characters are converted to something meaningful. Anything not converted is deleted.&lt;br&gt;If you run this script from the command line it will run a demo.It will create a UNICODE string with all the Latin-1 charactersfrom 32 to 255. Then it will convert that string to a plain ASCII Python stringand print the results.]]></description>
     <link><![CDATA[http://www.snippetcenter.org/de/latin1_to_ascii-the-unicode-hammer-s1862.aspx]]></link>
</item>

<item>
     <title><![CDATA[pick a random line from file]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/de/pick-a-random-line-from-file-s1852.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:21:00 GMT</pubDate>
     <description><![CDATA[I'm working on several projects and sometimes I like to randomly choose one. Projects are simply listed one per line in ~/.text/proj.txt]]></description>
     <link><![CDATA[http://www.snippetcenter.org/de/pick-a-random-line-from-file-s1852.aspx]]></link>
</item>

<item>
     <title><![CDATA[servletHtmlConverter.py]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/de/servlethtmlconverterpy-s1831.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:21:00 GMT</pubDate>
     <description><![CDATA[Wraps a text file in 'out.println' statements, escaping all double quotes; used primarily to convert HTML files for Java servlets.]]></description>
     <link><![CDATA[http://www.snippetcenter.org/de/servlethtmlconverterpy-s1831.aspx]]></link>
</item>

<item>
     <title><![CDATA[New Palindrome]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/de/new-palindrome-s1818.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:21:00 GMT</pubDate>
     <description><![CDATA[Tells whether or not a word is a palindrome(i.e. Spelled the same forward and backwards -- MoM, racecar)]]></description>
     <link><![CDATA[http://www.snippetcenter.org/de/new-palindrome-s1818.aspx]]></link>
</item>

<item>
     <title><![CDATA[A XML file hash generator]]></title>
     <guid><![CDATA[http://www.snippetcenter.org/de/a-xml-file-hash-generator-s1813.aspx]]></guid>
     <pubDate>Mon, 15 May 2006 10:21:00 GMT</pubDate>
     <description><![CDATA[This Snippet generates a sha hash for a given XML file...The Order of a single element is NOT important for this tool, the content is.eg.:&lt;a&gt;    &lt;b/&gt;    &lt;c/&gt;&lt;/a&gt;will produce the same hash as &lt;a&gt;    &lt;c/&gt;    &lt;b/&gt;&lt;/a&gt;the order of attributes is'n importent as well.Whitespace will be XML-conform ignored.]]></description>
     <link><![CDATA[http://www.snippetcenter.org/de/a-xml-file-hash-generator-s1813.aspx]]></link>
</item>



</channel>
</rss>
