<?xml version="1.0" encoding="iso-8859-1"?>
<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/">
	<channel>
		<title>5 min projects</title>
		<link>http://allaroundprogramming.heavenforum.com/5-min-projects-f15/-t1.htm</link>
		<description></description>
		<lastBuildDate>Fri, 23 May 2008 22:12:27 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>5 min projects</title>
			<url>http://illiweb.com/fa/m/logo2.gif</url>
			<link>http://allaroundprogramming.heavenforum.com/5-min-projects-f15/-t1.htm</link>
		</image>
		<item>
			<title>After Ideas!</title>
			<link>http://allaroundprogramming.heavenforum.com/5-min-projects-f15/after-ideas-t32.htm</link>
			<dc:creator>Novalyphe</dc:creator>
			<description>I'm learning perl at the moment and have hit a wall where I'm stuck for small project ideas to get me working and learning.



Just finished making an anagram solver to give an idea of the sort of size of project idea I'm after lol, bear in mind I'm learning.



But any suggestions, or just simple programs you want made, let me know please 

  </description>
			<category>5 min projects</category>
			<pubDate>Fri, 23 May 2008 22:12:27 GMT</pubDate>
			<comments>http://allaroundprogramming.heavenforum.com/5-min-projects-f15/after-ideas-t32.htm#106</comments>
			<guid>http://allaroundprogramming.heavenforum.com/5-min-projects-f15/after-ideas-t32.htm</guid>
		</item>
		<item>
			<title>Very Simple Encrypt/Decrypt</title>
			<link>http://allaroundprogramming.heavenforum.com/5-min-projects-f15/very-simple-encrypt-decrypt-t23.htm</link>
			<dc:creator>Novalyphe</dc:creator>
			<description>I made a very simple encryption which is a slight variation of a caesar cypher. Instead of having a fixed shift the shift changes according to each letter's position in the word.



This is very easily broken and not really useful for security, was just practicing my perl. May possibly continue to extend this project though to create a genuine encryption algorithm.



Here's the source for those of you who know a bit of perl:



Code:

#!/usr/bin/perl



print 'Enter String&#58;';

$string  ...</description>
			<category>5 min projects</category>
			<pubDate>Tue, 20 May 2008 10:43:39 GMT</pubDate>
			<comments>http://allaroundprogramming.heavenforum.com/5-min-projects-f15/very-simple-encrypt-decrypt-t23.htm#72</comments>
			<guid>http://allaroundprogramming.heavenforum.com/5-min-projects-f15/very-simple-encrypt-decrypt-t23.htm</guid>
		</item>
	</channel>
</rss>