<?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>cstropz.net</title>
	<atom:link href="http://cstropz.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://cstropz.net</link>
	<description>Software Consultancy, Engineering and Utilities</description>
	<lastBuildDate>Sat, 03 Mar 2012 23:54:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Java EE &#8211; What is a Servlet</title>
		<link>http://cstropz.net/2012/03/03/java-ee-what-is-a-servlet/</link>
		<comments>http://cstropz.net/2012/03/03/java-ee-what-is-a-servlet/#comments</comments>
		<pubDate>Sat, 03 Mar 2012 23:37:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[java enterprise edition]]></category>

		<guid isPermaLink="false">http://cstropz.net/?p=982</guid>
		<description><![CDATA[&#8220;A servlet is a small Java program that runs within a Web server (such as Apache Tomcat). Servlets receive and respond to requests from Web clients, usually across HTTP, the HyperText Transfer Protocol. To implement this interface, you can write &#8230; <a href="http://cstropz.net/2012/03/03/java-ee-what-is-a-servlet/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://cstropz.net/2012/03/03/java-ee-what-is-a-servlet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bypass Ext File System Read-Only Mode on Errors</title>
		<link>http://cstropz.net/2012/02/29/bypass-ext-file-system-read-only-mode-on-errors/</link>
		<comments>http://cstropz.net/2012/02/29/bypass-ext-file-system-read-only-mode-on-errors/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 12:48:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[unix]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[troubleshoot]]></category>

		<guid isPermaLink="false">http://cstropz.net/?p=975</guid>
		<description><![CDATA[If you have poorly written software which corrupts your file system e.g. during its installation, you probably face the problem that once the error occurs, the filesystem will lock for writing, and then your installation suddenly dies, hopeless. Well, in &#8230; <a href="http://cstropz.net/2012/02/29/bypass-ext-file-system-read-only-mode-on-errors/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://cstropz.net/2012/02/29/bypass-ext-file-system-read-only-mode-on-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Padrino Routes Accept Regex URL Map</title>
		<link>http://cstropz.net/2012/02/23/padrino-routes-accept-regex-url-map/</link>
		<comments>http://cstropz.net/2012/02/23/padrino-routes-accept-regex-url-map/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 22:02:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[regular expressions]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://cstropz.net/?p=963</guid>
		<description><![CDATA[As Sinatra, Padrino route definitions accept regex when used as the :map option&#8217;s value in named aliases. A standard named alias (&#8216;thisroute&#8217;) mapped to some url with a code parameter embedded in the URL: # For URLs like /someslug/anytext get &#8230; <a href="http://cstropz.net/2012/02/23/padrino-routes-accept-regex-url-map/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://cstropz.net/2012/02/23/padrino-routes-accept-regex-url-map/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Verify Which Components in Padrino Project</title>
		<link>http://cstropz.net/2012/02/21/verify-which-components-in-padrino-project/</link>
		<comments>http://cstropz.net/2012/02/21/verify-which-components-in-padrino-project/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 20:23:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://cstropz.net/?p=961</guid>
		<description><![CDATA[What components were chosen by the person who created some padrino project? Go (cd command) to its root path and then: $ cat .components --- :orm: datamapper :test: rspec :mock: mocha :script: jquery :renderer: slim :stylesheet: scss For ORM datamapper &#8230; <a href="http://cstropz.net/2012/02/21/verify-which-components-in-padrino-project/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://cstropz.net/2012/02/21/verify-which-components-in-padrino-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Git Archive Analogous to an Export</title>
		<link>http://cstropz.net/2012/02/21/git-archive-analogous-to-an-export/</link>
		<comments>http://cstropz.net/2012/02/21/git-archive-analogous-to-an-export/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 17:53:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[version control]]></category>
		<category><![CDATA[git]]></category>

		<guid isPermaLink="false">http://cstropz.net/?p=956</guid>
		<description><![CDATA[To export the HEAD of your current branch (the one with an asterisk before it, on &#8216;git branch&#8217; command&#8217;s output) in your git repository, do the following: git archive HEAD &#124; &#40;cd ~/somedir_where_to_put_it/ &#38;&#38; tar -xvf -&#41; Provided that ~/somedir_where_to_put_it &#8230; <a href="http://cstropz.net/2012/02/21/git-archive-analogous-to-an-export/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://cstropz.net/2012/02/21/git-archive-analogous-to-an-export/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript Object References</title>
		<link>http://cstropz.net/2012/02/18/javascript-object-references/</link>
		<comments>http://cstropz.net/2012/02/18/javascript-object-references/#comments</comments>
		<pubDate>Sat, 18 Feb 2012 14:52:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://cstropz.net/?p=954</guid>
		<description><![CDATA[Objects are always referenced in JavaScript. When you put such a reference as the right value of an assignment expression, what is assigned to the left value element is this reference. An object is never referenced another way in this &#8230; <a href="http://cstropz.net/2012/02/18/javascript-object-references/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://cstropz.net/2012/02/18/javascript-object-references/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby Array Methods Part 1</title>
		<link>http://cstropz.net/2012/02/15/ruby-array-methods-part-1/</link>
		<comments>http://cstropz.net/2012/02/15/ruby-array-methods-part-1/#comments</comments>
		<pubDate>Thu, 16 Feb 2012 01:24:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://cstropz.net/?p=948</guid>
		<description><![CDATA[Check this code out: 1.9.3-p0 :001 &#62; a = &#91;1, 2, 3&#93; =&#62; &#91;1, 2, 3&#93; 1.9.3-p0 :002 &#62; a.delete&#40;2&#41; =&#62; 2 1.9.3-p0 :003 &#62; a =&#62; &#91;1, 3&#93; 1.9.3-p0 :004 &#62; a&#91;3&#93; = 4 =&#62; 4 1.9.3-p0 :005 &#62; &#8230; <a href="http://cstropz.net/2012/02/15/ruby-array-methods-part-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://cstropz.net/2012/02/15/ruby-array-methods-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful Shell Function pathmunge</title>
		<link>http://cstropz.net/2012/02/13/useful-shell-function-pathmunge/</link>
		<comments>http://cstropz.net/2012/02/13/useful-shell-function-pathmunge/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 14:05:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[shell script]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://cstropz.net/?p=944</guid>
		<description><![CDATA[When I wrote a function that updated the PATH environment variable to include a new directory path in its set of values I had named it &#8220;addtopath&#8221;, and &#8220;addtopathhigh&#8221; when prepending such directory. I was tweaking the /etc/profile file in &#8230; <a href="http://cstropz.net/2012/02/13/useful-shell-function-pathmunge/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://cstropz.net/2012/02/13/useful-shell-function-pathmunge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sinatra Dynamic Route Handler Generation</title>
		<link>http://cstropz.net/2012/02/12/sinatra-dynamic-route-generation/</link>
		<comments>http://cstropz.net/2012/02/12/sinatra-dynamic-route-generation/#comments</comments>
		<pubDate>Sun, 12 Feb 2012 14:43:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[ruby]]></category>

		<guid isPermaLink="false">http://cstropz.net/?p=941</guid>
		<description><![CDATA[Sinatra is one really amazing, light, and productive framework. Among its many features, Sinatra allows one to define routes dinamically. See a scope binding example in the request scope section of Sinatra&#8217;s introduction page.]]></description>
		<wfw:commentRss>http://cstropz.net/2012/02/12/sinatra-dynamic-route-generation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crypt Encryption Function Usage</title>
		<link>http://cstropz.net/2012/02/10/crypto-encryption-function-usage/</link>
		<comments>http://cstropz.net/2012/02/10/crypto-encryption-function-usage/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 12:13:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[c]]></category>

		<guid isPermaLink="false">http://cstropz.net/?p=928</guid>
		<description><![CDATA[crypto(3) is a function that provides basic criptography. It is at a so basic level that for serious work other than that of generating a shadowed password on the system, it is not recommended (as per a statement in its &#8230; <a href="http://cstropz.net/2012/02/10/crypto-encryption-function-usage/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://cstropz.net/2012/02/10/crypto-encryption-function-usage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

