<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr - manatlan</title>
<link>http://snipplr.com/users/manatlan</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 12:39:47 GMT</pubDate>
<item>
<title>(Python) python: console make text color/bold</title>
<link>http://snipplr.com/view/30505/python-console-make-text-colorbold/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 30 Mar 2010 04:27:02 GMT</pubDate>
<guid>http://snipplr.com/view/30505/python-console-make-text-colorbold/</guid>
</item>
<item>
<title>(Python) python, simplest ini/config container (with folder in xdg_config_home)</title>
<link>http://snipplr.com/view/27573/python-simplest-iniconfig-container-with-folder-in-xdgconfighome/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 02 Feb 2010 15:50:58 GMT</pubDate>
<guid>http://snipplr.com/view/27573/python-simplest-iniconfig-container-with-folder-in-xdgconfighome/</guid>
</item>
<item>
<title>(Python) Simplest wsgi middleware to control access with a form/cookie</title>
<link>http://snipplr.com/view/26802/simplest-wsgi-middleware-to-control-access-with-a-formcookie/</link>
<description><![CDATA[ <p>Not very secure, but very handy ...
Use like that :

    app = your_wsgi_app()
    app = ControlAccess( app, "your_password")
    httpserve( app ) # wsgi server</p> ]]></description>
<pubDate>Thu, 21 Jan 2010 05:33:46 GMT</pubDate>
<guid>http://snipplr.com/view/26802/simplest-wsgi-middleware-to-control-access-with-a-formcookie/</guid>
</item>
<item>
<title>(Python) python web with bottle and session (beaker)</title>
<link>http://snipplr.com/view/26459/python-web-with-bottle-and-session-beaker/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 14 Jan 2010 09:47:23 GMT</pubDate>
<guid>http://snipplr.com/view/26459/python-web-with-bottle-and-session-beaker/</guid>
</item>
<item>
<title>(Python) python web with bottle</title>
<link>http://snipplr.com/view/22778/python-web-with-bottle/</link>
<description><![CDATA[ <p>**work in progress**</p> ]]></description>
<pubDate>Mon, 09 Nov 2009 05:57:03 GMT</pubDate>
<guid>http://snipplr.com/view/22778/python-web-with-bottle/</guid>
</item>
<item>
<title>(Python) python command line with optparse</title>
<link>http://snipplr.com/view/22149/python-command-line-with-optparse/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 30 Oct 2009 05:16:36 GMT</pubDate>
<guid>http://snipplr.com/view/22149/python-command-line-with-optparse/</guid>
</item>
<item>
<title>(Python) Python unittests : turning old tests in unittest cases</title>
<link>http://snipplr.com/view/21565/python-unittests--turning-old-tests-in-unittest-cases/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 21 Oct 2009 11:24:12 GMT</pubDate>
<guid>http://snipplr.com/view/21565/python-unittests--turning-old-tests-in-unittest-cases/</guid>
</item>
<item>
<title>(Python) Python unittests with assert statement (with exceptions catching)</title>
<link>http://snipplr.com/view/21564/python-unittests-with-assert-statement-with-exceptions-catching/</link>
<description><![CDATA[ <p>method 'E' (in fact a decorator) catch the execption and return it, so it's possible to use the good old assert statement.</p> ]]></description>
<pubDate>Wed, 21 Oct 2009 10:55:51 GMT</pubDate>
<guid>http://snipplr.com/view/21564/python-unittests-with-assert-statement-with-exceptions-catching/</guid>
</item>
<item>
<title>(Python) Python unittests</title>
<link>http://snipplr.com/view/21560/python-unittests/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 21 Oct 2009 10:35:47 GMT</pubDate>
<guid>http://snipplr.com/view/21560/python-unittests/</guid>
</item>
<item>
<title>(Python) python doctests</title>
<link>http://snipplr.com/view/21559/python-doctests/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 21 Oct 2009 10:34:37 GMT</pubDate>
<guid>http://snipplr.com/view/21559/python-doctests/</guid>
</item>
<item>
<title>(Python) simple lock application with socket / port</title>
<link>http://snipplr.com/view/21487/simple-lock-application-with-socket--port/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 20 Oct 2009 05:23:18 GMT</pubDate>
<guid>http://snipplr.com/view/21487/simple-lock-application-with-socket--port/</guid>
</item>
<item>
<title>(Python) Simplest aeweb</title>
<link>http://snipplr.com/view/20786/simplest-aeweb/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 07 Oct 2009 16:48:11 GMT</pubDate>
<guid>http://snipplr.com/view/20786/simplest-aeweb/</guid>
</item>
<item>
<title>(Python) Create class definitions of properties (typed and ordered) with metaclass</title>
<link>http://snipplr.com/view/20785/create-class-definitions-of-properties-typed-and-ordered-with-metaclass/</link>
<description><![CDATA[ <p>Like Django.models, GAE.db.model or SqlAlchemy definitions</p> ]]></description>
<pubDate>Wed, 07 Oct 2009 16:26:24 GMT</pubDate>
<guid>http://snipplr.com/view/20785/create-class-definitions-of-properties-typed-and-ordered-with-metaclass/</guid>
</item>
<item>
<title>(Textpattern) Scite : insert command output in the editor</title>
<link>http://snipplr.com/view/20553/scite--insert-command-output-in-the-editor/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 01 Oct 2009 16:31:57 GMT</pubDate>
<guid>http://snipplr.com/view/20553/scite--insert-command-output-in-the-editor/</guid>
</item>
<item>
<title>(Python) Simple tk toplevel window</title>
<link>http://snipplr.com/view/20339/simple-tk-toplevel-window/</link>
<description><![CDATA[ <p>with focus() and center() methods</p> ]]></description>
<pubDate>Mon, 28 Sep 2009 05:56:42 GMT</pubDate>
<guid>http://snipplr.com/view/20339/simple-tk-toplevel-window/</guid>
</item>
<item>
<title>(Python) ironpython : create a ConfigurationManager</title>
<link>http://snipplr.com/view/19678/ironpython--create-a-configurationmanager/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 14 Sep 2009 03:32:31 GMT</pubDate>
<guid>http://snipplr.com/view/19678/ironpython--create-a-configurationmanager/</guid>
</item>
<item>
<title>(Python) ironpython : tricks  :  pass arg by ref, generics, get argv</title>
<link>http://snipplr.com/view/19677/ironpython--tricks----pass-arg-by-ref-generics-get-argv/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 14 Sep 2009 03:29:21 GMT</pubDate>
<guid>http://snipplr.com/view/19677/ironpython--tricks----pass-arg-by-ref-generics-get-argv/</guid>
</item>
<item>
<title>(Python) IronPython : show attributs/values of an object</title>
<link>http://snipplr.com/view/19676/ironpython--show-attributsvalues-of-an-object/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 14 Sep 2009 03:25:03 GMT</pubDate>
<guid>http://snipplr.com/view/19676/ironpython--show-attributsvalues-of-an-object/</guid>
</item>
<item>
<title>(Python) IronPython : url request (thru ntlm proxy too)</title>
<link>http://snipplr.com/view/19674/ironpython--url-request-thru-ntlm-proxy-too/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 14 Sep 2009 03:20:43 GMT</pubDate>
<guid>http://snipplr.com/view/19674/ironpython--url-request-thru-ntlm-proxy-too/</guid>
</item>
<item>
<title>(C#) C# tricks : regex, encoding, log, format date</title>
<link>http://snipplr.com/view/19673/c-tricks--regex-encoding-log-format-date/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 14 Sep 2009 03:13:40 GMT</pubDate>
<guid>http://snipplr.com/view/19673/c-tricks--regex-encoding-log-format-date/</guid>
</item>
</channel>
</rss>