<?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/mac</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 18 Jun 2013 16:00:46 GMT</pubDate>
<item>
<title>(Python) Get ARP MAC from IP address - someguy123</title>
<link>http://snipplr.com/view/70832/get-arp-mac-from-ip-address/</link>
<description><![CDATA[ <p>This can be used to get arp mac address from a ip address. Remember that MAC addresses are in arp tables (volatile), that's why a ping is done first. But i don't know if timing between ping call and arp call is enought to make sense (of pinging).</p> ]]></description>
<pubDate>Thu, 18 Apr 2013 00:18:10 GMT</pubDate>
<guid>http://snipplr.com/view/70832/get-arp-mac-from-ip-address/</guid>
</item>
<item>
<title>(LaTeX) Free iTunes Gift Card Generator Download - marthagrayexx</title>
<link>http://snipplr.com/view/70334/free-itunes-gift-card-generator-download/</link>
<description><![CDATA[ <p>It is a shooting game created and developed by EA Digital Illusions CE, initial installment from the game in 2005, and because then 12 effective installments happen to be resealed and became an international hit. It is essentially a sci-fi game produced maintaining the children of America in thoughts, but children all through the globe loves it and dies to obtain the Battlefield three CD Important. The CD key for Battlefield three can effortlessly be obtained on-line as there's a vast selection of gaming websites are floating in WWW.</p> ]]></description>
<pubDate>Sun, 10 Mar 2013 07:27:30 GMT</pubDate>
<guid>http://snipplr.com/view/70334/free-itunes-gift-card-generator-download/</guid>
</item>
<item>
<title>(Bash) sed replace in Mac OS X - ef</title>
<link>http://snipplr.com/view/69891/sed-replace-in-mac-os-x/</link>
<description><![CDATA[ <p>Replaces string 'sth' with 'sth-new' in all files in current directory.</p> ]]></description>
<pubDate>Tue, 12 Feb 2013 03:02:54 GMT</pubDate>
<guid>http://snipplr.com/view/69891/sed-replace-in-mac-os-x/</guid>
</item>
<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>(Other) ePUB Zip Terminal - page_lab</title>
<link>http://snipplr.com/view/65636/epub-zip-terminal/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 15 Jun 2012 07:38:46 GMT</pubDate>
<guid>http://snipplr.com/view/65636/epub-zip-terminal/</guid>
</item>
<item>
<title>(Perl) BBEdit text filter - increment value by one - page_lab</title>
<link>http://snipplr.com/view/64990/bbedit-text-filter--increment-value-by-one/</link>
<description><![CDATA[ <p>Text filter to increment numbers by one with regex in BBEdit (Mac only)</p> ]]></description>
<pubDate>Tue, 22 May 2012 08:49:34 GMT</pubDate>
<guid>http://snipplr.com/view/64990/bbedit-text-filter--increment-value-by-one/</guid>
</item>
<item>
<title>(Bash) Install Pear with XXAMP on Mac - prolutions</title>
<link>http://snipplr.com/view/63376/install-pear-with-xxamp-on-mac/</link>
<description><![CDATA[ <p>Enabling pear on a Mac using XXAMP</p> ]]></description>
<pubDate>Thu, 16 Feb 2012 23:22:35 GMT</pubDate>
<guid>http://snipplr.com/view/63376/install-pear-with-xxamp-on-mac/</guid>
</item>
<item>
<title>(Objective C) Force NSLocalizedString to use a specific language - kajinka13</title>
<link>http://snipplr.com/view/63040/force-nslocalizedstring-to-use-a-specific-language/</link>
<description><![CDATA[ <p>Force NSLocalizedString to use a specific language</p> ]]></description>
<pubDate>Sat, 04 Feb 2012 00:55:52 GMT</pubDate>
<guid>http://snipplr.com/view/63040/force-nslocalizedstring-to-use-a-specific-language/</guid>
</item>
<item>
<title>(Objective C) Change Color of NSButton - mirage3d</title>
<link>http://snipplr.com/view/62017/change-color-of-nsbutton/</link>
<description><![CDATA[ <p>A Modular method to set new text with color of an NSButton. Thanks go to the owner of this code - RayNewbie - in the Apple discussion forum.</p> ]]></description>
<pubDate>Tue, 20 Dec 2011 20:15:17 GMT</pubDate>
<guid>http://snipplr.com/view/62017/change-color-of-nsbutton/</guid>
</item>
<item>
<title>(Objective C) Clear all objects from an entity - mirage3d</title>
<link>http://snipplr.com/view/61987/clear-all-objects-from-an-entity/</link>
<description><![CDATA[ <p>How do you delete all objects in an entity in Core Data? It's not as simple or straightforward as it is in SQL/SQLite. here's one reasonably quick way...

taken from stackoverflow</p> ]]></description>
<pubDate>Mon, 19 Dec 2011 21:29:32 GMT</pubDate>
<guid>http://snipplr.com/view/61987/clear-all-objects-from-an-entity/</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) Show Hidden Files in Mac Finder - BFTrick</title>
<link>http://snipplr.com/view/59652/show-hidden-files-in-mac-finder/</link>
<description><![CDATA[ <p>Open up your terminal and type in the following commands to show hidden files (such as a .htaccess file).</p> ]]></description>
<pubDate>Wed, 12 Oct 2011 01:36:56 GMT</pubDate>
<guid>http://snipplr.com/view/59652/show-hidden-files-in-mac-finder/</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>(AppleScript) Prevent TextMate from writing ._  files on a Mac - Meander365</title>
<link>http://snipplr.com/view/58581/prevent-textmate-from-writing---files-on-a-mac/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sat, 10 Sep 2011 07:27:34 GMT</pubDate>
<guid>http://snipplr.com/view/58581/prevent-textmate-from-writing---files-on-a-mac/</guid>
</item>
<item>
<title>(PHP) Find mac address - mariraj</title>
<link>http://snipplr.com/view/58523/find-mac-address/</link>
<description><![CDATA[ <p>find a mac address using php</p> ]]></description>
<pubDate>Thu, 08 Sep 2011 22:56:16 GMT</pubDate>
<guid>http://snipplr.com/view/58523/find-mac-address/</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>(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>(Bash) Convert file encoding on Mac - a1ias</title>
<link>http://snipplr.com/view/56488/convert-file-encoding-on-mac/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 13 Jul 2011 00:15:50 GMT</pubDate>
<guid>http://snipplr.com/view/56488/convert-file-encoding-on-mac/</guid>
</item>
<item>
<title>(Bash) Generate Random MAC Address - james0rion</title>
<link>http://snipplr.com/view/55531/generate-random-mac-address/</link>
<description><![CDATA[ <p>This can be used to generate a random MAC address which can be used for spoofing or other purposes.</p> ]]></description>
<pubDate>Tue, 21 Jun 2011 13:02:35 GMT</pubDate>
<guid>http://snipplr.com/view/55531/generate-random-mac-address/</guid>
</item>
<item>
<title>(Bash) Purge inactive memory in Mac - julioantuneztarin</title>
<link>http://snipplr.com/view/55380/purge-inactive-memory-in-mac/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 17 Jun 2011 11:21:52 GMT</pubDate>
<guid>http://snipplr.com/view/55380/purge-inactive-memory-in-mac/</guid>
</item>
</channel>
</rss>