<?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>esse quam videri</title> <atom:link href="http://www.agbeame.org/feed/" rel="self" type="application/rss+xml" /><link>http://www.agbeame.org</link> <description>stories by retornam</description> <lastBuildDate>Sat, 17 Sep 2011 18:06:03 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=</generator> <item><title>Hardwork!</title><link>http://www.agbeame.org/2010/12/31/hardwork/</link> <comments>http://www.agbeame.org/2010/12/31/hardwork/#comments</comments> <pubDate>Fri, 31 Dec 2010 19:27:00 +0000</pubDate> <dc:creator>ray</dc:creator> <category><![CDATA[Hardwork]]></category> <guid
isPermaLink="false">http://www.agbeame.org/?p=151</guid> <description><![CDATA[Below are a few points to live by in the coming year. Hard work is the best investment a man can make. Study hard as knowledge enables a man to work more intelligently and effectively. Have initiative ruts often deepen into graves. Love your work then you will find pleasure in mastering it. Be exact, [...]]]></description> <content:encoded><![CDATA[<p
align="justify"> Below are a few points to live by in the coming year.<ol><li>Hard work is the best investment a man can make.</li><li>Study hard as knowledge enables a man to work more intelligently and effectively.</li><li>Have initiative ruts often deepen into graves.</li><li>Love your work then you will find pleasure in mastering it.</li><li>Be exact, slipshod methods bring slipshod results.</li><li>Have the spirit of conquest: thus you can successfully battle and overcome difficulties.</li><li>Cultivate personality, personality is to a man what perfume is to the flower.</li><li>Help and share with others, the real test of business greatness lies in giving opportunity to others.</li><li>Be democratic, unless you feel right toward your fellow men, you can never be a successful leader of men.</li><li>In all things do your best, the man who done his best has done everything. The man who has done less than his best has done nothing.</li></ol></p> ]]></content:encoded> <wfw:commentRss>http://www.agbeame.org/2010/12/31/hardwork/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Problem of the Day</title><link>http://www.agbeame.org/2010/01/21/tricky-program/</link> <comments>http://www.agbeame.org/2010/01/21/tricky-program/#comments</comments> <pubDate>Thu, 21 Jan 2010 07:00:05 +0000</pubDate> <dc:creator>ray</dc:creator> <category><![CDATA[Uncategorized]]></category> <category><![CDATA[c++]]></category> <category><![CDATA[coding]]></category> <guid
isPermaLink="false">http://www.agbeame.org/?p=20</guid> <description><![CDATA[I found this problem on a code challenge website and I thought to share it with my readers 132 =26 xy=133745639 Write a program which can work out what possible values of x and y are. For this exercise x and y cannot be 1 and are both whole positive numbers My solution makes  use [...]]]></description> <content:encoded><![CDATA[<p>I found this problem on a code challenge website and I thought to share it with my readers</p><p>13<em>2 =26
x</em>y=133745639</p><p>Write a program which can work out what possible values of x and y are.
For this exercise x and y cannot be 1 and are both whole positive numbers</p> <script src="https://gist.github.com/572293.js"></script> <p>My solution makes  use of the trial division integer factorization algorithm.</p> ]]></content:encoded> <wfw:commentRss>http://www.agbeame.org/2010/01/21/tricky-program/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Zip to XPI Bash Script</title><link>http://www.agbeame.org/2010/01/19/zip-to-xpi-bash-script/</link> <comments>http://www.agbeame.org/2010/01/19/zip-to-xpi-bash-script/#comments</comments> <pubDate>Tue, 19 Jan 2010 21:17:05 +0000</pubDate> <dc:creator>ray</dc:creator> <category><![CDATA[Tips and Tricks]]></category> <category><![CDATA[Bash]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Windows]]></category> <guid
isPermaLink="false">http://www.agbeame.org/?p=3</guid> <description><![CDATA[Windows Batch File Version]]></description> <content:encoded><![CDATA[<script src="https://gist.github.com/572304.js"></script> <p>Windows Batch File Version</p> <script src="https://gist.github.com/572308.js"></script> ]]></content:encoded> <wfw:commentRss>http://www.agbeame.org/2010/01/19/zip-to-xpi-bash-script/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Flushing DNS in Windows, Mac and Linux</title><link>http://www.agbeame.org/2010/01/19/flushing-dns-in-windows-mac-and-linux/</link> <comments>http://www.agbeame.org/2010/01/19/flushing-dns-in-windows-mac-and-linux/#comments</comments> <pubDate>Tue, 19 Jan 2010 21:16:24 +0000</pubDate> <dc:creator>ray</dc:creator> <category><![CDATA[Tips and Tricks]]></category> <category><![CDATA[DNS]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac OS X]]></category> <category><![CDATA[Windows]]></category> <guid
isPermaLink="false">http://www.agbeame.org/?p=11</guid> <description><![CDATA[DNS clients cache the results of name resolution requests. thus DNS clients will temporarily store the website names that have been visited lately. This cache speeds up name resolution if multiple lookups are done to the same address (the most common example being when a user is browsing the internet).A bad DNS entry can sometimes [...]]]></description> <content:encoded><![CDATA[<p>DNS clients cache the results of name resolution requests. thus DNS clients will temporarily store the website names that have been visited lately. This cache speeds up name resolution if multiple lookups are done to the same address
(the most common example  being when a user is browsing the internet).A bad DNS entry can sometimes be cached, requiring a user to either flush the DNS cache immediately  or wait for up to twenty-four hours for the entry to be automatically dropped.
DNS clients cache the results of name resolution requests. thus DNS clients will temporarily store the website names that have been visited lately. This cache speeds up name resolution if multiple lookups are done to the same address (the most common example  being when a user is browsing the internet).A bad DNS entry can sometimes be cached, requiring a user to either flush the DNS cache immediately  or wait for up to twenty-four hours for the entry to be automatically dropped.</p><p>Flushing Microsoft Windows
Open the command prompt and type the following <script src="https://gist.github.com/572309.js"></script> The above command flushes the DNS completely thus deleting any incorrect entries</p><p>To view DNS Cache, type the following command after opening the command prompt <script src="https://gist.github.com/572311.js"></script> Flushing DNS in MacOS X
Type the following command at the terminal</p> <script src="https://gist.github.com/572315.js"></script> <p>Flushing DNS in Ubuntu Linux</p><p>Type the following command at the terminal</p> <script src="https://gist.github.com/572317.js"></script> ]]></content:encoded> <wfw:commentRss>http://www.agbeame.org/2010/01/19/flushing-dns-in-windows-mac-and-linux/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
