<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Computer Science Club</title>
	<atom:link href="http://csclub.uis.edu/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://csclub.uis.edu</link>
	<description></description>
	<lastBuildDate>Mon, 26 Mar 2012 03:56:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>Comment on Left 4 Dead 2 Server is Up! by March 30th Club Meeting &#124; Computer Science Club</title>
		<link>http://csclub.uis.edu/2012/03/left-4-dead-2-server-is-up/#comment-821</link>
		<dc:creator>March 30th Club Meeting &#124; Computer Science Club</dc:creator>
		<pubDate>Mon, 26 Mar 2012 03:56:33 +0000</pubDate>
		<guid isPermaLink="false">http://csclub.uis.edu/?p=1323#comment-821</guid>
		<description>[...] Left 4 Dead 2 server is now [...]</description>
		<content:encoded><![CDATA[<p>[...] Left 4 Dead 2 server is now [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on State Farm Coding Competition 2011 by Tim</title>
		<link>http://csclub.uis.edu/2011/09/state-farm-coding-competition-2011/#comment-782</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 07 Oct 2011 01:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://csclub.uis.edu/?p=758#comment-782</guid>
		<description>I have received a few emails asking for clarification and details on how the State Farm competition runs and what a potential entrant might want to know.  Below is a copy of one of the email responses I sent out for those who might have similar questions.

Remember, there is no punishment for registering so you can access the prompt and then deciding it is too much and watching Netflix instead.

&lt;strong&gt;The contest changes a little bit every year.&lt;/strong&gt;
 
I will try to give a general idea of how it has run in the past with a few examples.
The cool part about the State Farm Contest is that you can work from home!
You download and open the problem statement at noon on the day of the contest.  It provides a general explanation of the project and a list of baseline requirements that they would like you to meet in order to submit.  An additional section outlines &#039;extra points&#039; which can be earned for including additional features.  The last category of additional features is &#039;creativity&#039;, points in this category are earned for cool features you have added that were not in the problem statement or additional list but that they judge to be a worthy addition to the project.
 
&lt;strong&gt;For example,&lt;/strong&gt; the first year I participated they wanted a high-low game.
The baseline criteria to submit were to have the computer pick a number between 1 and 100 and prompt the user for a guess
if the user guessed too high it was to respond &#039;Lower&#039;
if the user guessed too low it was to respond &#039;Higher&#039;
if the user was correct it was to display a congratulatory message
The additional features which could be added were:
GUI (the baseline only required command line), keeping track of the users cumulative score over multiple games, the ability to close the game and start back at the same point when the game was reopened, the ability to keep a &#039;high scores&#039; list, the ability to have multiple players, and finally the creativity category.
 
Last year the prompt was to make a program that would help a user calculate the fuel economy and greenhouse gas emissions of a vehicle given specific equations they provided.  The baseline application had to accept entry for one vehicle&#039;s MPG, class, weight, and a few other things.  Additional points were awarded for multiple cars, calculating &#039;total green house gas&#039; for a family, GUI, saving the vehicles profiles, comparing two or more vehicles to one another and so on. As well as the final creativity section.
 
&lt;strong&gt;Are they scouting for new undergraduate employees?&lt;/strong&gt;
Not really, - but kinda.  While I am not aware of any jobs that have come directly from participation n the contest State Farm does have an amazing Internship Program ( &lt;a href=&quot;http://www.statefarm.com/about/careers/internships/internships.asp&quot; rel=&quot;nofollow&quot;&gt;http://www.statefarm.com/about/careers/internships/internships.asp&lt;/a&gt; ) and having competed in the contest certainly gives you something to speak to the recruiters about during the interview if you choose to pursue it.  I am not sure when the hiring cycle for next summer&#039;s intern&#039;s ends, but when I did it I received a decision during the first week of November, so it would probably be soon.  There is much more to the interviews, but it is nice when they ask &quot;So what do you know about State Farm?&quot; to be able to talk about the contest.  And your explanation of your approach tells them about how you think as a programmer and computer scientist.  Also SF internships can count for UIS AST course credit.
 
&lt;strong&gt;What will the competition entail-debugging, create from scratch?&lt;/strong&gt;
Since the program is written by you from scratch (although they withhold the right to provide code if they choose they have not in the past) it would also entail debugging your own code.  If you choose to work with a partner then you would have to co-ordinate with them to combine your code.
 
&lt;strong&gt;I&#039;m interested in participating in the competition, just unsure of how it&#039;s going to be conducted or if there was a minimum amount of knowledge in Java you need to have to be considered?&lt;/strong&gt;
For the base line submission if you are comfortable with
1. Loops
&#160;&#160;&#160;&#160;&#160;&#8226; for()
&#160;&#160;&#160;&#160;&#160;&#8226; while()
&#160;&#160;&#160;&#160;&#160;&#8226; do...while()
2. Conditionals
&#160;&#160;&#160;&#160;&#160;&#8226; if()...elseif()..then
&#160;&#160;&#160;&#160;&#160;&#8226; and your basic variable types
&#160;&#160;&#160;&#160;&#160;&#8226; int and Integers
&#160;&#160;&#160;&#160;&#160;&#8226; doubles and floats
3. Strings and the string manipulation methods
4. As well as basic system input and output, or a GUI

then you should be okay.  The more advanced your solution gets the more complicated you could make it.  Including GUI classes or writing classes of your own would add to the things you would need to know.

Semi-finalists are chosen from the submitted entries.  The chosen semi finalists recieve an $800 prize and go to State Farm&#039;s Corporate headquarters in Bloomington-Normal, IL.  There they explain and defend their solution for a chance to win an additional $1,500.
 
If you have any additional questions please let me know.  In addition if you are looking for someone to work with let me know as there have been a few other people who have emailed me and I might be able to connect you with them.

</description>
		<content:encoded><![CDATA[<p>I have received a few emails asking for clarification and details on how the State Farm competition runs and what a potential entrant might want to know.  Below is a copy of one of the email responses I sent out for those who might have similar questions.</p>
<p>Remember, there is no punishment for registering so you can access the prompt and then deciding it is too much and watching Netflix instead.</p>
<p><strong>The contest changes a little bit every year.</strong></p>
<p>I will try to give a general idea of how it has run in the past with a few examples.<br />
The cool part about the State Farm Contest is that you can work from home!<br />
You download and open the problem statement at noon on the day of the contest.  It provides a general explanation of the project and a list of baseline requirements that they would like you to meet in order to submit.  An additional section outlines &#8216;extra points&#8217; which can be earned for including additional features.  The last category of additional features is &#8216;creativity&#8217;, points in this category are earned for cool features you have added that were not in the problem statement or additional list but that they judge to be a worthy addition to the project.</p>
<p><strong>For example,</strong> the first year I participated they wanted a high-low game.<br />
The baseline criteria to submit were to have the computer pick a number between 1 and 100 and prompt the user for a guess<br />
if the user guessed too high it was to respond &#8216;Lower&#8217;<br />
if the user guessed too low it was to respond &#8216;Higher&#8217;<br />
if the user was correct it was to display a congratulatory message<br />
The additional features which could be added were:<br />
GUI (the baseline only required command line), keeping track of the users cumulative score over multiple games, the ability to close the game and start back at the same point when the game was reopened, the ability to keep a &#8216;high scores&#8217; list, the ability to have multiple players, and finally the creativity category.</p>
<p>Last year the prompt was to make a program that would help a user calculate the fuel economy and greenhouse gas emissions of a vehicle given specific equations they provided.  The baseline application had to accept entry for one vehicle&#8217;s MPG, class, weight, and a few other things.  Additional points were awarded for multiple cars, calculating &#8216;total green house gas&#8217; for a family, GUI, saving the vehicles profiles, comparing two or more vehicles to one another and so on. As well as the final creativity section.</p>
<p><strong>Are they scouting for new undergraduate employees?</strong><br />
Not really, &#8211; but kinda.  While I am not aware of any jobs that have come directly from participation n the contest State Farm does have an amazing Internship Program ( <a href="http://www.statefarm.com/about/careers/internships/internships.asp" rel="nofollow">http://www.statefarm.com/about/careers/internships/internships.asp</a> ) and having competed in the contest certainly gives you something to speak to the recruiters about during the interview if you choose to pursue it.  I am not sure when the hiring cycle for next summer&#8217;s intern&#8217;s ends, but when I did it I received a decision during the first week of November, so it would probably be soon.  There is much more to the interviews, but it is nice when they ask &#8220;So what do you know about State Farm?&#8221; to be able to talk about the contest.  And your explanation of your approach tells them about how you think as a programmer and computer scientist.  Also SF internships can count for UIS AST course credit.</p>
<p><strong>What will the competition entail-debugging, create from scratch?</strong><br />
Since the program is written by you from scratch (although they withhold the right to provide code if they choose they have not in the past) it would also entail debugging your own code.  If you choose to work with a partner then you would have to co-ordinate with them to combine your code.</p>
<p><strong>I&#8217;m interested in participating in the competition, just unsure of how it&#8217;s going to be conducted or if there was a minimum amount of knowledge in Java you need to have to be considered?</strong><br />
For the base line submission if you are comfortable with<br />
1. Loops<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&bull; for()<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&bull; while()<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&bull; do&#8230;while()<br />
2. Conditionals<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&bull; if()&#8230;elseif()..then<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&bull; and your basic variable types<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&bull; int and Integers<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&bull; doubles and floats<br />
3. Strings and the string manipulation methods<br />
4. As well as basic system input and output, or a GUI</p>
<p>then you should be okay.  The more advanced your solution gets the more complicated you could make it.  Including GUI classes or writing classes of your own would add to the things you would need to know.</p>
<p>Semi-finalists are chosen from the submitted entries.  The chosen semi finalists recieve an $800 prize and go to State Farm&#8217;s Corporate headquarters in Bloomington-Normal, IL.  There they explain and defend their solution for a chance to win an additional $1,500.</p>
<p>If you have any additional questions please let me know.  In addition if you are looking for someone to work with let me know as there have been a few other people who have emailed me and I might be able to connect you with them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Meeting: October 4th, 2011 by Tim</title>
		<link>http://csclub.uis.edu/2011/09/meeting-october-4th-2011/#comment-781</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Fri, 07 Oct 2011 01:22:57 +0000</pubDate>
		<guid isPermaLink="false">http://csclub.uis.edu/?p=768#comment-781</guid>
		<description>It will most likely be the week after next.  Under the new constitution we will have two general meetings a month, on non-consecutive weeks. Meaning pretty much every other week.  Most likely on Wednesdays or Fridays.  All general meetings will be video cast and we are hoping that as we do more of them we will have the opportunity to get more of the bugs worked out.  If you guys have feedback on the last meeting feel free to leave it below.

I will have the notes and documents from the last meeting posted, as well as an email sent out to those who were there, over the weekend.  Midterms have got me swamped at the moment.</description>
		<content:encoded><![CDATA[<p>It will most likely be the week after next.  Under the new constitution we will have two general meetings a month, on non-consecutive weeks. Meaning pretty much every other week.  Most likely on Wednesdays or Fridays.  All general meetings will be video cast and we are hoping that as we do more of them we will have the opportunity to get more of the bugs worked out.  If you guys have feedback on the last meeting feel free to leave it below.</p>
<p>I will have the notes and documents from the last meeting posted, as well as an email sent out to those who were there, over the weekend.  Midterms have got me swamped at the moment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Meeting: October 4th, 2011 by Karl</title>
		<link>http://csclub.uis.edu/2011/09/meeting-october-4th-2011/#comment-780</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Thu, 06 Oct 2011 22:34:15 +0000</pubDate>
		<guid isPermaLink="false">http://csclub.uis.edu/?p=768#comment-780</guid>
		<description>When is the next meeting going to occur?

Thanks,

Karl</description>
		<content:encoded><![CDATA[<p>When is the next meeting going to occur?</p>
<p>Thanks,</p>
<p>Karl</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cube Found by Brian</title>
		<link>http://csclub.uis.edu/2011/10/cube-found/#comment-777</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 06 Oct 2011 05:42:04 +0000</pubDate>
		<guid isPermaLink="false">http://csclub.uis.edu/?p=818#comment-777</guid>
		<description>He said tools.</description>
		<content:encoded><![CDATA[<p>He said tools.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Cube Found by Tim</title>
		<link>http://csclub.uis.edu/2011/10/cube-found/#comment-776</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Thu, 06 Oct 2011 00:24:23 +0000</pubDate>
		<guid isPermaLink="false">http://csclub.uis.edu/?p=818#comment-776</guid>
		<description>Congratulations, Quaffacoke!

What will he be making from his diamonds?</description>
		<content:encoded><![CDATA[<p>Congratulations, Quaffacoke!</p>
<p>What will he be making from his diamonds?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How2: Be A Techie by Tim</title>
		<link>http://csclub.uis.edu/2011/09/how2-be-a-techie/#comment-772</link>
		<dc:creator>Tim</dc:creator>
		<pubDate>Wed, 05 Oct 2011 01:31:41 +0000</pubDate>
		<guid isPermaLink="false">http://csclub.uis.edu/?p=738#comment-772</guid>
		<description>I posted the pictures from How2: Be a Techie.
Check them out: http://csclub.uis.edu/2011/10/how2-be-a-techie-event-pictures/</description>
		<content:encoded><![CDATA[<p>I posted the pictures from How2: Be a Techie.<br />
Check them out: <a href="http://csclub.uis.edu/2011/10/how2-be-a-techie-event-pictures/" rel="nofollow">http://csclub.uis.edu/2011/10/how2-be-a-techie-event-pictures/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How2: Be A Techie by Tushar</title>
		<link>http://csclub.uis.edu/2011/09/how2-be-a-techie/#comment-733</link>
		<dc:creator>Tushar</dc:creator>
		<pubDate>Wed, 28 Sep 2011 15:56:24 +0000</pubDate>
		<guid isPermaLink="false">http://csclub.uis.edu/?p=738#comment-733</guid>
		<description>I attended this event it was so much fun.  I made so many cables and also helped out people that were there with making their cables.</description>
		<content:encoded><![CDATA[<p>I attended this event it was so much fun.  I made so many cables and also helped out people that were there with making their cables.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Windows 7 (64-bit) RTM by body building exercises</title>
		<link>http://csclub.uis.edu/2009/11/windows-7-64-bit-rtm/#comment-732</link>
		<dc:creator>body building exercises</dc:creator>
		<pubDate>Wed, 28 Sep 2011 00:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://csclub.uis.edu/?p=213#comment-732</guid>
		<description>Your dedication to work get excellence. Your content is very obviously well-researched. I got so involved in your article that I couldn’t even make myself quit reading.The quality of work you made is a big help to the researcher.</description>
		<content:encoded><![CDATA[<p>Your dedication to work get excellence. Your content is very obviously well-researched. I got so involved in your article that I couldn’t even make myself quit reading.The quality of work you made is a big help to the researcher.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Team Fortress 2 is now free by William_Gates&#124;MicroNuts&#124;</title>
		<link>http://csclub.uis.edu/2011/06/team-fortress-2-is-now-free/#comment-725</link>
		<dc:creator>William_Gates&#124;MicroNuts&#124;</dc:creator>
		<pubDate>Sat, 24 Sep 2011 21:31:35 +0000</pubDate>
		<guid isPermaLink="false">http://csclub.uis.edu/?p=654#comment-725</guid>
		<description>cool. see u guys online.</description>
		<content:encoded><![CDATA[<p>cool. see u guys online.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
