<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Werx Limited</title>
	<atom:link href="http://werxltd.com/wp/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://werxltd.com/wp</link>
	<description>We make IT work.</description>
	<lastBuildDate>Sun, 12 May 2013 18:14:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Simple init.d script template by pdeschen</title>
		<link>http://werxltd.com/wp/2012/01/05/simple-init-d-script-template/comment-page-1/#comment-33402</link>
		<dc:creator>pdeschen</dc:creator>
		<pubDate>Sun, 12 May 2013 18:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://werxltd.com/wp/?p=1077#comment-33402</guid>
		<description><![CDATA[Nice one. Check this one of mine taking into account sudo user, priority, and sysconfig.

https://gist.github.com/pdeschen/5564411

Cheers!]]></description>
		<content:encoded><![CDATA[<p>Nice one. Check this one of mine taking into account sudo user, priority, and sysconfig.</p>
<p><a href="https://gist.github.com/pdeschen/5564411" rel="nofollow">https://gist.github.com/pdeschen/5564411</a></p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple init.d script template by wes</title>
		<link>http://werxltd.com/wp/2012/01/05/simple-init-d-script-template/comment-page-1/#comment-32305</link>
		<dc:creator>wes</dc:creator>
		<pubDate>Fri, 19 Apr 2013 12:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://werxltd.com/wp/?p=1077#comment-32305</guid>
		<description><![CDATA[I&#039;m not opposed to making it conform to standards but not at the expense of the primary goal which is simplicity. If you know of an init.d script that conforms to the standards and is simple to use then I&#039;d love to hear about it!]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m not opposed to making it conform to standards but not at the expense of the primary goal which is simplicity. If you know of an init.d script that conforms to the standards and is simple to use then I&#8217;d love to hear about it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple init.d script template by Techplex Engineer</title>
		<link>http://werxltd.com/wp/2012/01/05/simple-init-d-script-template/comment-page-1/#comment-32302</link>
		<dc:creator>Techplex Engineer</dc:creator>
		<pubDate>Fri, 19 Apr 2013 12:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://werxltd.com/wp/?p=1077#comment-32302</guid>
		<description><![CDATA[Is there a reason this script doesn&#039;t conform to the LSB? (Linux Standards Base)

http://wiki.debian.org/LSBInitScripts]]></description>
		<content:encoded><![CDATA[<p>Is there a reason this script doesn&#8217;t conform to the LSB? (Linux Standards Base)</p>
<p><a href="http://wiki.debian.org/LSBInitScripts" rel="nofollow">http://wiki.debian.org/LSBInitScripts</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Javascript implementation of Java&#8217;s String.hashCode() method by andy matthews</title>
		<link>http://werxltd.com/wp/2010/05/13/javascript-implementation-of-javas-string-hashcode-method/comment-page-1/#comment-32064</link>
		<dc:creator>andy matthews</dc:creator>
		<pubDate>Fri, 05 Apr 2013 18:35:12 +0000</pubDate>
		<guid isPermaLink="false">http://werxltd.com/wp/?p=581#comment-32064</guid>
		<description><![CDATA[There are two additional improvements that could be made to this:

i is not being var&#039;d.

So your var statement could look like this instead:

var hash = 0
      i = 0;

And instead of this line:

hash = hash &amp; hash;

You could change it to this:

hash &amp;= hash;]]></description>
		<content:encoded><![CDATA[<p>There are two additional improvements that could be made to this:</p>
<p>i is not being var&#8217;d.</p>
<p>So your var statement could look like this instead:</p>
<p>var hash = 0<br />
      i = 0;</p>
<p>And instead of this line:</p>
<p>hash = hash &amp; hash;</p>
<p>You could change it to this:</p>
<p>hash &amp;= hash;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bible Flashcards for Android 2.0 by Joshua Jaiyesimi</title>
		<link>http://werxltd.com/wp/2010/06/28/bible-flashcards-for-android-2-0/comment-page-1/#comment-31699</link>
		<dc:creator>Joshua Jaiyesimi</dc:creator>
		<pubDate>Tue, 19 Mar 2013 15:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://werxltd.com/wp/?p=619#comment-31699</guid>
		<description><![CDATA[This has been a holy grail for me and many others I&#039;m sure. Other programs don&#039;t search the scriptures very well, I suppose, and most don&#039;t see this dire necessity, I believe. Help us.]]></description>
		<content:encoded><![CDATA[<p>This has been a holy grail for me and many others I&#8217;m sure. Other programs don&#8217;t search the scriptures very well, I suppose, and most don&#8217;t see this dire necessity, I believe. Help us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bible Flashcards for Android 2.0 by Joshua Jaiyesimi</title>
		<link>http://werxltd.com/wp/2010/06/28/bible-flashcards-for-android-2-0/comment-page-1/#comment-31698</link>
		<dc:creator>Joshua Jaiyesimi</dc:creator>
		<pubDate>Tue, 19 Mar 2013 15:25:47 +0000</pubDate>
		<guid isPermaLink="false">http://werxltd.com/wp/?p=619#comment-31698</guid>
		<description><![CDATA[This has been a holy grail for me and many others I&#039;m sure. Other programs don&#039;t search the scripture very well, I suppose, and most don&#039;t see this dire necessity, I believe. Help us.]]></description>
		<content:encoded><![CDATA[<p>This has been a holy grail for me and many others I&#8217;m sure. Other programs don&#8217;t search the scripture very well, I suppose, and most don&#8217;t see this dire necessity, I believe. Help us.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Bible Flashcards for Android 2.0 by Joshua Jaiyesimi</title>
		<link>http://werxltd.com/wp/2010/06/28/bible-flashcards-for-android-2-0/comment-page-1/#comment-31697</link>
		<dc:creator>Joshua Jaiyesimi</dc:creator>
		<pubDate>Tue, 19 Mar 2013 15:22:43 +0000</pubDate>
		<guid isPermaLink="false">http://werxltd.com/wp/?p=619#comment-31697</guid>
		<description><![CDATA[Can you write a flashcard maker program to memorize bible verses by topic, it&#039;ll be a great help. And if it could run on multiple platforms would be nice too. Thank you.]]></description>
		<content:encoded><![CDATA[<p>Can you write a flashcard maker program to memorize bible verses by topic, it&#8217;ll be a great help. And if it could run on multiple platforms would be nice too. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Javascript implementation of Java&#8217;s String.hashCode() method by Hash Function in Javascript</title>
		<link>http://werxltd.com/wp/2010/05/13/javascript-implementation-of-javas-string-hashcode-method/comment-page-1/#comment-31657</link>
		<dc:creator>Hash Function in Javascript</dc:creator>
		<pubDate>Sat, 16 Mar 2013 19:05:24 +0000</pubDate>
		<guid isPermaLink="false">http://werxltd.com/wp/?p=581#comment-31657</guid>
		<description><![CDATA[[...] So I did a quick google and found this http://werxltd.com/wp/2010/05/13/javascript-implementation-of-javas-string-hashcode-method. [...]]]></description>
		<content:encoded><![CDATA[<p>[...] So I did a quick google and found this <a href="http://werxltd.com/wp/2010/05/13/javascript-implementation-of-javas-string-hashcode-method" rel="nofollow">http://werxltd.com/wp/2010/05/13/javascript-implementation-of-javas-string-hashcode-method</a>. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Simple init.d script template by k.brahim89@gmail.com</title>
		<link>http://werxltd.com/wp/2012/01/05/simple-init-d-script-template/comment-page-1/#comment-31628</link>
		<dc:creator>k.brahim89@gmail.com</dc:creator>
		<pubDate>Fri, 15 Mar 2013 16:08:02 +0000</pubDate>
		<guid isPermaLink="false">http://werxltd.com/wp/?p=1077#comment-31628</guid>
		<description><![CDATA[Thanks you for the script, it&#039;s very useful.
One question: 
How can I make my init.d script starts just before syslog and stops just after it?
is that possible?
I&#039;m running Centos5.5]]></description>
		<content:encoded><![CDATA[<p>Thanks you for the script, it&#8217;s very useful.<br />
One question:<br />
How can I make my init.d script starts just before syslog and stops just after it?<br />
is that possible?<br />
I&#8217;m running Centos5.5</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Cascading Style Sheets (CSS) Beginner&#8217;s Tutorial by motorcycle saddlebags</title>
		<link>http://werxltd.com/wp/2010/06/15/a-cascading-style-sheets-css-beginners-tutorial/comment-page-1/#comment-31480</link>
		<dc:creator>motorcycle saddlebags</dc:creator>
		<pubDate>Sun, 10 Mar 2013 02:47:32 +0000</pubDate>
		<guid isPermaLink="false">http://werxltd.com/wp/?p=611#comment-31480</guid>
		<description><![CDATA[As getting a Newbie, We&#039;re continually browsing on-line pertaining to content material that could profit me. Thank you]]></description>
		<content:encoded><![CDATA[<p>As getting a Newbie, We&#8217;re continually browsing on-line pertaining to content material that could profit me. Thank you</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc
Database Caching 2/19 queries in 0.036 seconds using apc
Object Caching 457/492 objects using apc

 Served from: werxltd.com @ 2013-05-23 16:44:24 by W3 Total Cache -->