<?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/x</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 18 Jun 2013 15:01:40 GMT</pubDate>
<item>
<title>(Bash) Add spaces to Mac OS dock - klagraff</title>
<link>http://snipplr.com/view/67313/add-spaces-to-mac-os-dock/</link>
<description><![CDATA[ <p>Add the first line in terminal and press return.

Add second line in terminal press return to refresh the dock</p> ]]></description>
<pubDate>Sat, 22 Sep 2012 02:46:34 GMT</pubDate>
<guid>http://snipplr.com/view/67313/add-spaces-to-mac-os-dock/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Get Point Using Polar Co-ordinates - adrianparr</title>
<link>http://snipplr.com/view/60222/as3-get-point-using-polar-coordinates/</link>
<description><![CDATA[ <p>This function returns a point object based upon the position, angle and distance of a starting point (polar co-ordinates).</p> ]]></description>
<pubDate>Thu, 27 Oct 2011 01:10:07 GMT</pubDate>
<guid>http://snipplr.com/view/60222/as3-get-point-using-polar-coordinates/</guid>
</item>
<item>
<title>(JavaScript) JavaScript to Standard Form converter (times 10^x) - Jellybean732</title>
<link>http://snipplr.com/view/58775/javascript-to-standard-form-converter-times-10x/</link>
<description><![CDATA[ <p>Use this to convert JavaScript numbers to official scientific standard form (e.g. 1.54 &amp;times; 10^3)
Uses HTML &amp;lt;sup&amp;gt; tags and &amp;times; symbol

Example:
var number = 4.223e20;
var stnd = standardForm(number);
// stnd = 4.223 x 10^20</p> ]]></description>
<pubDate>Sun, 18 Sep 2011 22:46:05 GMT</pubDate>
<guid>http://snipplr.com/view/58775/javascript-to-standard-form-converter-times-10x/</guid>
</item>
<item>
<title>(Bash) Launch a program individually with X thanks to .xinitrc - crackiron</title>
<link>http://snipplr.com/view/58445/launch-a-program-individually-with-x-thanks-to-xinitrc/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 05 Sep 2011 08:19:52 GMT</pubDate>
<guid>http://snipplr.com/view/58445/launch-a-program-individually-with-x-thanks-to-xinitrc/</guid>
</item>
<item>
<title>(Bash) Apple Compressor Command Line Batch Submission - sq1labs</title>
<link>http://snipplr.com/view/57782/apple-compressor-command-line-batch-submission/</link>
<description><![CDATA[ <p>cd into sourcepath directory and then run command. destpath must have same tree structure as sourcepath
 
Crawls a directory and submits all .mov files encountered to Compressor command line, needs same tree structure at destination (Compressor 4) - example is prores hq setting</p> ]]></description>
<pubDate>Fri, 12 Aug 2011 12:43:24 GMT</pubDate>
<guid>http://snipplr.com/view/57782/apple-compressor-command-line-batch-submission/</guid>
</item>
<item>
<title>(Bash) Start an XWindows session on Mac OSX - noah</title>
<link>http://snipplr.com/view/51238/start-an-xwindows-session-on-mac-osx/</link>
<description><![CDATA[ <p>The key is to give your SSH client the *-Y* option, which enables X11 forwarding.  Without that, [the magic won't work.](http://www.youtube.com/watch?v=uLso0ZBqOi4)

Run these commands on Mac, from the [X11 Shell](http://developer.apple.com/opensource/tools/x11.html).</p> ]]></description>
<pubDate>Tue, 29 Mar 2011 13:41:33 GMT</pubDate>
<guid>http://snipplr.com/view/51238/start-an-xwindows-session-on-mac-osx/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 Center one DisplayObject relative to another - adrianparr</title>
<link>http://snipplr.com/view/46496/as3-center-one-displayobject-relative-to-another/</link>
<description><![CDATA[ <p>Taken from Christian Cantrell's Adobe article called 'Authoring mobile Flash content for multiple screen sizes'.</p> ]]></description>
<pubDate>Wed, 05 Jan 2011 01:06:18 GMT</pubDate>
<guid>http://snipplr.com/view/46496/as3-center-one-displayobject-relative-to-another/</guid>
</item>
<item>
<title>(Bash) Fix textmate bundles after snow leopard upgrade - stayce</title>
<link>http://snipplr.com/view/40934/fix-textmate-bundles-after-snow-leopard-upgrade/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 23 Sep 2010 05:37:24 GMT</pubDate>
<guid>http://snipplr.com/view/40934/fix-textmate-bundles-after-snow-leopard-upgrade/</guid>
</item>
<item>
<title>(Bash) OSX: Quick Look From the Command Line - gotofritz</title>
<link>http://snipplr.com/view/38627/osx-quick-look-from-the-command-line/</link>
<description><![CDATA[ <p>Quick Look is the little window you get in Finder when you select a file and press the space bar. You can get the same from the command line with the following command (-p is a full window, -t is a thumbnail). You can even output it to a file with the -o option</p> ]]></description>
<pubDate>Fri, 06 Aug 2010 21:00:13 GMT</pubDate>
<guid>http://snipplr.com/view/38627/osx-quick-look-from-the-command-line/</guid>
</item>
<item>
<title>(ActionScript 3) AS3 LocalToGlobal Example - adrianparr</title>
<link>http://snipplr.com/view/38364/as3-localtoglobal-example/</link>
<description><![CDATA[ <p>This demonstrates how to use localToGlobal in AS3.</p> ]]></description>
<pubDate>Wed, 04 Aug 2010 22:29:35 GMT</pubDate>
<guid>http://snipplr.com/view/38364/as3-localtoglobal-example/</guid>
</item>
<item>
<title>(AppleScript) Toggle VPN Connection - iloveitaly</title>
<link>http://snipplr.com/view/36665/toggle-vpn-connection/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 04 Jul 2010 05:18:29 GMT</pubDate>
<guid>http://snipplr.com/view/36665/toggle-vpn-connection/</guid>
</item>
<item>
<title>(Bash) Relative to Absolute Path Conversion - iloveitaly</title>
<link>http://snipplr.com/view/34401/relative-to-absolute-path-conversion/</link>
<description><![CDATA[ <p>the os x version of realpath works differently than the linux version; the following allows you to attain the same functionality in a shell on os x as `readlink -f $0` on a standard linux dist.</p> ]]></description>
<pubDate>Thu, 13 May 2010 09:15:59 GMT</pubDate>
<guid>http://snipplr.com/view/34401/relative-to-absolute-path-conversion/</guid>
</item>
<item>
<title>(Other) OS X PHP Download &amp;amp; Compile - iloveitaly</title>
<link>http://snipplr.com/view/34164/os-x-php-download--compile/</link>
<description><![CDATA[ <p>This is the most updated version of my os x php compile script</p> ]]></description>
<pubDate>Mon, 10 May 2010 16:03:12 GMT</pubDate>
<guid>http://snipplr.com/view/34164/os-x-php-download--compile/</guid>
</item>
<item>
<title>(Bash) using top on Snow Leopard - obi</title>
<link>http://snipplr.com/view/29094/using-top-on-snow-leopard/</link>
<description><![CDATA[ <p>more tips available; see link</p> ]]></description>
<pubDate>Mon, 01 Mar 2010 22:49:30 GMT</pubDate>
<guid>http://snipplr.com/view/29094/using-top-on-snow-leopard/</guid>
</item>
<item>
<title>(Bash) Mimic Finder's "Create Archive" Functionality - iloveitaly</title>
<link>http://snipplr.com/view/26518/mimic-finders-create-archive-functionality/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 15 Jan 2010 14:03:31 GMT</pubDate>
<guid>http://snipplr.com/view/26518/mimic-finders-create-archive-functionality/</guid>
</item>
<item>
<title>(Python) psbit.py - display apps that are either 32-bit or 64-bit - hrbrmstr</title>
<link>http://snipplr.com/view/24726/psbitpy--display-apps-that-are-either-32bit-or-64bit/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 13 Dec 2009 21:40:27 GMT</pubDate>
<guid>http://snipplr.com/view/24726/psbitpy--display-apps-that-are-either-32bit-or-64bit/</guid>
</item>
<item>
<title>(C) Check If Active Console / GUI User - iloveitaly</title>
<link>http://snipplr.com/view/24232/check-if-active-console--gui-user/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 03 Dec 2009 21:28:28 GMT</pubDate>
<guid>http://snipplr.com/view/24232/check-if-active-console--gui-user/</guid>
</item>
<item>
<title>(Bash) how to start mysql under mac os x - yakafokon</title>
<link>http://snipplr.com/view/22522/how-to-start-mysql-under-mac-os-x/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 04 Nov 2009 18:02:03 GMT</pubDate>
<guid>http://snipplr.com/view/22522/how-to-start-mysql-under-mac-os-x/</guid>
</item>
<item>
<title>(Bash) Get / set X windows selection from shell - deepsoul</title>
<link>http://snipplr.com/view/18031/get--set-x-windows-selection-from-shell/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 07 Aug 2009 13:09:40 GMT</pubDate>
<guid>http://snipplr.com/view/18031/get--set-x-windows-selection-from-shell/</guid>
</item>
<item>
<title>(Bash) Set display to standby from shell script - deepsoul</title>
<link>http://snipplr.com/view/17815/set-display-to-standby-from-shell-script/</link>
<description><![CDATA[ <p>Use the following command to blank your screen and save power:</p> ]]></description>
<pubDate>Sun, 02 Aug 2009 18:18:38 GMT</pubDate>
<guid>http://snipplr.com/view/17815/set-display-to-standby-from-shell-script/</guid>
</item>
</channel>
</rss>