<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DLed : Music / Photography / Notes</title>
	<atom:link href="http://ledentsov.de/feed/" rel="self" type="application/rss+xml" />
	<link>http://ledentsov.de</link>
	<description>Music / Photography / Notes</description>
	<lastBuildDate>Thu, 17 May 2012 14:42:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Daily Photo 17.05.2012</title>
		<link>http://ledentsov.de/2012/05/17/daily-photo-17-05-2012/</link>
		<comments>http://ledentsov.de/2012/05/17/daily-photo-17-05-2012/#comments</comments>
		<pubDate>Thu, 17 May 2012 14:40:44 +0000</pubDate>
		<dc:creator>DLed</dc:creator>
				<category><![CDATA[Daily Photo]]></category>
		<category><![CDATA[DLed]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[daily photo]]></category>

		<guid isPermaLink="false">http://ledentsov.de/?p=142</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://ledentsov.de/wp-content/uploads/2012/05/20120517.jpg"><img src="http://ledentsov.de/wp-content/uploads/2012/05/20120517.jpg" alt="" title="Daily Photo by DLed" width="700" height="467" class="alignnone size-full wp-image-156" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ledentsov.de/2012/05/17/daily-photo-17-05-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A recursive Lua table inspector</title>
		<link>http://ledentsov.de/2012/05/16/a-recursive-lua-table-inspector/</link>
		<comments>http://ledentsov.de/2012/05/16/a-recursive-lua-table-inspector/#comments</comments>
		<pubDate>Wed, 16 May 2012 19:30:15 +0000</pubDate>
		<dc:creator>DLed</dc:creator>
				<category><![CDATA[Lua]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://ledentsov.de/?p=145</guid>
		<description><![CDATA[executable at Ideone]]></description>
			<content:encoded><![CDATA[<p>executable at <a href="http://ideone.com/C5eZy" title="a recursive Lua table inspector in Lua by dled" target="_blank">Ideone</a><br />

<!-- Iframe plugin v.2.2 (wordpress.org/extend/plugins/iframe/) -->
<iframe src="http://pastebin.com/embed_iframe.php?i=sn4fKxcz" width="100%" scrolling="yes" height="480" class="iframe-class" frameborder="0"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://ledentsov.de/2012/05/16/a-recursive-lua-table-inspector/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatic memoization with slightly modified recursive functions</title>
		<link>http://ledentsov.de/2012/05/16/automatic-memoization-with-slightly-mod-recursive-functions/</link>
		<comments>http://ledentsov.de/2012/05/16/automatic-memoization-with-slightly-mod-recursive-functions/#comments</comments>
		<pubDate>Wed, 16 May 2012 19:27:16 +0000</pubDate>
		<dc:creator>DLed</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[c++0x]]></category>
		<category><![CDATA[memoization]]></category>

		<guid isPermaLink="false">http://ledentsov.de/?p=143</guid>
		<description><![CDATA[executable at Ideone Up to now the Undo is a very special one. The transaction based one can perhaps be done this way, however, it would need some thinking]]></description>
			<content:encoded><![CDATA[<p>executable at <a href="http://ideone.com/up6Vy" title="recursive automatic memoization in c++ by dled" target="_blank">Ideone</a><br />

<!-- Iframe plugin v.2.2 (wordpress.org/extend/plugins/iframe/) -->
<iframe src="http://pastebin.com/embed_iframe.php?i=x3U2xz7C" width="100%" scrolling="yes" height="480" class="iframe-class" frameborder="0"></iframe></p>
<p>Up to now the Undo is a very special one. The transaction based one can perhaps be done this way, however, it would need some thinking</p>
]]></content:encoded>
			<wfw:commentRss>http://ledentsov.de/2012/05/16/automatic-memoization-with-slightly-mod-recursive-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An attempt at a templatized Memento in C++ with UndoAll</title>
		<link>http://ledentsov.de/2012/05/16/an-attempt-at-a-templatized-memento-in-c-with-undoall/</link>
		<comments>http://ledentsov.de/2012/05/16/an-attempt-at-a-templatized-memento-in-c-with-undoall/#comments</comments>
		<pubDate>Wed, 16 May 2012 19:04:22 +0000</pubDate>
		<dc:creator>DLed</dc:creator>
				<category><![CDATA[C++]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[memento]]></category>
		<category><![CDATA[pattern]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://ledentsov.de/?p=131</guid>
		<description><![CDATA[executable at Ideone]]></description>
			<content:encoded><![CDATA[<p>executable at <a href="http://ideone.com/wqVrF" title="templatized memento in c++ by dled" target="_blank">Ideone</a><br />

<!-- Iframe plugin v.2.2 (wordpress.org/extend/plugins/iframe/) -->
<iframe src="http://pastebin.com/embed_iframe.php?i=nBeedLTi" width="100%" scrolling="yes" height="480" class="iframe-class" frameborder="0"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://ledentsov.de/2012/05/16/an-attempt-at-a-templatized-memento-in-c-with-undoall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2010 Review</title>
		<link>http://ledentsov.de/2011/12/30/2010-review/</link>
		<comments>http://ledentsov.de/2011/12/30/2010-review/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 20:55:28 +0000</pubDate>
		<dc:creator>DLed</dc:creator>
				<category><![CDATA[DLed]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[photo]]></category>

		<guid isPermaLink="false">http://ledentsov.de/?p=128</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://jol.livejournal.com/265176.html" title="2010 Photographic Review by Cori &#038; Dimi"><img src="http://www.ledentsov.de/lj/2010/01.jpg" alt="DLed 2010 Photographic Review" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ledentsov.de/2011/12/30/2010-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2011 Review</title>
		<link>http://ledentsov.de/2011/12/30/2011-review/</link>
		<comments>http://ledentsov.de/2011/12/30/2011-review/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 17:33:31 +0000</pubDate>
		<dc:creator>DLed</dc:creator>
				<category><![CDATA[Daily Photo]]></category>
		<category><![CDATA[DLed]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[photo]]></category>

		<guid isPermaLink="false">http://ledentsov.de/?p=126</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a title="2011 Photographic review" href="http://jol.livejournal.com/264896.html" target="_blank"><img src="http://www.ledentsov.de/lj/2011/02.jpg" alt="DLed 2011" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ledentsov.de/2011/12/30/2011-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daily Photos 01.11.2011</title>
		<link>http://ledentsov.de/2011/11/01/daily-photos-01-11-2011/</link>
		<comments>http://ledentsov.de/2011/11/01/daily-photos-01-11-2011/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 13:03:12 +0000</pubDate>
		<dc:creator>DLed</dc:creator>
				<category><![CDATA[Daily Photo]]></category>
		<category><![CDATA[DLed]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[daily photo]]></category>
		<category><![CDATA[photo]]></category>

		<guid isPermaLink="false">http://ledentsov.de/?p=120</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="Daily Photo 29.10.2011 by DLed" src="http://ledentsov.de/pictures/daily/20111029.jpg" alt="Shadow 29.10.2011 by DLed" width="700" /></p>
<p><img class="alignnone" title="Daily Photo 16.10.2011 by DLed" src="http://ledentsov.de/pictures/daily/20111016.jpg" alt="Shadow 16.10.2011 by DLed" width="700" /></p>
<p><img class="alignnone" title="Daily Photo 15.10.2011 by DLed" src="http://ledentsov.de/pictures/daily/20111015.jpg" alt="Shadow 15.10.2011 by DLed" width="700" /></p>
<p><img class="alignnone" title="Daily Photo 01.11.2011 by DLed" src="http://ledentsov.de/pictures/daily/20111101.jpg" alt="Shadow 01.11.2011 by DLed" width="700" /></p>
<p><img class="alignnone" title="Daily Photo 01.11.2011 by DLed" src="http://ledentsov.de/pictures/daily/20111101_1.jpg" alt="Daily Sun 01.11.2011 by DLed" width="700" /></p>
]]></content:encoded>
			<wfw:commentRss>http://ledentsov.de/2011/11/01/daily-photos-01-11-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Old music recommendations</title>
		<link>http://ledentsov.de/2011/10/22/old-music-recommendations/</link>
		<comments>http://ledentsov.de/2011/10/22/old-music-recommendations/#comments</comments>
		<pubDate>Sat, 22 Oct 2011 15:15:50 +0000</pubDate>
		<dc:creator>DLed</dc:creator>
				<category><![CDATA[DLed]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://ledentsov.de/?p=115</guid>
		<description><![CDATA[Some things have to be archived, and the status has to be updated. These recordings are in an archive http://ledentsov.de/recommendations.html, and today&#8217;s world is quite different from when the recordings have been made.]]></description>
			<content:encoded><![CDATA[<p>Some things have to be archived, and the status has to be updated. These recordings are in an archive <a title="Old DLed mp3 recommendations" href="http://ledentsov.de/recommendations.html">http://ledentsov.de/recommendations.html</a>, and today&#8217;s world is quite different from when the recordings have been made.</p>
]]></content:encoded>
			<wfw:commentRss>http://ledentsov.de/2011/10/22/old-music-recommendations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daily Photo 18.08.2011</title>
		<link>http://ledentsov.de/2011/08/19/daily-photo-18-08-2011/</link>
		<comments>http://ledentsov.de/2011/08/19/daily-photo-18-08-2011/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 05:47:24 +0000</pubDate>
		<dc:creator>DLed</dc:creator>
				<category><![CDATA[Daily Photo]]></category>
		<category><![CDATA[DLed]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[daily photo]]></category>
		<category><![CDATA[photo]]></category>

		<guid isPermaLink="false">http://ledentsov.de/?p=112</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="Daily Photo 08.18.2011 by DLed" src="http://ledentsov.de/pictures/daily/20110818.jpg" alt="Little chap crawling" width="700" height="467" /></p>
]]></content:encoded>
			<wfw:commentRss>http://ledentsov.de/2011/08/19/daily-photo-18-08-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Abstract Bass Video</title>
		<link>http://ledentsov.de/2011/05/29/dled-abstract-bass/</link>
		<comments>http://ledentsov.de/2011/05/29/dled-abstract-bass/#comments</comments>
		<pubDate>Sun, 29 May 2011 10:34:55 +0000</pubDate>
		<dc:creator>DLed</dc:creator>
				<category><![CDATA[DLed]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[abstract]]></category>
		<category><![CDATA[music]]></category>

		<guid isPermaLink="false">http://ledentsov.de/?p=94</guid>
		<description><![CDATA[A new test video to the music composed for the first exhibition at Belka&#038;Strelka]]></description>
			<content:encoded><![CDATA[<p>A new test video to the music composed for the first exhibition at Belka&#038;Strelka</p>
<p><iframe width="560" height="349" src="http://www.youtube.com/embed/X5R8gx-U5Ao" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://ledentsov.de/2011/05/29/dled-abstract-bass/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

