<?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>Brandon&#039;s Blog</title>
	<atom:link href="http://brandoncole.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://brandoncole.org</link>
	<description>My little wall on the net.</description>
	<lastBuildDate>Thu, 11 Oct 2012 17:10:50 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>Comic book list generator now on Bitbucket.org</title>
		<link>http://brandoncole.org/2012/10/comic-book-list-generator-now-on-bitbucket-org/</link>
		<comments>http://brandoncole.org/2012/10/comic-book-list-generator-now-on-bitbucket-org/#comments</comments>
		<pubDate>Thu, 11 Oct 2012 17:10:22 +0000</pubDate>
		<dc:creator>brandon</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[comics]]></category>

		<guid isPermaLink="false">http://brandoncole.org/?p=48</guid>
		<description><![CDATA[Now you can follow the repo for the comic book list generator on Bitbucket.org.]]></description>
			<content:encoded><![CDATA[<p>Now you can follow the repo for the <a title="Comic Book List Generator Repo" href="https://bitbucket.org/nugget/comic-book-list-generator">comic book list generator</a> on <a title="Bit Bucket" href="http://bitbucket.org">Bitbucket.org</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://brandoncole.org/2012/10/comic-book-list-generator-now-on-bitbucket-org/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daily Programmer Task 102 Intermediate</title>
		<link>http://brandoncole.org/2012/10/daily-programmer-task-102-intermediate/</link>
		<comments>http://brandoncole.org/2012/10/daily-programmer-task-102-intermediate/#comments</comments>
		<pubDate>Thu, 04 Oct 2012 00:05:55 +0000</pubDate>
		<dc:creator>brandon</dc:creator>
				<category><![CDATA[Daily Programmer]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[daily programmer]]></category>

		<guid isPermaLink="false">http://brandoncole.org/?p=33</guid>
		<description><![CDATA[Daily programmer challenge #102 was to create a program that counted the number of unique characters in a list of words and output the total number that were below a number you give it. My version does that and works like a &#8230; <a href="http://brandoncole.org/2012/10/daily-programmer-task-102-intermediate/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a title="Daily programmer challenge 102" href="http://www.reddit.com/r/dailyprogrammer/comments/10pf4a/9302012_challenge_102_intermediate_ncharacterset/">Daily programmer challenge #102</a> was to create a program that counted the number of unique characters in a list of words and output the total number that were below a number you give it. <a href="http://brandoncole.org/script_uploads/dailyprogrammer/intermediate/102_intermediate.py">My version</a> does that and works like a command line program by passing system arguments. The file it takes should be a text file that can have multiple words on a line.</p>
<p>Useage:</p>
<blockquote><p>./102_intermediate.py file.txt 4</p></blockquote>
<p>Output:</p>
<blockquote><p>Total words with unique characters under or equal to 4 is 10442</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://brandoncole.org/2012/10/daily-programmer-task-102-intermediate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comic list generator, version 2!</title>
		<link>http://brandoncole.org/2012/09/comic-list-generator-v2/</link>
		<comments>http://brandoncole.org/2012/09/comic-list-generator-v2/#comments</comments>
		<pubDate>Sun, 30 Sep 2012 22:14:20 +0000</pubDate>
		<dc:creator>brandon</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[comics]]></category>

		<guid isPermaLink="false">http://brandoncole.org/?p=23</guid>
		<description><![CDATA[Ok, worked on my list a bit more. Made it much more flexible that will allow new publishers to be added fairly easily. If you have a request for a publisher let me know in the comments. I&#8217;ll see about pushing them &#8230; <a href="http://brandoncole.org/2012/09/comic-list-generator-v2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ok, worked on my list a bit more. Made it much more flexible that will allow new publishers to be added fairly easily. If you have a request for a publisher let me know in the comments. I&#8217;ll see about pushing them up the list.</p>
<p>For how to use it see my <a title="Comic list generator" href="http://brandoncole.org/2012/09/comic-list-generator/">last post</a> about this project.</p>
<p>Right click and download the script for my <a title="Brandon's comic book list generator" href="http://brandoncole.org/script_uploads/comic_list_gen.py">comic book list generator</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://brandoncole.org/2012/09/comic-list-generator-v2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Daily Programmer Challenge 102</title>
		<link>http://brandoncole.org/2012/09/daily-programmer-challenge-102/</link>
		<comments>http://brandoncole.org/2012/09/daily-programmer-challenge-102/#comments</comments>
		<pubDate>Sun, 30 Sep 2012 16:45:56 +0000</pubDate>
		<dc:creator>brandon</dc:creator>
				<category><![CDATA[Daily Programmer]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[daily programmer]]></category>

		<guid isPermaLink="false">http://brandoncole.org/?p=11</guid>
		<description><![CDATA[Well I came across this subreddit, Daily Programmer. The challenge was neat, create a program in whatever language you want that outputs roll results from the input like 1d6+1. I knew I could do it and after about a half &#8230; <a href="http://brandoncole.org/2012/09/daily-programmer-challenge-102/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Well I came across this subreddit,<a title="Daily Programmer" href="http://www.reddit.com/r/dailyprogrammer/"> Daily Programmer</a>. The challenge was neat, create a program in whatever language you want that outputs roll results from the input like 1d6+1. I knew I could do it and after about a half hour of toying around I have it working slightly differently in python then the other python ways that are in the thread.</p>
<p><a title="Brandon's version of Daily Programmer #102" href="http://brandoncole.org/script_uploads/dailyprogrammer/easy/102.py">My version</a>, keeps you in a loop until you give the program a blank line. Accepts input with spaces between the numbers, so you could input 1 d 6 + 1 if you wanted. Other versions are in <a title="Daily Programmer for 9/30/2012 #102 Easy" href="http://www.reddit.com/r/dailyprogrammer/comments/10pf0j/9302012_challenge_102_easy_dice_roller/">the subreddit thread</a><a title="Daily Programmer 9/30/2012 #102" href="http://www.reddit.com/r/dailyprogrammer/comments/10pf0j/9302012_challenge_102_easy_dice_roller/">.</a></p>
<p>I&#8217;ll probably do some of these challenges depending on what looks fun. I hope to do at least one a week though. Plus I learned something new which is what I really cared about. Python ternary style operators.</p>
<blockquote><p> a = x if a &gt; x else y</p></blockquote>
<p>It will set a to x if x is greater than a. Otherwise a becomes y.</p>
]]></content:encoded>
			<wfw:commentRss>http://brandoncole.org/2012/09/daily-programmer-challenge-102/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comic list generator</title>
		<link>http://brandoncole.org/2012/09/comic-list-generator/</link>
		<comments>http://brandoncole.org/2012/09/comic-list-generator/#comments</comments>
		<pubDate>Thu, 27 Sep 2012 02:27:36 +0000</pubDate>
		<dc:creator>brandon</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[comics]]></category>

		<guid isPermaLink="false">http://brandoncole.org/?p=5</guid>
		<description><![CDATA[Well I have this compulsion to make lists of things that I am collecting in games or not so when I found out about Ms Marvel I wanted to get all of the that I could. I’ve worked out a &#8230; <a href="http://brandoncole.org/2012/09/comic-list-generator/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Well I have this compulsion to make lists of things that I am collecting in games or not so when I found out about Ms Marvel I wanted to get all of the that I could. I’ve worked out a simple script that will get them and put them into a CSV file. Usage is simple, put in the title with no spaces when it asks, enter in the url of the list of comics, then how many pages it covers. Only works on marvel pages like <a title="Ms Marvel (2006)" href="marvel.com/comic_books/browse/comic_series/987/ms_marvel_2006_-_2010" target="_blank">Ms Marvel 2006</a>. I’ll eventually expand it a bit more because I know I’ll want to collect other series. Maybe it will be helpful for someone else.</p>
<p>Just an update it will work for DC comics now too like <a title="Teen Titans (2011)" href="http://www.dccomics.com/comics/teen-titans-2011" target="_blank">Teen Titans 2011</a>.</p>
<p>If you want a copy of it you can download it <a title="Comic book list generator" href="http://brandoncole.org/script_uploads/comic_list_gen.py">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://brandoncole.org/2012/09/comic-list-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
