<?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>sDenn Knowledge Base</title>
	<atom:link href="http://en.sdenn.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://en.sdenn.com</link>
	<description>A good scientist continually questions his own theories and assumptions</description>
	<lastBuildDate>Thu, 12 May 2011 09:54:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Setting directory permissions for Joomla 1.6 Linux/Unix installation &#8211; safer method (script)</title>
		<link>http://en.sdenn.com/setting-directory-permissions-for-joomla-1-6-linuxunix-installation-safer-method-script/</link>
		<comments>http://en.sdenn.com/setting-directory-permissions-for-joomla-1-6-linuxunix-installation-safer-method-script/#comments</comments>
		<pubDate>Thu, 12 May 2011 09:51:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://en.sdenn.com/?p=113</guid>
		<description><![CDATA[Safer method to make write permissions for Joomla 1.6 installation. Run these two commands from &#8216;su&#8217; or &#8216;root&#8217; within joomla install directory (assuming that you have ‘apache’ user for httpd): chgrp -R apache administrator/components administrator/language administrator/language/en-GB administrator/language/overrides administrator/manifests/files administrator/manifests/libraries administrator/manifests/packages administrator/modules administrator/templates components images images/banners images/sampledata language language/en-GB language/overrides libraries media modules plugins plugins/authentication plugins/content plugins/editors [...]]]></description>
			<content:encoded><![CDATA[<p>Safer method to make write permissions for Joomla 1.6 installation.</p>
<p>Run these two commands from &#8216;su&#8217; or &#8216;root&#8217; within joomla install directory (assuming that you have ‘apache’ user for httpd):</p>
<blockquote><p>chgrp -R apache administrator/components administrator/language administrator/language/en-GB administrator/language/overrides administrator/manifests/files administrator/manifests/libraries administrator/manifests/packages administrator/modules administrator/templates components images images/banners images/sampledata language language/en-GB language/overrides libraries media modules plugins plugins/authentication plugins/content plugins/editors plugins/editors-xtd plugins/extension plugins/search plugins/system plugins/user templates configuration.php cache administrator/cache logs tmp</p>
<p>chmod -R g+w,o-rwx administrator/components administrator/language administrator/language/en-GB administrator/language/overrides administrator/manifests/files administrator/manifests/libraries administrator/manifests/packages administrator/modules administrator/templates components images images/banners images/sampledata language language/en-GB language/overrides libraries media modules plugins plugins/authentication plugins/content plugins/editors plugins/editors-xtd plugins/extension plugins/search plugins/system plugins/user templates configuration.php cache administrator/cache logs tmp</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://en.sdenn.com/setting-directory-permissions-for-joomla-1-6-linuxunix-installation-safer-method-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing BigDFT 1.5.2 with CUDA and OpenMPI support in Fedora 14 x64</title>
		<link>http://en.sdenn.com/installing-bigdft-1-5-1-with-cuda-and-openmpi-support-in-fedora-14-x64/</link>
		<comments>http://en.sdenn.com/installing-bigdft-1-5-1-with-cuda-and-openmpi-support-in-fedora-14-x64/#comments</comments>
		<pubDate>Fri, 08 Apr 2011 05:46:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Chemistry]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://en.sdenn.com/?p=80</guid>
		<description><![CDATA[BigDFT is DFT electronic structure calculation program that uses GPU acceleration. (http://inac.cea.fr/L_Sim/BigDFT/) Latest version: 1.5.2 Installation tested in Fedoea 14 x64 with NVidia GT470 video card. Installing prerequisites: gcc blas-devel lapack-devel openmpi (tested with 1.4.3) NVidia Driver (tested with) Need to disable Nueveu module, add xxxx to grub.conf CUDA Toolbox (tested with 3.2) Enviroment settings: [...]]]></description>
			<content:encoded><![CDATA[<p>BigDFT is DFT electronic structure calculation program that uses GPU acceleration. (<a href="http://inac.cea.fr/L_Sim/BigDFT/">http://inac.cea.fr/L_Sim/BigDFT/</a>)</p>
<p>Latest version: 1.5.2</p>
<p>Installation tested in Fedoea 14 x64 with NVidia GT470 video card.</p>
<p>Installing prerequisites:</p>
<ul>
<li>gcc</li>
<li>blas-devel</li>
<li>lapack-devel</li>
<li>openmpi (tested with 1.4.3)</li>
<li>NVidia Driver (tested with)
<ul>
<li>Need to disable Nueveu module, add xxxx to grub.conf</li>
</ul>
</li>
<li>CUDA Toolbox (tested with 3.2)</li>
</ul>
<p>Enviroment settings:</p>
<p><br class="spacer_" /></p>
<p>Configuring:</p>
<blockquote><p>./configure &#8211;enable-mpi &#8211;enable-cuda-gpu &#8211;with-cuda-path=/usr/local/cuda FC=mpif90</p></blockquote>
<p>Compiling:</p>
<blockquote><p>make -j4</p></blockquote>
<p>Testing:</p>
<blockquote><p>cd tests</p>
<p>make check</p></blockquote>
<p>Installing:</p>
<blockquote><p>make install</p></blockquote>
<p><br class="spacer_" /></p>
<blockquote><p><br class="spacer_" /></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://en.sdenn.com/installing-bigdft-1-5-1-with-cuda-and-openmpi-support-in-fedora-14-x64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenGL GLUT Robot Sample Demonstration Program</title>
		<link>http://en.sdenn.com/opengl-glut-robot-sample-demonstration-program/</link>
		<comments>http://en.sdenn.com/opengl-glut-robot-sample-demonstration-program/#comments</comments>
		<pubDate>Fri, 07 Jan 2011 08:40:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[My Software]]></category>

		<guid isPermaLink="false">http://en.sdenn.com/?p=91</guid>
		<description><![CDATA[http://code.google.com/p/grobot-demo/]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/p/grobot-demo/">http://code.google.com/p/grobot-demo/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://en.sdenn.com/opengl-glut-robot-sample-demonstration-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>X3TC (X3 Terran Conflict) larger (bigger) GUI text font</title>
		<link>http://en.sdenn.com/x3tc-x3-terran-conflict-large-bigger-gui-text-font/</link>
		<comments>http://en.sdenn.com/x3tc-x3-terran-conflict-large-bigger-gui-text-font/#comments</comments>
		<pubDate>Fri, 12 Nov 2010 15:08:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Games]]></category>
		<category><![CDATA[X3TC]]></category>

		<guid isPermaLink="false">http://en.sdenn.com/?p=75</guid>
		<description><![CDATA[These zip files contain larger font files then original for X3:Terran Conflict game (tahoma13.tga and tahoma13.abc which reside in &#8220;root_game\f&#8221; folder) 1) Trebuchet MS 10 Font (preferred): 2) Trebuchet MS 11 Font : Extract them in the root game directory. These files was made using the x3fontmaker: (mirror)]]></description>
			<content:encoded><![CDATA[<p>These zip files contain larger font files then original for X3:Terran Conflict game (tahoma13.tga and tahoma13.abc which reside in &#8220;root_game\f&#8221; folder)</p>
<p>1) Trebuchet MS 10 Font (preferred): <img alt="zip" title="zip" class="download-icon" src="http://en.sdenn.com/wp-content/plugins/download-monitor/img/filetype_icons/document-zipper.png" /> <a href="http://en.sdenn.com/downloadx3tc_large_font_trebuchet10.zip" title="Downloaded 284 times">x3tc_large_font_trebuchet10.zip</a> (9.9 kB)</p>
<p>2) Trebuchet MS 11 Font : <img alt="zip" title="zip" class="download-icon" src="http://en.sdenn.com/wp-content/plugins/download-monitor/img/filetype_icons/document-zipper.png" /> <a href="http://en.sdenn.com/downloadx3tc_large_font_trebuchet11.zip" title="Downloaded 263 times">x3tc_large_font_trebuchet11.zip</a> (10.96 kB)</p>
<p>Extract them in the root game directory.</p>
<p>These files was made using the x3fontmaker: <img alt="zip" title="zip" class="download-icon" src="http://en.sdenn.com/wp-content/plugins/download-monitor/img/filetype_icons/document-zipper.png" /> <a href="http://en.sdenn.com/downloadx3fontmaker.zip" title="Downloaded 124 times">x3fontmaker.zip</a> (179.6 kB) (mirror)</p>
]]></content:encoded>
			<wfw:commentRss>http://en.sdenn.com/x3tc-x3-terran-conflict-large-bigger-gui-text-font/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to Reverse Page Order in PDF file using Acrobat Pro</title>
		<link>http://en.sdenn.com/how-to-reverse-page-order-in-pdf-file-using-acrobat-pro/</link>
		<comments>http://en.sdenn.com/how-to-reverse-page-order-in-pdf-file-using-acrobat-pro/#comments</comments>
		<pubDate>Thu, 11 Nov 2010 09:32:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[PDF]]></category>

		<guid isPermaLink="false">http://en.sdenn.com/?p=67</guid>
		<description><![CDATA[For example, this is useful for incorporating Hebrew PDF files into English ones. Run this from the JavaScript Console (Ctrl+J): for (i = this.numPages &#8211; 1; i &#62;= 0; i&#8211;) this.movePage(i); NOTE: Relevant options in Edit-&#62;Preferences-&#62;JavaScript must be enabled Put this Java Script in folowing folder: Windows XP: C:\Documents and Settings\USERNAME\Application Data\Adobe\Acrobat \9.0\JavaScripts Windows Vista: C:\Users\USERNAME\AppData\Roaming\Adobe\Acrobat\9.0\JavaScripts [...]]]></description>
			<content:encoded><![CDATA[<p>For example, this is useful for incorporating Hebrew PDF files into English ones.</p>
<ol>
<li>Run this from the JavaScript Console (Ctrl+J):
<p>for (i = this.numPages &#8211; 1; i &gt;= 0; i&#8211;) this.movePage(i);</p>
<p><strong>NOTE</strong>: Relevant options in Edit-&gt;Preferences-&gt;JavaScript must be enabled</p>
</li>
<li>Put this Java Script <br />
<!-- [DocumentBodyEnd:064a3cee-03d5-464c-aa00-279ecc7636a5] --><img alt="js" title="js" class="download-icon" src="http://en.sdenn.com/wp-content/plugins/download-monitor/img/filetype_icons/document-code.png" /> <a href="http://en.sdenn.com/downloadReversepageorder.js" title="Downloaded 186 times">Reversepageorder.js</a> (430 bytes)<br />
in folowing folder: </p>
<ul>
<li>Windows XP:<br />
C:\Documents and Settings\USERNAME\Application Data\Adobe\Acrobat \9.0\JavaScripts</li>
<li>Windows Vista:<br />
C:\Users\USERNAME\AppData\Roaming\Adobe\Acrobat\9.0\JavaScripts</li>
<li>MAC OSX<br />
/Users/USERNAME/Library/Application Support/Adobe/Acrobat/9.0_x86/JavaScripts</li>
</ul>
<p><strong>NOTE</strong>: Relevant options in Edit-&gt;Preferences-&gt;JavaScript must be enabled</p>
</li>
<li>Print the file into new PDF using reverse order page from Print Menu</li>
</ol>
<p>Source: <a href="http://forums.adobe.com/message/2920024">http://forums.adobe.com/message/2920024</a></p>
]]></content:encoded>
			<wfw:commentRss>http://en.sdenn.com/how-to-reverse-page-order-in-pdf-file-using-acrobat-pro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linksys WRT54GL Router: Firmwares, Improving Performance, Overcloking, Slow speed download L2TP/PPTP UFI NGN</title>
		<link>http://en.sdenn.com/linksys-wrt54gl-router-firmwares-improving-performance-overcloking-slow-speed-download-l2tp-ufi-ngn/</link>
		<comments>http://en.sdenn.com/linksys-wrt54gl-router-firmwares-improving-performance-overcloking-slow-speed-download-l2tp-ufi-ngn/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 13:02:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://en.sdenn.com/linksys-wrt54gl-router-firmwares-improving-performance-overcloking-slow-speed-download-l2tp-ufi-ngn/</guid>
		<description><![CDATA[Low Download Speeds over L2TP/PPTP connections Unfortunately this router is useless for UFI L2TP/PPTP connections which are in Israel. Maximum speed was obtained around &#62;750kBytes/s, which is not depend on firmware used (Tomato, dd-wrt, original) or overclocking at 250MHz. EDIT: My solution now is Atom based motherboard from Zotac with WiFi card as my router/server. Power [...]]]></description>
			<content:encoded><![CDATA[<h2>Low Download Speeds over L2TP/PPTP connections</h2>
<p>Unfortunately this router is <strong><span style="text-decoration: underline;">useless</span></strong> for UFI L2TP/PPTP connections which are in Israel.</p>
<p>Maximum speed was obtained around &gt;750kBytes/s, which is <strong>not depend</strong> on firmware used (Tomato, dd-wrt, original) or overclocking at 250MHz.</p>
<p><em>EDIT:</em> My solution now is Atom based motherboard from Zotac with WiFi card as my router/server. Power consuption is around 20-30W. </p>
<p><strong>SO, STAY AWAY FROM WRT54GL ROUTER for &gt;6Mbit over L2TP/PPTP. You will download maximum at 750kByte/s</strong></p>
<p>Router: <br />
<img src="http://www.speedtest.net/result/875144024.png" alt="" /> <a href="http://www.speedtest.net/result/875144024.png[/img]"></a><br />
Direct: <br />
<img src="http://www.speedtest.net/result/875146807.png" alt="" /></p>
<p>top command:</p>
<p><a href="http://en.sdenn.com/wp-content/uploads/2010/07/L2TP_WRT54GL.png"><img class="alignnone size-medium wp-image-64" title="L2TP_WRT54GL" src="http://en.sdenn.com/wp-content/uploads/2010/07/L2TP_WRT54GL-500x305.png" alt="" width="500" height="305" /></a></p>
<h2>Firmwares</h2>
<h3>Tomato firmware</h3>
<p><a title="http://www.polarcloud.com/tomato" href="http://www.polarcloud.com/tomato">http://www.polarcloud.com/tomato</a></p>
<p><a title="http://en.wikibooks.org/wiki/Tomato_(firmware)" href="http://en.wikibooks.org/wiki/Tomato_(firmware)">http://en.wikibooks.org/wiki/Tomato_(firmware)</a></p>
<h3>DD-WRT firmware</h3>
<p><a title="http://www.dd-wrt.com/site/support/router-database" href="http://www.dd-wrt.com/site/support/router-database">http://www.dd-wrt.com/site/support/router-database</a></p>
<p>Note: Upgraded from Tomato 1.28 by resetting NVRAM and flashing dd-wrt mini version followed by voip version.</p>
<h4>Patch for Israel HOT L2TP in DD-WRT</h4>
<p><a title="http://www.dd-wrt.com/phpBB2/viewtopic.php?p=460955" href="http://www.dd-wrt.com/phpBB2/viewtopic.php?p=460955">http://www.dd-wrt.com/phpBB2/viewtopic.php?p=460955</a></p>
<p>change</p>
<blockquote><p>refuse pap = no</p>
</blockquote>
<p>in /tmp/xl2tpd/xl2tpd.conf</p>
<p>However, changes are lost after reboot.</p>
<p>You can use this script:</p>
<p><a title="http://hotfortech.wikispaces.com/DD-WRT+home+setup" href="http://hotfortech.wikispaces.com/DD-WRT+home+setup">http://hotfortech.wikispaces.com/DD-WRT+home+setup</a></p>
<h2>Overclocking (SSH, Telnet, Terminal, Command line)</h2>
<p>Stick to 225, 240, 250 MHz. There reports of bricks on other clocks.</p>
<blockquote><p>nvram set clkfreq=250 <br />
nvram commit <br />
reboot</p>
</blockquote>
<p>Checking speed of CPU</p>
<blockquote><p>grep MIPS /proc/cpuinfo</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://en.sdenn.com/linksys-wrt54gl-router-firmwares-improving-performance-overcloking-slow-speed-download-l2tp-ufi-ngn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS5 Repositories Latest Versions (samba, apache, mysql, php)</title>
		<link>http://en.sdenn.com/centos5-repositories-latest-versions-samba-apache-mysql-php/</link>
		<comments>http://en.sdenn.com/centos5-repositories-latest-versions-samba-apache-mysql-php/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 08:03:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://en.sdenn.com/centos5-repositories-latest-versions-samba-apache-mysql-php/</guid>
		<description><![CDATA[Sernet Samba 3.5 repository yum repo file: sernet-samba.repo Jason&#8217;s Utter Ramblings Repo (httpd, php, mysql) Import the GPG key: rpm &#8211;import http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka Create /etc/yum.repos.d/utterramblings.repo: [utterramblings] name=Jason&#8217;s Utter Ramblings Repo baseurl=http://www.jasonlitka.com/media/EL$releasever/$basearch/ enabled=1 gpgcheck=1 gpgkey=http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka]]></description>
			<content:encoded><![CDATA[<h2><a href="http://ftp.sernet.de/pub/samba/3.5/centos/5/repodata/" target="_blank">Sernet Samba 3.5 repository</a></h2>
<p>yum repo file: <a title="sernet-samba.repo" href="http://ftp.sernet.de/pub/samba/3.5/centos/5/sernet-samba.repo">sernet-samba.repo</a></p>
<h2><a href="http://www.jasonlitka.com/" target="_blank">Jason&#8217;s Utter Ramblings Repo (httpd, php, mysql)</a></h2>
<p>Import the GPG key:</p>
<blockquote><p>rpm &#8211;import http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka</p>
</blockquote>
<p>Create /etc/yum.repos.d/utterramblings.repo:</p>
<blockquote><p>[utterramblings]     <br />name=Jason&#8217;s Utter Ramblings Repo      <br />baseurl=http://www.jasonlitka.com/media/EL$releasever/$basearch/      <br />enabled=1      <br />gpgcheck=1      <br />gpgkey=http://www.jasonlitka.com/media/RPM-GPG-KEY-jlitka</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://en.sdenn.com/centos5-repositories-latest-versions-samba-apache-mysql-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webcam Based Motion Sensor Software for Computer LCD Display (Monitor) Power State Control On/Off (Version 1.0.1)</title>
		<link>http://en.sdenn.com/webcam-based-motion-sensor-software-for-computer-lcd-display-monitor-power-state-control-on-off/</link>
		<comments>http://en.sdenn.com/webcam-based-motion-sensor-software-for-computer-lcd-display-monitor-power-state-control-on-off/#comments</comments>
		<pubDate>Wed, 26 May 2010 05:55:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[My Software]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://en.sdenn.com/?p=52</guid>
		<description><![CDATA[As a part of my project towards PC based Home Information Display (i.e., Smart Photo Frame). I developed small program for controlling the LCD Display power state based on motion detection by simple webcam. Program based on AForge.NET Framework’s sample application:]]></description>
			<content:encoded><![CDATA[<p>As a part of my project towards PC based Home Information Display (i.e., Smart Photo Frame). I developed small program for controlling the LCD Display power state based on motion detection by simple webcam.</p>
<p><br class="spacer_" /></p>
<p>Program based on <a href="http://www.aforgenet.com/framework/" target="_blank">AForge.NET Framework’s sample application</a>:</p>
<p><img alt="zip" title="zip" class="download-icon" src="http://en.sdenn.com/wp-content/plugins/download-monitor/img/filetype_icons/document-zipper.png" /> <a href="http://en.sdenn.com/downloadMotionSensor_101beta_exe.zip" title="Downloaded 31 times">Motion Sensor (executable, Windows XP, Vista, 7)</a> (250.87 KB)<br />
<img alt="zip" title="zip" class="download-icon" src="http://en.sdenn.com/wp-content/plugins/download-monitor/img/filetype_icons/document-zipper.png" /> <a href="http://en.sdenn.com/downloadMotionSensor_101beta_Src_VS2008.zip" title="Downloaded 23 times">Motion Sensor (Source Code C#, GPL)</a> (80.53 KB)</p>
]]></content:encoded>
			<wfw:commentRss>http://en.sdenn.com/webcam-based-motion-sensor-software-for-computer-lcd-display-monitor-power-state-control-on-off/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lost.S06E15.720p.HDTV.x264-CTU.srt Russian Subtitles (Русские субтитры)</title>
		<link>http://en.sdenn.com/lost-s06e15-720p-hdtv-x264-ctu-srt-russian-subtitles/</link>
		<comments>http://en.sdenn.com/lost-s06e15-720p-hdtv-x264-ctu-srt-russian-subtitles/#comments</comments>
		<pubDate>Wed, 12 May 2010 14:53:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Other]]></category>

		<guid isPermaLink="false">http://en.sdenn.com/?p=46</guid>
		<description><![CDATA[Russian subtites translated by Notabenoid pasted on English x264 720p synced subtitles. (Русские сабы для Lost 6&#215;15 720p) :]]></description>
			<content:encoded><![CDATA[<p>Russian subtites translated by Notabenoid pasted on English x264 720p synced subtitles.</p>
<p>(Русские сабы для Lost 6&#215;15 720p) : <img alt="zip" title="zip" class="download-icon" src="http://en.sdenn.com/wp-content/plugins/download-monitor/img/filetype_icons/document-zipper.png" /> <a href="http://en.sdenn.com/downloadLost.S06E15.720p.HDTV_.x264-CTU.rus_.zip" title="Downloaded 39 times">Lost.S06E15.720p.HDTV.x264-CTU.rus.srt</a> (9.87 KB)<br class="spacer_" /></p>
]]></content:encoded>
			<wfw:commentRss>http://en.sdenn.com/lost-s06e15-720p-hdtv-x264-ctu-srt-russian-subtitles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conductive polymers</title>
		<link>http://en.sdenn.com/conductive-polymers/</link>
		<comments>http://en.sdenn.com/conductive-polymers/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 14:30:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Chemistry]]></category>
		<category><![CDATA[Polymers]]></category>
		<category><![CDATA[Presentation]]></category>

		<guid isPermaLink="false">http://en.sdenn.com/conductive-polymers/</guid>
		<description><![CDATA[I present here my literature seminar (as a requirement for PhD degree) on topic “Intrinsically Conductive Polymers”.  PowerPoint version: PDF version: *Copyrights for all cited works (including images) are property of their respective owners, as indicated in citations. All other parts of the work is licensed under a Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License.]]></description>
			<content:encoded><![CDATA[<p>I present here my literature seminar (as a requirement for PhD degree) on topic “Intrinsically Conductive Polymers”.</p>
<p> PowerPoint version: <img alt="pptx" title="pptx" class="download-icon" src="http://en.sdenn.com/wp-content/plugins/download-monitor/img/filetype_icons/document.png" /> <a href="http://en.sdenn.com/downloadConductive_Polymers_Final_Publish.pptx" title="Downloaded 927 times">Conductive_Polymers_Final_Publish.pptx</a> (6.35 MB)</p>
<p>PDF version: <img alt="pdf" title="pdf" class="download-icon" src="http://en.sdenn.com/wp-content/plugins/download-monitor/img/filetype_icons/document-pdf.png" /> <a href="http://en.sdenn.com/downloadConductive_Polymers_Final_Publish.pdf" title="Downloaded 852 times">Conductive_Polymers_Final_Publish.pdf</a> (3.59 MB)</p>
<p><span id="more-40"></span>*Copyrights for all cited works (including images) are property of their respective owners, as indicated in citations.</p>
<p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/"><img style="border-width: 0px;" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" alt="Creative Commons License" /></a> <br />
<span>All other parts of the work </span>is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://en.sdenn.com/conductive-polymers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

