<?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/osx</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 00:03:01 GMT</pubDate>
<item>
<title>(Python) Synesthor Thinks (get a color from colorrrs.com) - nerdfiles</title>
<link>http://snipplr.com/view/69762/synesthor-thinks-get-a-color-from-colorrrscom/</link>
<description><![CDATA[ <p>alias synesthor_thinks="py /Users/nerdfiles/Tools/colorrrs/colorrrs.py | pbcopy"</p> ]]></description>
<pubDate>Sat, 02 Feb 2013 08:18:26 GMT</pubDate>
<guid>http://snipplr.com/view/69762/synesthor-thinks-get-a-color-from-colorrrscom/</guid>
</item>
<item>
<title>(Objective C) Bring Application to Front - mirage3d</title>
<link>http://snipplr.com/view/61843/bring-application-to-front/</link>
<description><![CDATA[ <p>Bring an application to front to gain focus.</p> ]]></description>
<pubDate>Tue, 13 Dec 2011 18:36:24 GMT</pubDate>
<guid>http://snipplr.com/view/61843/bring-application-to-front/</guid>
</item>
<item>
<title>(Bash) Convert Apple .plist file to from XML / binary - stiobhart</title>
<link>http://snipplr.com/view/60213/convert-apple-plist-file-to-from-xml--binary/</link>
<description><![CDATA[ <p>A pair of handy terminal commands for converting Apple .plist preference files from binary to XML format [allowing for easy editing with a text editor] and then back to binary again, afterwards.</p> ]]></description>
<pubDate>Wed, 26 Oct 2011 19:30:16 GMT</pubDate>
<guid>http://snipplr.com/view/60213/convert-apple-plist-file-to-from-xml--binary/</guid>
</item>
<item>
<title>(Bash) Delete All .pyc Files in Directory on OSX - tclancy</title>
<link>http://snipplr.com/view/58690/delete-all-pyc-files-in-directory-on-osx/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 15 Sep 2011 04:39:34 GMT</pubDate>
<guid>http://snipplr.com/view/58690/delete-all-pyc-files-in-directory-on-osx/</guid>
</item>
<item>
<title>(Bash) List the keyboard shortcuts for your *nix\'s builtin functions - cczona</title>
<link>http://snipplr.com/view/58479/list-the-keyboard-shortcuts-for-your-nixs-builtin-functions/</link>
<description><![CDATA[ <p>See also http://www.gnu.org/software/bash/manual/bashref.html#Bindable-Readline-Commands for the standard bindings and more detailed explanation of what they do.</p> ]]></description>
<pubDate>Wed, 07 Sep 2011 07:34:29 GMT</pubDate>
<guid>http://snipplr.com/view/58479/list-the-keyboard-shortcuts-for-your-nixs-builtin-functions/</guid>
</item>
<item>
<title>(Other) Studentenwerk Potsdam: Wohnheim-WLAN VPN Verbindung herstellen (OSX) - abstraktor</title>
<link>http://snipplr.com/view/58474/studentenwerk-potsdam-wohnheimwlan-vpn-verbindung-herstellen-osx/</link>
<description><![CDATA[ <p>getestet mit osx lion</p> ]]></description>
<pubDate>Tue, 06 Sep 2011 22:08:07 GMT</pubDate>
<guid>http://snipplr.com/view/58474/studentenwerk-potsdam-wohnheimwlan-vpn-verbindung-herstellen-osx/</guid>
</item>
<item>
<title>(Bash) Compressing folders in Terminal, excluding .DS_Store files - beneberle</title>
<link>http://snipplr.com/view/58175/compressing-folders-in-terminal-excluding-dsstore-files/</link>
<description><![CDATA[ <p>If you need to zip a directory named folderName and ignore all .DS_Store files, then do the following:</p> ]]></description>
<pubDate>Fri, 26 Aug 2011 04:21:37 GMT</pubDate>
<guid>http://snipplr.com/view/58175/compressing-folders-in-terminal-excluding-dsstore-files/</guid>
</item>
<item>
<title>(Bash) Enable Remote access / Screen Sharing through ssh in OSX - ypmits</title>
<link>http://snipplr.com/view/57171/enable-remote-access--screen-sharing-through-ssh-in-osx/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 27 Jul 2011 03:32:44 GMT</pubDate>
<guid>http://snipplr.com/view/57171/enable-remote-access--screen-sharing-through-ssh-in-osx/</guid>
</item>
<item>
<title>(Other) Terminal: change user - redconservatory</title>
<link>http://snipplr.com/view/56851/terminal-change-user/</link>
<description><![CDATA[ <p>Open Terminal and type the following:</p> ]]></description>
<pubDate>Tue, 19 Jul 2011 07:55:58 GMT</pubDate>
<guid>http://snipplr.com/view/56851/terminal-change-user/</guid>
</item>
<item>
<title>(Objective C) Quickest Way to Shell - Use system() instead of NSTask - zingo</title>
<link>http://snipplr.com/view/56345/quickest-way-to-shell--use-system-instead-of-nstask/</link>
<description><![CDATA[ <p>Cocoa provides NSTask to run subprocesses. It can be used to run shell scripts, but all this manual pipe and file handling is a bit cumbersome. Fortunately, for a simple script, we can use the trusty old system and redirect its result to a file.</p> ]]></description>
<pubDate>Sat, 09 Jul 2011 04:53:37 GMT</pubDate>
<guid>http://snipplr.com/view/56345/quickest-way-to-shell--use-system-instead-of-nstask/</guid>
</item>
<item>
<title>(Objective C) Checking If You App Has Been Run Before - zingo</title>
<link>http://snipplr.com/view/54411/checking-if-you-app-has-been-run-before/</link>
<description><![CDATA[ <p>Do you need you app to do something when it is first run on a certain computer? Do you need to know if it has been run before? Enter the following code into your Application Delegate.

This code creates a BOOL that is created when the app is run. The if-else statement reads the value of the BOOL -- Yes or No. NOTE: You'll notice that if you run the app from xcode with the run button it says "Not run before". When you run it again it still says that. In order to truly test locate you apps Debug .app application then run that. Xcode clears out the data when you run it again. IT DOES WORK though, so don't worry if running you app in Xcode still gives you the Not Run Before result.</p> ]]></description>
<pubDate>Thu, 26 May 2011 14:19:04 GMT</pubDate>
<guid>http://snipplr.com/view/54411/checking-if-you-app-has-been-run-before/</guid>
</item>
<item>
<title>(Bash) Quiet SSH tunnel in OS X - xz</title>
<link>http://snipplr.com/view/53353/quiet-ssh-tunnel-in-os-x/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 11 May 2011 20:31:46 GMT</pubDate>
<guid>http://snipplr.com/view/53353/quiet-ssh-tunnel-in-os-x/</guid>
</item>
<item>
<title>(Bash) Get a list of unique dtrace providers - zingo</title>
<link>http://snipplr.com/view/52340/get-a-list-of-unique-dtrace-providers/</link>
<description><![CDATA[ <p>Get a list of providers for DTrace that OSX supports. (DTrace is a probe/profiling tool created by Sun that came with Mac OS X starting with Leopard.)</p> ]]></description>
<pubDate>Wed, 20 Apr 2011 01:07:45 GMT</pubDate>
<guid>http://snipplr.com/view/52340/get-a-list-of-unique-dtrace-providers/</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>(AppleScript) Apple Mac OSX Plist for better Folder Actions with launchd, launch agents, launchctl - brandonjp</title>
<link>http://snipplr.com/view/49114/apple-mac-osx-plist-for-better-folder-actions-with-launchd-launch-agents-launchctl/</link>
<description><![CDATA[ <p>Stolen from  stetho -- All thanks to him  --   Now, about your folder actions… http://bit.ly/fW9ExM</p> ]]></description>
<pubDate>Thu, 17 Feb 2011 04:25:36 GMT</pubDate>
<guid>http://snipplr.com/view/49114/apple-mac-osx-plist-for-better-folder-actions-with-launchd-launch-agents-launchctl/</guid>
</item>
<item>
<title>(Bash) fix Library not loaded: libmysqlclient.16.dylib (LoadError) - timvdeijnden</title>
<link>http://snipplr.com/view/48181/fix-library-not-loaded-libmysqlclient16dylib-loaderror/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 01 Feb 2011 07:47:47 GMT</pubDate>
<guid>http://snipplr.com/view/48181/fix-library-not-loaded-libmysqlclient16dylib-loaderror/</guid>
</item>
<item>
<title>(Ruby) OSX service to shorten URLs - insanedreamer</title>
<link>http://snipplr.com/view/48085/osx-service-to-shorten-urls/</link>
<description><![CDATA[ <p>Place script into Automator (select "Run Shell Script" choose /usr/bin/ruby as the shell).

You'll need to create a bit.ly account which will give you your API key for authentication.</p> ]]></description>
<pubDate>Sat, 29 Jan 2011 14:45:52 GMT</pubDate>
<guid>http://snipplr.com/view/48085/osx-service-to-shorten-urls/</guid>
</item>
<item>
<title>(Bash) Run Google Chrome with additional arguments settings under OSX - nonlinearsound</title>
<link>http://snipplr.com/view/45422/run-google-chrome-with-additional-arguments-settings-under-osx/</link>
<description><![CDATA[ <p>If you want to run Google Chrome with additional program arguments under OSX, one way, is to use "open" and its --args argument.

Use it to start Chrome with the --allow-file-access-from-files setting (or any other).

Create a link to it to run it faster next time.</p> ]]></description>
<pubDate>Wed, 08 Dec 2010 04:26:34 GMT</pubDate>
<guid>http://snipplr.com/view/45422/run-google-chrome-with-additional-arguments-settings-under-osx/</guid>
</item>
<item>
<title>(Bash) Desktop Supersort - austinhappel</title>
<link>http://snipplr.com/view/43598/desktop-supersort/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 05 Nov 2010 04:31:54 GMT</pubDate>
<guid>http://snipplr.com/view/43598/desktop-supersort/</guid>
</item>
<item>
<title>(Bash) iTunes hidden settings - terminal tweaks - beneberle</title>
<link>http://snipplr.com/view/42387/itunes-hidden-settings--terminal-tweaks/</link>
<description><![CDATA[ <p>Big ups to Tom Gidden for this one. If you\'re not all that happy about some of the changes in iTunes 10, or if you\'d rather look through your own library instead of the itunes store, give these a try.</p> ]]></description>
<pubDate>Sat, 16 Oct 2010 07:29:41 GMT</pubDate>
<guid>http://snipplr.com/view/42387/itunes-hidden-settings--terminal-tweaks/</guid>
</item>
</channel>
</rss>