<?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>BarryCrowder.net</title>
	<atom:link href="https://barrycrowder.net/feed/" rel="self" type="application/rss+xml" />
	<link>https://barrycrowder.net</link>
	<description></description>
	<lastBuildDate>Sat, 15 Feb 2025 21:48:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Unauthorized</title>
		<link>https://barrycrowder.net/2019/11/unauthorized/</link>
					<comments>https://barrycrowder.net/2019/11/unauthorized/#respond</comments>
		
		<dc:creator><![CDATA[Barry]]></dc:creator>
		<pubDate>Fri, 15 Nov 2019 23:22:59 +0000</pubDate>
				<category><![CDATA[Creativity]]></category>
		<guid isPermaLink="false">https://barrycrowder.net/?p=854</guid>

					<description><![CDATA[We don't need permission to be creative]]></description>
		
					<wfw:commentRss>https://barrycrowder.net/2019/11/unauthorized/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Technical Support</title>
		<link>https://barrycrowder.net/2016/06/technical-support/</link>
					<comments>https://barrycrowder.net/2016/06/technical-support/#comments</comments>
		
		<dc:creator><![CDATA[Barry]]></dc:creator>
		<pubDate>Sun, 19 Jun 2016 20:29:25 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<guid isPermaLink="false">https://barrycrowder.net/?p=184</guid>

					<description><![CDATA[I recently had a problem streaming a video from Amazon Prime on my XBOX360. Specifically, we rented a move from Amazon Prime, but when we tried to play it in the Amazon app on the XBOX 360, we got an &#8220;Error 7313&#8220;. We checked all the obvious things like network connectivity, restarted the XBOX, and [&#8230;]]]></description>
		
					<wfw:commentRss>https://barrycrowder.net/2016/06/technical-support/feed/</wfw:commentRss>
			<slash:comments>9</slash:comments>
		
		
			</item>
		<item>
		<title>Finding text within files</title>
		<link>https://barrycrowder.net/2010/03/36/</link>
					<comments>https://barrycrowder.net/2010/03/36/#respond</comments>
		
		<dc:creator><![CDATA[Barry]]></dc:creator>
		<pubDate>Tue, 16 Mar 2010 05:15:50 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[unix]]></category>
		<guid isPermaLink="false">https://barrycrowder.net/?p=36</guid>

					<description><![CDATA[Here is a trick that will help you find text within a file, when you don&#8217;t know what file contains that text. It uses the unix &#8216;find&#8217; command, along with the &#8216;-exec&#8217; option. The trick is to exec grep in a way that tells you the name of the file. This way is insufficient, because [&#8230;]]]></description>
		
					<wfw:commentRss>https://barrycrowder.net/2010/03/36/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PKI: Using openssl to get certificate info</title>
		<link>https://barrycrowder.net/2010/03/pki-using-openssl-to-get-certificate-info/</link>
					<comments>https://barrycrowder.net/2010/03/pki-using-openssl-to-get-certificate-info/#respond</comments>
		
		<dc:creator><![CDATA[Barry]]></dc:creator>
		<pubDate>Tue, 16 Mar 2010 05:09:21 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<guid isPermaLink="false">https://barrycrowder.net/?p=34</guid>

					<description><![CDATA[If you want to get the certificate information from a remote server that is using SSL (e.g. HTTPS, LDAPS, etc.), then the following unix* command will tell you about what that server is presenting: openssl s_client -connect &#60;host>:&#60;port> &#60;/dev/null &#124;openssl x509 -noout -text Notice that there are two commands that are combined with a pipe [&#8230;]]]></description>
		
					<wfw:commentRss>https://barrycrowder.net/2010/03/pki-using-openssl-to-get-certificate-info/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>perl: safe() strings for concatenation</title>
		<link>https://barrycrowder.net/2008/09/safe-strings-for-concatenation/</link>
					<comments>https://barrycrowder.net/2008/09/safe-strings-for-concatenation/#respond</comments>
		
		<dc:creator><![CDATA[Barry]]></dc:creator>
		<pubDate>Thu, 25 Sep 2008 04:16:57 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[perl]]></category>
		<guid isPermaLink="false">https://barrycrowder.net/?p=31</guid>

					<description><![CDATA[At some point, if you use perl enough, you&#8217;ll encounter the following error message: Use of uninitialized value in concatenation (.) or string at ./progname.pl line #. While it does not stop the program from running, it is kind of annoying at it makes it harder to troubleshoot. This is particularly hard to troubleshoot when [&#8230;]]]></description>
		
					<wfw:commentRss>https://barrycrowder.net/2008/09/safe-strings-for-concatenation/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>perl: trim()</title>
		<link>https://barrycrowder.net/2008/09/perl-trim/</link>
					<comments>https://barrycrowder.net/2008/09/perl-trim/#respond</comments>
		
		<dc:creator><![CDATA[Barry]]></dc:creator>
		<pubDate>Thu, 25 Sep 2008 03:58:43 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[perl]]></category>
		<guid isPermaLink="false">https://barrycrowder.net/?p=30</guid>

					<description><![CDATA[A trim() function should be native to perl, but since it isn&#8217;t, this will have to do. sub trim { my @vals=@_; for (@vals) { s/^s+//; s/s+$//; } return wantarray ? @vals : $vals[0]; } Notice that I wrote the code to process either a scalar or an array. If the variable that you&#8217;re storing [&#8230;]]]></description>
		
					<wfw:commentRss>https://barrycrowder.net/2008/09/perl-trim/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Using a Voltmeter to diagnose Ford Vehicles</title>
		<link>https://barrycrowder.net/2008/04/using-a-voltmeter-to-diagnose-ford-vehicles/</link>
					<comments>https://barrycrowder.net/2008/04/using-a-voltmeter-to-diagnose-ford-vehicles/#respond</comments>
		
		<dc:creator><![CDATA[Barry]]></dc:creator>
		<pubDate>Wed, 09 Apr 2008 02:58:02 +0000</pubDate>
				<category><![CDATA[Automotive]]></category>
		<guid isPermaLink="false">https://barrycrowder.net/?p=21</guid>

					<description><![CDATA[Overview This document contains general procedures and techniques for using a voltmeter to diagnose Ford electronic components. It contains specific procedures for testing the Throttle Position (TP) sensor, Mass Air Flow meter (MAF), and EGR pressure sensor. These serve both as examples, and also give information about those particular components. The intention of this article [&#8230;]]]></description>
		
					<wfw:commentRss>https://barrycrowder.net/2008/04/using-a-voltmeter-to-diagnose-ford-vehicles/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Camshaft swap on a Ford 4.0L v-6</title>
		<link>https://barrycrowder.net/2008/04/camshaft-swap-on-a-ford-40l-v-6/</link>
					<comments>https://barrycrowder.net/2008/04/camshaft-swap-on-a-ford-40l-v-6/#respond</comments>
		
		<dc:creator><![CDATA[Barry]]></dc:creator>
		<pubDate>Wed, 09 Apr 2008 02:32:29 +0000</pubDate>
				<category><![CDATA[Automotive]]></category>
		<guid isPermaLink="false">https://barrycrowder.net/?p=11</guid>

					<description><![CDATA[Overview This document contains useful information that you can use while performing a camshaft swap on a Ford 4.0L V-6 engine. This procedure will cover the simplest way to do this that I know of, namely, without pulling the engine, removing the cylinder heads, or discharging the air conditioner. Disclaimer I am not a professional [&#8230;]]]></description>
		
					<wfw:commentRss>https://barrycrowder.net/2008/04/camshaft-swap-on-a-ford-40l-v-6/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Brown Eyed Girl</title>
		<link>https://barrycrowder.net/2008/04/brown-eyed-girl-2/</link>
					<comments>https://barrycrowder.net/2008/04/brown-eyed-girl-2/#respond</comments>
		
		<dc:creator><![CDATA[Barry]]></dc:creator>
		<pubDate>Wed, 09 Apr 2008 02:18:08 +0000</pubDate>
				<category><![CDATA[Photos]]></category>
		<guid isPermaLink="false">https://barrycrowder.net/?p=7</guid>

					<description><![CDATA[A wonderful friend.]]></description>
		
					<wfw:commentRss>https://barrycrowder.net/2008/04/brown-eyed-girl-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Cashew Mandarin Orange Fried Rice</title>
		<link>https://barrycrowder.net/2008/04/cashew-mandarin-orange-fried-rice/</link>
					<comments>https://barrycrowder.net/2008/04/cashew-mandarin-orange-fried-rice/#respond</comments>
		
		<dc:creator><![CDATA[Barry]]></dc:creator>
		<pubDate>Wed, 09 Apr 2008 02:12:53 +0000</pubDate>
				<category><![CDATA[Recipes]]></category>
		<guid isPermaLink="false">https://barrycrowder.net/?p=3</guid>

					<description><![CDATA[Cashew Mandarin Orange Fried RiceThis healthy Fried Rice recipe is big on flavor, yet simple to make. My first suggestion is to prepare all the ingredients before starting th e cooking. Cooking with a wok is fast due to the high heat, so it pays to be ready. Ingredients 6 cups freshly cooked rice (long-grain, [&#8230;]]]></description>
		
					<wfw:commentRss>https://barrycrowder.net/2008/04/cashew-mandarin-orange-fried-rice/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
