<?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/tags/manager</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 13:22:52 GMT</pubDate>
<item>
<title>(Python) Python simple thread manager - ytech</title>
<link>http://snipplr.com/view/68634/python-simple-thread-manager/</link>
<description><![CDATA[ <p>A python static class that handles simple thread management.</p> ]]></description>
<pubDate>Sun, 18 Nov 2012 08:55:20 GMT</pubDate>
<guid>http://snipplr.com/view/68634/python-simple-thread-manager/</guid>
</item>
<item>
<title>(PHP) WordPress Links Manager - Display a random link from a category - crypticsoft</title>
<link>http://snipplr.com/view/64494/wordpress-links-manager--display-a-random-link-from-a-category/</link>
<description><![CDATA[ <p>Sometimes you just want a random link to display and outside of the default format, this works perfectly and removes all default html (list items / headings).</p> ]]></description>
<pubDate>Wed, 11 Apr 2012 04:08:22 GMT</pubDate>
<guid>http://snipplr.com/view/64494/wordpress-links-manager--display-a-random-link-from-a-category/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Shared Object Manager - adrianparr</title>
<link>http://snipplr.com/view/47550/as3-shared-object-manager/</link>
<description><![CDATA[ <p>Credit for this goes to Terry Paton</p> ]]></description>
<pubDate>Thu, 20 Jan 2011 02:21:20 GMT</pubDate>
<guid>http://snipplr.com/view/47550/as3-shared-object-manager/</guid>
</item>
<item>
<title>(PHP) Cookie Class - mscribellito</title>
<link>http://snipplr.com/view/46267/cookie-class/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 30 Dec 2010 01:22:07 GMT</pubDate>
<guid>http://snipplr.com/view/46267/cookie-class/</guid>
</item>
<item>
<title>(JavaScript) Extjs - how to select a row in a grid with a right-mouse click - jvandemerwe</title>
<link>http://snipplr.com/view/42520/extjs--how-to-select-a-row-in-a-grid-with-a-rightmouse-click/</link>
<description><![CDATA[ <p>This refers to Ext JS version 3 !</p> ]]></description>
<pubDate>Tue, 19 Oct 2010 06:11:19 GMT</pubDate>
<guid>http://snipplr.com/view/42520/extjs--how-to-select-a-row-in-a-grid-with-a-rightmouse-click/</guid>
</item>
<item>
<title>(ASP) sharepoint master page script link - rumremix</title>
<link>http://snipplr.com/view/39197/sharepoint-master-page-script-link/</link>
<description><![CDATA[ <p> must be placed inside a form tag with runat=server, that is, beneath

&amp;lt;form&amp;gt;</p> ]]></description>
<pubDate>Wed, 18 Aug 2010 03:18:54 GMT</pubDate>
<guid>http://snipplr.com/view/39197/sharepoint-master-page-script-link/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 File Reference Manager Class using the File Reference API - alvincrespo</title>
<link>http://snipplr.com/view/28887/as3-file-reference-manager-class-using-the-file-reference-api/</link>
<description><![CDATA[ <p>Based on the following references:

http://not-equal.blogspot.com/2006/08/upload-file-as3-php.html     

http://www.thedanosphere.com/?p=76    

I created a simple file manager class that I will be extending in the near future for an AIR App I will also be releasing. If you have more that could be added, let me know and I would be glad to make modifications. Enjoy my fellow actionscriptrs!</p> ]]></description>
<pubDate>Thu, 25 Feb 2010 00:54:31 GMT</pubDate>
<guid>http://snipplr.com/view/28887/as3-file-reference-manager-class-using-the-file-reference-api/</guid>
</item>
<item>
<title>(ActionScript 3) Sound Manager Class - alvincrespo</title>
<link>http://snipplr.com/view/28222/sound-manager-class/</link>
<description><![CDATA[ <p>This is a sound manager class for a small project I've been working on for the past two days. Nothing really major or new, but just some simple functionality including play/stop/forward/previous functions that may help prove useful to someone. If you have any recommendations for improving this, I would love to hear about it. Thanks!</p> ]]></description>
<pubDate>Fri, 12 Feb 2010 02:39:25 GMT</pubDate>
<guid>http://snipplr.com/view/28222/sound-manager-class/</guid>
</item>
<item>
<title>(Objective C) User location - rabc</title>
<link>http://snipplr.com/view/24669/user-location/</link>
<description><![CDATA[ <p>Search the user location and sets the administrativeArea</p> ]]></description>
<pubDate>Sat, 12 Dec 2009 14:23:49 GMT</pubDate>
<guid>http://snipplr.com/view/24669/user-location/</guid>
</item>
<item>
<title>(SAS) SAS Display Manager Commands - sarathannapareddy</title>
<link>http://snipplr.com/view/23940/sas-display-manager-commands/</link>
<description><![CDATA[ <p>In my view, Display Manager commands didn’t get much attention of SAS programmers as they should be. It may be because...

1) SAS Documentation has very little information about how to use this facility.
2) Even Google searches aren’t helpful enough. 

Here are the list of Display Manager Commands I know…


Read more: http://studysas.blogspot.com/2009/11/sas-display-manager-commands.html</p> ]]></description>
<pubDate>Mon, 30 Nov 2009 20:09:17 GMT</pubDate>
<guid>http://snipplr.com/view/23940/sas-display-manager-commands/</guid>
</item>
<item>
<title>(Python) Manager for multiple database connections - rix</title>
<link>http://snipplr.com/view/17982/manager-for-multiple-database-connections/</link>
<description><![CDATA[ <p>A Django model manager capable of using different database connections.

Inspired by:

  * [Eric Florenzano](http://www.eflorenzano.com/blog/post/easy-multi-database-support-django/)
  * [Kenneth Falck](http://kfalck.net/2009/07/01/multiple-databases-and-sharding-with-django)

There's a more detailed version in Portuguese in my blog:
[Manager para diferentes conexões de banco no Django](http://ricobl.wordpress.com/2009/08/06/manager-para-diferentes-conexoes-de-banco-no-django/)</p> ]]></description>
<pubDate>Thu, 06 Aug 2009 20:42:12 GMT</pubDate>
<guid>http://snipplr.com/view/17982/manager-for-multiple-database-connections/</guid>
</item>
<item>
<title>(ActionScript 3) アップデート用 as - u961091</title>
<link>http://snipplr.com/view/9154/-as/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 21 Oct 2008 05:20:33 GMT</pubDate>
<guid>http://snipplr.com/view/9154/-as/</guid>
</item>
<item>
<title>(Ruby) Update RubyGems to the latest version (how to upgrade the gem command) - noah</title>
<link>http://snipplr.com/view/9127/update-rubygems-to-the-latest-version-how-to-upgrade-the-gem-command/</link>
<description><![CDATA[ <p>This command tells RubyGems to upgrade _itself_ to the latest version of RubyGems.

**Updated 2010** on modern RubyGems, all you have to do is 

     gem update --system

and you are set.  Then you can say `gem update` to get the latest versions of installed gems.

The rest of this post will be left intact for historical purposes.

## If you were going to read the documentation&amp;hellip;

&amp;hellip;then remove `--no-rdoc` and/or `--no-ri`.

## If you also want to update all installed gems&amp;hellip;

&amp;hellip;then just say `sudo gem update`</p> ]]></description>
<pubDate>Mon, 20 Oct 2008 12:02:19 GMT</pubDate>
<guid>http://snipplr.com/view/9127/update-rubygems-to-the-latest-version-how-to-upgrade-the-gem-command/</guid>
</item>
<item>
<title>(C++) C - create Process Daemon - whitetiger</title>
<link>http://snipplr.com/view/1629/c--create-process-daemon/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 09 Nov 2006 23:55:41 GMT</pubDate>
<guid>http://snipplr.com/view/1629/c--create-process-daemon/</guid>
</item>
<item>
<title>(C++) C - Example Buffer OverFlow - whitetiger</title>
<link>http://snipplr.com/view/1580/c--example-buffer-overflow/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 09 Nov 2006 23:54:43 GMT</pubDate>
<guid>http://snipplr.com/view/1580/c--example-buffer-overflow/</guid>
</item>
</channel>
</rss>