<?xml version='1.0' encoding='UTF-8'?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" version="2.0"><channel><atom:id>tag:blogger.com,1999:blog-553886797624265949</atom:id><lastBuildDate>Mon, 21 Apr 2025 06:33:15 +0000</lastBuildDate><category>coding</category><category>pintos</category><category>adobe air</category><category>download</category><category>gcc</category><category>hard work</category><category>job</category><category>photography</category><category>quick</category><category>scheduler</category><category>sorting</category><category>squish</category><title>VerbAtim</title><description>verbatim means word by word.&#xa;This is an attempt to put down my thoughts &quot;verbatim&quot;.</description><link>http://ankit-verbatim.blogspot.com/</link><managingEditor>noreply@blogger.com (Ankit)</managingEditor><generator>Blogger</generator><openSearch:totalResults>19</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><item><guid isPermaLink="false">tag:blogger.com,1999:blog-553886797624265949.post-1573152388988838305</guid><pubDate>Mon, 09 Apr 2012 17:30:00 +0000</pubDate><atom:updated>2012-04-09T23:31:03.447+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">pintos</category><category domain="http://www.blogger.com/atom/ns#">scheduler</category><title>Pintos- implementing the mlfqs scheduler</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Hi, Its been a while since my last post on pintos, as I have been quite busy at work. As promised in the last post, here is the link to my pintos repository :&amp;nbsp;
&lt;a href=&quot;https://github.com/sup3rcod3r/pintos&quot;&gt;https://github.com/sup3rcod3r/pintos&lt;/a&gt;. You can watch it to keep up with the developments.&lt;br /&gt;
A quick way to clean and compile any code changes is to run&lt;br /&gt;
$make clean &amp;amp;&amp;amp; make check&lt;br /&gt;
from the project/build folder. This compiles the kernel and starts running all the tests.&lt;br /&gt;
&lt;div&gt;
In the next exercise, I skipped the priority donation part, and jumped on to implementing the mlfqs scheduler. It was quite a fun exercise, getting to learn about fixed-point arithmetic, and its use in the pintos kernel, where float numbers aren&#39;t supported. An important point to remember is that you have to consider the idle thread while calculating load-avg and recent-cpu values. Since it doesn&#39;t contribute to these values, it is good to check for it in the get functions, and return if true. After I got this bit right, nearly all of the scheduler tests passed.&lt;br /&gt;
Output as of now :&lt;br /&gt;
&lt;br /&gt;
pass tests/threads/alarm-single&lt;br /&gt;
pass tests/threads/alarm-multiple&lt;br /&gt;
FAIL tests/threads/alarm-simultaneous&lt;br /&gt;
pass tests/threads/alarm-priority&lt;br /&gt;
pass tests/threads/alarm-zero&lt;br /&gt;
pass tests/threads/alarm-negative&lt;br /&gt;
FAIL tests/threads/priority-change&lt;br /&gt;
FAIL tests/threads/priority-donate-one&lt;br /&gt;
FAIL tests/threads/priority-donate-multiple&lt;br /&gt;
FAIL tests/threads/priority-donate-multiple2&lt;br /&gt;
FAIL tests/threads/priority-donate-nest&lt;br /&gt;
FAIL tests/threads/priority-donate-sema&lt;br /&gt;
FAIL tests/threads/priority-donate-lower&lt;br /&gt;
FAIL tests/threads/priority-fifo&lt;br /&gt;
FAIL tests/threads/priority-preempt&lt;br /&gt;
FAIL tests/threads/priority-sema&lt;br /&gt;
FAIL tests/threads/priority-condvar&lt;br /&gt;
FAIL tests/threads/priority-donate-chain&lt;br /&gt;
pass tests/threads/mlfqs-load-1&lt;br /&gt;
pass tests/threads/mlfqs-load-60&lt;br /&gt;
pass tests/threads/mlfqs-load-avg&lt;br /&gt;
pass tests/threads/mlfqs-recent-1&lt;br /&gt;
pass tests/threads/mlfqs-fair-2&lt;br /&gt;
pass tests/threads/mlfqs-fair-20&lt;br /&gt;
pass tests/threads/mlfqs-nice-2&lt;br /&gt;
FAIL tests/threads/mlfqs-nice-10&lt;br /&gt;
FAIL tests/threads/mlfqs-block&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
Follow the requirements closely, as they contain most of the clues to finishing the exercise.&lt;/div&gt;
&lt;/div&gt;</description><link>http://ankit-verbatim.blogspot.com/2012/04/pintos-implementing-mlfqs-scheduler.html</link><author>noreply@blogger.com (Ankit)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-553886797624265949.post-5858489240648507623</guid><pubDate>Fri, 02 Mar 2012 15:26:00 +0000</pubDate><atom:updated>2012-03-02T20:58:40.415+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">gcc</category><category domain="http://www.blogger.com/atom/ns#">pintos</category><category domain="http://www.blogger.com/atom/ns#">squish</category><title>pintos init</title><description>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;The following post is for those looking to setup a working environment to start work on pintos project. I am documenting ways to overcome some difficulties at start, as my hard-disk is reporting &quot;crash imminent&quot; and I may need to do this again later.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;Started working on a new hobby project pintos last weekend.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;The intro can be found here:&amp;nbsp;&lt;a href=&quot;http://www.scs.stanford.edu/10wi-cs140/pintos/pintos.html&quot;&gt;http://www.scs.stanford.edu/10wi-cs140/pintos/pintos.html&lt;/a&gt;.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;I started with setting up the environment by following steps given here:&amp;nbsp;&lt;a href=&quot;http://www.scs.stanford.edu/10wi-cs140/pintos/pintos_12.html#SEC166&quot;&gt;http://www.scs.stanford.edu/10wi-cs140/pintos/pintos_12.html#SEC166&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;While I was breezing past the first 3 points (bochs installed, setting path to add gdbmacros,src/utils), I hung up on the 4th i.e.&amp;nbsp;&lt;span style=&quot;text-align: justify;&quot;&gt;Compile the remaining Pintos utilities by typing&amp;nbsp;&lt;/span&gt;&lt;code style=&quot;font-family: sans-serif; text-align: justify;&quot;&gt;make&lt;/code&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;&amp;nbsp;in&amp;nbsp;&lt;/span&gt;&lt;q style=&quot;text-align: justify;&quot;&gt;&lt;tt style=&quot;font-family: sans-serif;&quot;&gt;src/utils&lt;/tt&gt;&lt;/q&gt;&lt;span style=&quot;text-align: justify;&quot;&gt;. The problem when I invoked make is that make file generates commands like&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; text-align: justify;&quot;&gt;$gcc -lm squish-pty.c&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; text-align: justify;&quot;&gt;which resulted into error with my version of gcc, as -lm . So, had to ignore makefile, and ran those commands individually:&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; text-align: justify;&quot;&gt;$gcc squish-pty.c -o squish-pty -lm&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;then, copied each generated executable into PATH directory.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;A second problem that was lurking was, bochs didn&#39;t install correctly and would crash, when running the pintos command. Downloading a prepatched version of bochs from&amp;nbsp;&lt;a href=&quot;http://cit.dixie.edu/cs/3400/pintos-install.php&quot;&gt;http://cit.dixie.edu/cs/3400/pintos-install.php&lt;/a&gt;, helped.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white;&quot;&gt;In the next post, I will give the git url for this project, and provide new ideas and materials to learn from to complete the project.&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;</description><link>http://ankit-verbatim.blogspot.com/2012/03/pintos-init.html</link><author>noreply@blogger.com (Ankit)</author><thr:total>0</thr:total><georss:featurename>Link Rd, Mumbai, Maharashtra, India</georss:featurename><georss:point>19.1728604 72.8362058</georss:point><georss:box>19.1709859 72.833738300000007 19.1747349 72.8386733</georss:box></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-553886797624265949.post-2060008123141912734</guid><pubDate>Thu, 06 Jan 2011 11:24:00 +0000</pubDate><atom:updated>2011-01-06T16:54:00.333+05:30</atom:updated><title></title><description>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuoh7cVS47JZp974GOktKwACfOLyeCIL-XejrbvnaPwTy48nL20uu2_TBqjsbNQmbDZg9W2dxDHmkSBCT0CsegMDrzkrCHUqAoB_srRJcUFZc-1X4b9oRAnzboHtlI3IoqpLWPxGa4P1fV/s1600/qr.bmp&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;311&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuoh7cVS47JZp974GOktKwACfOLyeCIL-XejrbvnaPwTy48nL20uu2_TBqjsbNQmbDZg9W2dxDHmkSBCT0CsegMDrzkrCHUqAoB_srRJcUFZc-1X4b9oRAnzboHtlI3IoqpLWPxGa4P1fV/s320/qr.bmp&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;</description><link>http://ankit-verbatim.blogspot.com/2011/01/blog-post.html</link><author>noreply@blogger.com (Ankit)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiuoh7cVS47JZp974GOktKwACfOLyeCIL-XejrbvnaPwTy48nL20uu2_TBqjsbNQmbDZg9W2dxDHmkSBCT0CsegMDrzkrCHUqAoB_srRJcUFZc-1X4b9oRAnzboHtlI3IoqpLWPxGa4P1fV/s72-c/qr.bmp" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-553886797624265949.post-7736085249048993540</guid><pubDate>Sun, 03 Oct 2010 18:05:00 +0000</pubDate><atom:updated>2010-10-03T23:35:04.339+05:30</atom:updated><title>FB</title><description>a few questions, some clicks and a couple of seconds later, I became another pround owner of an fb account.&lt;br /&gt;
Opening my home page, I thought &quot;cool, this sns is far more vibrant and active than orkut!&quot;, and why not, most of my friends abandoned orkut for fb, when it was making news about stealing users&#39; information.&lt;br /&gt;
as of now, it seems ppl do react to others&#39; status and pics on fb, which used to happen centuries ago on orkut too!</description><link>http://ankit-verbatim.blogspot.com/2010/10/fb.html</link><author>noreply@blogger.com (Ankit)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-553886797624265949.post-3219915199089946238</guid><pubDate>Sat, 14 Aug 2010 18:19:00 +0000</pubDate><atom:updated>2010-08-18T22:01:15.558+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">photography</category><title>Confessions of an amateur photographer</title><description>Ok, so here go my first few attempts at photography.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://imgthumb01a.zoomin.com/1281780428/847779678_g.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;240&quot; src=&quot;http://imgthumb01a.zoomin.com/1281780428/847779678_g.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
This is one of the tricks I have been wanting to do for years :) . It is easy to achieve in an SLR by simply increasing the aperture time. But in my cam (Nikon 120), I achieved it by setting the camera for night mode photography. The aperture does open for a longer duration, however precise control over it is something I still miss.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://imgthumb01a.zoomin.com/1281780896/184470436_g.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;http://imgthumb01a.zoomin.com/1281780896/184470436_g.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
I used the Digital Macro mode available in my camera for this image, which thus renders an enlarged and clear image of the center drop while keeping the background out of focus.&lt;br /&gt;
&amp;nbsp;The Macro mode opens a whole new world of photography subjects to be explored, some of which can be seen below.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://imgthumb01a.zoomin.com/1281780275/606348233_g.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;240&quot; src=&quot;http://imgthumb01a.zoomin.com/1281780275/606348233_g.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Rose thorns. Notice the joints of the thorns with the stem.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://imgthumb01a.zoomin.com/1281780195/536617699_g.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;480&quot; src=&quot;http://imgthumb01a.zoomin.com/1281780195/536617699_g.jpg&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
This is one of my favorites. The subject was a dead bug, I found in the garden. Notice its broken eye and sticky hair on its limbs and thorax.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://imgthumb01a.zoomin.com/1281780084/664710914_g.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;240&quot; src=&quot;http://imgthumb01a.zoomin.com/1281780084/664710914_g.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A group of ants. Some of their feet aren&#39;t clearly visible because they were moving.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://imgthumb01a.zoomin.com/1281781218/538965944_g.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;http://imgthumb01a.zoomin.com/1281781218/538965944_g.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This pic was taken after the rain.&lt;br /&gt;
The water drops add freshness to the image and the flower bud gives composure and balance to the colors blah blah blah.&lt;br /&gt;
The conclusion is that it is a good image and is currently my wallpaper :)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://imgthumb01a.zoomin.com/1281780805/178392721_g.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;http://imgthumb01a.zoomin.com/1281780805/178392721_g.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;Nature photography:&lt;br /&gt;
&lt;br /&gt;
You can see a beak and an eye of a bird poking out of its nest. I don&#39;t know which type of bird it is, but it worked very hard to build itself a nice, green nest on one of the mango trees.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://imgthumb01a.zoomin.com/1281784027/313093486_g.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;http://imgthumb01a.zoomin.com/1281784027/313093486_g.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A beautiful rose.&lt;br /&gt;
Nothing to say here.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://imgthumb01a.zoomin.com/1281783986/743408480_g.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;640&quot; src=&quot;http://imgthumb01a.zoomin.com/1281783986/743408480_g.jpg&quot; width=&quot;480&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
A nice&amp;nbsp;silhouette.&lt;br /&gt;
A crow perched on a transmission line.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://imgthumb01a.zoomin.com/1281781152/798226603_g.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;240&quot; src=&quot;http://imgthumb01a.zoomin.com/1281781152/798226603_g.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
reminds me of a wallpaper that used to come with Windows-98.&lt;br /&gt;
But this one is more vibrant and is shot by me!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://imgthumb01a.zoomin.com/1281779933/611774788_g.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;240&quot; src=&quot;http://imgthumb01a.zoomin.com/1281779933/611774788_g.jpg&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;
&lt;br /&gt;
Icon of CS1.6. You can easily see each pixel on the laptop screen showing different colours by varying the RGB values.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
So, these were some of my pics from my still new camera. Hope u like them.</description><link>http://ankit-verbatim.blogspot.com/2010/08/confessions-of-amateur-photographer.html</link><author>noreply@blogger.com (Ankit)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-553886797624265949.post-2961218822027032770</guid><pubDate>Fri, 06 Aug 2010 19:54:00 +0000</pubDate><atom:updated>2010-08-07T01:24:36.775+05:30</atom:updated><title>The summer of 2010</title><description>&lt;br class=&quot;Apple-interchange-newline&quot; /&gt;&lt;br /&gt;
&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;Exactly 3 months ago, I gave my BTP presentation; and thus ended a 4 year journey called college.&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;Never had I enjoyed, procrastinated,&amp;nbsp;fooled around,&amp;nbsp;partied, bunked, slept (in short &quot;lived&quot;) as much as in these last four years. And as the realization of its end dawned upon, a nostalgic feeling started sinking in.&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;&lt;br /&gt;
&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;The next week was all about no dues forms, assi ghat, godowlia and lanka :)&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;I reached home on May 15th with a hard-disk full of tv series and some games.&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;Now as you all know, the first few days at home are like time spent in heaven. And then comes the boredom :(&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;So, I started with Lost, smallville, himym and justice league (the series aired on CN). Took a month to complete. I also had to go to a family wedding by the end of the month for a week. Spent some quality time &amp;nbsp;there.&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;So, the first month was spent easy.&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;Oh, FYI my joining is on 16th Aug. So, I had 3 months this summer to spend at home.&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;Most of the material on my hard disk was watched and the FIFA worldcup was going to start. I started reading a bit about football, but let&#39;s face it; the football fever subsided faster than it had attacked me.&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;I never followed football before, couldn&#39;t stay up late at night and had problem remembering most &amp;nbsp;of the players&#39; names.&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;Meanwhile I had applied for a BSNL broadband connection, before the worldcup.&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;The telephone was installed 2 weeks after the worldcup :( and the modem took another full week :((&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;By then, I started getting newsletter and emails from the company, giving light homework and recommending books to study. I didn&#39;t download any book.&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;I got my hands on a cool DIY book, which had instructions for projects I had been wanting to do for months, like FM transmitter bug, remote control of laptop by bluetooth etc...&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;I started looking for electronic components in Dhanbad but&amp;nbsp;I couldn&#39;t find&amp;nbsp;most of my requirements.&lt;/div&gt;&lt;div style=&quot;margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px;&quot;&gt;So from the small inventory of electronic components I did manage to get, I built myself a cool astable-multivibrator, a pic of which I am shamelessly pasting here. ( this ugly no-use circuit cost me 200 bucks)&lt;/div&gt;&lt;table align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; class=&quot;tr-caption-container&quot; style=&quot;margin-left: auto; margin-right: auto; text-align: center;&quot;&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td style=&quot;text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiccG5NvT5WgLxo7-t97yTFJUC7cg_N4tyPySnRW8mzawE2TNg97J0KTO-IUvVRTp2VY8Qz9kYX1zIMu864fbL_TDtb6zCWdmxiDjblrYKKEl2cOUttZafDvCpLL55Gv_6N9UrxL_Y4ocyH/s1600/DSC02915.JPG&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: auto; margin-right: auto;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;179&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiccG5NvT5WgLxo7-t97yTFJUC7cg_N4tyPySnRW8mzawE2TNg97J0KTO-IUvVRTp2VY8Qz9kYX1zIMu864fbL_TDtb6zCWdmxiDjblrYKKEl2cOUttZafDvCpLL55Gv_6N9UrxL_Y4ocyH/s200/DSC02915.JPG&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class=&quot;tr-caption&quot; style=&quot;text-align: center;&quot;&gt;home made circuit.&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;Meanwhile, I was also getting interested in bash programming, java midlets, android platform and website designing. I also read some tutorials and made mobile apps. Now I was determined to buy an android phone some day. Sometimes you have a &quot;this is gonna be BIG&quot; feeling and want to go with the flow. I spent quite some time researching android phones currently available in the market.&lt;br /&gt;
You can get an idea from &lt;a href=&quot;http://www.techtree.com/India/Features/Best_Android_Phones/551-111734-899.html&quot;&gt;here&lt;/a&gt;. I rounded up on samsung-spica, but it seems samsung has stopped its production. Can&#39;t find it anywhere in Dhanbad as of now. Will search for it in mumbai :)&lt;br /&gt;
As of now, I received a cool gift from my parents, a brand new Canon Ixus 120IS :)&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj3XrsvXPeLABPMcVXJd6nmF3JYtswCHKqbpEX1W2PhtGVHh2oduLAkMIckhDVeP4vFLGwhdQBXcf3OKop3aFQeSI0Aojd6Yk3dbaE3M8GOiiIA3jz9SYPdciTCFEY0uKX3Egy51nJbrvrL/s1600/Canon+IXUS+120+IS+(5)-420-90.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj3XrsvXPeLABPMcVXJd6nmF3JYtswCHKqbpEX1W2PhtGVHh2oduLAkMIckhDVeP4vFLGwhdQBXcf3OKop3aFQeSI0Aojd6Yk3dbaE3M8GOiiIA3jz9SYPdciTCFEY0uKX3Egy51nJbrvrL/s320/Canon+IXUS+120+IS+(5)-420-90.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;google for its specs, nice cam btw. I am currently busy fiddling with its features and settings.&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;I will be posting photos taken from my new cam in a few days. So stay tuned.&lt;/div&gt;</description><link>http://ankit-verbatim.blogspot.com/2010/08/summer-of-2010.html</link><author>noreply@blogger.com (Ankit)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiccG5NvT5WgLxo7-t97yTFJUC7cg_N4tyPySnRW8mzawE2TNg97J0KTO-IUvVRTp2VY8Qz9kYX1zIMu864fbL_TDtb6zCWdmxiDjblrYKKEl2cOUttZafDvCpLL55Gv_6N9UrxL_Y4ocyH/s72-c/DSC02915.JPG" height="72" width="72"/><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-553886797624265949.post-2155766476370747316</guid><pubDate>Sun, 24 Jan 2010 16:30:00 +0000</pubDate><atom:updated>2010-01-24T22:00:19.205+05:30</atom:updated><title>KY&#39;10</title><description>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiza9goRq0RuFAo6I-KQVzMFL0zvrO4AreYmlOmsquVocBWftnYBXCXsb9uE8NhJhwvrJ4KJnhCU3fC2faPLWofzmm7Az8yndbKUKLpWNYvZ1L2kups9Sc7kgXKBYJT4mP87ZrucvwK5UM_/s1600-h/23012010746.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiza9goRq0RuFAo6I-KQVzMFL0zvrO4AreYmlOmsquVocBWftnYBXCXsb9uE8NhJhwvrJ4KJnhCU3fC2faPLWofzmm7Az8yndbKUKLpWNYvZ1L2kups9Sc7kgXKBYJT4mP87ZrucvwK5UM_/s320/23012010746.jpg&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;Participated in the T-shirt designing contest Toolika during the cultural fest of IT-BHU &lt;a href=&quot;http://www.itbhu.ac.in/kashiyatra/&quot;&gt;Kashiyatra&lt;/a&gt;. Looks cool :).</description><link>http://ankit-verbatim.blogspot.com/2010/01/ky10.html</link><author>noreply@blogger.com (Ankit)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiza9goRq0RuFAo6I-KQVzMFL0zvrO4AreYmlOmsquVocBWftnYBXCXsb9uE8NhJhwvrJ4KJnhCU3fC2faPLWofzmm7Az8yndbKUKLpWNYvZ1L2kups9Sc7kgXKBYJT4mP87ZrucvwK5UM_/s72-c/23012010746.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-553886797624265949.post-4243958761976076765</guid><pubDate>Thu, 21 Jan 2010 13:20:00 +0000</pubDate><atom:updated>2010-01-21T18:51:26.089+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">adobe air</category><category domain="http://www.blogger.com/atom/ns#">coding</category><category domain="http://www.blogger.com/atom/ns#">download</category><title>My own media player!!!</title><description>This is my first post of the new year. And I am posting a link to the first app. I made this year&lt;br /&gt;
&lt;iframe frameborder=&quot;0&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; scrolling=&quot;no&quot; src=&quot;http://cid-87fb9cdd91bb63ca.skydrive.live.com/embedicon.aspx/.Public/mediaPlayer.air&quot; style=&quot;background-color: #fcfcfc; height: 115px; padding: 0; width: 98px;&quot; title=&quot;Preview&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
This is the media player I had been working on for quite some time (and which kept me away from blogging :) )&lt;br /&gt;
Complete with playlist feature and capability of playing .flv and .mp3 files, the release is a .air installer. For running a .air application, you will require the &lt;a href=&quot;http://get.adobe.com/air/&quot;&gt;Adobe Integrated Runtime&lt;/a&gt;.&lt;br /&gt;
Here is a screenshot of the player. Hope you will like it :)&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZNJv5qQP1kISkath8oBwWI7PwzabUYxed76K5T1jSd02TqcZ1DLcgGkiTBdE2cXJnvg1SKBXVyuJ_tzCCdgjwXiaZVMKX4JWz04le7gd12mYE7M33UPSyNxYYTZkif_zfEFOyOC0wJHsf/s1600-h/player.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZNJv5qQP1kISkath8oBwWI7PwzabUYxed76K5T1jSd02TqcZ1DLcgGkiTBdE2cXJnvg1SKBXVyuJ_tzCCdgjwXiaZVMKX4JWz04le7gd12mYE7M33UPSyNxYYTZkif_zfEFOyOC0wJHsf/s320/player.jpg&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><link>http://ankit-verbatim.blogspot.com/2010/01/my-own-media-player.html</link><author>noreply@blogger.com (Ankit)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjZNJv5qQP1kISkath8oBwWI7PwzabUYxed76K5T1jSd02TqcZ1DLcgGkiTBdE2cXJnvg1SKBXVyuJ_tzCCdgjwXiaZVMKX4JWz04le7gd12mYE7M33UPSyNxYYTZkif_zfEFOyOC0wJHsf/s72-c/player.jpg" height="72" width="72"/><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-553886797624265949.post-8029233300763661879</guid><pubDate>Thu, 17 Dec 2009 16:00:00 +0000</pubDate><atom:updated>2009-12-17T21:30:04.299+05:30</atom:updated><title>Mobile phone prices in India</title><description>&lt;a href=&quot;http://www.fonearena.com/mobile_phone_pricelist.html&quot;&gt;Mobile phone prices in India&lt;/a&gt;</description><link>http://ankit-verbatim.blogspot.com/2009/12/mobile-phone-prices-in-india.html</link><author>noreply@blogger.com (Ankit)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-553886797624265949.post-8870692286541433530</guid><pubDate>Tue, 15 Dec 2009 18:26:00 +0000</pubDate><atom:updated>2009-12-16T22:59:34.180+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">coding</category><title>My first chrome extension!!</title><description>&lt;iframe frameborder=&quot;0&quot; marginheight=&quot;0&quot; marginwidth=&quot;0&quot; scrolling=&quot;no&quot; src=&quot;http://cid-87fb9cdd91bb63ca.skydrive.live.com/embedicon.aspx/.Public/myblogex2.crx&quot; style=&quot;background-color: #fcfcfc; height: 115px; padding: 0; width: 98px;&quot; title=&quot;Preview&quot;&gt;&lt;/iframe&gt;&lt;br /&gt;
&lt;br /&gt;
Here is a cool new chrome extension that shows the first five feeds of my blog in rotation. Try it!&lt;br /&gt;
here is a screenshot-&amp;gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkk0gCOhXkR6lLRiX0oxWY8GBxsbMAJGXk8VXqBSdiUbhj3O1Hx3lkkV0Efou3i9mTIQ4sVq0ZMQqloS4Lj-3xRSw300X0V9RclqU_eCvZiX0q8dBV6BDHlxjAwo3nJepG0n1dGZ5m7_mo/s1600-h/pic.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkk0gCOhXkR6lLRiX0oxWY8GBxsbMAJGXk8VXqBSdiUbhj3O1Hx3lkkV0Efou3i9mTIQ4sVq0ZMQqloS4Lj-3xRSw300X0V9RclqU_eCvZiX0q8dBV6BDHlxjAwo3nJepG0n1dGZ5m7_mo/s400/pic.jpg&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><link>http://ankit-verbatim.blogspot.com/2009/12/here-is-cool-new-chrome-extension-that.html</link><author>noreply@blogger.com (Ankit)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkk0gCOhXkR6lLRiX0oxWY8GBxsbMAJGXk8VXqBSdiUbhj3O1Hx3lkkV0Efou3i9mTIQ4sVq0ZMQqloS4Lj-3xRSw300X0V9RclqU_eCvZiX0q8dBV6BDHlxjAwo3nJepG0n1dGZ5m7_mo/s72-c/pic.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-553886797624265949.post-2310748366535415668</guid><pubDate>Wed, 09 Dec 2009 08:11:00 +0000</pubDate><atom:updated>2009-12-16T23:17:35.754+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">job</category><title>First Job!!!</title><description>Got a job in CTS along with 158 others from IT-BHU. Feels great!!!&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://blog.nj.com/ledgerupdates_impact/2009/03/medium_Cognizant-Technology-logo.JPG&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;191&quot; src=&quot;http://blog.nj.com/ledgerupdates_impact/2009/03/medium_Cognizant-Technology-logo.JPG&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><link>http://ankit-verbatim.blogspot.com/2009/12/first-job.html</link><author>noreply@blogger.com (Ankit)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-553886797624265949.post-5723834189261172346</guid><pubDate>Tue, 08 Dec 2009 18:01:00 +0000</pubDate><atom:updated>2009-12-08T23:31:02.443+05:30</atom:updated><title>New Widget!!!</title><description>Added the new feed subscription widget, so you readers can keep up with my blogs. Enjoy!</description><link>http://ankit-verbatim.blogspot.com/2009/12/new-widget.html</link><author>noreply@blogger.com (Ankit)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-553886797624265949.post-1893504349046682307</guid><pubDate>Mon, 07 Dec 2009 15:54:00 +0000</pubDate><atom:updated>2009-12-16T23:40:11.864+05:30</atom:updated><title>when was the last time you did something for the first time?</title><description>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://www.freemoustache.com/images/moustache1.gif&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;140&quot; src=&quot;http://www.freemoustache.com/images/moustache1.gif&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
today, I shaved off my &lt;span style=&quot;font-weight: bold;&quot;&gt;moustache&lt;/span&gt; for the first time!</description><link>http://ankit-verbatim.blogspot.com/2009/12/when-was-last-time-you-did-something.html</link><author>noreply@blogger.com (Ankit)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-553886797624265949.post-5452956755872068857</guid><pubDate>Mon, 07 Dec 2009 07:10:00 +0000</pubDate><atom:updated>2009-12-16T23:42:43.030+05:30</atom:updated><title>Flexing my muscles</title><description>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;http://onflex.org/images/Fx.png&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;200&quot; src=&quot;http://onflex.org/images/Fx.png&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
Having finished with the CAT yesterday, I turned to the one task I had in my mind for the last couple of days. I had joined the Flex Developers community of our college and was wondering what the fuss was all about.&lt;br /&gt;
I downloaded Adobe Flex yesterday, and started fiddling with the sample codes. At first, what seemed to be like a &quot;dreamweaver&quot; like IDE from Adobe, gradually started unfolding its plethora of controls. As I started with the programming(or rather designing), I realised, I could even make a light browser in a couple of lines of code. Then I decided, that maybe, this browser could draw people to my blog :) . So, I removed all the controls from this browser and distributed the empty container as an installer whose raison d&#39;etre would be to open my blog.&lt;br /&gt;
Soon I will have my own website based entirely on flex. I hope. :).</description><link>http://ankit-verbatim.blogspot.com/2009/12/flexing-my-muscles.html</link><author>noreply@blogger.com (Ankit)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-553886797624265949.post-7343725218503453825</guid><pubDate>Sun, 08 Nov 2009 20:05:00 +0000</pubDate><atom:updated>2009-12-16T23:04:17.995+05:30</atom:updated><title>World Wars</title><description>&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgr_xRxQbZG6q5kStzEnxkrblOmgveGxoez_Ke_Ji7RT7I60mpHT6_tZDr6Y3aL16zFDJaXHZTmug9MV6VqrwGa9lilvlHw1_flyYcmxtNIiZbEboxU-0pRb4bYjtw-jqH-FCRPnD5UnV6H/s1600-h/DroidvsiPhone.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;br /&gt;
&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgr_xRxQbZG6q5kStzEnxkrblOmgveGxoez_Ke_Ji7RT7I60mpHT6_tZDr6Y3aL16zFDJaXHZTmug9MV6VqrwGa9lilvlHw1_flyYcmxtNIiZbEboxU-0pRb4bYjtw-jqH-FCRPnD5UnV6H/s200/DroidvsiPhone.jpg&quot; /&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;&lt;br /&gt;
We all know about the world wars and the way they influenced the future of mankind. But nothing can be compared to the one which is happening right now,even as I write this blog.&lt;br /&gt;
Traditionally wars were between nations for control of colonies and their natural resources. Today, in the information age, wars are fought between companies, software giants and minnows alike. Though the motive has remained the same, but the resource is knowledge.&lt;br /&gt;
Google-search, which was started merely 12 years ago, has now the most used search engine on the web. In response, microsoft launched its own version of search engine &quot;Bing&quot;. Wolfram-Alpha, though not fully developed, brings a cool new dimension to &quot;searching&quot;.It basically associates keywords with numbers and vice-versa to present the result in the form of graphs, charts, facts and more! Various other search sites such as ask,yahoo,lycos are also used, but rarely!&lt;br /&gt;
In July, this year, Microsoft and Yahoo entered in a deal according to which Microsoft would power Yahoo! search while Yahoo! would become the exclusive worldwide relationship sales force for both companies’ premium search advertisers. Definitely, the move was made to increase their share in global search engine usage against that of Google.&lt;br /&gt;
Information on-the-go is available on smartphones, and the biggest contenders in this arena are Nokia, Motorola and Apple. Recently, the Finnish mobile giant Nokia sued Apple over copyright infringement. There are more battles to come on the global tech arena like Motorola Droid(with Google Android OS) vs Apple Iphone, Windows7 vs Karmik Koala(the 9.10 release of Ubuntu, described as the official alternative to Windows), Google Wave and many more, a harbinger of good things to come. And I am keeping my eyes open :)</description><link>http://ankit-verbatim.blogspot.com/2009/11/world-wars.html</link><author>noreply@blogger.com (Ankit)</author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgr_xRxQbZG6q5kStzEnxkrblOmgveGxoez_Ke_Ji7RT7I60mpHT6_tZDr6Y3aL16zFDJaXHZTmug9MV6VqrwGa9lilvlHw1_flyYcmxtNIiZbEboxU-0pRb4bYjtw-jqH-FCRPnD5UnV6H/s72-c/DroidvsiPhone.jpg" height="72" width="72"/><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-553886797624265949.post-5950317465836314166</guid><pubDate>Sat, 08 Aug 2009 05:11:00 +0000</pubDate><atom:updated>2009-08-08T10:43:05.294+05:30</atom:updated><title>NASA Images</title><description>Added NASA image of the day widget, to give an &quot;Out of the World&quot; feel to my blog...</description><link>http://ankit-verbatim.blogspot.com/2009/08/nasa-images.html</link><author>noreply@blogger.com (Ankit)</author><thr:total>1</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-553886797624265949.post-3877947477530019448</guid><pubDate>Fri, 07 Aug 2009 18:48:00 +0000</pubDate><atom:updated>2009-08-08T00:34:02.450+05:30</atom:updated><title>Euphoria</title><description>close, turn-off, shut-down the box&lt;br /&gt;wanna come-out ,speak ,shout like a fox&lt;br /&gt;Gripped by loneliness, hebetude, claustrophobia?&lt;br /&gt;No, dont hide, come in the light, Euphoria!!!</description><link>http://ankit-verbatim.blogspot.com/2009/08/euphoria.html</link><author>noreply@blogger.com (Ankit)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-553886797624265949.post-8615359047653987968</guid><pubDate>Fri, 07 Aug 2009 17:14:00 +0000</pubDate><atom:updated>2009-08-08T13:18:16.784+05:30</atom:updated><category domain="http://www.blogger.com/atom/ns#">coding</category><category domain="http://www.blogger.com/atom/ns#">hard work</category><category domain="http://www.blogger.com/atom/ns#">quick</category><category domain="http://www.blogger.com/atom/ns#">sorting</category><title>source code of quick-sort</title><description>Two days after starting to write the code for quick sort, from scratch, I was finally able to make it error free. The algorithm is elegant but error prone and to make matters worse (from the point of view of program readability) recursion is an integral part of the code.&lt;br /&gt;I searched heavily for the code but couldn&#39;t find any of them written in C++, and clean enough.&lt;br /&gt;So I decided to blog it down, for my own future references and above all, for the whole coding community.&lt;br /&gt;&lt;br /&gt;#include &quot;iostream&quot;&lt;br /&gt;#define max 9&lt;br /&gt;using namespace std;    &lt;br /&gt;&lt;br /&gt;      void display(int* a)&lt;br /&gt;    {      &lt;br /&gt;        for(int i=0; i&lt; max; i++)&lt;br /&gt;           printf(&quot;%d&quot;,a[i]);&lt;br /&gt;        printf(&quot;\n&quot;);&lt;br /&gt;         &lt;br /&gt;    }&lt;br /&gt;    &lt;br /&gt;void swap(int&amp; x,int&amp; y)&lt;br /&gt;   {               &lt;br /&gt;   int temp;&lt;br /&gt;   temp = x;&lt;br /&gt;   x = y;&lt;br /&gt;   y = temp;&lt;br /&gt;   }&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;     int partition(int* a,int beg,int end)&lt;br /&gt;    {&lt;br /&gt;        int left = beg, right=end, piv = *(a+beg);&lt;br /&gt;&lt;br /&gt;        while(left&lt;right)&lt;br /&gt;        {   &lt;br /&gt;            while((a[left]&lt;=piv)&amp;&amp;(left&lt;end))&lt;br /&gt;                left++;&lt;br /&gt;            while((a[right]&gt;=piv)&amp;&amp;(right&gt;beg))&lt;br /&gt;                right--;&lt;br /&gt;            if(left&lt;right)&lt;br /&gt;                swap(a[left],a[right]);&lt;br /&gt;        }&lt;br /&gt;        a[beg] = a[right];&lt;br /&gt;        a[right] = piv;&lt;br /&gt;        return(right);&lt;br /&gt;    }&lt;br /&gt;    &lt;br /&gt;    void quick(int* a,int beg,int end)&lt;br /&gt;    {&lt;br /&gt;    &lt;br /&gt;        if (beg&gt;=end) return;&lt;br /&gt;&lt;br /&gt;        int pos = partition(a,beg,end);&lt;br /&gt;        cout&lt;&lt;pos;&lt;br /&gt;        quick(a,beg,pos-1);&lt;br /&gt;        quick(a,pos+1,end);&lt;br /&gt;    }&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;    int main()&lt;br /&gt;    {&lt;br /&gt;        int arr[] = {1,5,2,7,3,4,6,0,9};&lt;br /&gt;        display(arr);&lt;br /&gt;&lt;br /&gt;        quick(arr,0,max-1);&lt;br /&gt;        printf(&quot;After Quick Sorting:&quot;);&lt;br /&gt;        display(arr);&lt;br /&gt;        &lt;br /&gt;        system (&quot;pause&quot;);&lt;br /&gt;        return 0;&lt;br /&gt;       &lt;br /&gt;    }&lt;br /&gt;The program was written in Dev C++ version 4.9.9.2&lt;br /&gt;Compiler used-  g++&lt;br /&gt;&lt;br /&gt;</description><link>http://ankit-verbatim.blogspot.com/2009/08/source-code-of-quick-sort.html</link><author>noreply@blogger.com (Ankit)</author><thr:total>0</thr:total></item><item><guid isPermaLink="false">tag:blogger.com,1999:blog-553886797624265949.post-1716412483904589323</guid><pubDate>Mon, 20 Jul 2009 18:51:00 +0000</pubDate><atom:updated>2009-07-21T01:19:43.572+05:30</atom:updated><title>CS Source</title><description>Tonight I was messaging my fellow players to join the CS Source Server, when accidentally words began to appear in some sort of phonetic order.....a poem. Have a look...&lt;br /&gt;&lt;br /&gt;we didn&#39;t start the fire ,&lt;br /&gt;but we did retire&lt;br /&gt;for, the bomb was not ours&lt;br /&gt;they conspired against us&lt;br /&gt;They said, they were the &quot;messengers of peace&quot;&lt;br /&gt;We knew, they were mere mercineries for hire.&lt;br /&gt;-  Ankit (T)&lt;br /&gt;JOIN CS Source only on  10.8.31.96 tonight.</description><link>http://ankit-verbatim.blogspot.com/2009/07/cs-source.html</link><author>noreply@blogger.com (Ankit)</author><thr:total>1</thr:total></item></channel></rss>