<?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>Carl&#039;s notes</title>
	<atom:link href="http://eis.comp.lancs.ac.uk/~carl/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://eis.comp.lancs.ac.uk/~carl/blog</link>
	<description>Things I need to get out of my head</description>
	<lastBuildDate>Tue, 19 Feb 2013 14:54:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Unwrapping JDBC objects</title>
		<link>http://eis.comp.lancs.ac.uk/~carl/blog/2013/02/unwrapping-jdbc-objects/</link>
		<comments>http://eis.comp.lancs.ac.uk/~carl/blog/2013/02/unwrapping-jdbc-objects/#comments</comments>
		<pubDate>Tue, 19 Feb 2013 14:44:48 +0000</pubDate>
		<dc:creator>carl</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://eis.comp.lancs.ac.uk/~carl/blog/?p=399</guid>
		<description><![CDATA[Still working on importing my large (> 6 GB, 160 million rows) data file into MySQL. The only way to do this in a reasonable time seems to be to use LOAD DATA LOCAL INFILE. This works on the command line but it&#8217;s not straightforward to use in my webapp (the size of the file [...]]]></description>
		<wfw:commentRss>http://eis.comp.lancs.ac.uk/~carl/blog/2013/02/unwrapping-jdbc-objects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starting and cancelling large file import into MySQL</title>
		<link>http://eis.comp.lancs.ac.uk/~carl/blog/2013/02/starting-and-cancelling-large-file-import-into-mysql/</link>
		<comments>http://eis.comp.lancs.ac.uk/~carl/blog/2013/02/starting-and-cancelling-large-file-import-into-mysql/#comments</comments>
		<pubDate>Mon, 18 Feb 2013 16:58:31 +0000</pubDate>
		<dc:creator>carl</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://eis.comp.lancs.ac.uk/~carl/blog/?p=397</guid>
		<description><![CDATA[I&#8217;ve been told I will have a very large file to import into MySQL, 160 million rows. I don&#8217;t have the file yet but I wanted to see how my queries would work with such a database so I generated some content. It&#8217;s a database of SHA1 hashes which I will store as strings of [...]]]></description>
		<wfw:commentRss>http://eis.comp.lancs.ac.uk/~carl/blog/2013/02/starting-and-cancelling-large-file-import-into-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Logging in Java</title>
		<link>http://eis.comp.lancs.ac.uk/~carl/blog/2012/12/logging-in-java/</link>
		<comments>http://eis.comp.lancs.ac.uk/~carl/blog/2012/12/logging-in-java/#comments</comments>
		<pubDate>Wed, 05 Dec 2012 15:59:24 +0000</pubDate>
		<dc:creator>carl</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://eis.comp.lancs.ac.uk/~carl/blog/?p=390</guid>
		<description><![CDATA[Trying to make my console application log nicely. It seems that the default java.util.logging package works well enough for me, without needing any third party libraries. But it&#8217;s taken me ages to work out how to configure it correctly. Netbeans helpfully inserts a static logger in the current class if you select Insert code -&#62; [...]]]></description>
		<wfw:commentRss>http://eis.comp.lancs.ac.uk/~carl/blog/2012/12/logging-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTTPS for Glassfish</title>
		<link>http://eis.comp.lancs.ac.uk/~carl/blog/2012/11/https-for-glassfish/</link>
		<comments>http://eis.comp.lancs.ac.uk/~carl/blog/2012/11/https-for-glassfish/#comments</comments>
		<pubDate>Wed, 28 Nov 2012 12:11:09 +0000</pubDate>
		<dc:creator>carl</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://eis.comp.lancs.ac.uk/~carl/blog/?p=385</guid>
		<description><![CDATA[Setting up certificates in the keystore Trying to get my head around Glassfish and how it uses certificates to provide secure http access to my web apps and the admin interface. Tried a few things but kept getting NullPointerExceptions or Protocol Chain Exceptions, or UnrecoverableKeyExceptions. I was doing several things wrong. Several configuration files such [...]]]></description>
		<wfw:commentRss>http://eis.comp.lancs.ac.uk/~carl/blog/2012/11/https-for-glassfish/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Glassfish &#8211; no admin page</title>
		<link>http://eis.comp.lancs.ac.uk/~carl/blog/2012/11/glassfish-no-admin-page/</link>
		<comments>http://eis.comp.lancs.ac.uk/~carl/blog/2012/11/glassfish-no-admin-page/#comments</comments>
		<pubDate>Wed, 28 Nov 2012 10:41:00 +0000</pubDate>
		<dc:creator>carl</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://eis.comp.lancs.ac.uk/~carl/blog/?p=378</guid>
		<description><![CDATA[I&#8217;ve been using Glassfish 3.1 for a few months. It runs fine on my Windows 7 machine and seems to run on my Linux server. However, when I try to access linux-server:4848 to see the admin interface, I just get the copyright notice and no login page. Refreshing makes no difference. I couldn&#8217;t find anyone [...]]]></description>
		<wfw:commentRss>http://eis.comp.lancs.ac.uk/~carl/blog/2012/11/glassfish-no-admin-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL data directory under Windows 7</title>
		<link>http://eis.comp.lancs.ac.uk/~carl/blog/2012/11/mysql-data-directory-under-windows-7/</link>
		<comments>http://eis.comp.lancs.ac.uk/~carl/blog/2012/11/mysql-data-directory-under-windows-7/#comments</comments>
		<pubDate>Tue, 27 Nov 2012 11:16:51 +0000</pubDate>
		<dc:creator>carl</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://eis.comp.lancs.ac.uk/~carl/blog/?p=376</guid>
		<description><![CDATA[The MySQL data files and logs (slow log, global log, error log&#8230;) are under C:\ProgramData\MySQL\MySQL Server 5.5\data. The ProgramData directory is hidden so you need to change the folder settings. There is a data folder in C:\Program Files too but it doesn&#8217;t seem to be active.]]></description>
		<wfw:commentRss>http://eis.comp.lancs.ac.uk/~carl/blog/2012/11/mysql-data-directory-under-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Glassfish installation on a virtual server</title>
		<link>http://eis.comp.lancs.ac.uk/~carl/blog/2012/10/glassfish-installation-on-a-virtual-server/</link>
		<comments>http://eis.comp.lancs.ac.uk/~carl/blog/2012/10/glassfish-installation-on-a-virtual-server/#comments</comments>
		<pubDate>Wed, 10 Oct 2012 14:16:50 +0000</pubDate>
		<dc:creator>carl</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://eis.comp.lancs.ac.uk/~carl/blog/?p=373</guid>
		<description><![CDATA[The university I work for provides virtual servers using VMware. I was given one to use as a web application server running Glassfish. I encountered a few difficulties along the way. First, I couldn&#8217;t get the server to boot from my Debian netinst ISO file. I was able to mount it while the server was [...]]]></description>
		<wfw:commentRss>http://eis.comp.lancs.ac.uk/~carl/blog/2012/10/glassfish-installation-on-a-virtual-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Matlab figures: dashed lines, orientation, EPS export and conversion to PNG</title>
		<link>http://eis.comp.lancs.ac.uk/~carl/blog/2012/08/matlab-figures-dashed-lines-orientation-eps-export-and-conversion-to-png/</link>
		<comments>http://eis.comp.lancs.ac.uk/~carl/blog/2012/08/matlab-figures-dashed-lines-orientation-eps-export-and-conversion-to-png/#comments</comments>
		<pubDate>Wed, 15 Aug 2012 13:37:21 +0000</pubDate>
		<dc:creator>carl</dc:creator>
				<category><![CDATA[Matlab]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://eis.comp.lancs.ac.uk/~carl/blog/?p=369</guid>
		<description><![CDATA[More trouble getting decent figures out of Matlab. Solved a few of my problems. Dashed and dotted lines look weird when exported to EPS. There are several scripts available on the Mathworks FileExchange. One that I&#8217;ve just tried by Oliver Woodford, and an earlier one mentioned by Loren Shure in her article on making pretty [...]]]></description>
		<wfw:commentRss>http://eis.comp.lancs.ac.uk/~carl/blog/2012/08/matlab-figures-dashed-lines-orientation-eps-export-and-conversion-to-png/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photo slideshow in PowerPoint</title>
		<link>http://eis.comp.lancs.ac.uk/~carl/blog/2012/03/photo-slideshow-in-powerpoint/</link>
		<comments>http://eis.comp.lancs.ac.uk/~carl/blog/2012/03/photo-slideshow-in-powerpoint/#comments</comments>
		<pubDate>Wed, 07 Mar 2012 20:16:01 +0000</pubDate>
		<dc:creator>carl</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://eis.comp.lancs.ac.uk/~carl/blog/?p=366</guid>
		<description><![CDATA[Just started using MS PowerPoint for a presentation. I must admit it is more pleasant to use than OpenOffice Impress was last time I tried and the feature I describe here doesn&#8217;t seem to exist in OpenOffice 3. In this particular presentation, I wanted to insert a dozen screenshots from a video game. I wanted [...]]]></description>
		<wfw:commentRss>http://eis.comp.lancs.ac.uk/~carl/blog/2012/03/photo-slideshow-in-powerpoint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Splitting up folders for burning to DVD with dirsplit</title>
		<link>http://eis.comp.lancs.ac.uk/~carl/blog/2012/02/splitting-up-folders-for-burning-to-dvd/</link>
		<comments>http://eis.comp.lancs.ac.uk/~carl/blog/2012/02/splitting-up-folders-for-burning-to-dvd/#comments</comments>
		<pubDate>Mon, 27 Feb 2012 19:58:05 +0000</pubDate>
		<dc:creator>carl</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://eis.comp.lancs.ac.uk/~carl/blog/?p=362</guid>
		<description><![CDATA[I have a complicated directory hierarchy on a Linux server with several gigabytes of files that I would like to backup to DVDs and be able to easily copy to another computer. The directories and subdirectories don&#8217;t easily divide into chunks of convenient size. I thought about using the tar command with the -M or [...]]]></description>
		<wfw:commentRss>http://eis.comp.lancs.ac.uk/~carl/blog/2012/02/splitting-up-folders-for-burning-to-dvd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
