<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="0.92">
<channel>
	<title>Thoughts of Tim</title>
	<link>http://tim.oliveirabard.com/blog</link>
	<description />
	<lastBuildDate>Sat, 21 Jan 2012 15:02:14 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.3.1" -->

	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/xml" href="http://feeds.feedburner.com/thoughtsoftim" /><feedburner:info uri="thoughtsoftim" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>thoughtsoftim</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Cellular Automaton Program</title>
		<description>A cellular automaton is a cell on a grid that changes states based on the states of itself and its neighboring cells. The next state is found by looking at the current state of the current cell and its neighbors and then applying rules to determine the next state of the cell. Once the next [...]&lt;img src="http://feeds.feedburner.com/~r/thoughtsoftim/~4/ZOiM-s1o1z8" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/thoughtsoftim/~3/ZOiM-s1o1z8/</link>
			<feedburner:origLink>http://tim.oliveirabard.com/blog/cellular-automaton-program/</feedburner:origLink></item>
	<item>
		<title>AP Chemistry Lab Manual</title>
		<description>As an AP Chemistry teacher, one of the requirements for class is that we do several laboratory experiments throughout the year. For this school year, I have been focusing on covering material from the text book and fitting in experiments when possible. Now that I have almost made it through my first school year here, I have [...]&lt;img src="http://feeds.feedburner.com/~r/thoughtsoftim/~4/BBjj5Z28QZI" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/thoughtsoftim/~3/BBjj5Z28QZI/</link>
			<feedburner:origLink>http://tim.oliveirabard.com/blog/ap-chemistry-lab-manual/</feedburner:origLink></item>
	<item>
		<title>Mailing List Manager (Update)</title>
		<description>Introduction Over the past few weeks, I have been working on creating a program that will send an e-mail to a list of e-mail addresses. There are programs/systems that already do this, but all of the ones that I found either required that recipients opt-in for the e-mails, required that you pay before you use [...]&lt;img src="http://feeds.feedburner.com/~r/thoughtsoftim/~4/VIFmK_2_g1U" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/thoughtsoftim/~3/VIFmK_2_g1U/</link>
			<feedburner:origLink>http://tim.oliveirabard.com/blog/mailing-list-manager-update/</feedburner:origLink></item>
	<item>
		<title>Chaotic Pendulum Program</title>
		<description>About I created the chaotic pendulum program to visually show qualities of a chaotic system and show the differences between a non-chaotic system (simple pendulum) and a chaotic system (chaotic pendulum). Simple Pendulum A simple pendulum consists of a mass on a rod. The mass is attached to one end of the rod and the [...]&lt;img src="http://feeds.feedburner.com/~r/thoughtsoftim/~4/Wg2gHEp83sE" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/thoughtsoftim/~3/Wg2gHEp83sE/</link>
			<feedburner:origLink>http://tim.oliveirabard.com/blog/chaotic-pendulum-program/</feedburner:origLink></item>
	<item>
		<title>Final Quarter</title>
		<description>Here at Dakar Academy, the school year is divided into four terms. Currently, we are in the last of the four terms. Spring break began three weeks ago and lasted for two weeks. During that time, I was able to do a lot of preparation for this last term. In algebra, we are going over [...]&lt;img src="http://feeds.feedburner.com/~r/thoughtsoftim/~4/oOmQIOYJB1k" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/thoughtsoftim/~3/oOmQIOYJB1k/</link>
			<feedburner:origLink>http://tim.oliveirabard.com/blog/final-quarter/</feedburner:origLink></item>
	<item>
		<title>Diffusion Limited Aggregation Program</title>
		<description>About This program simulates growth that can be found in nature. The growth that is simulated can be used to describe, to an extent, how snowflakes are formed, how dirt particles interact to form larger pieces of dust and how precipitates in chemical reactions are formed. Process The diffusion limited aggregation pattern is created by first fixing [...]&lt;img src="http://feeds.feedburner.com/~r/thoughtsoftim/~4/9o9L_VfDf7I" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/thoughtsoftim/~3/9o9L_VfDf7I/</link>
			<feedburner:origLink>http://tim.oliveirabard.com/blog/diffusion-limited-aggregation-program/</feedburner:origLink></item>
	<item>
		<title>Mailing List Manager</title>
		<description>I currently working on programming a mailing list manager. After looking around for existing options, I couldn&amp;#8217;t find any programs I liked because they either forced a user to confirm their e-mail address before it would start sending e-mails to it, cost money or required mail server on the computer I was using. As a [...]&lt;img src="http://feeds.feedburner.com/~r/thoughtsoftim/~4/W9BLcy8Ukho" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/thoughtsoftim/~3/W9BLcy8Ukho/</link>
			<feedburner:origLink>http://tim.oliveirabard.com/blog/mailing-list-manager/</feedburner:origLink></item>
	<item>
		<title>Projectile Motion Program</title>
		<description>About While I was in college, I created a program that used the Euler method to calculate the path a projectile takes. The advantage of using the Euler method for calculating the path of a projectile is that calculations can easily be updated to take into account complex factors, such as air resistance, spin, and [...]&lt;img src="http://feeds.feedburner.com/~r/thoughtsoftim/~4/OLvIoEgA1Gk" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/thoughtsoftim/~3/OLvIoEgA1Gk/</link>
			<feedburner:origLink>http://tim.oliveirabard.com/blog/projectile-motion-program/</feedburner:origLink></item>
</channel>
</rss>

