<?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/tricks</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 18 May 2013 20:04:17 GMT</pubDate>
<item>
<title>(CSS) CSS text shadows and border rounding - skopp</title>
<link>http://snipplr.com/view/66943/css-text-shadows-and-border-rounding/</link>
<description><![CDATA[ <p>1. Adding shadow to text – text-shadow
Helps make your text stand out from the rest.
2. border image rounding</p> ]]></description>
<pubDate>Wed, 29 Aug 2012 22:51:33 GMT</pubDate>
<guid>http://snipplr.com/view/66943/css-text-shadows-and-border-rounding/</guid>
</item>
<item>
<title>(Bash) bash: how to start a service and wait until it\'s up - noah</title>
<link>http://snipplr.com/view/43113/bash-how-to-start-a-service-and-wait-until-its-up/</link>
<description><![CDATA[ <p>Sometimes you need to start a service that takes a while to spin up.

Solr and Selenium-RC Server, for instance, can be unavailable for several seconds after the command to start them is issued.

Using Netcat, it's easy to poll-and-wait until a newly-started service begins listening on its proper port.</p> ]]></description>
<pubDate>Thu, 28 Oct 2010 14:02:26 GMT</pubDate>
<guid>http://snipplr.com/view/43113/bash-how-to-start-a-service-and-wait-until-its-up/</guid>
</item>
<item>
<title>(SVN) Limit the depth of an SVN checkout - noah</title>
<link>http://snipplr.com/view/19440/limit-the-depth-of-an-svn-checkout/</link>
<description><![CDATA[ <p>*Version Control With Subversion,* 2d Ed., p71

Sparse trees are useful when you only want to check out the contents of some branches, from the `branches/` directory, but you don't want to change the structure of the repo.  Just set the checkout depth of the branches you don't want, to `empty`.  Then they'll remain empty in the working copy.

This only affects the working copy, not the repository itself.  That is, this is only visible to you, and only affects your local machine.</p> ]]></description>
<pubDate>Wed, 09 Sep 2009 12:57:45 GMT</pubDate>
<guid>http://snipplr.com/view/19440/limit-the-depth-of-an-svn-checkout/</guid>
</item>
<item>
<title>(Other) Way to specify the width of an element as percentage pixels - johnloy</title>
<link>http://snipplr.com/view/14344/way-to-specify-the-width-of-an-element-as-percentage-pixels/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 23 Apr 2009 17:07:12 GMT</pubDate>
<guid>http://snipplr.com/view/14344/way-to-specify-the-width-of-an-element-as-percentage-pixels/</guid>
</item>
<item>
<title>(Ruby) How to find the path to the script that is currently executing - noah</title>
<link>http://snipplr.com/view/11032/how-to-find-the-path-to-the-script-that-is-currently-executing/</link>
<description><![CDATA[ <p>I just realized this kind of  regex operation is done with slice in Ruby.  In Perl that would be 

    print 'path/to/file' =~ m{(.*/)};</p> ]]></description>
<pubDate>Fri, 09 Jan 2009 09:12:14 GMT</pubDate>
<guid>http://snipplr.com/view/11032/how-to-find-the-path-to-the-script-that-is-currently-executing/</guid>
</item>
<item>
<title>(JavaScript) Describe Jira Task bookmarklet - noah</title>
<link>http://snipplr.com/view/10133/describe-jira-task-bookmarklet/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 28 Nov 2008 11:59:05 GMT</pubDate>
<guid>http://snipplr.com/view/10133/describe-jira-task-bookmarklet/</guid>
</item>
<item>
<title>(Bash) clipboard commands for OSX - noah</title>
<link>http://snipplr.com/view/3350/clipboard-commands-for-osx/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 23 Jul 2007 11:44:20 GMT</pubDate>
<guid>http://snipplr.com/view/3350/clipboard-commands-for-osx/</guid>
</item>
<item>
<title>(Perl) search and replace across multiple files with Perl - noah</title>
<link>http://snipplr.com/view/3145/search-and-replace-across-multiple-files-with-perl/</link>
<description><![CDATA[ <p>A couple of useful snippets from an article I found at Perl.com

**Perl search-and-replace on the command line.**

All of these should be usable under Cygwin as well.  But remember that bash wants single-quoted strings but MS-DOS shell wants strings to be double-quoted.</p> ]]></description>
<pubDate>Wed, 04 Jul 2007 20:00:52 GMT</pubDate>
<guid>http://snipplr.com/view/3145/search-and-replace-across-multiple-files-with-perl/</guid>
</item>
</channel>
</rss>