<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>News etc. (new threads)</title>
		<link>http://bgscc.wikidot.com/forum/c-40457/news-etc</link>
		<description>Threads in the forum category &quot;News etc.&quot; - If you have any useful or relevant news that you would like to bring up to the club, start a new thread here, and for other things, and things that you want to bring up to the community, post in the &quot;Other News&quot; thread you&#039;ll find here.</description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://bgscc.wikidot.com/forum/t-76562</guid>
				<title>NCSS Challenge</title>
				<link>http://bgscc.wikidot.com/forum/t-76562/ncss-challenge</link>
				<description></description>
				<pubDate>Fri, 25 Jul 2008 10:12:09 +0000</pubDate>
				<wikidot:authorName>JGat</wikidot:authorName>				<wikidot:authorUserId>80823</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Just so you remember, the NCSS Challenge starts on Monday. You have until the end of next week to register.</p> <p><a href="http://bgscc.wikidot.com/forum/t-62030/ncss-challenge">http://bgscc.wikidot.com/forum/t-62030/ncss-challenge</a></p> <p><a href="http://challenge.ncss.edu.au">http://challenge.ncss.edu.au</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://bgscc.wikidot.com/forum/t-75026</guid>
				<title>Advanced C++</title>
				<link>http://bgscc.wikidot.com/forum/t-75026/advanced-c</link>
				<description>For Advanced C++ Discussion</description>
				<pubDate>Fri, 18 Jul 2008 04:53:43 +0000</pubDate>
				<wikidot:authorName>mcfar54</wikidot:authorName>				<wikidot:authorUserId>120156</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>If you want to participate in the Advanced C++ Course then com to a meeting in H2 at 1pm on Monday. For more info go to the <a href="http://bgscc.wikidot.com/advanced-c">Advanced C++</a> page.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://bgscc.wikidot.com/forum/t-63570</guid>
				<title>Please Note:</title>
				<link>http://bgscc.wikidot.com/forum/t-63570/please-note</link>
				<description>Username changing</description>
				<pubDate>Sun, 01 Jun 2008 02:34:36 +0000</pubDate>
				<wikidot:authorName>JGat</wikidot:authorName>				<wikidot:authorUserId>80823</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Trubshaw noticed that it's possible to change your username on wikidot, so don't get confused about there being a Michael Bauer 24 on the wiki.</p> <p>Note that username changing is not the best idea, as it can turn confusing. Especially if you change it to something completely unidentifiable, and/or change your avatar at the same time. If you really have to, announce it on the news forum.</p> <p>Also, don't be worried about these <img src="http://www.wikidot.com/userkarma.php?u=80823" alt="userkarma.php?u=80823" class="image" /> things. They are just a new karma measuring thing.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://bgscc.wikidot.com/forum/t-62380</guid>
				<title>I&#039;m Sorry</title>
				<link>http://bgscc.wikidot.com/forum/t-62380/i-m-sorry</link>
				<description>An Apology</description>
				<pubDate>Tue, 27 May 2008 10:13:36 +0000</pubDate>
				<wikidot:authorName>mcfar54</wikidot:authorName>				<wikidot:authorUserId>120156</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I would like to apologize for my deleting of replies on the forums 2 weeks ago. The reason I did this was to ensure the integrity of the school if someone did, by chance, stumble upon this wiki. I also did this to ensure Trubshaw's sanity.</p> <p>I would also like to apologize for not informing people of my decision. I promise that if I ever become a forum mod again that I will not repeat these mistakes.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://bgscc.wikidot.com/forum/t-62030</guid>
				<title>NCSS Challenge</title>
				<link>http://bgscc.wikidot.com/forum/t-62030/ncss-challenge</link>
				<description>5 Week Python Programming course</description>
				<pubDate>Mon, 26 May 2008 08:20:08 +0000</pubDate>
				<wikidot:authorName>JGat</wikidot:authorName>				<wikidot:authorUserId>80823</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Python is the best language in the world.</p> <p>Any who doubt shall die.</p> <div class="code"> <div class="hl-main"> <pre> <span class="hl-reserved">def</span><span class="hl-code"> </span><span class="hl-identifier">qsort</span><span class="hl-brackets">(</span><span class="hl-identifier">L</span><span class="hl-brackets">)</span><span class="hl-code">: </span><span class="hl-reserved">if</span><span class="hl-code"> </span><span class="hl-identifier">L</span><span class="hl-code"> == </span><span class="hl-brackets">[]</span><span class="hl-code">: </span><span class="hl-reserved">return</span><span class="hl-code"> </span><span class="hl-brackets">[]</span><span class="hl-code"> </span><span class="hl-reserved">return</span><span class="hl-code"> </span><span class="hl-identifier">qsort</span><span class="hl-brackets">([</span><span class="hl-identifier">x</span><span class="hl-code"> </span><span class="hl-reserved">for</span><span class="hl-code"> </span><span class="hl-identifier">x</span><span class="hl-code"> </span><span class="hl-reserved">in</span><span class="hl-code"> </span><span class="hl-identifier">L</span><span class="hl-brackets">[</span><span class="hl-number">1</span><span class="hl-code">:</span><span class="hl-brackets">]</span><span class="hl-code"> </span><span class="hl-reserved">if</span><span class="hl-code"> </span><span class="hl-identifier">x</span><span class="hl-code">&lt; </span><span class="hl-identifier">L</span><span class="hl-brackets">[</span><span class="hl-number">0</span><span class="hl-brackets">]])</span><span class="hl-code"> + </span><span class="hl-identifier">L</span><span class="hl-brackets">[</span><span class="hl-number">0</span><span class="hl-code">:</span><span class="hl-number">1</span><span class="hl-brackets">]</span><span class="hl-code"> + </span><span class="hl-identifier">qsort</span><span class="hl-brackets">([</span><span class="hl-identifier">x</span><span class="hl-code"> </span><span class="hl-reserved">for</span><span class="hl-code"> </span><span class="hl-identifier">x</span><span class="hl-code"> </span><span class="hl-reserved">in</span><span class="hl-code"> </span><span class="hl-identifier">L</span><span class="hl-brackets">[</span><span class="hl-number">1</span><span class="hl-code">:</span><span class="hl-brackets">]</span><span class="hl-code"> </span><span class="hl-reserved">if</span><span class="hl-code"> </span><span class="hl-identifier">x</span><span class="hl-code">&gt;=</span><span class="hl-identifier">L</span><span class="hl-brackets">[</span><span class="hl-number">0</span><span class="hl-brackets">]])</span> </pre></div> </div> <br /> How many lines would this be in C++, huh? <p>If you would like to participate in a 5-week web-based course next term to learn the python programming language and how awesome it is, then sign up for the annual <strong>National Computer Science School (NCSS) Challenge</strong>. I did it last year and came 6th, along with Ben Trubshaw who came 8th, and others. And I will almost certainly do it again this year.</p> <p>I think the school will pay the entrance fee, which I will confirm later on, so don't worry about that…</p> <p>Seriously, Python is <em>awesome</em>, and don't let anyone tell you otherwise. <a href="http://xkcd.com/409/" >Really</a>. Register at <a href="http://challenge.ncss.edu.au/" >http://challenge.ncss.edu.au/</a> . I recommend it to all.</p> <p>Oh, and you don't need to know any programming theory before hand. It'll teach you it all. Questions welcome.</p> <p>..J</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://bgscc.wikidot.com/forum/t-59128</guid>
				<title>Courses start this week!</title>
				<link>http://bgscc.wikidot.com/forum/t-59128/courses-start-this-week</link>
				<description>Just a quick note regarding courses!</description>
				<pubDate>Mon, 12 May 2008 11:25:28 +0000</pubDate>
				<wikidot:authorName>mcfar54</wikidot:authorName>				<wikidot:authorUserId>120156</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>All Term 2 Computer Club Courses begin this week, with the exception of Build a Computer as Andrew Cowderoy will be away at Scientist in Residence (aka. "Physics Camp"). Apart from this, C++ and Blender 3D will run on their respective days:</p> <p>Blender 3D: Friday Afternoon</p> <p>C++: Thursday Afternoon</p> <p>Build a Computer: Wednesday Afternoons starting Next Week</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://bgscc.wikidot.com/forum/t-57867</guid>
				<title>Random Wiki Upgrades</title>
				<link>http://bgscc.wikidot.com/forum/t-57867/random-wiki-upgrades</link>
				<description>I&#039;ve improved various aspects of the wiki...</description>
				<pubDate>Mon, 05 May 2008 04:52:12 +0000</pubDate>
				<wikidot:authorName>JGat</wikidot:authorName>				<wikidot:authorUserId>80823</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I've put up a few extra random things on the site, which I've found out after a spot of researching. Read on to find out what they are.</p> <ol> <li>I've put up a GUI to-do list on the <a href="http://bgscc.wikidot.com/todo">Todo</a> page. Checkboxen to quickly mark off new and done to do's.</li> <li>The <a href="http://bgscc.wikidot.com/news">news</a> page is now a page which grabs the most recent forum posts from "News" and throws them up formatted into a clean, neat page.</li> <li>The <a href="http://bgscc.wikidot.com/home">Front Page</a> grabs the most recent 5 of all forum posts, and the most recent news item from this category and embeds them down the bottom.</li> <li>The <a href="http://bgscc.wikidot.com/minutes">Minutes</a> page now has an auto-generated list of the 15 most recently made minutes. It also has a form to create a new minutes page.</li> <li>Site members can now <a href="http://bgscc.wikidot.com/system:invite">invite</a> other people to join, using this page. You can send off an email to other people (preferably in the computer club) with a custom message, and they'll get a link to a page where they can create an account and be a member.</li> <li>You can check how current members joined the site. Enter their name on the <a href="http://bgscc.wikidot.com/system:who-invited">who invited</a> page, and it will tell you how they joined, and who let them (unless they used the password).</li> <li>We can set up a "petition". I'm not too sure it'll be of any use, but it's there (for admin use only) if you want it. An example of a wikidot petition is here: <a href="http://noooxml.org/petition" >http://noooxml.org/petition</a>.</li> </ol> <p>If anyone else wants to do a bit of hunting around for useful junk, go to <a href="http://www.wikidot.com/doc" >http://www.wikidot.com/doc</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://bgscc.wikidot.com/forum/t-57374</guid>
				<title>Club Admin</title>
				<link>http://bgscc.wikidot.com/forum/t-57374/club-admin</link>
				<description>This thread is for notices regarding the day-to-day running of the club.</description>
				<pubDate>Fri, 02 May 2008 00:50:07 +0000</pubDate>
				<wikidot:authorName>freddflynn</wikidot:authorName>				<wikidot:authorUserId>120720</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Use this forum for items regarding the administration of the club. Where possible, post things like meetings, and other necessary information</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://bgscc.wikidot.com/forum/t-55907</guid>
				<title>ProgComp</title>
				<link>http://bgscc.wikidot.com/forum/t-55907/progcomp</link>
				<description>UNSW CSE ProgComp: Registrations are now open.</description>
				<pubDate>Sun, 27 Apr 2008 06:03:58 +0000</pubDate>
				<wikidot:authorName>JGat</wikidot:authorName>				<wikidot:authorUserId>80823</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The <strong>UNSW CSE ProgComp</strong> is an Australia-wide competition run every year by the University of NSW and the School of Computer Science and Engineering (CSE).</p> <p>To find out more about this competition, visit the website:</p> <p><a href="http://www.computing.unsw.edu.au/progcomp/" >http://www.computing.unsw.edu.au/progcomp/</a></p> <p>or talk to Mr Connell or Jackson Gatenby.</p> <p>This year, the competition will be run on Friday 13 June. Register a team of three between Tue 29 April and Fri 30 May with Mr Connell.</p> <p>The Results for 2007: Team BGS_1 (Todd, Jackson, William) scored 45/60 points and were 1 point off getting a high distinction and a possible place in the finals.<br /> <a href="http://cgi.cse.unsw.edu.au/~progcomp/pop.php?loc=2007open" >Full Results Here</a></p> <p>Previous competition questions for practice are here: <a href="http://www.computing.unsw.edu.au/progcomp/PreviousComps.php" >http://www.computing.unsw.edu.au/progcomp/PreviousComps.php</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://bgscc.wikidot.com/forum/t-55906</guid>
				<title>ACPC &amp; Trubshaw&#039;s Life</title>
				<link>http://bgscc.wikidot.com/forum/t-55906/acpc-trubshaw-s-life</link>
				<description>This thread used to be about the Australian Computer Programming Competition (Registrations are open for the competition in August) but now it&#039;s about Trubshaw&#039;s life.</description>
				<pubDate>Sun, 27 Apr 2008 06:03:29 +0000</pubDate>
				<wikidot:authorName>JGat</wikidot:authorName>				<wikidot:authorUserId>80823</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The <strong>Australian Computer Programming Competition</strong> (ACPC) is a programming challenge for high school students. The competition aims to foster enthusiasm for programming in the next generation of the world's programmers.</p> <p>The 2008 ACPC is on from 11 - 22 August. You can register in teams of 1-3 people.</p> <p>More details on how you can register later in the year…</p> <p>For more info, visit the ACPC website: <a href="http://www.sci.usq.edu.au/staff/deraadt/acc/index.html" >http://www.sci.usq.edu.au/staff/deraadt/acc/index.html</a>.</p> <p>Practice Questions - <a href="http://www.sci.usq.edu.au/staff/deraadt/acc/practice.html" >http://www.sci.usq.edu.au/staff/deraadt/acc/practice.html</a></p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>