<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Satyadeep &#039;s Blog</title>
	<link>http://satyadeep.tk</link>
	<description>My WebLog</description>
	<lastBuildDate>Tue, 31 Aug 2010 11:05:36 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0.1" -->

	<item>
		<title>Error installing ESC/Java on JDK 1.6</title>
		<description><![CDATA[I encountered the following error when I tried ESC/JAVA 2 on open-jdk 1.6. Using Sun JDK 1.6 also caused the same error. /usr/java/jre1.6.0_18/lib/rt.jar:java/io/PrintStream.class: Error: Different or incompatible return types on overridden(hidden) and overriding(hiding) methods Then I uninstalled JDK 1.6 and then installed Sun JDK 1.5, and it works like a charm This is because ESC/JAVA [...]]]></description>
		<link>http://satyadeep.tk/2010/08/error-installing-escjava-on-jdk-1-6/</link>
			</item>
	<item>
		<title>Do Pdf &#8211; A light weight free pdf converter</title>
		<description><![CDATA[Do Pdf is a useful tool I have found for converting any type of document which is printable into a PDF. It is fairly light weight converter and output file size is considerably reduced with quality remaining mostly intact. It nicely integrates as a virtual printer driver, so you just need to click print of [...]]]></description>
		<link>http://satyadeep.tk/2010/08/do-pdf-a-light-weight-free-pdf-converter/</link>
			</item>
	<item>
		<title>Installing Oracle XE with APEX 3.2 in Ubuntu</title>
		<description><![CDATA[Installing Application Express with Oracle 10g Express Edition on Ubuntu is as easy as installing on Windows. I have comprehended the steps to install Oracle Express Edition along with APEX 3.2 in Ubuntu. UPDATE: The same procedure works for upgrading to APEX 4.0 from APEX 3.2 or directly installing 4.0 over Oracle XE as well. [...]]]></description>
		<link>http://satyadeep.tk/2010/06/installing-oracle-xe-with-apex-3-2-in-ubuntu/</link>
			</item>
	<item>
		<title>Oracle: Read whole file into a string using utl_file in PL/SQL</title>
		<description><![CDATA[Here is a simple code for reading the entire contents of a file into a string in PL/SQL using utl_file package. It iterates through the file, concatenating each line at a time using get_line function. declare f_in utl_file.file_type; s_in varchar2(10000); string varchar2(32000); begin f_in := utl_file.fopen('SAMPLEDIR','input.txt','R'); loop begin utl_file.get_line(f_in,s_in); EXCEPTION WHEN NO_DATA_FOUND THEN EXIT; string:= [...]]]></description>
		<link>http://satyadeep.tk/2010/06/read-whole-file-into-a-string-in-oracle-plsql/</link>
			</item>
	<item>
		<title>Picture viewer in Java</title>
		<description><![CDATA[Developed by me in Java using Swings Features: Platform independent (Needs Java Runtime environment) Can open pictures in a folder Zoom in and zoom out Goto a picture in a folder Needs Java Runtime environment to run. To Download the Picture-viewer Jar file click here]]></description>
		<link>http://satyadeep.tk/2010/03/picture-viewer-in-java/</link>
			</item>
	<item>
		<title>I am back</title>
		<description><![CDATA[Hi all ,  posting this one after really long time. Blogging is not easy. I wonder how those bloggin freaks have something to jot down even from  nothing! Neverthless I will try to be active over this blog and post personal stuff along with technical. As u can see no more words to pen down [...]]]></description>
		<link>http://satyadeep.tk/2010/03/i-am-back/</link>
			</item>
	<item>
		<title>Ubuntu 9.10 is out</title>
		<description><![CDATA[Ubuntu 9.10 is finally out and the .iso file can be downloaded here from the web You can Request  for a free cd here (www.shipit.ubuntu.com) For IIT Guwahati&#8217;s Intranet &#8211; Click here Don&#8217;t forget to bypass the proxy before downloding) Installing: 1) You can directly burn the .iso image onto a CD and then insert [...]]]></description>
		<link>http://satyadeep.tk/2009/11/ubuntu-9-10-is-out/</link>
			</item>
	<item>
		<title>Clear Screen in Perl</title>
		<description><![CDATA[In Unix based Systems: system(&#34;clear&#34;); Or for that matter any unix command can be executed in this manner system(&#34;cat myfile.txt&#34;); On a Windows based System system(&#34;cls&#34;);]]></description>
		<link>http://satyadeep.tk/2009/11/clear-screen-in-perl/</link>
			</item>
	<item>
		<title>first Post</title>
		<description><![CDATA[Hi all, This is my first post on my blog this blog will be a mixture of my experiences and findings]]></description>
		<link>http://satyadeep.tk/2009/10/hello-world-2/</link>
			</item>
</channel>
</rss>
