<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>TeRK Forum &#187; Recent Posts</title>
		<link>http://www.terk.ri.cmu.edu/forum/</link>
		<description>The TeRK Support Community</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 10:11:29 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.terk.ri.cmu.edu/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.terk.ri.cmu.edu/forum/rss/" rel="self" type="application/rss+xml" />

		<item>
			<title>Quazar on "Is this the forum to discuss TerkOS/TerkIDE for the VEXpro?"</title>
			<link>http://www.terk.ri.cmu.edu/forum/topic/is-this-the-forum-to-discuss-terkosterkide-for-the-vexpro#post-217</link>
			<pubDate>Tue, 15 Nov 2011 18:18:47 +0000</pubDate>
			<dc:creator>Quazar</dc:creator>
			<guid isPermaLink="false">217@http://www.terk.ri.cmu.edu/forum/</guid>
			<description>&#60;p&#62;Is this the appropriate forum to discuss TerkOS/TerkIDE for the VEXpro?&#60;br /&#62;
Or should such discussions be directed at one of the VEX sub-forums over on &#38;lt;www.vexforum.com&#38;gt;?&#60;/p&#62;
&#60;p&#62;I've been going through the TerkOS wiki &#38;lt;http://code.google.com/p/terkos/wiki/Quickstart&#38;gt;, but haven't found any reference to the appropriate discussion forum.&#60;/p&#62;
&#60;p&#62;I'm interested in discussing libqwerk, with a focus on getting support for the I2C and UART ports.&#60;br /&#62;
I'm willing to contribute, but I'm just not sure where to go to kickkstart the discussion.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;br /&#62;
 - Dean
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chris on "Camera Help"</title>
			<link>http://www.terk.ri.cmu.edu/forum/topic/camera-help#post-133</link>
			<pubDate>Sat, 02 Apr 2011 19:17:21 +0000</pubDate>
			<dc:creator>chris</dc:creator>
			<guid isPermaLink="false">133@http://www.terk.ri.cmu.edu/forum/</guid>
			<description>&#60;p&#62;Sorry for the trouble you've been having.  Qwerk-compatible webcams and wifi adapters were a constant source of pain for us.&#60;/p&#62;
&#60;p&#62;First, it's worth checking your camera's vendor and product IDs.  You can do so by plugging it into the qwerk and running &#34;cat /proc/bus/usb/devices&#34;.  I believe the most recent version we support is 0x046d:0x08d7 (see &#60;a href=&#34;http://www.terk.ri.cmu.edu/forum_legacy/viewtopic.php?p=216&#38;amp;highlight=#216&#34; rel=&#34;nofollow&#34;&#62;http://www.terk.ri.cmu.edu/forum_legacy/viewtopic.php?p=216&#38;amp;highlight=#216&#60;/a&#62; and &#60;a href=&#34;http://www.terk.ri.cmu.edu:8090/browse/QWERKSOFTWARE-60)&#34; rel=&#34;nofollow&#34;&#62;http://www.terk.ri.cmu.edu:8090/browse/QWERKSOFTWARE-60)&#60;/a&#62;.  If it looks like your camera is supported, then it might just be a firmware issue.&#60;/p&#62;
&#60;p&#62;There was an issue with some qwerks which shipped with what reads as version 3.1.138, but which actually are running an outdated version.  See this thread for details:&#60;/p&#62;
&#60;p&#62;	&#60;a href=&#34;http://www.terk.ri.cmu.edu/forum_legacy/viewtopic.php?f=5&#38;amp;t=493&#34; rel=&#34;nofollow&#34;&#62;http://www.terk.ri.cmu.edu/forum_legacy/viewtopic.php?f=5&#38;amp;t=493&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Can you try updating your firmware, please?  Instructions are here:&#60;/p&#62;
&#60;p&#62;	&#60;a href=&#34;http://www.terk.ri.cmu.edu/help/qwerk-processor-board/7/&#34; rel=&#34;nofollow&#34;&#62;http://www.terk.ri.cmu.edu/help/qwerk-processor-board/7/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Please note that I've occasionally had trouble updating the firmware by downloading from the TeRK site.  The firmware images are downloaded via  HTTP from our servers, so sometimes errors occur in the download to the qwerk which causes a corrupt image to be installed.  You may want to download manually with your browser and try installing them by serving them from a local web server.  You can do so by doing the following:&#60;/p&#62;
&#60;p&#62;1) Put the files on a web server you have access to.  For these instructions, I'll assume that the 3 files are at:&#60;/p&#62;
&#60;p&#62;	 &#60;a href=&#34;http://192.168.0.2/firmware/3.2.189/optfs.out&#34; rel=&#34;nofollow&#34;&#62;http://192.168.0.2/firmware/3.2.189/optfs.out&#60;/a&#62;&#60;br /&#62;
	 &#60;a href=&#34;http://192.168.0.2/firmware/3.2.189/ramdisk.gz&#34; rel=&#34;nofollow&#34;&#62;http://192.168.0.2/firmware/3.2.189/ramdisk.gz&#60;/a&#62;&#60;br /&#62;
	 &#60;a href=&#34;http://192.168.0.2/firmware/3.2.189/zImage&#34; rel=&#34;nofollow&#34;&#62;http://192.168.0.2/firmware/3.2.189/zImage&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;2) Follow the firmware installation instructions (&#60;a href=&#34;http://www.terk.ri.cmu.edu/help/qwerk-processor-board/7/&#34; rel=&#34;nofollow&#34;&#62;http://www.terk.ri.cmu.edu/help/qwerk-processor-board/7/&#60;/a&#62;) as usual, but change the three load commands to this:&#60;/p&#62;
&#60;p&#62;	load -r -v -b 0x1000000 -m http -h 192.168.0.2 /firmware/3.2.189/optfs.out&#60;br /&#62;
	load -r -v -b 0x800000 -m http -h 192.168.0.2 /firmware/3.2.189/ramdisk.gz&#60;br /&#62;
	load -r -v -b 0x80000 -m http -h 192.168.0.2 /firmware/3.2.189/zImage&#60;/p&#62;
&#60;p&#62;Let me know if you have questions.&#60;/p&#62;
&#60;p&#62;best,&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jseclow on "Camera Help"</title>
			<link>http://www.terk.ri.cmu.edu/forum/topic/camera-help#post-131</link>
			<pubDate>Fri, 01 Apr 2011 16:58:42 +0000</pubDate>
			<dc:creator>jseclow</dc:creator>
			<guid isPermaLink="false">131@http://www.terk.ri.cmu.edu/forum/</guid>
			<description>&#60;p&#62;Hello, I'm trying to use the Qwerk controller with a webcam.  So far I've purchased and tried both the Logitech Notebook Deluxe and the Logitech Communicate STX.  They are both on the list of compatible webcams here: &#60;a href=&#34;http://mxhaard.free.fr/spca5xx.html&#34; rel=&#34;nofollow&#34;&#62;http://mxhaard.free.fr/spca5xx.html&#60;/a&#62;.  I've tried both webcams on two separate Qwerk boards both running firmware version 3.1.138 in direct-connect mode.  Neither webcams displayed an image with any of the software you distribute.  Both of the Qwerk boards and webcams work in every other respect.  Can you offer any suggestions for making making one of these webcams work, or direct me to one I can purchase that you can ensure will work?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>decosta011 on "Skip Tension, and live free"</title>
			<link>http://www.terk.ri.cmu.edu/forum/topic/skip-tension-and-live-free#post-63</link>
			<pubDate>Tue, 28 Sep 2010 06:26:32 +0000</pubDate>
			<dc:creator>decosta011</dc:creator>
			<guid isPermaLink="false">63@http://www.terk.ri.cmu.edu/forum/</guid>
			<description>&#60;p&#62;At Homeworkmall.net, we don't feed students the answers to homework questions. Instead, we show them how to learn. Our curriculum developers are all experienced classroom teachers who know how to help students understand concepts--not just memorize them. Our teaching style is friendly and supportive. But this doesn't mean we talk down to students, or skimp on academic standards. Our online lessons meet or exceed national content standards in all subject areas. You can mail us for your homework and for online tutoring help requirement at &#60;a href=&#34;mailto:info@homeworkmall.net&#34;&#62;info@homeworkmall.net&#60;/a&#62;, &#60;a href=&#34;http://www.homeworkmall.net&#34; rel=&#34;nofollow&#34;&#62;http://www.homeworkmall.net&#60;/a&#62; or ring us at +1-650-488-5066.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chris on "Qwerk 1.1 and vexpro build"</title>
			<link>http://www.terk.ri.cmu.edu/forum/topic/qwerk-11-and-vexpro-build#post-62</link>
			<pubDate>Tue, 07 Sep 2010 14:07:24 +0000</pubDate>
			<dc:creator>chris</dc:creator>
			<guid isPermaLink="false">62@http://www.terk.ri.cmu.edu/forum/</guid>
			<description>&#60;p&#62;The new VEXPro firmware won't work on qwerk 1.1 or 1.2, and probably never will.  The hardware is mostly the same, but different enough (LCD, fewer servos, no ethernet port, etc) that trying to maintain backwards compatibility isn't feasible for us.&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Statistics homework"</title>
			<link>http://www.terk.ri.cmu.edu/forum/topic/statistics-homework#post-61</link>
			<pubDate>Wed, 01 Sep 2010 10:37:57 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">61@http://www.terk.ri.cmu.edu/forum/</guid>
			<description>&#60;p&#62;Our Statistics homework help service provides statistics assignment help, statistics dissertation, math homework help and online tutoring to students with very low fees.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.statisticshomeworkhelp.org&#34; rel=&#34;nofollow&#34;&#62;http://www.statisticshomeworkhelp.org&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Homework Help"</title>
			<link>http://www.terk.ri.cmu.edu/forum/topic/homework-help#post-60</link>
			<pubDate>Wed, 01 Sep 2010 10:33:51 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">60@http://www.terk.ri.cmu.edu/forum/</guid>
			<description>&#60;p&#62;Homework Help or project submission, we provide online support to student’s right from their nursery level to the post graduation level. Reach us through an email as we work tirelessly 24 hours on all the 365 days.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.homeworkmall.net&#34; rel=&#34;nofollow&#34;&#62;http://www.homeworkmall.net&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Russ on "Qwerk 1.1 and vexpro build"</title>
			<link>http://www.terk.ri.cmu.edu/forum/topic/qwerk-11-and-vexpro-build#post-59</link>
			<pubDate>Tue, 31 Aug 2010 02:58:08 +0000</pubDate>
			<dc:creator>Russ</dc:creator>
			<guid isPermaLink="false">59@http://www.terk.ri.cmu.edu/forum/</guid>
			<description>&#60;p&#62;I tried installing the new VexPro build on my Qwerk 1.1 and it failed.  The error message leads me to believe that the rootfs requires more than the 8MB flash that is provided on the Qwerk 1.1.&#60;/p&#62;
&#60;p&#62;Any chance of a 1.1 compatible version?  Does the vexpro build run on the Qwerk 1.2, or only on the &#34;soon-to-be-released&#34; Vex Cortex microcontroller?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "statistics help"</title>
			<link>http://www.terk.ri.cmu.edu/forum/topic/statistics-help#post-58</link>
			<pubDate>Mon, 30 Aug 2010 06:34:47 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">58@http://www.terk.ri.cmu.edu/forum/</guid>
			<description>&#60;p&#62;Statistics Homework help is available 24 hrs and 365 days a year. This facility helps students with their classroom homework and projects and even dissertation.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://onlineassignmenthelp.net/&#34; rel=&#34;nofollow&#34;&#62;http://onlineassignmenthelp.net/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "HomeWork Helper"</title>
			<link>http://www.terk.ri.cmu.edu/forum/topic/homework-helper#post-57</link>
			<pubDate>Mon, 30 Aug 2010 06:29:47 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">57@http://www.terk.ri.cmu.edu/forum/</guid>
			<description>&#60;p&#62;Homework Help or project submission, we provide online support to student’s right from their nursery level to the post graduation level. Reach us through an email as we work tirelessly 24 hours on all the 365 days.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.homeworkmall.net&#34; rel=&#34;nofollow&#34;&#62;http://www.homeworkmall.net&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jonah54 on "Fruity, Gooey Upsidedown Cupcakes"</title>
			<link>http://www.terk.ri.cmu.edu/forum/topic/fruity-gooey-upsidedown-cupcakes#post-56</link>
			<pubDate>Mon, 30 Aug 2010 03:17:29 +0000</pubDate>
			<dc:creator>jonah54</dc:creator>
			<guid isPermaLink="false">56@http://www.terk.ri.cmu.edu/forum/</guid>
			<description>&#60;p&#62;Ganache: &#60;/p&#62;
&#60;p&#62;3/4 cup all-purpose cream&#60;br /&#62;
1 cup bittersweet chocolate (chopped)&#60;br /&#62;
Caramel: &#60;/p&#62;
&#60;p&#62;3/4 cup refined sugar&#60;br /&#62;
3/4 cup brown sugar&#60;br /&#62;
1/4 cup pineapple juice&#60;br /&#62;
2 tbsps Magnolia Gold Butter&#60;/p&#62;
&#60;p&#62;Batter: &#60;/p&#62;
&#60;p&#62;2 pcks Magnolia Pancake Plus&#60;br /&#62;
3 pc eggs&#60;br /&#62;
1/2 cup+2 tbsps Magnolia Nutri oil&#60;br /&#62;
1/2 cup+1/2 tbsp water&#60;br /&#62;
pineapple slices&#60;br /&#62;
kiwi, peeled and sliced
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Flowers, Philippines, meeting a Filipina online can get you into hot water..."</title>
			<link>http://www.terk.ri.cmu.edu/forum/topic/philipines#post-55</link>
			<pubDate>Mon, 23 Aug 2010 18:13:45 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">55@http://www.terk.ri.cmu.edu/forum/</guid>
			<description>&#60;p&#62;Read it About Here :  &#60;a href=&#34;http://www.flowersphilippines.certanum.com/&#34; rel=&#34;nofollow&#34;&#62;http://www.flowersphilippines.certanum.com/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shockware on "used stationary bikes"</title>
			<link>http://www.terk.ri.cmu.edu/forum/topic/used-stationary-bikes#post-54</link>
			<pubDate>Sat, 21 Aug 2010 16:05:15 +0000</pubDate>
			<dc:creator>shockware</dc:creator>
			<guid isPermaLink="false">54@http://www.terk.ri.cmu.edu/forum/</guid>
			<description>&#60;p&#62;Is it possible to integrate The Flower stationary robot into a stationary bike that generates energy? What I mean is, to program the robot to wilt when the battery is low and fully blooms when the battery is fully charged?&#60;/p&#62;
&#60;p&#62;The concept of how the stationary bike generates energy is using a car's alternator which charges the car battery then convert it to ac so that the generated energy can be used with household appliances.&#60;/p&#62;
&#60;p&#62;How much energy does The Flower take? Is it feasible? Is it easy to program? My inspiration in this is when I saw this site &#60;a href=&#34;http://www.dogengine.com/us/used-stationary-bikes.php&#34; rel=&#34;nofollow&#34;&#62;http://www.dogengine.com/us/used-stationary-bikes.php&#60;/a&#62; (go at the bottom of the page and read &#34;http://www.dogengine.com/us/used-stationary-bikes.php&#34;) that summarizes the different concepts being used in generating energy using different kinds of bikes.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>akshay123 on "Statistics Homework Help"</title>
			<link>http://www.terk.ri.cmu.edu/forum/topic/statistics-homework-help#post-53</link>
			<pubDate>Fri, 13 Aug 2010 11:48:53 +0000</pubDate>
			<dc:creator>akshay123</dc:creator>
			<guid isPermaLink="false">53@http://www.terk.ri.cmu.edu/forum/</guid>
			<description>&#60;p&#62;Statistics Homework Help is now available online. Statistics homework needs a lot of hardwork and softwarare to accomplish Like SAS,SPSS, MInitab. We have a faculty to take care of that&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.onlineassignmenthelp.net&#34; rel=&#34;nofollow&#34;&#62;http://www.onlineassignmenthelp.net&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>akshay123 on "homework123"</title>
			<link>http://www.terk.ri.cmu.edu/forum/topic/homework123#post-52</link>
			<pubDate>Fri, 13 Aug 2010 11:31:28 +0000</pubDate>
			<dc:creator>akshay123</dc:creator>
			<guid isPermaLink="false">52@http://www.terk.ri.cmu.edu/forum/</guid>
			<description>&#60;p&#62;Homework Help or project submission, we provide online support to student’s right from their nursery level to the post graduation level. Reach us through an email as we work tirelessly 24 hours on all the 365 days.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.homeworkmall.net&#34; rel=&#34;nofollow&#34;&#62;http://www.homeworkmall.net&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>akshay123 on "homework help, online homework help,  homework helper"</title>
			<link>http://www.terk.ri.cmu.edu/forum/topic/homework-help-online-homework-help-homework-helper#post-51</link>
			<pubDate>Wed, 11 Aug 2010 15:24:39 +0000</pubDate>
			<dc:creator>akshay123</dc:creator>
			<guid isPermaLink="false">51@http://www.terk.ri.cmu.edu/forum/</guid>
			<description>&#60;p&#62;Homework Help or project submission, we provide online support to student’s right from their nursery level to the post graduation level. Reach us through an email as we work tirelessly 24 hours on all the 365 days.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.homeworkmall.net&#34; rel=&#34;nofollow&#34;&#62;http://www.homeworkmall.net&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mrmatildo on "hello"</title>
			<link>http://www.terk.ri.cmu.edu/forum/topic/hello#post-50</link>
			<pubDate>Wed, 11 Aug 2010 12:25:22 +0000</pubDate>
			<dc:creator>mrmatildo</dc:creator>
			<guid isPermaLink="false">50@http://www.terk.ri.cmu.edu/forum/</guid>
			<description>&#60;p&#62;Matildo here, where's the post for recipe?&#60;/p&#62;
&#60;p&#62;	[url=http://www.commercialairconditioningsydney.com.au/]commercial air conditioning [/url]
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Virtual Offices"</title>
			<link>http://www.terk.ri.cmu.edu/forum/topic/virtual-offices#post-49</link>
			<pubDate>Tue, 03 Aug 2010 17:00:41 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">49@http://www.terk.ri.cmu.edu/forum/</guid>
			<description>&#60;p&#62;Hi. I'm new to technology for the most part and I was wondering what role robotics play in &#60;a href=&#34;//www.servcorp.com”&#34;&#62;Virtual Offices&#60;/a&#62;. &#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>siavka on "Best drugs shops hydrocodone Buy Without Prescription Online Pharmacy"</title>
			<link>http://www.terk.ri.cmu.edu/forum/topic/best-drugs-shops-hydrocodone-buy-without-prescription-online-pharmacy#post-47</link>
			<pubDate>Thu, 29 Jul 2010 11:37:34 +0000</pubDate>
			<dc:creator>siavka</dc:creator>
			<guid isPermaLink="false">47@http://www.terk.ri.cmu.edu/forum/</guid>
			<description>&#60;p&#62;[url=http://hydrocodone.pcriot.com/acetaminophen-hydrocodone.htm]acetaminophen hydrocodone[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/addiction-treatment-hydrocodone-detox.htm]addiction treatment hydrocodone detox[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/Ap-Hydrocodone.htm]Ap Hydrocodone[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/Best-drugs-shops-hydrocodone-Buy-Without-Prescription-Online-Pharmacy.htm]Best drugs shops hydrocodone Buy Without Prescription Online Pharmacy[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/BUY-BRANDED-OXYCONTIN-VICODIN-PERCOCET.htm]BUY BRANDED OXYCONTIN VICODIN PERCOCET[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/Buy-drugs-at-Half-Price-Pharmacy-Findhydrocodone-Online-Pharmacy.htm]Buy drugs at Half Price Pharmacy Findhydrocodone Online-Pharmacy[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/Buy-Hydrocodone-Direct-On-Sale-Now.htm]Buy Hydrocodone Direct On Sale Now[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/buy-hydrocodone-from-mexico-without-a-prescription.htm]buy hydrocodone from mexico without a prescription[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/buy-hydrocodone-no-prescription.htm]buy hydrocodone no prescription[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/buy-hydrocodone-online.htm]buy hydrocodone online[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/buy-hydrocodone-online-without-a-prescription.htm]buy hydrocodone online without a prescription[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/buy-hydrocodone-on-the-internet.htm]buy hydrocodone on the internet[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/buy-hydrocodone-without-prescription.htm]buy hydrocodone without prescription[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/Buy-Original-and-CHEAP-TRAMADOL.htm]Buy Original and CHEAP TRAMADOL[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/buy-prescriptions-online-hydrocodone.htm]buy prescriptions online hydrocodone[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/Buy-TRAMADOL.htm]Buy TRAMADOL[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/Buy-TRAMADOL-FedEx-Overnight-.htm]buy TRAMADOL FedEx Overnight-[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/Buy-valtrex-online.htm]Buy valtrex nline[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/Buy-Vicodin-FREE-Prescription.htm]Buy Vicodin FREE Prescription[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/index.htm]index[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/can-hydrocodone-cause-hair-loss.htm]an hydrocodone cause hair loss[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/cheap-hydrocodone.htm]cheap hydrocodone[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/Cheap-TRAMADOL-FedEx-Overnight.htm]Cheap TRAMADOL FedEx Overnight[/url]&#60;br /&#62;
[url=http://pocker.pcriot.com/Common-side-effects-of-the-ap-hydrocodone.htm]Common side effects of the ap hydrocodone[/url]&#60;br /&#62;
[url=http://pocker.pcriot.com/Common-side-effects-of-the-hydrocodone.htm]Common side effects of the hydrocodone[/url]&#60;br /&#62;
[url=http://pocker.pcriot.com/easy-way-to-buy-hydrocodone-online.htm]easy way to buy hydrocodone online[/url]&#60;br /&#62;
[url=http://pocker.pcriot.com/effects-of-hydrocodone.htm]effects of hydrocodone[/url]&#60;br /&#62;
[url=http://pocker.pcriot.com/free-hydrocodone-prescriptions-online.htm]free hydrocodone prescriptions online[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/Get-Hydrocodone-from-Reliable-Pharmacies.htm]Get Hydrocodone from Reliable Pharmacies[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/Get-Hydrocodone-from-Reliable-Pharmacies-.htm]Get Hydrocodone from Reliable Pharmacies[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/highquality-valtrex-online-hydrocodone.htm]highquality valtrex online hydrocodone[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/how-long-can-hydrocodone-be-detected.htm]how long can hydrocodone be detected[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/how-long-does-hydrocodone-stay-in-the-bloodstream.htm]how long does hydrocodone stay in the bloodstream[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/how-long-does-hydrocodone-stay-in-your-system.htm]how long does hydrocodone stay in your system[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/how-many-hydrocodone-5-500-does-it-take-to-get-high.htm]how many hydrocodone 5 500 does it take to get high[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/how-to-make-hydrocodone.htm]how to make hydrocodone [/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/hydrocodone.htm]hydrocodone[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/Hydrocodone-10MG500MG-100-tablets.htm]Hydrocodone 10MG500MG 100 tablets[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/Hydrocodone-10MG500MG-100-tablets-.htm]Hydrocodone 10MG500MG 100 tablets-[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/Hydrocodone-5.htm]Hydrocodone 5[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/hydrocodone-75.htm]hydrocodone 75[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/Hydrocodone-75750.htm]Hydrocodone 75750[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/hydrocodone-acetaminophen.htm]hydrocodone acetaminophen[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/hydrocodone-addiction.htm]hydrocodone addiction[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/hydrocodone-apap.htm]hydrocodone apap[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/hydrocodone-apap-5-500.htm]hydrocodone apap 5 500[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/hydrocodone-apap-fact-sheet.htm]hydrocodone apap fac sheet[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/Hydrocodone-At-Home.htm]Hydrocodone At Home[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/hydrocodone-bitartrate.htm]hydrocodone bitartrate[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/hydrocodone-buy-cheap-medication-of-types-of-control-comparisons-inurl.htm]hydrocodone buy cheap medication of types of control comparisons inurl[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/hydrocodone-cold-water-extraction.htm]hydrocodone cold water extraction[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/hydrocodone-drug-test.htm]hydrocodone drug test[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/hydrocodone-during-pregnancy.htm]hydrocodone during pregnancy[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/hydrocodone-fact.htm]hydrocodone fact[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/Hydrocodone-Gg-Syrup.htm]Hydrocodone Gg Syrup[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/Hydrocodone-Ibuprophen.htm]Hydrocodone Ibuprophen[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/hydrocodone-info.htm]hydrocodone info[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/hydrocodone-medication.htm]hydrocodone medication[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/hydrocodone-no-prescription.htm]hydrocodone no prescription[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/Hydrocodone-Nrop.htm]Hydrocodone Nrop[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/hydrocodone-Online.htm]hydrocodone Online[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/hydrocodone-online-prescription.htm]hydrocodone online prescription[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/Hydrocodone-Overdose.htm]Hydrocodone Overdose[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/hydrocodone-prescriptions-online-consultation.htm]hydrocodone prescriptions online consultation[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/hydrocodone-product.htm]hydrocodone product[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/hydrocodone-side-effects.htm]hydrocodone side effects[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/Hydrocodone-Watson-791.htm]Hydrocodone Watson 791[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/hydrocodone-withdrawal.htm]hydrocodone withdrawal[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/hydrocodone-withdrawal-symptoms.htm]hydrocodone withdrawal symptoms[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/hydrocodone-without-prescription.htm]hydrocodone without prescription[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/Looking-for-HYDROCODONE.htm]Looking for HYDROCODONE[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/Looking-For-Hydrocodone-Meds.htm]Looking For Hydrocodone Meds[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/Looking-For-Hydrocodone-Meds-.htm]Looking For Hydrocodone Meds-[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/Low-prices-on-valtrex-online-hydrocodone.htm]Low prices on valtrex online hydrocodone[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/medicines-hydrocodone-buy-lortab-online.htm]medicines hydrocodone buy lortab online[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/natural-hydrocodone-detox.htm]natural hydrocodone detox[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/norco-hydrocodone.htm]norco hydrocodone[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/Not-a-problem-HYDROCODONE-ORDER-ONLINE-NOW.htm]Not a problem HYDROCODONE ORDER ONLINE NOW[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/Online-DrugstoreTop-5-hydrocodoneLowest-PricesCertified-PharmacyGreat-quality.htm]Online DrugstoreTop 5 hydrocodoneLowest PricesCertified PharmacyGreat quality[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/Order-Discount-Vicodin-FREE-Rx.htm]Order Discount Vicodin FREE Rx[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/Order-From-Reliable-Foreign-Pharmacies.htm]Order From Reliable Foreign Pharmacies[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/oxycodone-hydrocodone.htm]oxycodone hydrocodone[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/paypal-hydrocodone.htm]paypal hydrocodone[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/snorting-hydrocodone.htm]snorting hydrocodone[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/Super-DRUDS-hydrocodone-NO-prescription-FDA-Approved-High-quality-Low-Prices.htm]Super DRUDS hydrocodone NO prescription FDA Approved High quality Low Prices[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/Watson-825-Hydrocodone.htm]Watson 825 Hydrocodone[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/what-are-the-withdraw-symptoms-of-hydrocodone-.htm]what are the withdraw symptoms of hydrocodone-[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/What-Is-Hydrocodone.htm]What Is Hydrocodone[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/what-is-hydrocodone-gg-syrup-used-for.htm]what is hydrocodone gg syrup used for[/url]&#60;br /&#62;
[url=http://hydrocodone.pcriot.com/where-can-i-purchase-hydrocodone-online.htm]Video Poker No Deposit Casino Cash[/url]
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "new here"</title>
			<link>http://www.terk.ri.cmu.edu/forum/topic/new-here#post-46</link>
			<pubDate>Thu, 29 Jul 2010 09:49:01 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">46@http://www.terk.ri.cmu.edu/forum/</guid>
			<description>&#60;p&#62;Same here! Hello everyone!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>proxiimiity01 on "The TeRK Project"</title>
			<link>http://www.terk.ri.cmu.edu/forum/topic/the-terk-project#post-45</link>
			<pubDate>Thu, 29 Jul 2010 05:36:29 +0000</pubDate>
			<dc:creator>proxiimiity01</dc:creator>
			<guid isPermaLink="false">45@http://www.terk.ri.cmu.edu/forum/</guid>
			<description>&#60;p&#62;My first attempt to build a mobile robot suitable for carrying out domestic jobs, and also general socialising. The robot has a pan and tilt camera mechanism and a manipulator arm allowing it to use ordinary (unmodified) tools such as mops, dusters and brushes.&#60;br /&#62;
__________________________________________________________________________________________&#60;br /&#62;
[url=http://www.google-seo-top.com] link building service[/url] [url=http://www.swardeep.org] hearing school[/url]
&#60;/p&#62;</description>
		</item>
		<item>
			<title>28jamesn on "Best site for the iPhone car gps!"</title>
			<link>http://www.terk.ri.cmu.edu/forum/topic/best-site-for-the-iphone-car-gps#post-44</link>
			<pubDate>Wed, 28 Jul 2010 08:24:59 +0000</pubDate>
			<dc:creator>28jamesn</dc:creator>
			<guid isPermaLink="false">44@http://www.terk.ri.cmu.edu/forum/</guid>
			<description>&#60;p&#62;Nice website with nice information about cool  iphones...Thanks!&#60;/p&#62;
&#60;p&#62;__________________________&#60;br /&#62;
&#60;a href=&#34;http://www.discountwatchstore.com&#34; rel=&#34;nofollow&#34;&#62;http://www.discountwatchstore.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gcastle on "new here"</title>
			<link>http://www.terk.ri.cmu.edu/forum/topic/new-here#post-43</link>
			<pubDate>Tue, 27 Jul 2010 20:21:34 +0000</pubDate>
			<dc:creator>gcastle</dc:creator>
			<guid isPermaLink="false">43@http://www.terk.ri.cmu.edu/forum/</guid>
			<description>&#60;p&#62;I am also new here. Will still have to wait and see if I like it here. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gamblingcastle.com&#34;&#62;gambling online&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.gamblingcastle.com/online-keno/online-keno.html&#34;&#62;online keno&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.gamblingcastle.com/slot-machines/slot-machines.html&#34;&#62;slot machines&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "new here"</title>
			<link>http://www.terk.ri.cmu.edu/forum/topic/new-here#post-42</link>
			<pubDate>Tue, 27 Jul 2010 18:30:44 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">42@http://www.terk.ri.cmu.edu/forum/</guid>
			<description>&#60;p&#62;I am also new, just wanna say hello!&#60;/p&#62;
&#60;p&#62;Best wishes,&#60;/p&#62;
&#60;p&#62;Geradine
&#60;/p&#62;</description>
		</item>
		<item>
			<title>RColleen256 on "Football Picks"</title>
			<link>http://www.terk.ri.cmu.edu/forum/topic/football-picks#post-41</link>
			<pubDate>Sun, 25 Jul 2010 15:03:07 +0000</pubDate>
			<dc:creator>RColleen256</dc:creator>
			<guid isPermaLink="false">41@http://www.terk.ri.cmu.edu/forum/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.bangthebook.com/football-betting&#34;&#62; Football Picks &#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.betting-picks.com&#34;&#62; Football Tips &#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://www.sportsbookbonuscodes.com/&#34;&#62;Sportsbook promo code&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "new here"</title>
			<link>http://www.terk.ri.cmu.edu/forum/topic/new-here#post-40</link>
			<pubDate>Fri, 23 Jul 2010 03:01:20 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">40@http://www.terk.ri.cmu.edu/forum/</guid>
			<description>&#60;p&#62;I am new here to say all of you &#34;hi!&#34;. Hope to be welcomed by all of you. I would like to be the part of the discussion going in this forum. And I think that you are enjoying a lot on this site. I am here for too which will enjoy soon. I am new here and I hope you will guide me to follow the rules of this site. &#60;/p&#62;
&#60;p&#62;&#60;a&#62;free business plan templates &#60;/a&#62;&#60;/p&#62;
&#60;p&#62;	&#60;a&#62;free business plan template &#60;/a&#62;&#60;/p&#62;
&#60;p&#62;	&#60;a&#62;http://www.freebusinessplantemplates.com.au&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Best site for the iPhone car gps!"</title>
			<link>http://www.terk.ri.cmu.edu/forum/topic/best-site-for-the-iphone-car-gps#post-39</link>
			<pubDate>Thu, 22 Jul 2010 09:16:45 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">39@http://www.terk.ri.cmu.edu/forum/</guid>
			<description>&#60;p&#62;Cool, thanks a lot for the link!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Mac-How"</title>
			<link>http://www.terk.ri.cmu.edu/forum/topic/mac-how#post-38</link>
			<pubDate>Tue, 20 Jul 2010 08:02:01 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">38@http://www.terk.ri.cmu.edu/forum/</guid>
			<description>&#60;p&#62;On the website you can find solution to any issue with your Mac. Also feel free to post what issues did you have and how did you fix them on Mac. We appreciate that!&#60;br /&#62;
&#60;a href=&#34;http://www.mac-how.net&#34;&#62;Mac-How.net&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>raysteve.ellis on "Best site for the iPhone car gps!"</title>
			<link>http://www.terk.ri.cmu.edu/forum/topic/best-site-for-the-iphone-car-gps#post-37</link>
			<pubDate>Tue, 20 Jul 2010 03:33:01 +0000</pubDate>
			<dc:creator>raysteve.ellis</dc:creator>
			<guid isPermaLink="false">37@http://www.terk.ri.cmu.edu/forum/</guid>
			<description>&#60;p&#62;wow. this is a nice site. I might need this one. thanks for posting man. got to visit it early today and i have seen nice iphones.&#60;/p&#62;
&#60;p&#62;_______________&#60;br /&#62;
raysteve
&#60;/p&#62;</description>
		</item>
		<item>
			<title>shawnpolluck11 on "Terk"</title>
			<link>http://www.terk.ri.cmu.edu/forum/topic/terk#post-36</link>
			<pubDate>Wed, 14 Jul 2010 07:49:29 +0000</pubDate>
			<dc:creator>shawnpolluck11</dc:creator>
			<guid isPermaLink="false">36@http://www.terk.ri.cmu.edu/forum/</guid>
			<description>&#60;p&#62;&#60;a href='http://www.acneonlineinfo.com/acne-scars-treatment/severe-acne-treatment/'&#62;Severe Acne Treatment&#60;/a&#62;&#60;br /&#62;
&#60;a href='http://www.acneonlineinfo.com/acne-treatment-skin-care/acne-skin-care-treatment/'&#62;Acne Skin Care Treatment&#60;/a&#62;&#60;br /&#62;
&#60;a href='http://www.acneonlineinfo.com/natural-treatments-for-acne/natural-acne-treatments/'&#62;Natural Acne Treatments&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>aniela_andrzej on "Best site for the iPhone car gps!"</title>
			<link>http://www.terk.ri.cmu.edu/forum/topic/best-site-for-the-iphone-car-gps#post-33</link>
			<pubDate>Mon, 12 Jul 2010 02:54:36 +0000</pubDate>
			<dc:creator>aniela_andrzej</dc:creator>
			<guid isPermaLink="false">33@http://www.terk.ri.cmu.edu/forum/</guid>
			<description>&#60;p&#62;Great site....&#60;br /&#62;
Thanks&#60;br /&#62;
&#60;a href='http://www.acneonlineinfo.com/acne-treatment-skin-care/acne-care-treatment/'&#62;Acne Care Treatment&#60;/a&#62;&#60;br /&#62;
&#60;a href='http://www.acneonlineinfo.com/how-to-get-rid-of-acne/to-cure-acne/'&#62;to Cure Acne&#60;/a&#62;&#60;br /&#62;
&#60;a href='http://www.acneonlineinfo.com/acne-home-remedy/acne-home-remedy/'&#62;Acne Home Remedy&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Best site for the iPhone car gps!"</title>
			<link>http://www.terk.ri.cmu.edu/forum/topic/best-site-for-the-iphone-car-gps#post-31</link>
			<pubDate>Tue, 06 Jul 2010 18:01:38 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">31@http://www.terk.ri.cmu.edu/forum/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://iphonecargps.com/&#34; rel=&#34;nofollow&#34;&#62;http://iphonecargps.com/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chrystal on "Just  a short Intro"</title>
			<link>http://www.terk.ri.cmu.edu/forum/topic/just-a-short-intro#post-30</link>
			<pubDate>Thu, 24 Jun 2010 13:08:45 +0000</pubDate>
			<dc:creator>Chrystal</dc:creator>
			<guid isPermaLink="false">30@http://www.terk.ri.cmu.edu/forum/</guid>
			<description>&#60;p&#62;I'm a person who loves to appreciate the beauty of arts especially about photographs. Part of it, I write articles about photography. I enjoy collecting stuffs like painting portraits and some photo to art stuff.&#60;/p&#62;
&#60;p&#62;------------------&#60;br /&#62;
What is not started today is never finished tomorrow.&#34;-Goethe&#60;br /&#62;
--&#38;lt;b&#38;gt;&#60;a href=&#34;http://www.paintyourlife.com/galleries/pet-portraits.asp&#34;&#62;Pet Portraits&#60;/a&#62;&#38;lt;/b&#38;gt; &#124; &#38;lt;b&#38;gt;&#60;a href=&#34;http://www.paintyourlife.com&#34;&#62;Custom Pictures&#60;/a&#62;&#38;lt;/b&#38;gt; &#124; &#38;lt;b&#38;gt;&#60;a href=&#34;http://www.paintyourlife.com&#34;&#62;Portrait Painting&#60;/a&#62;&#38;lt;/b&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chris on "DIY - Summer Terk robot project for Kids - a good idea?"</title>
			<link>http://www.terk.ri.cmu.edu/forum/topic/diy-summer-terk-robot-project-for-kids-a-good-idea#post-27</link>
			<pubDate>Thu, 10 Jun 2010 16:17:35 +0000</pubDate>
			<dc:creator>chris</dc:creator>
			<guid isPermaLink="false">27@http://www.terk.ri.cmu.edu/forum/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Thanks for your interest in Terk.  The Qwerk robot controller shown here is no longer available, but is being replaced by the VEXPro controller by Innovation First.  We're currently in beta testing, with commercial release coming this summer.&#60;/p&#62;
&#60;p&#62;At the moment, programming the VEXPro is limited to C/C++.  We will be porting the Terk software architecture over to VEXPro soon, though, so it will support all the telepresence functionality of the Qwerk, as well as support for coding in Java and our visual programming software.&#60;/p&#62;
&#60;p&#62;Please let me know if you have questions.&#60;/p&#62;
&#60;p&#62;best,&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jb on "The motercalo"</title>
			<link>http://www.terk.ri.cmu.edu/forum/topic/the-motercalo#post-26</link>
			<pubDate>Wed, 09 Jun 2010 22:17:04 +0000</pubDate>
			<dc:creator>jb</dc:creator>
			<guid isPermaLink="false">26@http://www.terk.ri.cmu.edu/forum/</guid>
			<description>&#60;p&#62;Do you know the &#60;a href=&#34;http://motercalo.blogibi.net/&#34;&#62;motercalo&#60;/a&#62; ? an animal which lives in Savoye in France ! This animal has been created for an SEO event which is called &#60;a href=&#34;http://motercalo.blogibi.net/&#34;&#62;motercalo&#60;/a&#62; SEO.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

