<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	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>Comments for daniel&#039;s devel blog</title>
	<atom:link href="http://danielkaes.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://danielkaes.wordpress.com</link>
	<description>Just another developer blog</description>
	<lastBuildDate>Fri, 16 Nov 2012 12:24:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on How To Catch &#8220;Kill&#8221; Events with Python by j hamowitz</title>
		<link>http://danielkaes.wordpress.com/2009/06/04/how-to-catch-kill-events-with-python/#comment-149</link>
		<dc:creator><![CDATA[j hamowitz]]></dc:creator>
		<pubDate>Fri, 16 Nov 2012 12:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://danielkaes.wordpress.com/?p=100#comment-149</guid>
		<description><![CDATA[This isn&#039;t even signal handling.  This is catching the VM exiting and doing something about it.  Dummy.]]></description>
		<content:encoded><![CDATA[<p>This isn&#8217;t even signal handling.  This is catching the VM exiting and doing something about it.  Dummy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Catch &#8220;Kill&#8221; Events with Python by Simphony</title>
		<link>http://danielkaes.wordpress.com/2009/06/04/how-to-catch-kill-events-with-python/#comment-147</link>
		<dc:creator><![CDATA[Simphony]]></dc:creator>
		<pubDate>Fri, 19 Oct 2012 21:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://danielkaes.wordpress.com/?p=100#comment-147</guid>
		<description><![CDATA[Sadly this only works fine if you run a script on a console with python.exe, but not if you run it in the background with pythonw.exe.

All I need is a way to catch the terminate signal sent by Windows when I shut the computer down, but I can&#039;t find any way to do it. Atexit doesn&#039;t work either.]]></description>
		<content:encoded><![CDATA[<p>Sadly this only works fine if you run a script on a console with python.exe, but not if you run it in the background with pythonw.exe.</p>
<p>All I need is a way to catch the terminate signal sent by Windows when I shut the computer down, but I can&#8217;t find any way to do it. Atexit doesn&#8217;t work either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java Mocking Frameworks Comparison by Adarsh Thimmappa</title>
		<link>http://danielkaes.wordpress.com/2009/05/15/java-mocking-frameworks-comparison/#comment-143</link>
		<dc:creator><![CDATA[Adarsh Thimmappa]]></dc:creator>
		<pubDate>Tue, 13 Mar 2012 08:07:34 +0000</pubDate>
		<guid isPermaLink="false">http://danielkaes.wordpress.com/?p=92#comment-143</guid>
		<description><![CDATA[Try JMockit and let me know. And, it&#039;s much more powerful too. It purely depends on what all things you are looking for from mocking perspective. Anyways, happy mocking.]]></description>
		<content:encoded><![CDATA[<p>Try JMockit and let me know. And, it&#8217;s much more powerful too. It purely depends on what all things you are looking for from mocking perspective. Anyways, happy mocking.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Catch &#8220;Kill&#8221; Events with Python by mahesh shitole</title>
		<link>http://danielkaes.wordpress.com/2009/06/04/how-to-catch-kill-events-with-python/#comment-138</link>
		<dc:creator><![CDATA[mahesh shitole]]></dc:creator>
		<pubDate>Wed, 07 Dec 2011 11:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://danielkaes.wordpress.com/?p=100#comment-138</guid>
		<description><![CDATA[hi, 

I have one query.

I have an test.exe and test.py, my test.py communicating with test.exe using socket,

I need to stop process of test.exe (without explicit killing) using win32event.setevent, but I m not able to do that, just because my exe is continuously pinging to socket port, how to resolve this problem ?

please help me!!]]></description>
		<content:encoded><![CDATA[<p>hi, </p>
<p>I have one query.</p>
<p>I have an test.exe and test.py, my test.py communicating with test.exe using socket,</p>
<p>I need to stop process of test.exe (without explicit killing) using win32event.setevent, but I m not able to do that, just because my exe is continuously pinging to socket port, how to resolve this problem ?</p>
<p>please help me!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Deeper Look at the Scala Syntax by Kai Wähner</title>
		<link>http://danielkaes.wordpress.com/2009/09/23/a-deeper-look-a-the-scala-syntax/#comment-136</link>
		<dc:creator><![CDATA[Kai Wähner]]></dc:creator>
		<pubDate>Tue, 23 Aug 2011 07:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://danielkaes.wordpress.com/?p=145#comment-136</guid>
		<description><![CDATA[Hey Daniel,

thanks for this very good and easy example! 

Eventually, I now understand how Scala blocks are declared and used.

Best regards,
Kai Wähner (Twitter: @KaiWaehner)]]></description>
		<content:encoded><![CDATA[<p>Hey Daniel,</p>
<p>thanks for this very good and easy example! </p>
<p>Eventually, I now understand how Scala blocks are declared and used.</p>
<p>Best regards,<br />
Kai Wähner (Twitter: @KaiWaehner)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Syntax Highlighted Code in LaTeX Beamer by raul</title>
		<link>http://danielkaes.wordpress.com/2009/04/01/syntax-highlighted-code-in-latex-beamer/#comment-135</link>
		<dc:creator><![CDATA[raul]]></dc:creator>
		<pubDate>Sun, 27 Mar 2011 09:13:25 +0000</pubDate>
		<guid isPermaLink="false">http://danielkaes.wordpress.com/?p=56#comment-135</guid>
		<description><![CDATA[I&#039;ve got following output. What can I to do?:

\begin{Verbatim}[commandchars=\\\{\}]
\PY{k}{print} \PY{l+s}{&quot;}\PY{l+s}{Hello World!}\PY{l+s}{&quot;}
\end{Verbatim}]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve got following output. What can I to do?:</p>
<p>\begin{Verbatim}[commandchars=\\\{\}]<br />
\PY{k}{print} \PY{l+s}{&#8220;}\PY{l+s}{Hello World!}\PY{l+s}{&#8220;}<br />
\end{Verbatim}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Adding a Pidgin Trayicon to DWM by Johannes</title>
		<link>http://danielkaes.wordpress.com/2009/12/03/adding-a-pidgin-trayicon-to-dwm/#comment-134</link>
		<dc:creator><![CDATA[Johannes]]></dc:creator>
		<pubDate>Sat, 12 Feb 2011 14:50:12 +0000</pubDate>
		<guid isPermaLink="false">http://danielkaes.wordpress.com/?p=174#comment-134</guid>
		<description><![CDATA[I find Pidgin works great in dwm, without a tray icon. Here&#039;s how I do it:

- In rules:	{ &quot;Pidgin&quot;,   NULL,       NULL,       1 &lt;&lt; 3,       False,       -1 }
- Disable tray icon and enable urgency hint in Pidgin

Now dwm&#039;s tag list will change the colors of tag 4 when you get a message (perfect unobtrusive notification imo), and I just mod-4 to bring up Pidgin (message window and buddy list, tiled)]]></description>
		<content:encoded><![CDATA[<p>I find Pidgin works great in dwm, without a tray icon. Here&#8217;s how I do it:</p>
<p>- In rules:	{ &#8220;Pidgin&#8221;,   NULL,       NULL,       1 &lt;&lt; 3,       False,       -1 }<br />
- Disable tray icon and enable urgency hint in Pidgin</p>
<p>Now dwm&#039;s tag list will change the colors of tag 4 when you get a message (perfect unobtrusive notification imo), and I just mod-4 to bring up Pidgin (message window and buddy list, tiled)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Struggling with HTML or How To Use Vertical And Horizontal Alignment In CSS by startpagina</title>
		<link>http://danielkaes.wordpress.com/2010/01/28/struggling-with-html-or-how-to-use-vertical-and-horizontal-alignment-in-css/#comment-132</link>
		<dc:creator><![CDATA[startpagina]]></dc:creator>
		<pubDate>Thu, 16 Dec 2010 07:13:20 +0000</pubDate>
		<guid isPermaLink="false">http://danielkaes.wordpress.com/?p=197#comment-132</guid>
		<description><![CDATA[great post man, i think your writing is really great, and i&#039;d love to read more! hope you keep up the posting and keep up the good work, because this post has some really good quality!]]></description>
		<content:encoded><![CDATA[<p>great post man, i think your writing is really great, and i&#8217;d love to read more! hope you keep up the posting and keep up the good work, because this post has some really good quality!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiling LaTeX Documents using Makefiles by Amit</title>
		<link>http://danielkaes.wordpress.com/2009/03/14/compiling-latex-documents-using-makefiles/#comment-107</link>
		<dc:creator><![CDATA[Amit]]></dc:creator>
		<pubDate>Mon, 06 Dec 2010 06:46:42 +0000</pubDate>
		<guid isPermaLink="false">http://danielkaes.wordpress.com/?p=3#comment-107</guid>
		<description><![CDATA[I usually use my file name as &#039;paper.tex&#039; (atleast for papers) and hence there is hardly anything to change in your Makefile! Nice stuff :-)]]></description>
		<content:encoded><![CDATA[<p>I usually use my file name as &#8216;paper.tex&#8217; (atleast for papers) and hence there is hardly anything to change in your Makefile! Nice stuff :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on What is the most popular programming language? by Brian</title>
		<link>http://danielkaes.wordpress.com/2010/01/26/what-is-the-most-popular-programming-language/#comment-49</link>
		<dc:creator><![CDATA[Brian]]></dc:creator>
		<pubDate>Sat, 06 Nov 2010 23:49:11 +0000</pubDate>
		<guid isPermaLink="false">http://danielkaes.wordpress.com/?p=190#comment-49</guid>
		<description><![CDATA[I searched and was shocked to see that C is right at the top in popularity.
I did a lot of C programming until about 15 years ago and figured it was pretty much dead (by now) due to all the advancements in hardware and GUI.
Back then, I was still writing C within the DOS framework of mind. I just need to look and see if today&#039;s C can still do the job.]]></description>
		<content:encoded><![CDATA[<p>I searched and was shocked to see that C is right at the top in popularity.<br />
I did a lot of C programming until about 15 years ago and figured it was pretty much dead (by now) due to all the advancements in hardware and GUI.<br />
Back then, I was still writing C within the DOS framework of mind. I just need to look and see if today&#8217;s C can still do the job.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
