<feed xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US">
    <title>Jerk @ Work</title>
    <link rel="self" type="application/xml" href="http://geekswithblogs.net/haroon/Atom.aspx" />
    <subtitle type="html">journal.write (mind.output ("thoughts", now()));</subtitle>
    <id>http://geekswithblogs.net/haroon/Default.aspx</id>
    <author>
        <name>Haroon Shafiq</name>
        <uri>http://geekswithblogs.net/haroon/Default.aspx</uri>
    </author>
    <generator uri="http://subtextproject.com" version="Subtext Version 0.0.0.0">Subtext</generator>
    <updated>2008-10-29T08:42:04Z</updated>
    <entry>
        <title>Automatically Attach Current Timestamp to File Name</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/haroon/archive/2008/10/29/126335.aspx" />
        <id>http://geekswithblogs.net/haroon/archive/2008/10/29/126335.aspx</id>
        <published>2008-10-29T08:42:04-05:00:00</published>
        <updated>2008-10-29T08:42:04Z</updated>
        <content type="html">&lt;p&gt;&lt;font face="Arial"&gt;I recently needed to attach current timestamp to the names of some files. Following was the batch script I came up with to perform the task.&lt;/font&gt;&lt;/p&gt;
&lt;blockquote dir="ltr" style="MARGIN-RIGHT: 0px"&gt;
&lt;pre&gt;@echo off&lt;/pre&gt;
&lt;pre&gt;set timestamp=%date:~10,4%%date:~4,2%%date:~7,2%%time:~0,2%%time:~3,2%%time:~6,2%%time:~9,2%&lt;/pre&gt;
&lt;pre&gt;ren %1 %timestamp%%1&lt;/pre&gt;
&lt;pre&gt;@echo on&lt;/pre&gt;
&lt;/blockquote&gt;
&lt;p dir="ltr"&gt;//TODO: Option to rename all files in a directory&lt;/p&gt;
&lt;p dir="ltr"&gt;//TODO: Option to read file names to be renamed from a text file&lt;/p&gt;&lt;img src="http://geekswithblogs.net/haroon/aggbug/126335.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/haroon/comments/126335.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/haroon/comments/commentRss/126335.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/haroon/services/trackbacks/126335.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Incremental Search - VS 2005</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/haroon/archive/2007/07/02/113632.aspx" />
        <id>http://geekswithblogs.net/haroon/archive/2007/07/02/113632.aspx</id>
        <published>2007-07-02T08:39:44-05:00:00</published>
        <updated>2007-07-02T08:45:13Z</updated>
        <content type="html">&lt;p&gt;Coming from the world of Vi, I prefer the incremental search over usual Ctrl + F search dialog. Didn't know it existed in VS till now. It comes out that pressing Ctrl + I in VS 2005 puts the editor in incremental search mode. To go to next match, simply press Ctrl + I again and to go to previous match, press Ctrl + I while holding down the shift key. To exit this mode, press the return key &amp;lt;update&amp;gt;you can press any key to exit this mode&amp;lt;/update&amp;gt;.&lt;/p&gt;&lt;img src="http://geekswithblogs.net/haroon/aggbug/113632.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/haroon/comments/113632.aspx</wfw:comment>
        <slash:comments>1</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/haroon/comments/commentRss/113632.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/haroon/services/trackbacks/113632.aspx</trackback:ping>
    </entry>
    <entry>
        <title>Prime numbers</title>
        <link rel="self" type="text/html" href="http://geekswithblogs.net/haroon/archive/2007/04/25/111963.aspx" />
        <id>http://geekswithblogs.net/haroon/archive/2007/04/25/111963.aspx</id>
        <published>2007-04-25T03:59:56-05:00:00</published>
        <updated>2007-04-25T03:59:56Z</updated>
        <content type="html">&lt;p&gt;Prime numbers are one of my personal favourites. Being a programmer, I am also interested in implementing and examining different prime number concepts using some programming language.&lt;/p&gt;
&lt;p&gt;In the days to come I will write a small series of posts on prime numbers on &lt;a href="http://www.geekswithblogs.net/"&gt;Geeks With Blogs&lt;/a&gt;.&lt;/p&gt;&lt;img src="http://geekswithblogs.net/haroon/aggbug/111963.aspx" width="1" height="1" /&gt;</content>
        <wfw:comment>http://geekswithblogs.net/haroon/comments/111963.aspx</wfw:comment>
        <slash:comments>0</slash:comments>
        <wfw:commentRss>http://geekswithblogs.net/haroon/comments/commentRss/111963.aspx</wfw:commentRss>
        <trackback:ping>http://geekswithblogs.net/haroon/services/trackbacks/111963.aspx</trackback:ping>
    </entry>
</feed>