<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Coding Pad</title>
	<atom:link href="https://codingpad.maryspad.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://codingpad.maryspad.com</link>
	<description>Programming blog - Discussions, Tutorials, Resources</description>
	<lastBuildDate>Sat, 26 May 2018 15:07:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://codingpad.maryspad.com/wp-content/uploads/2015/06/CP_logo_mod-60x60.jpeg</url>
	<title>The Coding Pad</title>
	<link>https://codingpad.maryspad.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">6924135</site>	<item>
		<title>Installing RWeka Package in R on OS X</title>
		<link>https://codingpad.maryspad.com/2018/05/27/installing-rweka-package-in-r-on-os-x/</link>
					<comments>https://codingpad.maryspad.com/2018/05/27/installing-rweka-package-in-r-on-os-x/#comments</comments>
		
		<dc:creator><![CDATA[mary]]></dc:creator>
		<pubDate>Sat, 26 May 2018 14:26:08 +0000</pubDate>
				<category><![CDATA[Data and Databases]]></category>
		<category><![CDATA[R]]></category>
		<category><![CDATA[RStudio]]></category>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=2391</guid>

					<description><![CDATA[I&#8217;m currently taking a data mining class, and I&#8217;m trying to do as much of the coding in the class using R for practice. We are using Weka 3 which so far is proving to be a pretty neat (FREE) data mining tool.  To meet my goal of improving my R skills while taking this &#8230; <a href="https://codingpad.maryspad.com/2018/05/27/installing-rweka-package-in-r-on-os-x/" class="more-link">Continue reading<span class="screen-reader-text"> "Installing RWeka Package in R on OS X"</span></a>]]></description>
		
					<wfw:commentRss>https://codingpad.maryspad.com/2018/05/27/installing-rweka-package-in-r-on-os-x/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2391</post-id>	</item>
		<item>
		<title>How to Update R and RStudio on Mac OS X</title>
		<link>https://codingpad.maryspad.com/2018/02/26/how-to-update-r-and-rstudio-on-mac-os-x/</link>
					<comments>https://codingpad.maryspad.com/2018/02/26/how-to-update-r-and-rstudio-on-mac-os-x/#respond</comments>
		
		<dc:creator><![CDATA[mary]]></dc:creator>
		<pubDate>Sun, 25 Feb 2018 22:55:27 +0000</pubDate>
				<category><![CDATA[R]]></category>
		<category><![CDATA[RStudio]]></category>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=2318</guid>

					<description><![CDATA[Because R and R Studio don&#8217;t necessarily warn you when they need upgrading, I had to figure it out myself when I started getting some weird bugs running assignments during an R class. Alas, I needed to update R to the latest version, and in the process decided to update RStudio as well. Here is &#8230; <a href="https://codingpad.maryspad.com/2018/02/26/how-to-update-r-and-rstudio-on-mac-os-x/" class="more-link">Continue reading<span class="screen-reader-text"> "How to Update R and RStudio on Mac OS X"</span></a>]]></description>
		
					<wfw:commentRss>https://codingpad.maryspad.com/2018/02/26/how-to-update-r-and-rstudio-on-mac-os-x/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2318</post-id>	</item>
		<item>
		<title>Solving the clang version error on Mac OS X</title>
		<link>https://codingpad.maryspad.com/2018/02/12/solving-the-clang-version-error-on-mac-os-x/</link>
					<comments>https://codingpad.maryspad.com/2018/02/12/solving-the-clang-version-error-on-mac-os-x/#respond</comments>
		
		<dc:creator><![CDATA[mary]]></dc:creator>
		<pubDate>Sun, 11 Feb 2018 19:25:04 +0000</pubDate>
				<category><![CDATA[Misc.]]></category>
		<category><![CDATA[Ruby]]></category>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=2309</guid>

					<description><![CDATA[Following up on my last post on how to update Ruby to the latest version on OS X, I recently ran into an error when trying to update again to Ruby 2.5.0. configure: error: clang version 3.0 or later is required I did a bit of research and Stack Exchange was super helpful.  This seems &#8230; <a href="https://codingpad.maryspad.com/2018/02/12/solving-the-clang-version-error-on-mac-os-x/" class="more-link">Continue reading<span class="screen-reader-text"> "Solving the clang version error on Mac OS X"</span></a>]]></description>
		
					<wfw:commentRss>https://codingpad.maryspad.com/2018/02/12/solving-the-clang-version-error-on-mac-os-x/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2309</post-id>	</item>
		<item>
		<title>Update Ruby to Latest Version on Mac OS X</title>
		<link>https://codingpad.maryspad.com/2017/04/29/update-mac-os-x-to-the-current-version-of-ruby/</link>
					<comments>https://codingpad.maryspad.com/2017/04/29/update-mac-os-x-to-the-current-version-of-ruby/#comments</comments>
		
		<dc:creator><![CDATA[mary]]></dc:creator>
		<pubDate>Fri, 28 Apr 2017 21:27:12 +0000</pubDate>
				<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Tutorials]]></category>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=2279</guid>

					<description><![CDATA[I recently needed to do a small scripting job in Ruby, and to use the gems required I needed to be on the latest version of Ruby (2.4.1).  My MacBook was on an older version, so I needed to run a quick update. Here is the process I followed: &#160; 1. Check the version of &#8230; <a href="https://codingpad.maryspad.com/2017/04/29/update-mac-os-x-to-the-current-version-of-ruby/" class="more-link">Continue reading<span class="screen-reader-text"> "Update Ruby to Latest Version on Mac OS X"</span></a>]]></description>
		
					<wfw:commentRss>https://codingpad.maryspad.com/2017/04/29/update-mac-os-x-to-the-current-version-of-ruby/feed/</wfw:commentRss>
			<slash:comments>32</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2279</post-id>	</item>
		<item>
		<title>Quick Tip: Removing Orphaned Packages in Manjaro</title>
		<link>https://codingpad.maryspad.com/2017/03/31/quick-tip-removing-orphaned-packages-in-manjaro/</link>
					<comments>https://codingpad.maryspad.com/2017/03/31/quick-tip-removing-orphaned-packages-in-manjaro/#respond</comments>
		
		<dc:creator><![CDATA[mary]]></dc:creator>
		<pubDate>Thu, 30 Mar 2017 22:23:36 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Manjaro Linux]]></category>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=2271</guid>

					<description><![CDATA[I was running into trouble trying to update my Manjaro on my MacBook Pro today, I kept running into package conflicts which could not be resolved.  Pacman suggested deleting certain packages but the delete would not complete because of dependencies. So the issue was how to resolve dependencies in Manjaro and how to remove unwanted packages. &#8230; <a href="https://codingpad.maryspad.com/2017/03/31/quick-tip-removing-orphaned-packages-in-manjaro/" class="more-link">Continue reading<span class="screen-reader-text"> "Quick Tip: Removing Orphaned Packages in Manjaro"</span></a>]]></description>
		
					<wfw:commentRss>https://codingpad.maryspad.com/2017/03/31/quick-tip-removing-orphaned-packages-in-manjaro/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2271</post-id>	</item>
		<item>
		<title>Installing htop on Manjaro</title>
		<link>https://codingpad.maryspad.com/2016/09/10/installing-htop-on-manjaro/</link>
					<comments>https://codingpad.maryspad.com/2016/09/10/installing-htop-on-manjaro/#respond</comments>
		
		<dc:creator><![CDATA[mary]]></dc:creator>
		<pubDate>Fri, 09 Sep 2016 14:26:04 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=2246</guid>

					<description><![CDATA[In my previous blog post I talked about installing Manjaro Linux as the sole OS on my old MacBook Pro.  That install is still running beautifully and I have not run into any significant problems so far.  In this post I am going to go through the steps I followed to install htop on my Manjaro &#8230; <a href="https://codingpad.maryspad.com/2016/09/10/installing-htop-on-manjaro/" class="more-link">Continue reading<span class="screen-reader-text"> "Installing htop on Manjaro"</span></a>]]></description>
		
					<wfw:commentRss>https://codingpad.maryspad.com/2016/09/10/installing-htop-on-manjaro/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2246</post-id>	</item>
		<item>
		<title>Installing Linux as the Only OS on MacBook Pro</title>
		<link>https://codingpad.maryspad.com/2016/08/09/installing-linux-as-the-only-os-on-macbook-pro/</link>
					<comments>https://codingpad.maryspad.com/2016/08/09/installing-linux-as-the-only-os-on-macbook-pro/#comments</comments>
		
		<dc:creator><![CDATA[mary]]></dc:creator>
		<pubDate>Mon, 08 Aug 2016 16:55:22 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=2239</guid>

					<description><![CDATA[In this post I am going to briefly outline the process I went through installing a Linux distro to run as the only OS on my MacBook Pro. I will cover my process of experimenting with various distros and why I finally settled on Manjaro, and what hitches I ran into on the way and &#8230; <a href="https://codingpad.maryspad.com/2016/08/09/installing-linux-as-the-only-os-on-macbook-pro/" class="more-link">Continue reading<span class="screen-reader-text"> "Installing Linux as the Only OS on MacBook Pro"</span></a>]]></description>
		
					<wfw:commentRss>https://codingpad.maryspad.com/2016/08/09/installing-linux-as-the-only-os-on-macbook-pro/feed/</wfw:commentRss>
			<slash:comments>11</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2239</post-id>	</item>
		<item>
		<title>Interview with Ryan Cramer &#8211; ProcessWire CMS Founder and Lead Developer</title>
		<link>https://codingpad.maryspad.com/2013/07/19/interview-with-ryan-cramer-processwire-cms-founder-and-lead-developer/</link>
					<comments>https://codingpad.maryspad.com/2013/07/19/interview-with-ryan-cramer-processwire-cms-founder-and-lead-developer/#comments</comments>
		
		<dc:creator><![CDATA[mary]]></dc:creator>
		<pubDate>Thu, 18 Jul 2013 14:21:05 +0000</pubDate>
				<category><![CDATA[Interviews/People]]></category>
		<category><![CDATA[ProcessWire]]></category>
		<guid isPermaLink="false">http://codingpad.maryspad.com/?p=2043</guid>

					<description><![CDATA[In this interview I talk to Ryan Cramer, founder and lead developer of the ProcessWire project.  Ryan has been kind enough to share with us some insights into who he is and into the ProcessWire project &#8211; what it is, where it came from, what&#8217;s cool about it, and where it&#8217;s going.  Whether you&#8217;re an avid ProcessWire fan &#8230; <a href="https://codingpad.maryspad.com/2013/07/19/interview-with-ryan-cramer-processwire-cms-founder-and-lead-developer/" class="more-link">Continue reading<span class="screen-reader-text"> "Interview with Ryan Cramer &#8211; ProcessWire CMS Founder and Lead Developer"</span></a>]]></description>
		
					<wfw:commentRss>https://codingpad.maryspad.com/2013/07/19/interview-with-ryan-cramer-processwire-cms-founder-and-lead-developer/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2043</post-id>	</item>
	</channel>
</rss>
