<?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>blog.thelemur.com &#187; Software</title>
	<atom:link href="http://blog.thelemur.com/category/software/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.thelemur.com</link>
	<description>Home of all things lemur</description>
	<lastBuildDate>Sun, 15 Jan 2012 19:59:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Developer Tools</title>
		<link>http://blog.thelemur.com/software/developer-tools</link>
		<comments>http://blog.thelemur.com/software/developer-tools#comments</comments>
		<pubDate>Fri, 06 May 2011 21:30:41 +0000</pubDate>
		<dc:creator>lemur</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.thelemur.com/?p=262</guid>
		<description><![CDATA[The following list contains development tools that are quite handy. fart I know, I know. Laugh at the name all you want. It stands for &#8220;Find and Replace Text.&#8221; It is a 32-bit Windows command line tool that clones the functionality of the *nix grep command. It does not support search and replace with regular expressions. [...]]]></description>
			<content:encoded><![CDATA[<p>The following list contains development tools that are quite handy.<br />
<span id="more-262"></span></p>
<h2>fart</h2>
<p>I know, I know. Laugh at the name all you want. It stands for &#8220;Find and Replace Text.&#8221; It is a 32-bit Windows command line tool that clones the functionality of the *nix <code>grep</code> command. It does not support search and replace with regular expressions.</p>
<p>I use fart to refactor class names and namespaces. For example: changing <code>com.ui</code> to <code>com.views.ui</code> would take a while depending on how many class files are in that namespace. But with fart it&#8217;s easy: <code>fart -r *.as com.ui. com.views.ui.</code></p>
<p><a href="http://fart-it.sourceforge.net/">http://fart-it.sourceforge.net/</a></p>
<h2>baregrep</h2>
<p>Allows you to search text files with regular expressions. The way it displays file matches is very intuitive. Baregrep can also be used as a command-line tool.</p>
<p>I use baregrep when I want to find all the classes that execute a particular function, dispatch a particular event type, and so on. The regular expression support is very helpful.</p>
<p><a href="http://www.baremetalsoft.com/baregrep/">http://www.baremetalsoft.com/baregrep/</a></p>
<h2>IrfanView</h2>
<p>IrfanView is a light-weight feature packed image viewer. Images can be scaled very quickly and easily, flipped horizontally/vertically, and any changes can be saved.</p>
<p>I use IrfanView to cycle through a directory with lots of images. It has some <em>very</em> crude editing functionality but is really meant to be a viewer.</p>
<p><a href="http://www.irfanview.com/">http://www.irfanview.com/</a></p>
<h2>FileZilla</h2>
<p>An open source FTP client that supports FTP, sFTP, and FTPS. It has a simple site manager and doesn&#8217;t try to be anything other than a good FTP client. Sites in the site manager can be backed up and restored quite easily.</p>
<p><a href="http://filezilla-project.org/">http://filezilla-project.org/</a></p>
<h2>WinSCP</h2>
<p>WinSCP is a Windows app that allows you to browse files on a remote server via SSH.</p>
<p><a href="http://winscp.net/eng/index.php">http://winscp.net/eng/index.php</a></p>
<h2>Open Office</h2>
<p>An open source alternative to the Microsoft Office suite. It allows files to be exported as Microsoft equivalents but formatting differences do pop up from time to time. The best method for ensuring a document looks the same as what you see in Open Office is to export the document as a PDF.</p>
<p><a href="http://www.openoffice.org/">http://www.openoffice.org/</a></p>
<h2>Putty</h2>
<p>The one, the only, the Putty!</p>
<p><a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">http://www.chiark.greenend.org.uk/~sgtatham/putty/</a></p>
<h2>7-Zip</h2>
<p>A free Windows-based tool used to extract and create archives. Check their homepage for supported formats.</p>
<p><a href="http://www.7-zip.org/">http://www.7-zip.org/</a></p>
<h2>Tortoise SVN</h2>
<p>A tool that allows you to interact with Subversion repositories in Windows with an intuitive GUI and Windows Explorer extensions.</p>
<p><a href="http://tortoisesvn.tigris.org/">http://tortoisesvn.tigris.org/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.thelemur.com/software/developer-tools/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Personal Firewall for Windows</title>
		<link>http://blog.thelemur.com/software/personal-firewall-for-windows</link>
		<comments>http://blog.thelemur.com/software/personal-firewall-for-windows#comments</comments>
		<pubDate>Fri, 27 Jun 2008 06:52:45 +0000</pubDate>
		<dc:creator>lemur</dc:creator>
				<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://blog.thelemur.com/?p=15</guid>
		<description><![CDATA[I recommend installing the personal firewall from Comodo available at: http://www.personalfirewall.comodo.com/ on Windows boxes. I found this tool while troubleshooting a Windows XP install. It proved useful for troubleshooting because it catches network requests and asks for approval. Beyond troubleshooting, the Comodo Firewall requires confirmation for application requests such as: Writing to the screen Modifying [...]]]></description>
			<content:encoded><![CDATA[<p>I recommend installing the personal firewall from Comodo available at: <a title="Comodo Personal Firewall" href="http://www.personalfirewall.comodo.com/" target="_blank">http://www.personalfirewall.comodo.com/</a> on Windows boxes.</p>
<p><span id="more-15"></span></p>
<p>I found this tool while troubleshooting a Windows XP install. It proved useful for troubleshooting because it catches network requests and asks for approval. Beyond troubleshooting, the Comodo Firewall requires confirmation for application requests such as:</p>
<ul>
<li>Writing to the screen</li>
<li>Modifying executables</li>
<li>Connecting to network resources</li>
<li>Launching programs</li>
</ul>
<p>Your response is saved per application after you confirm or deny requests. This is very similar to the McAfee security center firewall but the Comodo Firewall is free, it contains no adware or spyware, and is easy to configure. Better still, Comodo has no nag screens.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.thelemur.com/software/personal-firewall-for-windows/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.522 seconds -->

