<?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>FrankBaris.com &#187; Clyde Development Corp</title>
	<atom:link href="http://www.frankbaris.com/category/clyde-development-corp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.frankbaris.com</link>
	<description>You got to know when to hold em, know when to fold em, know when to walk away and know when to run.</description>
	<lastBuildDate>Wed, 21 Jan 2009 16:24:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New Project: The Mineral Cache</title>
		<link>http://www.frankbaris.com/2006/11/new-project-the-mineral-cache/</link>
		<comments>http://www.frankbaris.com/2006/11/new-project-the-mineral-cache/#comments</comments>
		<pubDate>Wed, 22 Nov 2006 05:32:55 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[Clyde Development Corp]]></category>
		<category><![CDATA[Computers/Technology]]></category>
		<category><![CDATA[My Site]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://frankbaris.com/?p=17</guid>
		<description><![CDATA[My friends Jeff &#038; Marcus opened a retail store in Fort Collins called The Mineral Cache. I created the company website, MineralCache.com, and installed a digital security system that I built. I hope to have a marketable system after this project. Same thing happened with my Phone Log/SMDR system.
]]></description>
			<content:encoded><![CDATA[<p>My friends Jeff &#038; Marcus opened a retail store in Fort Collins called The Mineral Cache. I created the company website, <a href="http://www.mineralcache.com/" target="_BLANK">MineralCache.com</a>, and installed a digital security system that I built. I hope to have a marketable system after this project. Same thing happened with my Phone Log/SMDR system.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.frankbaris.com/2006/11/new-project-the-mineral-cache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Word Frequency &#8211; Shell Script</title>
		<link>http://www.frankbaris.com/2006/09/word-frequency-shell-script/</link>
		<comments>http://www.frankbaris.com/2006/09/word-frequency-shell-script/#comments</comments>
		<pubDate>Tue, 19 Sep 2006 02:29:42 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[Clyde Development Corp]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://frankbaris.com/?p=15</guid>
		<description><![CDATA[I thought this might come in handy while working with large sets of data as I do. It&#8217;s a simple shell script that takes a text file as an argument and returns each unique &#8216;word&#8217; and the total occurences of that word(&#8216;frequency&#8217;) on individual lines.
Remember to chmod +x or it won&#8217;t run.

[pound][bang][slash]bin[slash]bash
# wf: Crude word [...]]]></description>
			<content:encoded><![CDATA[<p>I thought this might come in handy while working with large sets of data as I do. It&#8217;s a simple shell script that takes a text file as an argument and returns each unique &#8216;word&#8217; and the total occurences of that word(&#8216;frequency&#8217;) on individual lines.<br />
Remember to chmod +x or it won&#8217;t run.</p>
<p><code><br />
[pound][bang][slash]bin[slash]bash<br />
# wf: Crude word frequency analysis on a text file.<br />
# Check for input file on command line.<br />
ARGS=1<br />
E_BADARGS=65<br />
E_NOFILE=66<br />
if [ $# -ne "$ARGS" ]<br />
# Correct number of arguments passed to script?<br />
then<br />
  echo "Usage: `basename $0` filename"<br />
  exit $E_BADARGS<br />
fi<br />
if [ ! -f "$1" ]       # Check if file exists.<br />
then<br />
  echo "File \"$1\" does not exist."<br />
  exit $E_NOFILE<br />
fi<br />
cat "$1" | xargs -n1 | \<br />
#  List the file, one word per line.<br />
tr A-Z a-z | \<br />
# Shift characters to lowercase.<br />
sed -e 's/\.//g'  -e 's/\,//g' -e 's/ /\<br />
/g' | \<br />
#  Filter out periods and commas, and<br />
#+ change space between words to linefeed,<br />
  sort | uniq -c | sort -nr<br />
# Finally prefix occurrence count and sort numerically.<br />
exit 0<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.frankbaris.com/2006/09/word-frequency-shell-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>All My Domains</title>
		<link>http://www.frankbaris.com/2006/07/domains-i-own/</link>
		<comments>http://www.frankbaris.com/2006/07/domains-i-own/#comments</comments>
		<pubDate>Mon, 31 Jul 2006 01:20:52 +0000</pubDate>
		<dc:creator>Frank</dc:creator>
				<category><![CDATA[Clyde Development Corp]]></category>
		<category><![CDATA[Computers/Technology]]></category>
		<category><![CDATA[My Site]]></category>

		<guid isPermaLink="false">http://frankbaris.com/?p=8</guid>
		<description><![CDATA[I thought a list of all the domains I own might be worth posting.

Active

clydedevelopment.com
frankbaris.com(this site)
sarahandfrank.com
quantum-financial.net
anti-omni-financial.com
quantumnorth.info
mineralcache.com
hotbargains.us
thefunksters.com
100freesexsites.com(ADULT)

Inactive

thermokennel.com
businessmarketingleads.com
leadsolutionsdirect.com
quantumtax.com
quantumtaxsolutions.com

federaltaxlien.info
federaltaxlienhelp.info
taxlienhelp.info
unfiledreturns.info
intent-to-levy.info
irc-6320.info
irc6320.info
turnyourback.com(ADULT)

All the domains that I own are for sale (for the right price, of course). If you are interested, contact me at frank AT clydedevelopment.com
]]></description>
			<content:encoded><![CDATA[<p>I thought a list of all the domains I own might be worth posting.<br />
</p>
<li><strong>Active</strong></li>
<ul>
<li><a href="http://www.clydedevelopment.com">clydedevelopment.com</a></li>
<li><a href="http://www.frankbaris.com">frankbaris.com</a>(this site)</li>
<li><a href="http://www.sarahandfrank.com">sarahandfrank.com</a></li>
<li><a href="http://www.quantum-financial.net">quantum-financial.net</a></li>
<li><a href="http://www.anti-omni-financial.com">anti-omni-financial.com</a></li>
<li><a href="http://www.quantumnorth.info">quantumnorth.info</a></li>
<li><a href="http://www.mineralcache.com">mineralcache.com</a></li>
<li><a href="http://www.hotbargains.us">hotbargains.us</a></li>
<li><a href="http://www.thefunksters.com">thefunksters.com</a></li>
<li><a href="http://www.100freesexsites.com">100freesexsites.com</a>(<em>ADULT</em>)</li>
</ul>
<li><strong>Inactive</strong></li>
<ul>
<li><a href="http://www.thermokennel.com">thermokennel.com</a></li>
<li><a href="http://www.businessmarketingleads.com">businessmarketingleads.com</a></li>
<li><a href="http://www.leadsolutionsdirect.com">leadsolutionsdirect.com</a></li>
<li><a href="http://www.quantumtax.com">quantumtax.com</a></li>
<li><a href="http://www.quantumtaxsolutions.com">quantumtaxsolutions.com</a></li>
<p><strike></p>
<li><a href="http://www.federaltaxlien.info">federaltaxlien.info</a></li>
<li><a href="http://www.federaltaxlienhelp.info">federaltaxlienhelp.info</a></li>
<li><a href="http://www.taxlienhelp.info">taxlienhelp.info</a></li>
<li><a href="http://www.unfiledreturns.info">unfiledreturns.info</a></li>
<li><a href="http://www.intent-to-levy.info">intent-to-levy.info</a></li>
<li><a href="http://www.irc-6320.info">irc-6320.info</a></li>
<li><a href="http://www.irc6320.info">irc6320.info</a></li>
<li><a href="http://www.turnyourback.com">turnyourback.com</a>(<em>ADULT</em>)</li>
<p></strike></ul>
<p>All the domains that I own are for sale (for the right price, of course). If you are interested, contact me at <a href="mailto:frank@clydedeveleopment.com">frank AT clydedevelopment.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.frankbaris.com/2006/07/domains-i-own/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
