<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Adventures of Foo &#38; Bar</title>
	<atom:link href="http://selcouth.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://selcouth.wordpress.com</link>
	<description>Snippets around</description>
	<lastBuildDate>Sat, 31 Dec 2011 02:27:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='selcouth.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/89d6af0d0f28b431830a3ec0805179e4?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Adventures of Foo &#38; Bar</title>
		<link>http://selcouth.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://selcouth.wordpress.com/osd.xml" title="Adventures of Foo &#38; Bar" />
	<atom:link rel='hub' href='http://selcouth.wordpress.com/?pushpress=hub'/>
		<item>
		<title>hadoop with problematic startup</title>
		<link>http://selcouth.wordpress.com/2011/12/31/hadoop-with-problematic-startup/</link>
		<comments>http://selcouth.wordpress.com/2011/12/31/hadoop-with-problematic-startup/#comments</comments>
		<pubDate>Sat, 31 Dec 2011 02:14:48 +0000</pubDate>
		<dc:creator>Dinçer</dc:creator>
				<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[format]]></category>
		<category><![CDATA[hadoop]]></category>
		<category><![CDATA[hadoop doesn't start]]></category>
		<category><![CDATA[namenode]]></category>

		<guid isPermaLink="false">http://selcouth.wordpress.com/?p=222</guid>
		<description><![CDATA[With my one-node cluster Hadoop configuration, Hadoop (0.20.2) doesn&#8217;t start without problem. Here is the status: # netstat -an &#124; grep LISTEN &#124; grep tcp tcp        0      0 0.0.0.0:46631           0.0.0.0:*               LISTEN      tcp        0      0 0.0.0.0:40072           0.0.0.0:*               LISTEN      tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN      tcp        0      0 0.0.0.0:50060           0.0.0.0:*               LISTEN      tcp        0      [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selcouth.wordpress.com&amp;blog=7728492&amp;post=222&amp;subd=selcouth&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>With my one-node cluster Hadoop configuration, Hadoop (0.20.2) doesn&#8217;t start without problem. Here is the status:</p>
<pre># netstat -an | grep LISTEN | grep tcp
tcp        0      0 0.0.0.0:46631           0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:40072           0.0.0.0:*               LISTEN     
tcp        0      0 127.0.0.1:9001          0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:50060           0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:50030           0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:42004           0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN     
tcp6       0      0 :::22                   :::*                    LISTEN</pre>
<p>There is nothing listening to <strong>port 9000 TCP</strong>. From the logs I see, <strong>tasktracker</strong> takes off without problem. But all the others are having problem.<br />
<strong></strong></p>
<p><strong>Namenode</strong> couldn&#8217;t have started:</p>
<pre>ERROR org.apache.hadoop.hdfs.server.namenode.FSNamesystem: FSNamesystem initialization failed.
org.apache.hadoop.hdfs.server.common.InconsistentFSStateException: Directory /tmp/hadoop-localhost/dfs/name is in an inconsistent state: <strong>storage directory does not exist</strong> or is not accessible.
        at org.apache.hadoop.hdfs.server.namenode.FSImage.recoverTransitionRead(FSImage.java:290)
        at org.apache.hadoop.hdfs.server.namenode.FSDirectory.loadFSImage(FSDirectory.java:87)
        at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.initialize(FSNamesystem.java:311)
        at org.apache.hadoop.hdfs.server.namenode.FSNamesystem.&lt;init&gt;(FSNamesystem.java:292)
        at org.apache.hadoop.hdfs.server.namenode.NameNode.initialize(NameNode.java:201)
        at org.apache.hadoop.hdfs.server.namenode.NameNode.&lt;init&gt;(NameNode.java:279)
        at org.apache.hadoop.hdfs.server.namenode.NameNode.createNameNode(NameNode.java:956)
        at org.apache.hadoop.hdfs.server.namenode.NameNode.main(NameNode.java:965)
INFO org.apache.hadoop.ipc.Server: <span style="text-decoration:underline;">Stopping server on 9000</span></pre>
<p><strong>Datanode</strong> says, it cannot conntect:</p>
<pre>INFO org.apache.hadoop.ipc.RPC: Server at localhost/127.0.0.1:9000 not available yet, Zzzzz...
INFO org.apache.hadoop.ipc.Client: Retrying connect to server: localhost/127.0.0.1:9000. Already tried 0 tim
e(s).
INFO org.apache.hadoop.ipc.Client: Retrying connect to server: localhost/127.0.0.1:9000. Already tried 1 tim
e(s).
INFO org.apache.hadoop.ipc.Client: Retrying connect to server: localhost/127.0.0.1:9000. Already tried 2 tim
e(s).
INFO org.apache.hadoop.ipc.Client: Retrying connect to server: localhost/127.0.0.1:9000. Already tried 3 tim
e(s).</pre>
<p>Of course <strong>secondary name node</strong> is off, too:</p>
<pre>INFO org.apache.hadoop.ipc.Client: Retrying connect to server: localhost/127.0.0.1:9000. Already tried 0 time(s).</pre>
<p>I have looked up to Micheal Roll&#8217;s post about <a title="Micheal Roll's post" href="http://www.michael-noll.com/tutorials/running-hadoop-on-ubuntu-linux-single-node-cluster/">installing Hadoop on Ubuntu</a> and tried once more with omitting IPv6 suppport. But no&#8230; Thereafter, have just looked up <a title="Hadoop Cluster configuration guide" href="http://hadoop.apache.org/common/docs/current/cluster_setup.html">Hadoop Cluster Configuration guide</a>. It points out options such as <span style="text-decoration:underline;">dfs.name.dir</span> and <span style="text-decoration:underline;">dfs.data.dir</span>. I think there is a problem with data files of Hadoop which are deleted since they are located under /tmp (locally) in default.</p>
<p>I have edit the conf/hdfs-site.xml to add these lines:</p>
<pre>    &lt;property&gt;
         &lt;name&gt;dfs.name.dir&lt;/name&gt;
         &lt;value&gt;/hometohadoop/hadoop-0.20.2/logs/transLogs&lt;/value&gt;
    &lt;/property&gt;
    &lt;property&gt;
         &lt;name&gt;dfs.data.dir&lt;/name&gt;
         &lt;value&gt;/hometohadoop/hadoop-0.20.2/dataDir&lt;/value&gt;
    &lt;/property&gt;</pre>
<p>Now I say Hadoop to store the relevant files under these directories instead of some unsteady directory under /tmp (local). Ensuring these folders do exist:</p>
<pre># mkdir -p /hometohadoop/hadoop-0.20.2/dataDir
# mkdir -p /hometohadoop/hadoop-0.20.2/logs/transLogs</pre>
<p>I have restarted. It says now,</p>
<pre>ERROR org.apache.hadoop.hdfs.server.namenode.FSNamesystem: FSNamesystem initialization failed.
 java.io.IOException: NameNode is not formatted.</pre>
<p>Which makes me format (delete all data, of course) in Hadoop so that I will eventually have a stable data store anymore:</p>
<pre># bin/hadoop namenode -format</pre>
<p>Now restarting Hadoop again&#8230; And yet:</p>
<pre>INFO org.apache.hadoop.ipc.Server: IPC Server handler 0 on 9000: <strong>starting</strong></pre>
<p>***</p>
<p>Good&#8230;</p>
<p>***</p>
<br />Filed under: <a href='http://selcouth.wordpress.com/category/social-processing/hadoop/'>Hadoop</a> Tagged: <a href='http://selcouth.wordpress.com/tag/format/'>format</a>, <a href='http://selcouth.wordpress.com/tag/hadoop-2/'>hadoop</a>, <a href='http://selcouth.wordpress.com/tag/hadoop-doesnt-start/'>hadoop doesn't start</a>, <a href='http://selcouth.wordpress.com/tag/namenode/'>namenode</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/selcouth.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/selcouth.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/selcouth.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/selcouth.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/selcouth.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/selcouth.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/selcouth.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/selcouth.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/selcouth.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/selcouth.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/selcouth.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/selcouth.wordpress.com/222/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/selcouth.wordpress.com/222/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/selcouth.wordpress.com/222/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selcouth.wordpress.com&amp;blog=7728492&amp;post=222&amp;subd=selcouth&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://selcouth.wordpress.com/2011/12/31/hadoop-with-problematic-startup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">dkavraal</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing/Running Ubuntu on USB/Flash drive</title>
		<link>http://selcouth.wordpress.com/2011/07/23/installingrunning-ubuntu-on-usbflash-drive/</link>
		<comments>http://selcouth.wordpress.com/2011/07/23/installingrunning-ubuntu-on-usbflash-drive/#comments</comments>
		<pubDate>Sat, 23 Jul 2011 19:28:43 +0000</pubDate>
		<dc:creator>Dinçer</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[on flash]]></category>
		<category><![CDATA[on usb]]></category>
		<category><![CDATA[persistant]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[without casper focus]]></category>

		<guid isPermaLink="false">http://selcouth.wordpress.com/?p=207</guid>
		<description><![CDATA[I have tried to install Ubuntu in several ways as told in a number of sources (google: installing ubuntu on usb). However most of them are focused on mirroring the live USB CD which I indeed do not prefer. I was looking for simulating a real (persistant) installation on the usb drive. And I came [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selcouth.wordpress.com&amp;blog=7728492&amp;post=207&amp;subd=selcouth&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have tried to install Ubuntu in several ways as told in a number of sources (google: installing ubuntu on usb). However most of them are focused on mirroring the live USB CD which I indeed do not prefer.</p>
<p>I was looking for simulating a real (persistant) installation on the usb drive. And I came up with minimal installation.</p>
<p><strong>1. Boot with either the Live CD, Minimal Installation CD or the DVD</strong></p>
<p>I have rebooted with the minimal installation CD of Ubuntu Natty Narwhal 11.04 (If it&#8217;d be possible, better with its DVD).</p>
<p>I plug in the usb drive and re-detect the drives in the text based installation menu and do the configuration for the usb drive in the menu then install it.</p>
<p><strong>2. Reinstall? :)</strong></p>
<p>The trick is, when it is time to install GRUB it yields an error. So I restart and boot with the Ubuntu DVD open &#8220;rescue system&#8221; in the boot menu and go on with partition table (without any modification, but only configuring as in original, I have). It installs the system again.</p>
<p><strong>3. GRUB install</strong></p>
<p>I have booted from the DVD and used the line below for 11.04 (source: <a href="https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows">https://help.ubuntu.com/community/RecoveringUbuntuAfterInstallingWindows</a>)</p>
<p># <span class="Apple-style-span" style="font-family:Consolas, Monaco, monospace;font-size:12px;line-height:18px;white-space:pre;">sudo grub-install &#8211;boot-directory=/media/0d104aff-ec8c-44c8-b811-92b993823444/boot /dev/sda</span></p>
<p>After that,</p>
<pre># cd /media/???????</pre>
<p>get into your usb drive and chroot to it:</p>
<pre># chroot .</pre>
<p>then add a user within root group:</p>
<p><span class="Apple-style-span" style="font-family:Consolas, Monaco, monospace;font-size:12px;line-height:18px;white-space:pre;"># useradd ?myname?</span></p>
<pre><span class="Apple-style-span" style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;font-size:13px;line-height:19px;white-space:normal;">Just like that. Reboot and use the usb ubuntu. One more thing to remember: VMWare may not comply with a successful bootable USB Driver. I have wasted so much time before I understand that. I thought it was not complete just because VMWare did not boot from the USB which I have prepared. But no, though it works with real machine start up.</span>
<span style="font-family:Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;font-size:x-small;"><span class="Apple-style-span" style="line-height:19px;white-space:normal;">P.S.: If you need further help on VMWare have a look at this one: <a href="http://www.plop.at/en/bootmanagerdl.html">http://www.plop.at/en/bootmanagerdl.html</a></span></span></pre>
<br />Filed under: <a href='http://selcouth.wordpress.com/category/uncategorized/'>Uncategorized</a> Tagged: <a href='http://selcouth.wordpress.com/tag/linux/'>linux</a>, <a href='http://selcouth.wordpress.com/tag/on-flash/'>on flash</a>, <a href='http://selcouth.wordpress.com/tag/on-usb/'>on usb</a>, <a href='http://selcouth.wordpress.com/tag/persistant/'>persistant</a>, <a href='http://selcouth.wordpress.com/tag/ubuntu/'>ubuntu</a>, <a href='http://selcouth.wordpress.com/tag/without-casper-focus/'>without casper focus</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/selcouth.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/selcouth.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/selcouth.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/selcouth.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/selcouth.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/selcouth.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/selcouth.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/selcouth.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/selcouth.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/selcouth.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/selcouth.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/selcouth.wordpress.com/207/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/selcouth.wordpress.com/207/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/selcouth.wordpress.com/207/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selcouth.wordpress.com&amp;blog=7728492&amp;post=207&amp;subd=selcouth&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://selcouth.wordpress.com/2011/07/23/installingrunning-ubuntu-on-usbflash-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">dkavraal</media:title>
		</media:content>
	</item>
		<item>
		<title>Portable Application Launchers</title>
		<link>http://selcouth.wordpress.com/2011/07/03/portable-application-launchers/</link>
		<comments>http://selcouth.wordpress.com/2011/07/03/portable-application-launchers/#comments</comments>
		<pubDate>Sun, 03 Jul 2011 08:01:40 +0000</pubDate>
		<dc:creator>Dinçer</dc:creator>
				<category><![CDATA[Notes]]></category>

		<guid isPermaLink="false">http://selcouth.wordpress.com/?p=196</guid>
		<description><![CDATA[I have noticed that portable applications are life saver, as traveling this much. I have reached resources such as portableapps.com and so forth. However my problem was about the launcher itself. I have 2 GBs of portable applications on my traveling portable HDD. I have tried number of launchers, here are the notable ones and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selcouth.wordpress.com&amp;blog=7728492&amp;post=196&amp;subd=selcouth&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="attachment_205" class="wp-caption alignleft" style="width: 159px"><a href="http://selcouth.files.wordpress.com/2011/07/91162784-149x149-0-0_lgxd5320gbportableexternalharddriveblacks.jpg"><img class="size-full wp-image-205" title="LG Portable HDD" src="http://selcouth.files.wordpress.com/2011/07/91162784-149x149-0-0_lgxd5320gbportableexternalharddriveblacks.jpg?w=590" alt="LG Portable HDD"   /></a><p class="wp-caption-text">My portable LG HDD</p></div>
<p>I have noticed that portable applications are life saver, as traveling this much. I have reached resources such as portableapps.com and so forth.</p>
<p>However my problem was about the launcher itself. I have 2 GBs of portable applications on my traveling portable HDD. I have tried number of launchers, here are the notable ones and my sights:</p>
<h3><img class="alignleft size-full wp-image-210" title="list-item" src="http://selcouth.files.wordpress.com/2011/07/list-item.gif?w=590" alt="o"   /><a href="http://portableapps.com">1. portableapps.com Suite menu / portableapps.com Platform menu</a></h3>
<p>The helper coming with the portableapps.com both bundles (suite or platform bundle) did well at first when I was discovering the world of portable applications. But I have noticed that they are insufficient for me. And free it is.</p>
<p style="padding-left:30px;"><strong>a. Startup Speed:</strong> Disaster, worst of all. It kills me to wait for like 1 minute to (USB 2.0) warm up. Because, application looks for new applications, icons, and stuff I guess. It is too much. I just want to load a Notepad++ maybe and waiting for 1-minute which is way too long if you consider this is &#8220;PORTABLE&#8221; not home necessarily.</p>
<p style="padding-left:30px;">In forums it is suggested to PAFize the application [2], which I don&#8217;t (neither want to learn and) want to do that for 2GBs existing already and the probable upcoming ones. Instead I need something with less installation cost.</p>
<p style="padding-left:30px;"><strong>b. Customizing Index Folders:</strong> Great, even the best. It automatically discovers the data inside my portableapps folder in HDD. Also supports dynamic drive letter of USB HDD which crucial because, I use a number of computers and each give different drive letter to my HDD. Such as, despite F:\portables is the folder at a friend&#8217;s, H:\portables at some other friend&#8217;s computer. It should go on working without any other operation inspite of computer.</p>
<p style="padding-left:30px;"><strong>c. Being Portable:</strong> Yes, thanks&#8230; Launcher should be portable of course, and it is.</p>
<p style="padding-left:30px;"><strong>d. Capability</strong>: Low. Just add applications and run them. That&#8217;s it. Serve for the purpose&#8230;</p>
<p style="padding-left:30px;"><strong>e. Instant Search Capability:</strong>  No. Just find the application on the list and click to open. Though it supports a &#8220;favourite applications&#8221; list above other all.</p>
<h3><img class="alignleft size-full wp-image-210" title="list-item" src="http://selcouth.files.wordpress.com/2011/07/list-item.gif?w=590" alt="o"   /><a href="http://executor.dk/">2. Executor</a></h3>
<p>This is also a freeware for the same purpose.</p>
<div id="attachment_203" class="wp-caption alignright" style="width: 300px"><a href="http://selcouth.files.wordpress.com/2011/07/executor.png"><img class="size-full wp-image-203" title="Executor GUI" src="http://selcouth.files.wordpress.com/2011/07/executor.png?w=590" alt="Executor GUI sample"   /></a><p class="wp-caption-text">Executor auto-complete example</p></div>
<p style="padding-left:30px;"><strong>a. Startup Speed:</strong> Good. Despite this is not really a hard to solve issue. But since it is customizable yes it reponds to that need well, it scanned and indexed in like 2 minutes and that is it. There is even an options to choose: index each startup, index each 15 mins, index each 15 mins of idle. Well done.</p>
<p style="padding-left:30px;"><strong>b. Customizing Index Folders:</strong> Yes, and good one.</p>
<p style="padding-left:30px;"><strong>c. Being Portable:</strong> Yes, you put <span style="color:#000080;">$D$</span> in the drive letter to reach portable driver of yours.</p>
<p style="padding-left:30px;"><strong>d. Capability:</strong> High. Comes with few additional utilities built-in.</p>
<p style="padding-left:30px;"><strong>e. Instant Search Capability:</strong> Yes, and very good because it is customizable (really -highly).</p>
<p style="padding-left:30px;"><strong>f. Visual:</strong> Poor GUI (in sense of look only). I have seen better like Humanized Enso and Launchy.</p>
<h3><img class="alignleft size-full wp-image-210" title="list-item" src="http://selcouth.files.wordpress.com/2011/07/list-item.gif?w=590" alt="o"   /><a href="http://www.launchy.net/index.php">3. Launchy</a></h3>
<p>Open source and free.</p>
<p style="padding-left:30px;"><strong>a. Startup Speed:</strong> Good.</p>
<p style="padding-left:30px;"><strong>b. Customizing Index Folders:</strong> Yes, easy to manage, not bad. But when I get in to options and say &#8220;ok&#8221; each time it rescans whole directories, which is not that good. Sorry.</p>
<div id="attachment_208" class="wp-caption alignleft" style="width: 490px"><a href="http://selcouth.files.wordpress.com/2011/07/launchy_ivi_skin_by_betasux-d3c0nn1.jpg"><img class="size-full wp-image-208" title="Launchy Dropdown" src="http://selcouth.files.wordpress.com/2011/07/launchy_ivi_skin_by_betasux-d3c0nn1.jpg?w=590" alt="Launchy Sample Screen"   /></a><p class="wp-caption-text">Launchy also has got great skins</p></div>
<p style="padding-left:30px;"><strong>c. Being Portable:</strong> Yes, kind of. Actually there is an impressing option in the installation asking &#8220;if this is to be portable or installed on system drive&#8221;. However no option to express portable driver is &#8220;portable drive&#8221; :) Sad thing is that they have that vision but ignore somehow to see that portable drives change letters mostly.</p>
<p style="padding-left:30px;"><strong>d. Capability:</strong> Medium. There are plugins you can even download more. But lack of main functions you expect in the first place.</p>
<p style="padding-left:30px;"><strong>e. Instant Search Capability:</strong> Yes, better than Executor. It has easily seen icons with dropdown.</p>
<p style="padding-left:30px;"><strong>f. Visual:</strong> Cool GUI (in sense of look only).</p>
<p style="padding-left:30px;"> But though, it has lack of support for dynamic drive letter. So no.</p>
<h3><img class="alignleft size-full wp-image-210" title="list-item" src="http://selcouth.files.wordpress.com/2011/07/list-item.gif?w=590" alt="o"   /><a href="http://www.codyssey.com/">4. CodysSafe</a></h3>
<p>When I realized that to add an application to the list is even harder than MS Windows itself, I quit trying. Overall, poor; for the first throat I should be passing.</p>
<h3><img class="alignleft size-full wp-image-210" title="list-item" src="http://selcouth.files.wordpress.com/2011/07/list-item.gif?w=590" alt="o"   /><a href="http://www.fiddler2.com/SlickRun/">5. SlickRun</a></h3>
<p>Not to be so harsh, it does not fulfill my needs. But not to forget, this application is not an &#8220;portable applications launcher&#8221; it belongs to another category. But still, I wanted to try though. There is not support for customizing directory indexing.</p>
<h3><img class="alignleft size-full wp-image-210" title="list-item" src="http://selcouth.files.wordpress.com/2011/07/list-item.gif?w=590" alt="o"   /><a href="http://humanized.com/enso">6. Humanized Enso Launcher</a></h3>
<p>It is free (anymore it says). Good one actually, if I wasn&#8217;t looking for portable solution. Again, this is a great software in fact. However it belongs to some other category as SlickRun. Because, it has great utilities builtin. But not to ignore, this is something you should use, if you know what you are doing. But though could watch the <a href="http://humanized.com/enso/launcher/fingertips.php">video here</a> and others linked there. I would try to portabilize it :) if it supported customizing indexed directories. In portable meaning, it is poor despite great look and time saving GUI.</p>
<h3>Conclusion</h3>
<blockquote><p>After all, I didn&#8217;t have time and courage to check <a href="http://www.donationcoder.com/Software/Mouser/findrun/">FARR</a> and maybe more stuff available on the net. However, I am going with Executor now.</p></blockquote>
<p>[1] <a href="http://portableapps.com">http://portableapps.com</a><br />
[2] <a href="http://portableapps.com/node/25181">http://portableapps.com/node/25181<br />
</a>[3] <a href="http://executor.dk/">http://executor.dk/<br />
</a>[4] <a href="http://www.launchy.net/index.php">http://www.launchy.net/index.php</a><a href="http://executor.dk/"><br />
[</a>5] <a href="http://www.codyssey.com/">http://www.codyssey.com/</a><br />
[6] <a href="http://www.fiddler2.com/SlickRun/">http://www.fiddler2.com/SlickRun/</a><br />
[7] <a href="http://humanized.com/enso">http://humanized.com/enso</a><br />
[8] <a href="http://humanized.com/enso/launcher/fingertips.php">http://humanized.com/enso/launcher/fingertips.php</a><br />
<a href="http://humanized.com/enso/launcher/fingertips.php">[</a>9] <a href="http://www.donationcoder.com/Software/Mouser/findrun/">http://www.donationcoder.com/Software/Mouser/findrun/</a></p>
<br />Filed under: <a href='http://selcouth.wordpress.com/category/notes/'>Notes</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/selcouth.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/selcouth.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/selcouth.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/selcouth.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/selcouth.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/selcouth.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/selcouth.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/selcouth.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/selcouth.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/selcouth.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/selcouth.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/selcouth.wordpress.com/196/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/selcouth.wordpress.com/196/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/selcouth.wordpress.com/196/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selcouth.wordpress.com&amp;blog=7728492&amp;post=196&amp;subd=selcouth&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://selcouth.wordpress.com/2011/07/03/portable-application-launchers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">dkavraal</media:title>
		</media:content>

		<media:content url="http://selcouth.files.wordpress.com/2011/07/91162784-149x149-0-0_lgxd5320gbportableexternalharddriveblacks.jpg" medium="image">
			<media:title type="html">LG Portable HDD</media:title>
		</media:content>

		<media:content url="http://selcouth.files.wordpress.com/2011/07/list-item.gif" medium="image">
			<media:title type="html">list-item</media:title>
		</media:content>

		<media:content url="http://selcouth.files.wordpress.com/2011/07/list-item.gif" medium="image">
			<media:title type="html">list-item</media:title>
		</media:content>

		<media:content url="http://selcouth.files.wordpress.com/2011/07/executor.png" medium="image">
			<media:title type="html">Executor GUI</media:title>
		</media:content>

		<media:content url="http://selcouth.files.wordpress.com/2011/07/list-item.gif" medium="image">
			<media:title type="html">list-item</media:title>
		</media:content>

		<media:content url="http://selcouth.files.wordpress.com/2011/07/launchy_ivi_skin_by_betasux-d3c0nn1.jpg" medium="image">
			<media:title type="html">Launchy Dropdown</media:title>
		</media:content>

		<media:content url="http://selcouth.files.wordpress.com/2011/07/list-item.gif" medium="image">
			<media:title type="html">list-item</media:title>
		</media:content>

		<media:content url="http://selcouth.files.wordpress.com/2011/07/list-item.gif" medium="image">
			<media:title type="html">list-item</media:title>
		</media:content>

		<media:content url="http://selcouth.files.wordpress.com/2011/07/list-item.gif" medium="image">
			<media:title type="html">list-item</media:title>
		</media:content>
	</item>
		<item>
		<title>Real time process charter</title>
		<link>http://selcouth.wordpress.com/2010/11/27/real-time-process-charter/</link>
		<comments>http://selcouth.wordpress.com/2010/11/27/real-time-process-charter/#comments</comments>
		<pubDate>Sat, 27 Nov 2010 02:55:57 +0000</pubDate>
		<dc:creator>Dinçer</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[process chart]]></category>
		<category><![CDATA[ps]]></category>
		<category><![CDATA[standart format specifier]]></category>
		<category><![CDATA[top]]></category>
		<category><![CDATA[watch a certain process]]></category>
		<category><![CDATA[watch process]]></category>

		<guid isPermaLink="false">http://selcouth.wordpress.com/?p=189</guid>
		<description><![CDATA[I tried to find a realtime process chart drawing utility to watch what&#8217;s going on with my (specific) process. I would like to how much virtual memory consumed because of threads&#8230; So here is the first step: (just edit the PROCESS_NAME to the filename of yours) watch -n 1 -p &#8216;ps -e -O &#8220;%cpu,cputime,sgi_p,%mem,rss,sz,vsz,start,nlwp&#8221; &#124; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selcouth.wordpress.com&amp;blog=7728492&amp;post=189&amp;subd=selcouth&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I tried to find a realtime process chart drawing utility to watch what&#8217;s going on with my (specific) process. I would like to how much virtual memory consumed because of threads&#8230;</p>
<p>So here is the first step: (just edit the PROCESS_NAME to the filename of yours)</p>
<blockquote><p>
watch -n 1 -p &#8216;ps -e -O &#8220;%cpu,cputime,sgi_p,%mem,rss,sz,vsz,start,nlwp&#8221; | grep -e PROCESS_NAME -e &#8220;%CPU&#8221; -e &#8220;###########&#8221; | sed &#8220;s/[ \t]\{1,\}/\t/g&#8221;&#8216;
</p></blockquote>
<p>This was the tabbed version. Here is the version for human eye:</p>
<blockquote><p>ps -e -O &#8220;%cpu,cputime,sgi_p,%mem,rss,sz,vsz,start,nlwp&#8221; | grep -e PROCESS_NAME -e &#8220;%CPU&#8221; -e &#8220;###########&#8221; | grep -v &#8220;###########&#8221;</p></blockquote>
<p>Those # are just a trick not to grep <strong>grep</strong> itself.</p>
<p>I wanted to use gnuplot-py to sketch the realtime chart to observe CPU and MEM consumption. Nowadays, out of time. Maybe later, maybe someone finishes.</p>
<br />Filed under: <a href='http://selcouth.wordpress.com/category/code-is-nothing-at-all-without-business/'>Code</a>, <a href='http://selcouth.wordpress.com/category/social-processing/'>Linux</a> Tagged: <a href='http://selcouth.wordpress.com/tag/process-chart/'>process chart</a>, <a href='http://selcouth.wordpress.com/tag/ps/'>ps</a>, <a href='http://selcouth.wordpress.com/tag/standart-format-specifier/'>standart format specifier</a>, <a href='http://selcouth.wordpress.com/tag/top/'>top</a>, <a href='http://selcouth.wordpress.com/tag/watch-a-certain-process/'>watch a certain process</a>, <a href='http://selcouth.wordpress.com/tag/watch-process/'>watch process</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/selcouth.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/selcouth.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/selcouth.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/selcouth.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/selcouth.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/selcouth.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/selcouth.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/selcouth.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/selcouth.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/selcouth.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/selcouth.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/selcouth.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/selcouth.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/selcouth.wordpress.com/189/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selcouth.wordpress.com&amp;blog=7728492&amp;post=189&amp;subd=selcouth&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://selcouth.wordpress.com/2010/11/27/real-time-process-charter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">dkavraal</media:title>
		</media:content>
	</item>
		<item>
		<title>Language selection and the license problem</title>
		<link>http://selcouth.wordpress.com/2010/11/26/language-selection-and-the-license-problem/</link>
		<comments>http://selcouth.wordpress.com/2010/11/26/language-selection-and-the-license-problem/#comments</comments>
		<pubDate>Fri, 26 Nov 2010 18:11:20 +0000</pubDate>
		<dc:creator>Dinçer</dc:creator>
				<category><![CDATA[Qt-Python]]></category>

		<guid isPermaLink="false">http://selcouth.wordpress.com/?p=172</guid>
		<description><![CDATA[I get that in the kingdom of the blind, the one-eyed man is the king. So I am going with C++. Hereby I decline below what happened. (Eclipse + ) Python + GTK+ + ClutterAfter 2 days non-stop working I couldn&#8217;t run even a simple Clutter project. I even couldn&#8217;t understand if Clutter will be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selcouth.wordpress.com&amp;blog=7728492&amp;post=172&amp;subd=selcouth&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<table style="background-color:#9999ff;color:#1f1f1f;">
<tr>
<td>I get that <b>in the kingdom of the blind,  the one-eyed man is the king</b>. So I am going with C++. Hereby I decline below what happened.</td>
</tr>
</table>
<h3><strong>(Eclipse + ) Python + GTK+ + ClutterAfter</strong></h3>
<p><strong> </strong></p>
<div id="attachment_180" class="wp-caption alignleft" style="width: 235px"><a href="http://selcouth.files.wordpress.com/2010/11/eclipse_bckgr_logo_fc_lg-resized.jpg"><img class="size-full wp-image-180" title="Eclipse" src="http://selcouth.files.wordpress.com/2010/11/eclipse_bckgr_logo_fc_lg-resized.jpg?w=590" alt="Eclipse Foundation"   /></a><p class="wp-caption-text">Eclipse</p></div>
<p>2 days non-stop working I couldn&#8217;t run even a simple Clutter project. I even couldn&#8217;t understand if Clutter will be under development further or not. There mentions on Clutter to be dead soon and deprecated under GObject.Bottomline, if I can&#8217;t even install it how the end user will&#8230; I give up with this option.</p>
<p>.</p>
<p>.</p>
<h3><strong>(Eclipse +) Python + PyDev + PySide &nbsp;(+ Qt4) | (+ PyQt)</strong></h3>
<p>PySide is the Eclipse plugin to edit Python files under Eclipse. PySide and PyQt are two seperate projects for porting Qt into Python.</p>
<div class="wp-caption alignright" style="width: 138px"><img title="Qt Nokia" src="http://qt.nokia.com/images/products/qt-logo/image_thumb" alt="Qt of Nokia" width="128" height="128" /><p class="wp-caption-text">Qt</p></div>
<p>Qt has got amazing rendering tools within. I really thought &#8220;this is it&#8221; when I have seen Puzzle example [1] . Drag drop will be my main concern beneath other things.When I have seen PyQt is not available under LGPL (only GPLv1, GPLv2 and commercial which is not specified on the web site).&nbsp;I will be writing a Python code so it is nearly mandatory to share to codes, but, I don&#8217;t know somehow it suddenly looked &#8220;not-what-I-want&#8221; to me. So I checked PySide&#8230;</p>
<p>PySide is okay with carrying out LGPL outcomes. &nbsp;But what confuses me is that PySide uses some of libqt libraries which are protected under GPL. Doesn&#8217;t it make PySide outcomes obligated to GPL? Ugh&#8230;</p>
<p>.</p>
<h3><strong>C + GTK+</strong></h3>
<p>I am really considering still to go with C because I don&#8217;t want to use C++ which looks like an unwanted child of C. I can&#8217;t say this is a thought I grasp after a deep technical analysis; I just didn&#8217;t like it. I would rather use Java if so. But C is not like that. It looks simpler to manage and more mature. It is not OO in nature but after recent modifications on C it is anymore usable as if OO supported. And speed attracts me indeed. And I don&#8217;t think porting to Windows or OSX would be problem as there are extremely great examples out there.</p>
<p>.</p>
<h3><strong>GPL / LGPL / Commercial?</strong></h3>
<p><strong> </strong></p>
<div class="wp-caption alignright" style="width: 139px"><img title="GNU" src="http://www.gnu.org/graphics/gnu-head-sm.jpg" alt="GNU Logo" width="129" height="122" /><p class="wp-caption-text">GNU</p></div>
<p>I don&#8217;t have to share the codes. Of course I can share (I probably will) but I don&#8217;t want it to be mandatory for me &#8212; I don&#8217;t want to be obligated to share. Because, I don&#8217;t know how things will go on after first release. There is no income / donation plan in my mind for now. And obviously I need a business plan (even for non-profit option) to get this further which I don&#8217;t have one yet. I want to decide according to quality and need-satisfying of the project soon.</p>
<p>.</p>
<p>[1]&nbsp;<a title="PySide Examples Repos" href="http://gitorious.org/pyside-examples">http://gitorious.org/pyside-examples</a><br />
[2]</p>
<br />Filed under: <a href='http://selcouth.wordpress.com/category/code-is-nothing-at-all-without-business/qt-python/'>Qt-Python</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/selcouth.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/selcouth.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/selcouth.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/selcouth.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/selcouth.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/selcouth.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/selcouth.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/selcouth.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/selcouth.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/selcouth.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/selcouth.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/selcouth.wordpress.com/172/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/selcouth.wordpress.com/172/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/selcouth.wordpress.com/172/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selcouth.wordpress.com&amp;blog=7728492&amp;post=172&amp;subd=selcouth&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://selcouth.wordpress.com/2010/11/26/language-selection-and-the-license-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">dkavraal</media:title>
		</media:content>

		<media:content url="http://selcouth.files.wordpress.com/2010/11/eclipse_bckgr_logo_fc_lg-resized.jpg" medium="image">
			<media:title type="html">Eclipse</media:title>
		</media:content>

		<media:content url="http://qt.nokia.com/images/products/qt-logo/image_thumb" medium="image">
			<media:title type="html">Qt Nokia</media:title>
		</media:content>

		<media:content url="http://www.gnu.org/graphics/gnu-head-sm.jpg" medium="image">
			<media:title type="html">GNU</media:title>
		</media:content>
	</item>
		<item>
		<title>User experience data on betterdesktop.org</title>
		<link>http://selcouth.wordpress.com/2010/11/18/user-experience-data-on-betterdesktop-org/</link>
		<comments>http://selcouth.wordpress.com/2010/11/18/user-experience-data-on-betterdesktop-org/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 07:43:18 +0000</pubDate>
		<dc:creator>Dinçer</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://selcouth.wordpress.com/?p=156</guid>
		<description><![CDATA[Python snippet to get data in structured form from the betterdesktop.org which delegates information done on user experience tests. Code highlighted in gedit: Code itself: ############################################################# ### Protected and shared under GPL v2.0 license ### see: http://www.gnu.org/licenses/gpl-2.0.html ### ### ### Python code to gather structured information about ### the work done as described on ###  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selcouth.wordpress.com&amp;blog=7728492&amp;post=156&amp;subd=selcouth&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Python snippet to get data in structured form from the betterdesktop.org which delegates information done on user experience tests.</p>
<h3></h3>
<h3>Code highlighted in gedit:</h3>
<p><a href="http://selcouth.files.wordpress.com/2010/11/betterdesktop_data.png"><img class="aligncenter size-full wp-image-158" title="Python code for getting betterdesktop.org data" src="http://selcouth.files.wordpress.com/2010/11/betterdesktop_data.png?w=590" alt="syntax highlighted code"   /></a></p>
<h3>Code itself:</h3>
<pre><span style="color:#000080;">#############################################################
### Protected and shared under GPL v2.0 license
### see: http://www.gnu.org/licenses/gpl-2.0.html
###
###
### Python code to gather structured information about
###   the work done as described on
###                       http://www.betterdesktop.org
###  which is great and promising about user experience
###                                    on free software
###
### edit: Dincer Kavraal
### mail: under "gmail.com" user "dkavraal"
#############################################################</span>

<span style="color:#ff6600;">from BeautifulSoup import BeautifulSoup
import urllib2</span>

<span style="color:#000080;">#------ init</span>
print <span style="color:#993300;">"Downloading..."</span>,
pageContent = urllib2.urlopen(<span style="color:#993300;">'http://www.betterdesktop.org/wiki/index.php?title=Data'</span>)
print <span style="color:#993300;">"Done.\nRevealing..."</span>,
pageDom = BeautifulSoup(pageContent)
print <span style="color:#993300;">"Done."</span>
print <span style="color:#993300;">"Content charcode:"</span>, pageDom.originalEncoding

<span style="color:#000080;">#------ get all table:video-table</span>
resultSet=[]
taskId=0
tables=pageDom.findAll(<span style="color:#993300;">"table"</span>, {<span style="color:#993300;">"class"</span>: <span style="color:#993300;">"video-table"</span>})
for table in tables:
        pId=0
        resultSet.append([])
        resultSet[taskId].append(table.findPrevious(<span style="color:#993300;">'h3'</span>).string)
        for lineTag in table.findAll(<span style="color:#993300;">'tr'</span>):
                arrayForPeopleCrted=False
                for columnTag in lineTag.findAll(<span style="color:#993300;">'td'</span>):
                        if not(arrayForPeopleCrted):
                                pId+=1
                                resultSet[taskId].append([])
                                resultSet[taskId][pId] = []
                                arrayForPeopleCrted=True
                        if columnTag.find(<span style="color:#993300;">'a'</span>):
                                resultSet[taskId][pId].append(columnTag.find(<span style="color:#993300;">'a'</span>).get(<span style="color:#993300;">'href'</span>))
                        else:
                                resultSet[taskId][pId].append(columnTag.string.rstrip(<span style="color:#993300;">' \n\r'</span>).lstrip(<span style="color:#993300;">' \r\n'</span>))
        taskId+=1
print <span style="color:#993300;">"Total tasks processed: "</span>, taskId
print

<span style="color:#000080;">#------  print out summary table
</span>taskId=0
for task in resultSet:
        taskId+=1
        print <span style="color:#993300;">"---------------------------------------"</span>
        print <span style="color:#993300;">""</span>.join([<span style="color:#993300;">"["</span>, str(taskId), <span style="color:#993300;">"] "</span>, task[0]])
        for pId in range(1, len(task)-1):
                print <span style="color:#993300;">""</span>.join([<span style="color:#993300;">"\t\t"</span>, task[pId][3][0], task[pId][1], <span style="color:#993300;">"("</span>, task[pId][2], <span style="color:#993300;">")"</span>])

<span style="color:#000080;">#------ done.</span>

<span style="color:#000080;">
</span></pre>
<h3>Sample output:</h3>
<pre>---------------------------------------
[66] Task: Accept the offer to share an iFolder
		M18-30(9/10)
		M30-40(9/10)
		F18-30(5/10)
		M18-30(9/10)
		M18-30(9/10)
		M18-30(4/10)
		M18-30(9/10)
		M18-30(9/10)
</pre>
<br />Filed under: <a href='http://selcouth.wordpress.com/category/code-is-nothing-at-all-without-business/'>Code</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/selcouth.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/selcouth.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/selcouth.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/selcouth.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/selcouth.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/selcouth.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/selcouth.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/selcouth.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/selcouth.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/selcouth.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/selcouth.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/selcouth.wordpress.com/156/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/selcouth.wordpress.com/156/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/selcouth.wordpress.com/156/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selcouth.wordpress.com&amp;blog=7728492&amp;post=156&amp;subd=selcouth&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://selcouth.wordpress.com/2010/11/18/user-experience-data-on-betterdesktop-org/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">dkavraal</media:title>
		</media:content>

		<media:content url="http://selcouth.files.wordpress.com/2010/11/betterdesktop_data.png" medium="image">
			<media:title type="html">Python code for getting betterdesktop.org data</media:title>
		</media:content>
	</item>
		<item>
		<title>reading book over suitable music</title>
		<link>http://selcouth.wordpress.com/2010/11/07/idea-reading-book-over-suitable-music/</link>
		<comments>http://selcouth.wordpress.com/2010/11/07/idea-reading-book-over-suitable-music/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 20:49:58 +0000</pubDate>
		<dc:creator>Dinçer</dc:creator>
				<category><![CDATA[Ideas]]></category>

		<guid isPermaLink="false">http://selcouth.wordpress.com/2010/11/07/idea-reading-book-over-suitable-music/</guid>
		<description><![CDATA[Which music is suitable for which chapter? Relate music with the chapter of the book. i.e. Celtic music with a bio fits great or even maybe heavy metal beneath a fight scene. As if on a Hollywood movie&#8230; Useless but promising :) Filed under: Ideas<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selcouth.wordpress.com&amp;blog=7728492&amp;post=150&amp;subd=selcouth&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Which music is suitable for which chapter? Relate music with the chapter of the book.</p>
<p>i.e. Celtic music with a bio fits great or even maybe heavy metal beneath a fight scene. As if on a Hollywood movie&#8230;</p>
<p>Useless but promising :)</p>
<br />Filed under: <a href='http://selcouth.wordpress.com/category/ideas/'>Ideas</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/selcouth.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/selcouth.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/selcouth.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/selcouth.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/selcouth.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/selcouth.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/selcouth.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/selcouth.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/selcouth.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/selcouth.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/selcouth.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/selcouth.wordpress.com/150/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/selcouth.wordpress.com/150/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/selcouth.wordpress.com/150/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selcouth.wordpress.com&amp;blog=7728492&amp;post=150&amp;subd=selcouth&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://selcouth.wordpress.com/2010/11/07/idea-reading-book-over-suitable-music/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">dkavraal</media:title>
		</media:content>
	</item>
		<item>
		<title>Rate a context, for how good “sth” is mentioned on</title>
		<link>http://selcouth.wordpress.com/2010/10/31/linguistic/</link>
		<comments>http://selcouth.wordpress.com/2010/10/31/linguistic/#comments</comments>
		<pubDate>Sun, 31 Oct 2010 19:04:11 +0000</pubDate>
		<dc:creator>Dinçer</dc:creator>
				<category><![CDATA[Linguistic]]></category>

		<guid isPermaLink="false">http://selcouth.wordpress.com/2010/10/31/linguistic/</guid>
		<description><![CDATA[Is the context of a text, say &#34;qualm&#34; or &#34;pessimist&#34;, the ideas given or state-of-mind emerges or yet the words themselves? How do we decide what text is actually? Is it pessimistic or optimistic? Can a computer rate it for us? For the beginning, can we rate a text is &#34;good&#34; or &#34;bad&#34; for the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selcouth.wordpress.com&amp;blog=7728492&amp;post=133&amp;subd=selcouth&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Is the context of a text, say &quot;qualm&quot; or &quot;pessimist&quot;, the ideas given or state-of-mind emerges or yet the words themselves?</p>
<p>How do we decide what text is actually? Is it pessimistic or optimistic? Can a computer rate it for us?</p>
<p>For the beginning, can we rate a text is &quot;good&quot; or &quot;bad&quot; for the subject it is written for? How good? How bad?</p>
<p>Let&#8217;s see&#8230;</p>
<br />Filed under: <a href='http://selcouth.wordpress.com/category/ideas/linguistic/'>Linguistic</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/selcouth.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/selcouth.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/selcouth.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/selcouth.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/selcouth.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/selcouth.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/selcouth.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/selcouth.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/selcouth.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/selcouth.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/selcouth.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/selcouth.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/selcouth.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/selcouth.wordpress.com/133/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selcouth.wordpress.com&amp;blog=7728492&amp;post=133&amp;subd=selcouth&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://selcouth.wordpress.com/2010/10/31/linguistic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">dkavraal</media:title>
		</media:content>
	</item>
		<item>
		<title>Word appearances in articles</title>
		<link>http://selcouth.wordpress.com/2010/02/20/word-appareances-in-articles/</link>
		<comments>http://selcouth.wordpress.com/2010/02/20/word-appareances-in-articles/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 10:55:54 +0000</pubDate>
		<dc:creator>Dinçer</dc:creator>
				<category><![CDATA[Linguistic]]></category>

		<guid isPermaLink="false">http://selcouth.wordpress.com/?p=99</guid>
		<description><![CDATA[Details of the work more to come&#8230; Filed under: Linguistic<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selcouth.wordpress.com&amp;blog=7728492&amp;post=99&amp;subd=selcouth&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://public.tableausoftware.com/views/Calisma1_2002_59_Mil/Sheet1">Details of the work</a></p>
<div id="attachment_100" class="wp-caption aligncenter" style="width: 490px"><a href="http://selcouth.files.wordpress.com/2010/02/w1-mil-59-2002.png"><img class="size-full wp-image-100" title="Work1 - Mil-59-2002" src="http://selcouth.files.wordpress.com/2010/02/w1-mil-59-2002.png?w=590" alt="Work1 - Description is not supplied."   /></a><p class="wp-caption-text">Work1 - Analysis</p></div>
<p>more to come&#8230;</p>
<br />Filed under: <a href='http://selcouth.wordpress.com/category/ideas/linguistic/'>Linguistic</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/selcouth.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/selcouth.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/selcouth.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/selcouth.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/selcouth.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/selcouth.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/selcouth.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/selcouth.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/selcouth.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/selcouth.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/selcouth.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/selcouth.wordpress.com/99/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/selcouth.wordpress.com/99/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/selcouth.wordpress.com/99/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selcouth.wordpress.com&amp;blog=7728492&amp;post=99&amp;subd=selcouth&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://selcouth.wordpress.com/2010/02/20/word-appareances-in-articles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">dkavraal</media:title>
		</media:content>

		<media:content url="http://selcouth.files.wordpress.com/2010/02/w1-mil-59-2002.png" medium="image">
			<media:title type="html">Work1 - Mil-59-2002</media:title>
		</media:content>
	</item>
		<item>
		<title>“The statement did not return a result set” error on SPs with exec</title>
		<link>http://selcouth.wordpress.com/2009/10/31/the-statement-did-not-return-a-result-set-error-on-sps-with-exec/</link>
		<comments>http://selcouth.wordpress.com/2009/10/31/the-statement-did-not-return-a-result-set-error-on-sps-with-exec/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 19:10:44 +0000</pubDate>
		<dc:creator>Dinçer</dc:creator>
				<category><![CDATA[Notes]]></category>

		<guid isPermaLink="false">http://mordegirmen.org/dincer/?p=8</guid>
		<description><![CDATA[While I was writing a Java application, I have got such &#8220;The statement did not return a result set&#8221; message. However, I checked the query and it did not have any special Posted in Notes<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selcouth.wordpress.com&amp;blog=7728492&amp;post=8&amp;subd=selcouth&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While I was writing a Java application, I have got such &#8220;The statement did not return a result set&#8221; message. However, I checked the query and it did not have any special</p>
<br />Posted in Notes  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/selcouth.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/selcouth.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/selcouth.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/selcouth.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/selcouth.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/selcouth.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/selcouth.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/selcouth.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/selcouth.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/selcouth.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/selcouth.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/selcouth.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/selcouth.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/selcouth.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=selcouth.wordpress.com&amp;blog=7728492&amp;post=8&amp;subd=selcouth&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://selcouth.wordpress.com/2009/10/31/the-statement-did-not-return-a-result-set-error-on-sps-with-exec/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">dkavraal</media:title>
		</media:content>
	</item>
	</channel>
</rss>
