<?xml version="1.0" encoding="UTF-8" standalone="no"?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:blogger="http://schemas.google.com/blogger/2008" xmlns:gd="http://schemas.google.com/g/2005" xmlns:georss="http://www.georss.org/georss" xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/" xmlns:thr="http://purl.org/syndication/thread/1.0"><id>tag:blogger.com,1999:blog-5335628935796185398</id><updated>2024-10-08T21:26:01.865-04:00</updated><category term="Rant"/><category term="Computer"/><category term="rocket"/><category term="review"/><category term="Car"/><category term="Programing"/><category term="linux"/><category term="First Blog"/><category term="Google"/><category term="Hack"/><category term="How-To"/><category term="Java"/><category term="Laptop"/><category term="Video"/><category term="apple"/><category term="digg"/><category term="BitTorrent"/><category term="Blogging"/><category term="CES microsoft"/><category term="Dell"/><category term="Game"/><category term="LOL"/><category term="Time"/><category term="funny"/><category term="gas"/><category term="school"/><title type="text">My World</title><subtitle type="html">Just another blog....</subtitle><link href="http://nblracer.blogspot.com/feeds/posts/default" rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default?redirect=false" rel="self" type="application/atom+xml"/><link href="http://nblracer.blogspot.com/" rel="alternate" type="text/html"/><link href="http://pubsubhubbub.appspot.com/" rel="hub"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default?start-index=26&amp;max-results=25&amp;redirect=false" rel="next" type="application/atom+xml"/><author><name>Brian</name><uri>http://www.blogger.com/profile/05540317405530685173</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhvg7kaSq-KFX_yo1_w1mvx-9DHVIoZnagOS9wLoP_7r1qwpAWauj9waz7B5fp4erlYV0uDCtpjiU9VDzZUX_CI0vlzj2bhkuaX_lQpYwxtQnYE7M4eSGEKXaVDg_qTNQ/s400/IMG_2618.jpg" width="32"/></author><generator uri="http://www.blogger.com" version="7.00">Blogger</generator><openSearch:totalResults>78</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><xhtml:meta content="noindex" name="robots" xmlns:xhtml="http://www.w3.org/1999/xhtml"/><entry><id>tag:blogger.com,1999:blog-5335628935796185398.post-8075916593218611065</id><published>2008-10-30T15:12:00.001-04:00</published><updated>2008-10-30T15:12:51.187-04:00</updated><title type="text">Pointer Pointer</title><content type="html">&lt;div class="csharpcode-wrapper"&gt;   &lt;div class="csharpcode"&gt;Well i like to share some code that i worked on, for a school. It goal was to show the power of pointers.&lt;/div&gt;    &lt;div class="csharpcode"&gt;&amp;#160;&lt;/div&gt;    &lt;pre style="border-right: #cecece 1px solid; padding-right: 5px; border-top: #cecece 1px solid; padding-left: 5px; min-height: 40px; padding-bottom: 5px; overflow: auto; border-left: #cecece 1px solid; width: 426px; padding-top: 5px; border-bottom: #cecece 1px solid; height: 10990px; background-color: #fbfbfb"&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;  1: #include &amp;lt;&lt;span style="color: #0000ff"&gt;string&lt;/span&gt;.h&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;  2: #include &amp;lt;stdio.h&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;  3: #include &amp;lt;stdlib.h&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;  4: #include &amp;lt;ctype.h&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;  5: #include &amp;lt;windows.h&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;  6: #include &amp;lt;conio.h&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;  7: #include &amp;lt;iostream&amp;gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;  8: #define LOCATE(r, c) GetConsoleScreenBufferInfo(GetStdHandle(STD_OUTPUT_HANDLE), &amp;amp;csbiInfo);csbiInfo.dwCursorPosition.X = c;csbiInfo.dwCursorPosition.Y = r; SetConsoleCursorPosition(GetStdHandle(STD_OUTPUT_HANDLE), csbiInfo.dwCursorPosition);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;  9: &lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 10: &lt;span style="color: #008000"&gt;//Used to chnage console collors in windows&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 11: CONSOLE_SCREEN_BUFFER_INFO csbiInfo;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 12: HANDLE hStdin = GetStdHandle(STD_INPUT_HANDLE); &lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 13: HANDLE hStdout = GetStdHandle(STD_OUTPUT_HANDLE);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 14: &lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 15: &lt;span style="color: #0000ff"&gt;using&lt;/span&gt; &lt;span style="color: #0000ff"&gt;namespace&lt;/span&gt; std;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 16: &lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 17: &lt;span style="color: #0000ff"&gt;void&lt;/span&gt; paintScreen(&lt;span style="color: #0000ff"&gt;int&lt;/span&gt; years), moveData(&lt;span style="color: #0000ff"&gt;int&lt;/span&gt; *loca, &lt;span style="color: #0000ff"&gt;char&lt;/span&gt; *buffer, &lt;span style="color: #0000ff"&gt;float&lt;/span&gt; **table), moveLoc(&lt;span style="color: #0000ff"&gt;int&lt;/span&gt; *loc, &lt;span style="color: #0000ff"&gt;int&lt;/span&gt; year, &lt;span style="color: #0000ff"&gt;char&lt;/span&gt; dir), viewTable(&lt;span style="color: #0000ff"&gt;float&lt;/span&gt; **table, &lt;span style="color: #0000ff"&gt;int&lt;/span&gt; *year);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 18: &lt;span style="color: #0000ff"&gt;double&lt;/span&gt; findTotal(&lt;span style="color: #0000ff"&gt;float&lt;/span&gt; **, &lt;span style="color: #0000ff"&gt;int&lt;/span&gt;);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 19: &lt;span style="color: #0000ff"&gt;void&lt;/span&gt; printCollumTotal(&lt;span style="color: #0000ff"&gt;float&lt;/span&gt; **table, &lt;span style="color: #0000ff"&gt;int&lt;/span&gt; *year);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 20: &lt;span style="color: #0000ff"&gt;double&lt;/span&gt; findCollumTotal(&lt;span style="color: #0000ff"&gt;float&lt;/span&gt; *table, &lt;span style="color: #0000ff"&gt;int&lt;/span&gt; *year);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 21: &lt;span style="color: #0000ff"&gt;float&lt;/span&gt; **dArray( &lt;span style="color: #0000ff"&gt;int&lt;/span&gt; nRows, &lt;span style="color: #0000ff"&gt;int&lt;/span&gt; nCols);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 22: &lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 23: &lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 24: &lt;span style="color: #0000ff"&gt;int&lt;/span&gt; main()&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 25: {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 26:     &lt;span style="color: #0000ff"&gt;int&lt;/span&gt; loc[] = {0,0}, year = 0, i=0; &lt;span style="color: #008000"&gt;//loc is the x,y loc on table, year numver of rows, i index in buffer&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 27:     &lt;span style="color: #0000ff"&gt;bool&lt;/span&gt; breakVar = 0; &lt;span style="color: #008000"&gt;//used to brak to the outer while loop, on halt&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 28:     &lt;span style="color: #0000ff"&gt;unsigned&lt;/span&gt; &lt;span style="color: #0000ff"&gt;char&lt;/span&gt; c;&lt;span style="color: #008000"&gt;//input char 0-256&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 29:     &lt;span style="color: #0000ff"&gt;static&lt;/span&gt; &lt;span style="color: #0000ff"&gt;char&lt;/span&gt; charBuffer[11];&lt;span style="color: #008000"&gt;//buffer for imput string&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 30: &lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 31:     system(&amp;quot;&lt;span style="color: #8b0000"&gt;CLS&lt;/span&gt;&amp;quot;);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 32:     puts(&amp;quot;&lt;span style="color: #8b0000"&gt;How many years do you want to enter? &lt;/span&gt;&amp;quot;);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 33:     scanf(&amp;quot;&lt;span style="color: #8b0000"&gt;%i&lt;/span&gt;&amp;quot;,&amp;amp;year);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 34:     &lt;span style="color: #0000ff"&gt;float&lt;/span&gt; **ppTable = dArray(year, 5); &lt;span style="color: #008000"&gt;//makes the array/table&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 35:     &lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 36:     paintScreen(year);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 37:     &lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 38:     &lt;span style="color: #0000ff"&gt;while&lt;/span&gt;(!breakVar)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 39:     {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 40:         i=0;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 41:         charBuffer[0] = '\0';&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 42:         &lt;span style="color: #0000ff"&gt;while&lt;/span&gt;(!((c=getch()) == 9 || c == 13 || c == 224 || c == 'Q' || c == 'P' || c == 'V'))&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 43:         {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 44:             &lt;span style="color: #0000ff"&gt;if&lt;/span&gt;(*(loc + 1) == 0)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 45:             {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 46:                 &lt;span style="color: #0000ff"&gt;if&lt;/span&gt;(c&amp;gt;='0' &amp;amp;&amp;amp; c &amp;lt;= '9')&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 47:                 {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 48:                     charBuffer[i++]=c;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 49:                     putch(c);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 50:                     &lt;span style="color: #0000ff"&gt;if&lt;/span&gt;(i == 4)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 51:                     {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 52:                         charBuffer[i]='\0';&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 53:                         moveData(loc,charBuffer,ppTable);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 54:                         moveLoc(loc,year,'R');&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 55:                         i=0;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 56:                         &lt;span style="color: #0000ff"&gt;break&lt;/span&gt;;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 57:                     }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 58:                 }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 59:             }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 60:             &lt;span style="color: #0000ff"&gt;else&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 61:             {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 62:                 &lt;span style="color: #0000ff"&gt;if&lt;/span&gt;(c&amp;gt;='0' &amp;amp;&amp;amp; c &amp;lt;= '9' || c == '.')&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 63:                 {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 64:                     charBuffer[i++]=c;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 65:                     putch(c);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 66:                     &lt;span style="color: #0000ff"&gt;if&lt;/span&gt;(i == 10)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 67:                     {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 68:                         charBuffer[i]='\0';&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 69:                         moveData(loc,charBuffer,ppTable);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 70:                         printCollumTotal(ppTable,&amp;amp;year);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 71:                         moveLoc(loc,year,'R');&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 72:                         i = 0;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 73:                         &lt;span style="color: #0000ff"&gt;break&lt;/span&gt;;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 74:                     }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 75:                 }    &lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 76:             }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 77: &lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 78:             &lt;span style="color: #0000ff"&gt;if&lt;/span&gt;(c==8)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 79:             {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 80:                 putchar(8);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 81:                 i--;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 82:             }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 83:         }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 84:         &lt;span style="color: #0000ff"&gt;if&lt;/span&gt;(c == 9)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 85:         {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 86:             charBuffer[i]='\0';&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 87:             moveData(loc,charBuffer,ppTable);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 88:             printCollumTotal(ppTable,&amp;amp;year);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 89:             moveLoc(loc,year,'R');&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 90:         }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 91:         &lt;span style="color: #0000ff"&gt;else&lt;/span&gt; &lt;span style="color: #0000ff"&gt;if&lt;/span&gt;(c == 13)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 92:         {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 93:             charBuffer[i]='\0';&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 94:             moveData(loc,charBuffer,ppTable);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 95:             printCollumTotal(ppTable,&amp;amp;year);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 96:             moveLoc(loc,year,'D');&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 97:         }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt; 98:         &lt;span style="color: #0000ff"&gt;else&lt;/span&gt; &lt;span style="color: #0000ff"&gt;if&lt;/span&gt;(c == 224)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt; 99:         {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;100:             c = getch();&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;101:             &lt;span style="color: #0000ff"&gt;if&lt;/span&gt;(c == 72)&lt;span style="color: #008000"&gt;//up arrow&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;102:             {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;103:                 charBuffer[i]='\0';&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;104:                 moveData(loc,charBuffer,ppTable);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;105:                 printCollumTotal(ppTable,&amp;amp;year);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;106:                 moveLoc(loc,year,'U');&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;107:             }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;108:             &lt;span style="color: #0000ff"&gt;else&lt;/span&gt; &lt;span style="color: #0000ff"&gt;if&lt;/span&gt;(c == 75)&lt;span style="color: #008000"&gt;//left&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;109:             {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;110:                 charBuffer[i]='\0';&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;111:                 moveData(loc,charBuffer,ppTable);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;112:                 printCollumTotal(ppTable,&amp;amp;year);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;113:                 moveLoc(loc,year,'L');&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;114:             }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;115:             &lt;span style="color: #0000ff"&gt;else&lt;/span&gt; &lt;span style="color: #0000ff"&gt;if&lt;/span&gt;(c == 80)&lt;span style="color: #008000"&gt;//down&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;116:             {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;117:                 charBuffer[i]='\0';&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;118:                 moveData(loc,charBuffer,ppTable);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;119:                 printCollumTotal(ppTable,&amp;amp;year);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;120:                 moveLoc(loc,year,'D');&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;121:             }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;122:             &lt;span style="color: #0000ff"&gt;else&lt;/span&gt; &lt;span style="color: #0000ff"&gt;if&lt;/span&gt;(c == 77)&lt;span style="color: #008000"&gt;//right&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;123:             {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;124:                 charBuffer[i]='\0';&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;125:                 moveData(loc,charBuffer,ppTable);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;126:                 printCollumTotal(ppTable,&amp;amp;year);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;127:                 moveLoc(loc,year,'R');&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;128:             }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;129:         }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;130:         &lt;span style="color: #0000ff"&gt;else&lt;/span&gt; &lt;span style="color: #0000ff"&gt;if&lt;/span&gt;(c == 'Q')&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;131:         {    &lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;132:             breakVar = 1;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;133:             &lt;span style="color: #0000ff"&gt;continue&lt;/span&gt;;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;134:         }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;135:         &lt;span style="color: #0000ff"&gt;else&lt;/span&gt; &lt;span style="color: #0000ff"&gt;if&lt;/span&gt;(c == 'V')&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;136:         {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;137:             viewTable(ppTable,&amp;amp;year);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;138:             breakVar = 1;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;139:             &lt;span style="color: #0000ff"&gt;continue&lt;/span&gt;;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;140:         }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;141:         &lt;span style="color: #0000ff"&gt;else&lt;/span&gt; &lt;span style="color: #0000ff"&gt;if&lt;/span&gt;(c == 'P')&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;142:         {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;143:             breakVar = 1;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;144:             &lt;span style="color: #0000ff"&gt;continue&lt;/span&gt;;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;145:         }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;146: &lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;147:     }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;148:         &lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;149:     &lt;span style="color: #0000ff"&gt;delete&lt;/span&gt; [] *ppTable;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;150:     &lt;span style="color: #0000ff"&gt;delete&lt;/span&gt; [] ppTable;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;151:     &lt;span style="color: #0000ff"&gt;return&lt;/span&gt; 1;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;152: }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;153: &lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;154: &lt;span style="color: #0000ff"&gt;float&lt;/span&gt; **dArray( &lt;span style="color: #0000ff"&gt;int&lt;/span&gt; nRows, &lt;span style="color: #0000ff"&gt;int&lt;/span&gt; nCols)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;155: {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;156:     &lt;span style="color: #0000ff"&gt;float&lt;/span&gt; **ppi;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;157:     &lt;span style="color: #0000ff"&gt;float&lt;/span&gt; *pool;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;158:     &lt;span style="color: #0000ff"&gt;float&lt;/span&gt; *curPtr;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;159:     &lt;span style="color: #008000"&gt;//(step 1) allocate memory for array of elements of column&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;160: &lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;161:     ppi = &lt;span style="color: #0000ff"&gt;new&lt;/span&gt; &lt;span style="color: #0000ff"&gt;float&lt;/span&gt;*[nRows];&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;162: &lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;163:     &lt;span style="color: #008000"&gt;//(step 2) allocate memory for array of elements of each row&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;164:     pool = &lt;span style="color: #0000ff"&gt;new&lt;/span&gt; &lt;span style="color: #0000ff"&gt;float&lt;/span&gt; [nRows * nCols];&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;165: &lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;166:     &lt;span style="color: #008000"&gt;// Now point the pointers in the right place&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;167:     curPtr = pool;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;168:     &lt;span style="color: #0000ff"&gt;for&lt;/span&gt;( &lt;span style="color: #0000ff"&gt;int&lt;/span&gt; i = 0; i &amp;lt; nRows; i++)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;169:     {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;170:         *(ppi + i) = curPtr;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;171:          curPtr += nCols;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;172:     }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;173:     &lt;span style="color: #0000ff"&gt;for&lt;/span&gt;( &lt;span style="color: #0000ff"&gt;int&lt;/span&gt; i = 0; i &amp;lt; nRows; i++)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;174:     {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;175:         &lt;span style="color: #0000ff"&gt;for&lt;/span&gt;(&lt;span style="color: #0000ff"&gt;int&lt;/span&gt; j=0;j &amp;lt;nCols; j++)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;176:         {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;177:             *(*(ppi + i)+j) = 0;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;178:         }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;179:     }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;180:     &lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;181:     &lt;span style="color: #0000ff"&gt;return&lt;/span&gt; ppi;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;182: }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;183: &lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;184: &lt;span style="color: #0000ff"&gt;void&lt;/span&gt; paintScreen(&lt;span style="color: #0000ff"&gt;int&lt;/span&gt; years)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;185: {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;186:     system(&amp;quot;&lt;span style="color: #8b0000"&gt;CLS&lt;/span&gt;&amp;quot;);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;187:     LOCATE(2,28);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;188:     puts(&amp;quot;&lt;span style="color: #8b0000"&gt;Data Entry Forum&lt;/span&gt;&amp;quot;);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;189:     LOCATE(5,0);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;190:     puts(&amp;quot;&lt;span style="color: #8b0000"&gt;YEAR&lt;/span&gt;&amp;quot;);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;191:     LOCATE(5,13);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;192:     puts(&amp;quot;&lt;span style="color: #8b0000"&gt;QUARTER 1&lt;/span&gt;&amp;quot;);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;193:     LOCATE(5,32);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;194:     puts(&amp;quot;&lt;span style="color: #8b0000"&gt;QUARTER 2&lt;/span&gt;&amp;quot;);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;195:     LOCATE(5,51);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;196:     puts(&amp;quot;&lt;span style="color: #8b0000"&gt;QUARTER 3&lt;/span&gt;&amp;quot;);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;197:     LOCATE(5,70);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;198:     puts(&amp;quot;&lt;span style="color: #8b0000"&gt;QUARTER 4&lt;/span&gt;&amp;quot;);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;199:     &lt;span style="color: #0000ff"&gt;for&lt;/span&gt;(&lt;span style="color: #0000ff"&gt;int&lt;/span&gt; i = 6; i &amp;lt; years + 8; i++)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;200:     {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;201:         &lt;span style="color: #0000ff"&gt;for&lt;/span&gt;(&lt;span style="color: #0000ff"&gt;int&lt;/span&gt; j = 12; j&amp;lt;70; j+=19)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;202:         {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;203:             LOCATE(i,j);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;204:             &lt;span style="color: #0000ff"&gt;if&lt;/span&gt;(i == years + 7)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;205:             {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;206:                 puts(&amp;quot;&lt;span style="color: #8b0000"&gt;|&lt;/span&gt;&amp;quot;);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;207:             }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;208:             &lt;span style="color: #0000ff"&gt;else&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;209:             {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;210:                 puts(&amp;quot;&lt;span style="color: #8b0000"&gt;$&lt;/span&gt;&amp;quot;);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;211:             }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;212:         }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;213:     }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;214:     LOCATE(6 + years,0);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;215:     &lt;span style="color: #0000ff"&gt;for&lt;/span&gt;(&lt;span style="color: #0000ff"&gt;int&lt;/span&gt; i = 0; i &amp;lt; 80; i++)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;216:     {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;217:         putch('-');&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;218:     }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;219:     LOCATE(7 + years,0);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;220:     puts(&amp;quot;&lt;span style="color: #8b0000"&gt;TOTAL:&lt;/span&gt;&amp;quot;);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;221:     LOCATE(9 + years,0);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;222:     puts(&amp;quot;&lt;span style="color: #8b0000"&gt;Press Q at any time to Quit, V to view data reports, P to print&lt;/span&gt;&amp;quot;);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;223:     LOCATE(6,0);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;224: }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;225: &lt;span style="color: #0000ff"&gt;void&lt;/span&gt; moveData(&lt;span style="color: #0000ff"&gt;int&lt;/span&gt; *loc, &lt;span style="color: #0000ff"&gt;char&lt;/span&gt; *buffer, &lt;span style="color: #0000ff"&gt;float&lt;/span&gt; **table)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;226: {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;227:     &lt;span style="color: #0000ff"&gt;if&lt;/span&gt;(strlen(buffer)!=0) &lt;span style="color: #008000"&gt;//checks if it is already empty&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;228:     {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;229:         *(*(table + *loc) + *(loc + 1)) = atof(buffer); &lt;span style="color: #008000"&gt;//wont wipe out old data, if empty&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;230:         strcpy(buffer,&amp;quot;&lt;span style="color: #8b0000"&gt;&lt;/span&gt;&amp;quot;);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;231:     }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;232: }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;233: &lt;span style="color: #0000ff"&gt;void&lt;/span&gt; moveLoc(&lt;span style="color: #0000ff"&gt;int&lt;/span&gt; *loc, &lt;span style="color: #0000ff"&gt;int&lt;/span&gt; year, &lt;span style="color: #0000ff"&gt;char&lt;/span&gt; dir)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;234: {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;235:     &lt;span style="color: #0000ff"&gt;if&lt;/span&gt;(dir == 'U')&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;236:     {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;237:         &lt;span style="color: #0000ff"&gt;if&lt;/span&gt;(*loc &amp;gt; 0)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;238:         {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;239:             *loc = *loc - 1;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;240:         }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;241: &lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;242:     }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;243:     &lt;span style="color: #0000ff"&gt;else&lt;/span&gt; &lt;span style="color: #0000ff"&gt;if&lt;/span&gt;(dir == 'R')&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;244:     {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;245:         &lt;span style="color: #0000ff"&gt;if&lt;/span&gt;(*(loc + 1) &amp;gt; 4)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;246:         {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;247:             *(loc + 1) = 0;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;248:             *loc = *loc + 1;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;249:         }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;250:         &lt;span style="color: #0000ff"&gt;else&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;251:         {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;252:             *(loc + 1) = *(loc + 1) + 1;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;253:         }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;254:     }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;255:     &lt;span style="color: #0000ff"&gt;else&lt;/span&gt; &lt;span style="color: #0000ff"&gt;if&lt;/span&gt;(dir == 'D')&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;256:     {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;257:         &lt;span style="color: #0000ff"&gt;if&lt;/span&gt;(*loc &amp;lt; year - 1)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;258:         {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;259:             *loc = *loc + 1;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;260:         }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;261:     }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;262:     &lt;span style="color: #0000ff"&gt;else&lt;/span&gt; &lt;span style="color: #0000ff"&gt;if&lt;/span&gt;(dir == 'L')&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;263:     {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;264:         &lt;span style="color: #0000ff"&gt;if&lt;/span&gt;(*(loc + 1) &amp;gt; 0)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;265:         {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;266:             *(loc + 1) = *(loc + 1) - 1;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;267:         }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;268:     }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;269:     &lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;270:     &lt;span style="color: #0000ff"&gt;if&lt;/span&gt;(*(loc + 1)== 1)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;271:     {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;272:         LOCATE(6 + *loc,13);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;273:     }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;274:     &lt;span style="color: #0000ff"&gt;else&lt;/span&gt; &lt;span style="color: #0000ff"&gt;if&lt;/span&gt;(*(loc + 1)== 0)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;275:     {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;276:         LOCATE(6 + *loc,0);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;277:     }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;278:     &lt;span style="color: #0000ff"&gt;else&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;279:     {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;280:         LOCATE(6 + *loc,*(loc + 1)*19 - 6);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;281:     }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;282: }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;283: &lt;span style="color: #0000ff"&gt;double&lt;/span&gt; findTotal(&lt;span style="color: #0000ff"&gt;float&lt;/span&gt; *aArray, &lt;span style="color: #0000ff"&gt;int&lt;/span&gt; aNum)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;284: {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;285:     &lt;span style="color: #0000ff"&gt;double&lt;/span&gt; total = 0;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;286:     &lt;span style="color: #0000ff"&gt;for&lt;/span&gt;(&lt;span style="color: #0000ff"&gt;int&lt;/span&gt; i=1; i &amp;lt;= aNum; i++)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;287:     {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;288:         total += *(aArray + i);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;289:     }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;290:     &lt;span style="color: #0000ff"&gt;return&lt;/span&gt; total;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;291: }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;292: &lt;span style="color: #0000ff"&gt;double&lt;/span&gt; findCollumTotal(&lt;span style="color: #0000ff"&gt;float&lt;/span&gt; *table, &lt;span style="color: #0000ff"&gt;int&lt;/span&gt; *year)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;293: {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;294:     &lt;span style="color: #0000ff"&gt;double&lt;/span&gt; total = 0;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;295:     &lt;span style="color: #0000ff"&gt;for&lt;/span&gt;(&lt;span style="color: #0000ff"&gt;int&lt;/span&gt; i = 0; i &amp;lt; *year; i++)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;296:     {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;297:         total += *(table + 5 * i);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;298:     }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;299:     &lt;span style="color: #0000ff"&gt;return&lt;/span&gt; total;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;300: }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;301: &lt;span style="color: #0000ff"&gt;void&lt;/span&gt; viewTable(&lt;span style="color: #0000ff"&gt;float&lt;/span&gt; **table, &lt;span style="color: #0000ff"&gt;int&lt;/span&gt; *year)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;302: {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;303:     &lt;span style="color: #0000ff"&gt;double&lt;/span&gt; grandTotal = 0;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;304:     system(&amp;quot;&lt;span style="color: #8b0000"&gt;CLS&lt;/span&gt;&amp;quot;);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;305:     puts(&amp;quot;&lt;span style="color: #8b0000"&gt;YEAR\tQ1\t\tQ2\t\tQ3\t\tQ4\t\tTOTAL&lt;/span&gt;&amp;quot;);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;306:     &lt;span style="color: #0000ff"&gt;for&lt;/span&gt;(&lt;span style="color: #0000ff"&gt;int&lt;/span&gt; i = 0; i &amp;lt; *year; i++)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;307:     {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;308:         printf(&amp;quot;&lt;span style="color: #8b0000"&gt;%-4.0f\t&lt;/span&gt;&amp;quot;,*(*(table + i)));&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;309:         &lt;span style="color: #0000ff"&gt;for&lt;/span&gt;(&lt;span style="color: #0000ff"&gt;int&lt;/span&gt; j = 1; j &amp;lt; 6; j++)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;310:         {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;311:             &lt;span style="color: #0000ff"&gt;if&lt;/span&gt;(j==5)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;312:             {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;313:                 grandTotal+=findTotal(*(table + i),4);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;314:                 printf(&amp;quot;&lt;span style="color: #8b0000"&gt;%-10.2f\t&lt;/span&gt;&amp;quot;,findTotal(*(table + i),4));&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;315:             }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;316:             &lt;span style="color: #0000ff"&gt;else&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;317:             {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;318:                 printf(&amp;quot;&lt;span style="color: #8b0000"&gt;%-10.2f\t&lt;/span&gt;&amp;quot;,*(*(table + i) + j));&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;319:             }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;320:         }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;321:         printf(&amp;quot;&lt;span style="color: #8b0000"&gt;\n\r&lt;/span&gt;&amp;quot;);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;322:     }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;323:     printf(&amp;quot;&lt;span style="color: #8b0000"&gt;\n\rTOTAL\t&lt;/span&gt;&amp;quot;);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;324:     &lt;span style="color: #0000ff"&gt;for&lt;/span&gt;(&lt;span style="color: #0000ff"&gt;int&lt;/span&gt; j = 1; j&amp;lt;=5; j++)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;325:     {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;326:         {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;327:             &lt;span style="color: #0000ff"&gt;if&lt;/span&gt;(j==5)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;328:             {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;329:                 printf(&amp;quot;&lt;span style="color: #8b0000"&gt;%-10.2f&lt;/span&gt;&amp;quot;,grandTotal);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;330:             }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;331:             &lt;span style="color: #0000ff"&gt;else&lt;/span&gt;&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;332:             {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;333:                 printf(&amp;quot;&lt;span style="color: #8b0000"&gt;%-10.2f\t&lt;/span&gt;&amp;quot;,findCollumTotal(*table + j,year));&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;334:             }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;335:         }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;336:     }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;337:     printf(&amp;quot;&lt;span style="color: #8b0000"&gt;\n\rAVERAGE\t&lt;/span&gt;&amp;quot;);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;338:     &lt;span style="color: #0000ff"&gt;for&lt;/span&gt;(&lt;span style="color: #0000ff"&gt;int&lt;/span&gt; j = 1; j&amp;lt;5; j++)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;339:     {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;340:         {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;341:             printf(&amp;quot;&lt;span style="color: #8b0000"&gt;%-10.2f\t&lt;/span&gt;&amp;quot;,(findCollumTotal(*table + j,year)/(*year)));&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;342:         }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;343:     }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;344:     printf(&amp;quot;&lt;span style="color: #8b0000"&gt;\n\r&lt;/span&gt;&amp;quot;);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;345:     printf(&amp;quot;&lt;span style="color: #8b0000"&gt;\n\rYearly AVERAGE: %-10.2f\n\r&lt;/span&gt;&amp;quot;, grandTotal/(*year));&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;346:     system(&amp;quot;&lt;span style="color: #8b0000"&gt;Pause&lt;/span&gt;&amp;quot;);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;347: }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;348: &lt;span style="color: #0000ff"&gt;void&lt;/span&gt; printCollumTotal(&lt;span style="color: #0000ff"&gt;float&lt;/span&gt; **table, &lt;span style="color: #0000ff"&gt;int&lt;/span&gt; *year)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;349: {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;350:     LOCATE(*year +7,13)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;351:     &lt;span style="color: #0000ff"&gt;for&lt;/span&gt;(&lt;span style="color: #0000ff"&gt;int&lt;/span&gt; i = 0; i &amp;lt;67; i++)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;352:     {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;353:         printf(&amp;quot;&lt;span style="color: #8b0000"&gt; &lt;/span&gt;&amp;quot;);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;354:     }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;355:     &lt;span style="color: #0000ff"&gt;for&lt;/span&gt;(&lt;span style="color: #0000ff"&gt;int&lt;/span&gt; j = 0; j&amp;lt;4; j++)&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;356:     {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;357:         LOCATE(*year + 7,j*19+12);&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;358:         {&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;359:             printf(&amp;quot;&lt;span style="color: #8b0000"&gt;|%-10.2f&lt;/span&gt;&amp;quot;,findCollumTotal(*table + (j+1),year));&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;360:         }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #fbfbfb"&gt;361:     }&lt;br /&gt;&lt;/pre&gt;&lt;pre style="font-size: 12px; margin: 0em; width: 100%; font-family: consolas,&amp;#39;Courier New&amp;#39;,courier,monospace; background-color: #ffffff"&gt;362: }&lt;/pre&gt;&lt;/pre&gt;&lt;br /&gt;&lt;/div&gt;  </content><link href="http://nblracer.blogspot.com/feeds/8075916593218611065/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://www.blogger.com/comment/fullpage/post/5335628935796185398/8075916593218611065" rel="replies" title="2 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/8075916593218611065" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/8075916593218611065" rel="self" type="application/atom+xml"/><link href="http://nblracer.blogspot.com/2008/10/pointer-pointer.html" rel="alternate" title="Pointer Pointer" type="text/html"/><author><name>Brian</name><uri>http://www.blogger.com/profile/05540317405530685173</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhvg7kaSq-KFX_yo1_w1mvx-9DHVIoZnagOS9wLoP_7r1qwpAWauj9waz7B5fp4erlYV0uDCtpjiU9VDzZUX_CI0vlzj2bhkuaX_lQpYwxtQnYE7M4eSGEKXaVDg_qTNQ/s400/IMG_2618.jpg" width="32"/></author><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5335628935796185398.post-6362663832901138979</id><published>2008-08-28T19:30:00.000-04:00</published><updated>2008-08-28T19:35:39.735-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="LOL"/><title type="text">LOL</title><content type="html">I'm watching HSN, home shoping networking, and they are selling gateway. And they advertize 800 dollar worth softwear. Some of the titles they list is mozilas packedged thuderbord and firfox, both free opensource softwear. Just thought it was funny, nice compute though for hsn</content><link href="http://nblracer.blogspot.com/feeds/6362663832901138979/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://www.blogger.com/comment/fullpage/post/5335628935796185398/6362663832901138979" rel="replies" title="1 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/6362663832901138979" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/6362663832901138979" rel="self" type="application/atom+xml"/><link href="http://nblracer.blogspot.com/2008/08/lol.html" rel="alternate" title="LOL" type="text/html"/><author><name>Brian</name><uri>http://www.blogger.com/profile/05540317405530685173</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhvg7kaSq-KFX_yo1_w1mvx-9DHVIoZnagOS9wLoP_7r1qwpAWauj9waz7B5fp4erlYV0uDCtpjiU9VDzZUX_CI0vlzj2bhkuaX_lQpYwxtQnYE7M4eSGEKXaVDg_qTNQ/s400/IMG_2618.jpg" width="32"/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5335628935796185398.post-2338195722210343454</id><published>2008-08-07T17:40:00.000-04:00</published><updated>2008-08-07T18:10:05.380-04:00</updated><title type="text">IP To MAC or is it MAC To IP?</title><content type="html">Neither!&lt;br /&gt;
&lt;div style="text-align: left;"&gt;I was reading an artical on /. (http://news.slashdot.org/article.pl?sid=08/08/06/0224238) and it makes me wonder what are they thinking. &lt;i&gt;Tufts University's &lt;/i&gt;is totaly right that it in imposiable to &lt;i&gt; &lt;/i&gt;cross-match IP addresses to MAC addresses to idetifi users. REason one theey gave the system uses DHCP therfeore ip are randomly and dynamicly assigned to the computer. Secoundly even if you indtifed the computer, it does not help since computers can be shared fore you can not indtifi the user. Another reason which they did not give, is MAC adresses are spoofable, thefore once again it hard to 100% confirm a IP to a computer. For example if you wanted to be a complete jerk, Scan the network for other clients, (easy) copy there mac addresses, wait for them to discountect, or force them to discount, change your MAC adresses to the one you copy, connect to network, do what needs to be done, discounted and chnage your MAC to manufacture default was.&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;/div&gt;&lt;div style="text-align: left;"&gt;&lt;/div&gt;</content><link href="http://nblracer.blogspot.com/feeds/2338195722210343454/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://www.blogger.com/comment/fullpage/post/5335628935796185398/2338195722210343454" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/2338195722210343454" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/2338195722210343454" rel="self" type="application/atom+xml"/><link href="http://nblracer.blogspot.com/2008/08/ip-to-mac-or-is-it-mac-to-ip.html" rel="alternate" title="IP To MAC or is it MAC To IP?" type="text/html"/><author><name>Brian</name><uri>http://www.blogger.com/profile/05540317405530685173</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhvg7kaSq-KFX_yo1_w1mvx-9DHVIoZnagOS9wLoP_7r1qwpAWauj9waz7B5fp4erlYV0uDCtpjiU9VDzZUX_CI0vlzj2bhkuaX_lQpYwxtQnYE7M4eSGEKXaVDg_qTNQ/s400/IMG_2618.jpg" width="32"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5335628935796185398.post-9177371631265936864</id><published>2008-08-07T11:28:00.001-04:00</published><updated>2008-08-07T12:07:24.885-04:00</updated><title type="text">Yea, .... Ok?</title><content type="html">Like always I have been busy. Last week of school is coming to end. That's the "Yea" part. So what now? What are my planes for the rest of the summer, you ask?&amp;nbsp; I don't know where to begin. I have a such long to do list, i don't know where i should start or how to priorities them. So to name a few in no particular order:&lt;br /&gt;
&lt;br /&gt;
Gateway: My goal it to turn a old beige PC into a local gateway/firewall/AV for my home network. The plain is to have it running virtually on my old server. The only thing i'm waiting for it to come by a gibite Ethernet card.&lt;br /&gt;
&lt;br /&gt;
Beowulf Cluster: This is something i been wanting to do for a few years, but don't have the money to fund it. I'm thinking about asking office buildings and public schools if they are willing to donate about 6 of there obsoltete computers. I still would need a Switch or a hub to connect them all. Switch can be pricey, and not something people are willing to throw away. I don't know if i want the nodes to be thin client/Dumb computer without hard drives. I think it will be cooler to have the nodes to be dumb and only processes task the server sends to them.&lt;br /&gt;
&lt;br /&gt;
Microcontrolls, This is something i just got interested in. First i wanted to make DAQ (data acquisition) to stream data from a load cell to my computer. Secondly i was thing about making an on board computer for a model rocket that will record altitude, acceleration, and time. It also would be able deploy parachutes. I also was thinking about adding a transceiver.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Multi Touch Display. I found a good link to a walk though on how to build your own multi touch screen along with the software necessary to get everything up in running.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Linux : I need to get Linux working back on my laptop. This is something simple and should not take to long. Th hard part/ time consuming part is backing up the data before hand. I also plan to install TrueCrypt.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
On the bright side i just finshed, working on a website. So acpect to see a little JavaScript example soon.&lt;i&gt;&lt;br /&gt;
&lt;/i&gt;</content><link href="http://nblracer.blogspot.com/feeds/9177371631265936864/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://www.blogger.com/comment/fullpage/post/5335628935796185398/9177371631265936864" rel="replies" title="10 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/9177371631265936864" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/9177371631265936864" rel="self" type="application/atom+xml"/><link href="http://nblracer.blogspot.com/2008/08/yea-ok.html" rel="alternate" title="Yea, .... Ok?" type="text/html"/><author><name>Brian</name><uri>http://www.blogger.com/profile/05540317405530685173</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhvg7kaSq-KFX_yo1_w1mvx-9DHVIoZnagOS9wLoP_7r1qwpAWauj9waz7B5fp4erlYV0uDCtpjiU9VDzZUX_CI0vlzj2bhkuaX_lQpYwxtQnYE7M4eSGEKXaVDg_qTNQ/s400/IMG_2618.jpg" width="32"/></author><thr:total>10</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5335628935796185398.post-259991585717023318</id><published>2008-08-05T14:33:00.000-04:00</published><updated>2008-08-05T14:34:40.168-04:00</updated><title type="text">Mozilla Labs</title><content type="html">Here is a cool concept videio from thr Mozilla guys&lt;br /&gt;
&lt;br /&gt;
&lt;object height="225" width="400"&gt; &lt;param name="allowfullscreen" value="true" /&gt; &lt;param name="allowscriptaccess" value="always" /&gt; &lt;param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=1450211&amp;amp;server=www.vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=ff9933&amp;amp;fullscreen=1" /&gt; &lt;embed src="http://www.vimeo.com/moogaloop.swf?clip_id=1450211&amp;amp;server=www.vimeo.com&amp;amp;show_title=1&amp;amp;show_byline=1&amp;amp;show_portrait=0&amp;amp;color=ff9933&amp;amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="225"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br /&gt;
&lt;a href="http://www.vimeo.com/1450211?pg=embed&amp;amp;sec=1450211"&gt;Aurora (Part 1)&lt;/a&gt; from &lt;a href="http://www.vimeo.com/user524591?pg=embed&amp;amp;sec=1450211"&gt;Adaptive Path&lt;/a&gt; on &lt;a href="http://vimeo.com/?pg=embed&amp;amp;sec=1450211"&gt;Vimeo&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
I will be make some more post soon, so stand by</content><link href="http://nblracer.blogspot.com/feeds/259991585717023318/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://www.blogger.com/comment/fullpage/post/5335628935796185398/259991585717023318" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/259991585717023318" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/259991585717023318" rel="self" type="application/atom+xml"/><link href="http://nblracer.blogspot.com/2008/08/mozilla-labs.html" rel="alternate" title="Mozilla Labs" type="text/html"/><author><name>Brian</name><uri>http://www.blogger.com/profile/05540317405530685173</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhvg7kaSq-KFX_yo1_w1mvx-9DHVIoZnagOS9wLoP_7r1qwpAWauj9waz7B5fp4erlYV0uDCtpjiU9VDzZUX_CI0vlzj2bhkuaX_lQpYwxtQnYE7M4eSGEKXaVDg_qTNQ/s400/IMG_2618.jpg" width="32"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5335628935796185398.post-2007363897127879665</id><published>2008-06-17T00:01:00.000-04:00</published><updated>2008-06-17T00:01:01.351-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Computer"/><title type="text">FireFox 3</title><content type="html">&lt;a href="http://www.spreadfirefox.com/node&amp;amp;id=0&amp;amp;t=269"&gt;&lt;img alt="Download Day" title="Download Day" src="http://www.spreadfirefox.com/files/images/affiliates_banners/sns_badge1_en.png" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Yes the day has come, download Firefox 3 now today and lets break a record.&lt;br /&gt;&lt;br /&gt;in mean time watch Mozilla Air Live&lt;br /&gt;&lt;br /&gt;&lt;script src="http://static.mogulus.com/scripts/playerv2.js?channel=air_mozilla&amp;amp;layout=playerEmbedWide&amp;amp;backgroundColor=0xffffff&amp;amp;backgroundAlpha=1&amp;amp;backgroundGradientStrength=0&amp;amp;chromeColor=0x000000&amp;amp;headerBarGlossEnabled=true&amp;amp;controlBarGlossEnabled=true&amp;amp;chatInputGlossEnabled=true&amp;amp;uiWhite=true&amp;amp;uiAlpha=0.5&amp;amp;uiSelectedAlpha=1&amp;amp;dropShadowEnabled=true&amp;amp;dropShadowHorizontalDistance=10&amp;amp;dropShadowVerticalDistance=10&amp;amp;paddingLeft=10&amp;amp;paddingRight=10&amp;amp;paddingTop=10&amp;amp;paddingBottom=10&amp;amp;cornerRadius=3&amp;amp;backToDirectoryURL=null&amp;amp;bannerURL=null&amp;amp;bannerText=null&amp;amp;bannerWidth=320&amp;amp;bannerHeight=50&amp;amp;showViewers=false&amp;amp;embedEnabled=true&amp;amp;chatEnabled=true&amp;amp;onDemandEnabled=true&amp;amp;programGuideEnabled=false&amp;amp;fullScreenEnabled=true&amp;amp;reportAbuseEnabled=false&amp;amp;gridEnabled=false&amp;amp;initialIsOn=true&amp;amp;initialIsMute=false&amp;amp;initialVolume=10&amp;amp;width=400&amp;amp;height=400&amp;amp;wmode=window" type="text/javascript"&gt;&lt;/script&gt;</content><link href="http://nblracer.blogspot.com/feeds/2007363897127879665/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://www.blogger.com/comment/fullpage/post/5335628935796185398/2007363897127879665" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/2007363897127879665" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/2007363897127879665" rel="self" type="application/atom+xml"/><link href="http://nblracer.blogspot.com/2008/06/firefox-3.html" rel="alternate" title="FireFox 3" type="text/html"/><author><name>Brian</name><uri>http://www.blogger.com/profile/05540317405530685173</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhvg7kaSq-KFX_yo1_w1mvx-9DHVIoZnagOS9wLoP_7r1qwpAWauj9waz7B5fp4erlYV0uDCtpjiU9VDzZUX_CI0vlzj2bhkuaX_lQpYwxtQnYE7M4eSGEKXaVDg_qTNQ/s400/IMG_2618.jpg" width="32"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5335628935796185398.post-6032773476150048686</id><published>2008-06-12T21:55:00.001-04:00</published><updated>2008-06-12T21:55:29.443-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Rant"/><title type="text">Longest Day...</title><content type="html">Wow. Today is still not over! It is going by so so slow and i been non stop since 6:30 this morning, and still have morning to do. I finally had time to get something to eat. 2 papers down one more left. Just felt like i will let it out.&lt;br /&gt;&lt;br /&gt;BTW i have a pounding head-ach</content><link href="http://nblracer.blogspot.com/feeds/6032773476150048686/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://www.blogger.com/comment/fullpage/post/5335628935796185398/6032773476150048686" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/6032773476150048686" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/6032773476150048686" rel="self" type="application/atom+xml"/><link href="http://nblracer.blogspot.com/2008/06/longest-day.html" rel="alternate" title="Longest Day..." type="text/html"/><author><name>Brian</name><uri>http://www.blogger.com/profile/05540317405530685173</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhvg7kaSq-KFX_yo1_w1mvx-9DHVIoZnagOS9wLoP_7r1qwpAWauj9waz7B5fp4erlYV0uDCtpjiU9VDzZUX_CI0vlzj2bhkuaX_lQpYwxtQnYE7M4eSGEKXaVDg_qTNQ/s400/IMG_2618.jpg" width="32"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5335628935796185398.post-1826754082713935948</id><published>2008-06-10T19:15:00.001-04:00</published><updated>2008-06-10T19:15:38.424-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="apple"/><category scheme="http://www.blogger.com/atom/ns#" term="Google"/><title type="text">iPhone and Google Trends</title><content type="html">&lt;p&gt;   &lt;p style="width: 443px; height: 3.08%"&gt;     &lt;p&gt;Google trend just got an update today. For those who don't know what Google trends is, it a another service by Google still in the lab, aka beta. It allows users to track the popularity of search term, over time. You can read more about it, here &lt;a title="http://googleblog.blogspot.com/2008/06/new-flavor-of-google-trends.html" href="http://googleblog.blogspot.com/2008/06/new-flavor-of-google-trends.html"&gt;http://googleblog.blogspot.com/2008/06/new-flavor-of-google-trends.html&lt;/a&gt; Know what are some hip, search terms going on in the web-spears. iPhone any one? A little 3G, maybe. Lets check it out: &lt;a href="http://lh3.ggpht.com/nblracer/SE8LEwSIuHI/AAAAAAAAAeg/lWGO54wVc3c/s1600-h/image%5B9%5D.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="183" alt="image" src="http://lh6.ggpht.com/nblracer/SE8LFXdJjSI/AAAAAAAAAek/7bUlkkGeDGI/image_thumb%5B5%5D.png?imgmax=800" width="404" border="0" /&gt;&lt;/a&gt;Notice the two main peaks, A and B. &amp;quot;A&amp;quot; falls on the date the iPhone was announced on January 9. &amp;quot;B&amp;quot; was the release date June 29.&lt;/p&gt;      &lt;p&gt;Now lets add a little 3G and compared.&lt;a href="http://lh6.ggpht.com/nblracer/SE8LFzHfvUI/AAAAAAAAAeo/Zz_RLybEIMg/s1600-h/image%5B13%5D.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="183" alt="image" src="http://lh6.ggpht.com/nblracer/SE8LGbM12eI/AAAAAAAAAes/oHLBNsN45h4/image_thumb%5B7%5D.png?imgmax=800" width="404" border="0" /&gt;&lt;/a&gt; Look at how it shoot up. &lt;/p&gt;&lt;/p&gt;&lt;/p&gt;  </content><link href="http://nblracer.blogspot.com/feeds/1826754082713935948/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://www.blogger.com/comment/fullpage/post/5335628935796185398/1826754082713935948" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/1826754082713935948" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/1826754082713935948" rel="self" type="application/atom+xml"/><link href="http://nblracer.blogspot.com/2008/06/iphone-and-google-trends.html" rel="alternate" title="iPhone and Google Trends" type="text/html"/><author><name>Brian</name><uri>http://www.blogger.com/profile/05540317405530685173</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhvg7kaSq-KFX_yo1_w1mvx-9DHVIoZnagOS9wLoP_7r1qwpAWauj9waz7B5fp4erlYV0uDCtpjiU9VDzZUX_CI0vlzj2bhkuaX_lQpYwxtQnYE7M4eSGEKXaVDg_qTNQ/s400/IMG_2618.jpg" width="32"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="http://lh6.ggpht.com/nblracer/SE8LFXdJjSI/AAAAAAAAAek/7bUlkkGeDGI/s72-c/image_thumb%5B5%5D.png?imgmax=800" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5335628935796185398.post-4809319149681842756</id><published>2008-06-09T16:04:00.001-04:00</published><updated>2008-06-09T16:04:55.820-04:00</updated><title type="text">New iPhone 3G :: Twice as fast Half the price</title><content type="html">SAN FRANCISCO—June 9, 2008—Apple® today introduced the new iPhone™ 3G, combining all the revolutionary features of iPhone with 3G networking that is twice as fast* as the first generation iPhone, built-in GPS for expanded location based mobile services, and iPhone 2.0 software which includes support for Microsoft Exchange ActiveSync and more.&lt;br/&gt;&lt;br/&gt;&lt;a href='http://www.apple.com/pr/library/2008/06/09iphone.html'&gt;read more&lt;/a&gt; | &lt;a href='http://digg.com/apple/New_iPhone_3G_Twice_as_fast_Half_the_price'&gt;digg story&lt;/a&gt;</content><link href="http://nblracer.blogspot.com/feeds/4809319149681842756/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://www.blogger.com/comment/fullpage/post/5335628935796185398/4809319149681842756" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/4809319149681842756" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/4809319149681842756" rel="self" type="application/atom+xml"/><link href="http://nblracer.blogspot.com/2008/06/new-iphone-3g-twice-as-fast-half-price.html" rel="alternate" title="New iPhone 3G :: Twice as fast Half the price" type="text/html"/><author><name>Brian</name><uri>http://www.blogger.com/profile/05540317405530685173</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhvg7kaSq-KFX_yo1_w1mvx-9DHVIoZnagOS9wLoP_7r1qwpAWauj9waz7B5fp4erlYV0uDCtpjiU9VDzZUX_CI0vlzj2bhkuaX_lQpYwxtQnYE7M4eSGEKXaVDg_qTNQ/s400/IMG_2618.jpg" width="32"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5335628935796185398.post-4848467870664108553</id><published>2008-06-09T12:13:00.002-04:00</published><updated>2008-06-09T12:22:41.728-04:00</updated><title type="text">MPAA Wants to Stop DVRs From Recording Some Movies</title><content type="html">Another article from digg, but this is a good one. From my understanding the MPAA wantes to embed some meta code to prevent DVR fro recording it. The reason being, the movie industry was to change its realses dates, to allow comsumers to get movies earlyer. there thinking if we deliver movies early we need to prevent it from piretes degrading the rest of the businnes modle.&lt;br /&gt;&lt;br /&gt;At first it sounds understandable. But more i think about, Why do they want to release movies earlyer? Also if this does pass, how can we prevent abuse of this power? Abuse as embeding more code to prevent or allow certin featurs.&lt;br /&gt;&lt;br /&gt;another problem with the model it still not preventing pirets. Remeber the piret community huge copared to MPAA, and can find soultiions, fixes hacks or workarounds to allow themk ditrubit the illegal contant. Annolog any one?&lt;br /&gt;&lt;br /&gt;just my two cents&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;The MPAA wants the FCC’s permission to prevent viewers from recording some movies. The end result would be DVRs that are unable to record some broadcasts.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://arstechnica.com/news.ars/post/20080608-mpaa-wants-to-stop-dvrs-from-recording-some-movies.html"&gt;read more&lt;/a&gt; | &lt;a href="http://digg.com/movies/MPAA_Wants_to_Stop_DVRs_From_Recording_Some_Movies"&gt;digg story&lt;/a&gt;</content><link href="http://nblracer.blogspot.com/feeds/4848467870664108553/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://www.blogger.com/comment/fullpage/post/5335628935796185398/4848467870664108553" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/4848467870664108553" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/4848467870664108553" rel="self" type="application/atom+xml"/><link href="http://nblracer.blogspot.com/2008/06/mpaa-wants-to-stop-dvrs-from-recording.html" rel="alternate" title="MPAA Wants to Stop DVRs From Recording Some Movies" type="text/html"/><author><name>Brian</name><uri>http://www.blogger.com/profile/05540317405530685173</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhvg7kaSq-KFX_yo1_w1mvx-9DHVIoZnagOS9wLoP_7r1qwpAWauj9waz7B5fp4erlYV0uDCtpjiU9VDzZUX_CI0vlzj2bhkuaX_lQpYwxtQnYE7M4eSGEKXaVDg_qTNQ/s400/IMG_2618.jpg" width="32"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5335628935796185398.post-2663268275454586855</id><published>2008-06-06T23:44:00.001-04:00</published><updated>2008-06-06T23:44:49.136-04:00</updated><title type="text">U.S. Payrolls Fall, Unemployment Rate Climbs to 5.5%</title><content type="html">The U.S. lost jobs in May for a fifth month and the unemployment rate rose by the most in more than two decades, signaling that the world's largest economy is stalling. &lt;br/&gt;&lt;br/&gt;&lt;a href='http://www.bloomberg.com/apps/news?pid=20601087&amp;amp;sid=ab3FgkTPA2YM&amp;amp;refer=home'&gt;read more&lt;/a&gt; | &lt;a href='http://digg.com/business_finance/U_S_Payrolls_Fall_Unemployment_Rate_Climbs_to_5_5'&gt;digg story&lt;/a&gt;</content><link href="http://nblracer.blogspot.com/feeds/2663268275454586855/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://www.blogger.com/comment/fullpage/post/5335628935796185398/2663268275454586855" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/2663268275454586855" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/2663268275454586855" rel="self" type="application/atom+xml"/><link href="http://nblracer.blogspot.com/2008/06/us-payrolls-fall-unemployment-rate.html" rel="alternate" title="U.S. Payrolls Fall, Unemployment Rate Climbs to 5.5%" type="text/html"/><author><name>Brian</name><uri>http://www.blogger.com/profile/05540317405530685173</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhvg7kaSq-KFX_yo1_w1mvx-9DHVIoZnagOS9wLoP_7r1qwpAWauj9waz7B5fp4erlYV0uDCtpjiU9VDzZUX_CI0vlzj2bhkuaX_lQpYwxtQnYE7M4eSGEKXaVDg_qTNQ/s400/IMG_2618.jpg" width="32"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5335628935796185398.post-8386175854646112021</id><published>2008-06-06T07:38:00.001-04:00</published><updated>2008-06-06T07:38:32.034-04:00</updated><title type="text">Video shows man hit by car, no one helping </title><content type="html">A 78-year-old man is tossed like a rag doll by a hit-and-run driver and lies motionless on a busy city street as car after car goes by. Pedestrians gawk but do nothing.&lt;br/&gt;&lt;br/&gt;&lt;a href='http://www.cnn.com/2008/CRIME/06/05/ignored.hitrun.ap/index.html'&gt;read more&lt;/a&gt; | &lt;a href='http://digg.com/world_news/Video_shows_man_hit_by_car_no_one_helping'&gt;digg story&lt;/a&gt;</content><link href="http://nblracer.blogspot.com/feeds/8386175854646112021/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://www.blogger.com/comment/fullpage/post/5335628935796185398/8386175854646112021" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/8386175854646112021" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/8386175854646112021" rel="self" type="application/atom+xml"/><link href="http://nblracer.blogspot.com/2008/06/video-shows-man-hit-by-car-no-one.html" rel="alternate" title="Video shows man hit by car, no one helping " type="text/html"/><author><name>Brian</name><uri>http://www.blogger.com/profile/05540317405530685173</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhvg7kaSq-KFX_yo1_w1mvx-9DHVIoZnagOS9wLoP_7r1qwpAWauj9waz7B5fp4erlYV0uDCtpjiU9VDzZUX_CI0vlzj2bhkuaX_lQpYwxtQnYE7M4eSGEKXaVDg_qTNQ/s400/IMG_2618.jpg" width="32"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5335628935796185398.post-3652465409506992225</id><published>2008-06-04T23:13:00.001-04:00</published><updated>2008-06-04T23:13:11.979-04:00</updated><title type="text">Robot Learning through Embodied Gaming</title><content type="html">We have developed a client/server robot gaming system consisting of: 1) Java-based teleoperation clients that use augmented reality overlays to drive 2) low-cost commercial robot platforms (i.e., iRobot Create) at selected game severs, moderated by automated referee observers.&lt;br/&gt;&lt;br/&gt;&lt;a href='http://robotics.cs.brown.edu/projects/embodied_gaming/'&gt;read more&lt;/a&gt; | &lt;a href='http://digg.com/mods/Robot_Learning_through_Embodied_Gaming'&gt;digg story&lt;/a&gt;</content><link href="http://nblracer.blogspot.com/feeds/3652465409506992225/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://www.blogger.com/comment/fullpage/post/5335628935796185398/3652465409506992225" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/3652465409506992225" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/3652465409506992225" rel="self" type="application/atom+xml"/><link href="http://nblracer.blogspot.com/2008/06/robot-learning-through-embodied-gaming.html" rel="alternate" title="Robot Learning through Embodied Gaming" type="text/html"/><author><name>Brian</name><uri>http://www.blogger.com/profile/05540317405530685173</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhvg7kaSq-KFX_yo1_w1mvx-9DHVIoZnagOS9wLoP_7r1qwpAWauj9waz7B5fp4erlYV0uDCtpjiU9VDzZUX_CI0vlzj2bhkuaX_lQpYwxtQnYE7M4eSGEKXaVDg_qTNQ/s400/IMG_2618.jpg" width="32"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5335628935796185398.post-8337420267708197409</id><published>2008-06-04T12:59:00.001-04:00</published><updated>2008-06-04T12:59:00.209-04:00</updated><title type="text">not treated equally</title><content type="html">&lt;p&gt;I'm not talking about people, but web browsers. I was on computer watching a tv show online, using  IE7. The next day i was re watching the same clip but on my main computer using FireFox. Whats the big deal, IE&amp;amp; showed no ads in the movie while Firefox had few. Keep in mine i had no add on or plugins in IE7 to block ads. These ads were interlaced into the flash video and flash player, which a very hard to block in there own nature. So whats up with this?&lt;/p&gt;&lt;p&gt;I have been running into more and more issues since i been an Opera user. I been a pritty die-hart Firefox user since beta 1.5, but have been using firefox since the first version. Firefox at the time was so attractive, a secure platform, that far superior the Microsft Internet Explorer, that allowed any one to customize it to there needs. Now Firefox is on its second beta released of Firefox 3 (code name minefild) and i was gritting tired of its massive memory resources needs. So after installing Windows xp sp3 on the laptop after the hardrive crashed, i jump to Opera 9.5 beta. &lt;/p&gt;&lt;p&gt;Over all Opera has a very clean interface, with built in internet tools like IRC and bittorent. My favorite is the progress bar.  The progress bar let me keep track how much data i sent or received and at what speed. Also it shows how many elements are one the page downloaded and left to be downloaded. This comes useful when uploading large files, though a web site interface that does not keep track of its progress. Widgets are cool, but don't confuse them with add-ons, they lack interaction with the browser. &lt;/p&gt;&lt;p&gt;It's not all fun and games in the Opera world. I find my self in the the Network Site Preferences once a day to mask my user agant to indntfi me with a firefox browser. Not just because im a beta tester but because I'm a Opera user, some sites just dont like Opera browser. If any one they should be afraid of Firefox users, since that browser is far more powerful and more likely can find an exploit.  Also they would not have to worry about incompatibility with the Opera browser if the site was W3C compliant. &lt;br /&gt;&lt;/p&gt;&lt;p&gt;I'm back to Firefox 3.0 Beta, and loving it. The memory issuies seemed to pluged. It is still very memory intesive beacuse it trys to cash other pages that you might visit. When I was testing kubuntu, i intelled firefox three becuse konqueror sucks. I realy got used to some of the neat and power full plugins that are out there. Some addons up me debug and websites to better understand how the request work, while other speed up page loads by blocking unnecary feilds and ads. Foxmarks also works graet syncing and backing up my bookmarks.&lt;br /&gt;&lt;/p&gt;</content><link href="http://nblracer.blogspot.com/feeds/8337420267708197409/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://www.blogger.com/comment/fullpage/post/5335628935796185398/8337420267708197409" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/8337420267708197409" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/8337420267708197409" rel="self" type="application/atom+xml"/><link href="http://nblracer.blogspot.com/2008/06/not-treated-equally.html" rel="alternate" title="not treated equally" type="text/html"/><author><name>Brian</name><uri>http://www.blogger.com/profile/05540317405530685173</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhvg7kaSq-KFX_yo1_w1mvx-9DHVIoZnagOS9wLoP_7r1qwpAWauj9waz7B5fp4erlYV0uDCtpjiU9VDzZUX_CI0vlzj2bhkuaX_lQpYwxtQnYE7M4eSGEKXaVDg_qTNQ/s400/IMG_2618.jpg" width="32"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5335628935796185398.post-5707936681298277678</id><published>2008-06-02T13:07:00.001-04:00</published><updated>2008-06-02T13:07:06.328-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Computer"/><category scheme="http://www.blogger.com/atom/ns#" term="Hack"/><title type="text">What to do when a hole is found?</title><content type="html">Just the other day, i need my old high school GPA and class that i have taken. The school had an on-line system so students could check there grades. Thinking that i could still login to get the information, i gave it several trys, to realize that they no longer kept old student data.&lt;br /&gt;&lt;br /&gt;What sparked my interest, is that on failure to login i got a 404 (page not found). I took a deeper look into the source code for the web page and found that there was no real secure authentication. The java script made a simple hash of the student ID, Turning a 5 digit integer to hex. It then tacks on the users 3 digit pin/password to the end of the hex string. It turns out this hex-string is the name of the HTML file on the server that has the students grades.&lt;br /&gt;&lt;br /&gt;The flaws in the system are obvious. The only thing they did right was to add the directory with the student data to the robots.txt file so Google would not cache the information.&lt;br /&gt;&lt;br /&gt;Should i let this go? Should i bring this up to the school? Would they even listen to me? Should i spend the day to write a program to anonymously brute-force every student's ID and pin, as proof how flawed the system is. I know there is no real personal info available, but why did they add the insecure authentication system.&lt;br /&gt;&lt;br /&gt;It get worse since hundreds of schools nation wide use this exact same method, because it is part of a licenced package of software that many schools use, to keep track of students grade.&lt;br /&gt;&lt;br /&gt;I also suspect that the pins are not random, but may derive from the student Id of students name. Since they were given, and no person has the power to change it. Hans the software that powers the grading system, generated the pin.</content><link href="http://nblracer.blogspot.com/feeds/5707936681298277678/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://www.blogger.com/comment/fullpage/post/5335628935796185398/5707936681298277678" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/5707936681298277678" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/5707936681298277678" rel="self" type="application/atom+xml"/><link href="http://nblracer.blogspot.com/2008/06/what-to-do-when-hole-is-found.html" rel="alternate" title="What to do when a hole is found?" type="text/html"/><author><name>Brian</name><uri>http://www.blogger.com/profile/05540317405530685173</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhvg7kaSq-KFX_yo1_w1mvx-9DHVIoZnagOS9wLoP_7r1qwpAWauj9waz7B5fp4erlYV0uDCtpjiU9VDzZUX_CI0vlzj2bhkuaX_lQpYwxtQnYE7M4eSGEKXaVDg_qTNQ/s400/IMG_2618.jpg" width="32"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5335628935796185398.post-2818399704800878256</id><published>2008-06-01T09:01:00.000-04:00</published><updated>2008-06-01T09:01:01.342-04:00</updated><title type="text">Kubuntu with KDE 4</title><content type="html">For over a month i was strictly a Linux user, and was loving it. I was beta testing &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;Ubuntu&lt;/span&gt; 8.04 hardy &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;haron&lt;/span&gt; with the new &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_2"&gt;KDE&lt;/span&gt; 4 graphical environment. i chose to use &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;Kubuntu&lt;/span&gt; for the fallowing reasons.&lt;br /&gt;&lt;ol&gt;&lt;li&gt;&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;Ubuntu&lt;/span&gt; is great community.&lt;br /&gt;&lt;/li&gt;&lt;li&gt;It is fast&lt;/li&gt;&lt;li&gt;easy to use&lt;/li&gt;&lt;li&gt;FREE!&lt;/li&gt;&lt;/ol&gt;I went with the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_5"&gt;KDE&lt;/span&gt; 4, &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_6"&gt;because&lt;/span&gt; it was brand new and it look great. I'm also a &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_7"&gt;Slax&lt;/span&gt; user and i did like the layout of &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_8"&gt;kde&lt;/span&gt; on my laptop.  I. t ran great on my laptop, even with &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_9"&gt;compiz&lt;/span&gt; running. &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_10"&gt;Surprisings&lt;/span&gt; since this is a four year old laptop with a p4 and 512&lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_11"&gt;MB&lt;/span&gt; of ram. It worked great for the first 3 three weeks, until i &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_12"&gt;screwed&lt;/span&gt; up the video card drivers.&lt;br /&gt;&lt;br /&gt;Back on the windows platform. &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_13"&gt;I'm&lt;/span&gt; missing the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_14"&gt;geekienes&lt;/span&gt; of being a &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_15"&gt;Linux&lt;/span&gt; user. So my plan is to back up some data and clear out my old &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_16"&gt;Linux&lt;/span&gt; &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_17"&gt;portions&lt;/span&gt; for a new &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_18"&gt;install&lt;/span&gt; of &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_19"&gt;Ubuntu&lt;/span&gt;. I'm going to use GNOME this time, since i like &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_20"&gt;allot&lt;/span&gt; of the programs it comes with. Also I feel GNOME will &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_21"&gt;maximize&lt;/span&gt; my laptop screen space with two dock bars.  The &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_22"&gt;bottom&lt;/span&gt; dock bar i plane to covert it and make it look like the &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_23"&gt;Macs's&lt;/span&gt; dock bar in OS X.</content><link href="http://nblracer.blogspot.com/feeds/2818399704800878256/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://www.blogger.com/comment/fullpage/post/5335628935796185398/2818399704800878256" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/2818399704800878256" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/2818399704800878256" rel="self" type="application/atom+xml"/><link href="http://nblracer.blogspot.com/2008/06/kubuntu-with-kde-4.html" rel="alternate" title="Kubuntu with KDE 4" type="text/html"/><author><name>Brian</name><uri>http://www.blogger.com/profile/05540317405530685173</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhvg7kaSq-KFX_yo1_w1mvx-9DHVIoZnagOS9wLoP_7r1qwpAWauj9waz7B5fp4erlYV0uDCtpjiU9VDzZUX_CI0vlzj2bhkuaX_lQpYwxtQnYE7M4eSGEKXaVDg_qTNQ/s400/IMG_2618.jpg" width="32"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5335628935796185398.post-1823156210169844222</id><published>2008-05-31T20:51:00.002-04:00</published><updated>2008-05-31T21:25:29.037-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="rocket"/><title type="text">Borax as a Fire-Retardant</title><content type="html">Today i work on making paper fire proof. Reason being i need to make tubes to hold motor grains inside a the motor case. At the same time the tubes need to act as a insulator to protect the motor casing from over heating causing deformation.&lt;br /&gt;&lt;br /&gt;The idea to used Borax, spun of Dog Barf, aka cellulose insulation. In rocket cellulose insulation is used as wadding to prevent the ejection charge from melting the parachute. Dog Barf is shredded paper and cellulose fibers coated in flame retardant material, &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;boric&lt;/span&gt; acid.&lt;br /&gt;&lt;br /&gt;From my understanding Borax is salt from &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_1"&gt;boric&lt;/span&gt; acid, and has very much the same &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_2"&gt;properties&lt;/span&gt;. I was surprised to find that Borax is not &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_3"&gt;completely&lt;/span&gt; dissolvable into water. Since borax is used in laundry detergents/soaps i would think it dissolve easily. I brushed on and soaked the heavy weight paper in the water and borax slurry. I hung them to dry.&lt;br /&gt;&lt;br /&gt;My first test showed improvement. But my second test did not show a significant improvement. More testing need to be done. One reason why my first test seemed to work, is because it might of been still wet. In my next test i will be working on away to increase the dissolvability, by &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_6"&gt;either&lt;/span&gt; increasing the temperature of the solvent(H2O) or switch to a light acid.</content><link href="http://nblracer.blogspot.com/feeds/1823156210169844222/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://www.blogger.com/comment/fullpage/post/5335628935796185398/1823156210169844222" rel="replies" title="1 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/1823156210169844222" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/1823156210169844222" rel="self" type="application/atom+xml"/><link href="http://nblracer.blogspot.com/2008/05/borax-as-fire-retardant.html" rel="alternate" title="Borax as a Fire-Retardant" type="text/html"/><author><name>Brian</name><uri>http://www.blogger.com/profile/05540317405530685173</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhvg7kaSq-KFX_yo1_w1mvx-9DHVIoZnagOS9wLoP_7r1qwpAWauj9waz7B5fp4erlYV0uDCtpjiU9VDzZUX_CI0vlzj2bhkuaX_lQpYwxtQnYE7M4eSGEKXaVDg_qTNQ/s400/IMG_2618.jpg" width="32"/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5335628935796185398.post-2776180642232577678</id><published>2008-05-31T12:58:00.000-04:00</published><updated>2008-05-31T12:58:01.859-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="funny"/><title type="text">Advertize on Google, Advierize on MSN Live</title><content type="html">here is an old funny story i dugg up. I had this link saved as a draft for some time. It still amuses me even being 6 months old. So I'm going to share it.&lt;br /&gt;&lt;br /&gt;http://blogs.msdn.com/webmaster/archive/2007/12/20/listing-google-ads-in-live-search-d-oh.aspx</content><link href="http://nblracer.blogspot.com/feeds/2776180642232577678/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://www.blogger.com/comment/fullpage/post/5335628935796185398/2776180642232577678" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/2776180642232577678" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/2776180642232577678" rel="self" type="application/atom+xml"/><link href="http://nblracer.blogspot.com/2008/01/advertize-on-google-advierize-on-msn.html" rel="alternate" title="Advertize on Google, Advierize on MSN Live" type="text/html"/><author><name>Brian</name><uri>http://www.blogger.com/profile/05540317405530685173</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhvg7kaSq-KFX_yo1_w1mvx-9DHVIoZnagOS9wLoP_7r1qwpAWauj9waz7B5fp4erlYV0uDCtpjiU9VDzZUX_CI0vlzj2bhkuaX_lQpYwxtQnYE7M4eSGEKXaVDg_qTNQ/s400/IMG_2618.jpg" width="32"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5335628935796185398.post-1533841952134811817</id><published>2008-05-31T07:56:00.019-04:00</published><updated>2008-06-02T14:58:36.430-04:00</updated><title type="text">Google Maps/Earth</title><content type="html">&lt;script type="text/javascript"&gt;;google.load("earth", "1");&lt;br /&gt;&lt;br /&gt;    var ge = null;&lt;br /&gt;&lt;br /&gt;    function init() {&lt;br /&gt;    google.earth.createInstance("map3d", initCallback, failureCallback);&lt;br /&gt;    }&lt;br /&gt;&lt;br /&gt;    function initCallback(object) {&lt;br /&gt;    ge = object;&lt;br /&gt;    ge.getWindow().setVisibility(true);&lt;br /&gt;    }&lt;br /&gt;&lt;br /&gt;    function failureCallback(object) {&lt;br /&gt;    }&lt;br /&gt;&lt;br /&gt;    &lt;/script&gt;</content><link href="http://nblracer.blogspot.com/feeds/1533841952134811817/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://www.blogger.com/comment/fullpage/post/5335628935796185398/1533841952134811817" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/1533841952134811817" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/1533841952134811817" rel="self" type="application/atom+xml"/><link href="http://nblracer.blogspot.com/2008/05/google-maps.html" rel="alternate" title="Google Maps/Earth" type="text/html"/><author><name>Brian</name><uri>http://www.blogger.com/profile/05540317405530685173</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhvg7kaSq-KFX_yo1_w1mvx-9DHVIoZnagOS9wLoP_7r1qwpAWauj9waz7B5fp4erlYV0uDCtpjiU9VDzZUX_CI0vlzj2bhkuaX_lQpYwxtQnYE7M4eSGEKXaVDg_qTNQ/s400/IMG_2618.jpg" width="32"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5335628935796185398.post-5377809752811470220</id><published>2008-05-29T22:24:00.003-04:00</published><updated>2008-05-30T22:51:19.475-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Rant"/><category scheme="http://www.blogger.com/atom/ns#" term="school"/><title type="text">The disgrace in the Math system</title><content type="html">Summer has started! And i have a laundry list of chores, task and projects that need to be completed. Don't forget school. Yea school, in the summer fun-- fun. But seriously I like school and learning. I don't know what i would do with out it. School gives my life some structure, and that is one reason why I think grade school should be year round, but that is another story. This week i have been very upset with my math class I'm taking. First i feel that I'm good at math. Math is one subject that seems to separate students. I don't know why this subject sticks out in the school system, but starting in 5&lt;span class="blsp-spelling-error" id="SPELLING_ERROR_0"&gt;th&lt;/span&gt; grade i have always placed in an accelerated or advanced math classes. This is fine by me, i like the learning and the challenge of problem solving. The problem spawned in my senior year, when i could not fit in A.P. Calculus in my schedule without losing my Java and Physics class, so i did not take a math my senior year. That was a huge mistake&lt;br /&gt;&lt;br /&gt;Now i go to a school that has an open door policy, meaning they don't look at your transcripts, and any once is accepted that can afford it. My first semester i took statistics because it was assigned to me by an adverser who i never saw. That was my second mistake, not having a clear plan of what classes i need to take. I got smart and realized what program i should work to and what classes are needed. Math is critical in the program i picked, going all the way to calculus three. But i had to start on some what the bottom with &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_1"&gt;College&lt;/span&gt; &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_2"&gt;Algebra&lt;/span&gt;. For the most part i learned most of same material in high school algebra two, but it was a nice review, and i did pick up some new techniques.&lt;br /&gt;&lt;br /&gt;Since i have a lot more math ahead of me, i took a summer class to catch up. &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_3"&gt;Pre&lt;/span&gt;-calculus is next. Once again i took honors &lt;span class="blsp-spelling-error" id="SPELLING_ERROR_4"&gt;pre&lt;/span&gt;-calculus my junior year in high school. Being a summer class i though this would be accelerated, and will provide some challenge but i was dead wrong. The class uses the same book i had to use for college algebra, and looking at the syllabus we go over the same materiel besides two chapters. The class is &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_5"&gt;suppose&lt;/span&gt; to be two hours long, but we &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_6"&gt;spend&lt;/span&gt; 30 &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_7"&gt;minutes&lt;/span&gt; do homework, and we have been leaving a half an hour early. So that is almost half of the class missing. Last week, the teacher almost through me off the edge when the class was let out 45 &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_8"&gt;minutes&lt;/span&gt; early even though their were more sections to cover.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;This upsets me greatly &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_11"&gt;because&lt;/span&gt; this class was not cheap and &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_12"&gt;I'm&lt;/span&gt; not getting the &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_13"&gt;challenge&lt;/span&gt; i was hoping for. Worst yet the teacher is slow and not so smart. The class goes page by page, the teacher reads the text book for &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_14"&gt;verbatim&lt;/span&gt; as if we we were preschool students at story time. What also up sets me, the class ends early every day. I &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_15"&gt;understand&lt;/span&gt; if we cover all the &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_16"&gt;material&lt;/span&gt; that needs to be &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_17"&gt;covered&lt;/span&gt; for the day, but no.  i feel that the teacher does not even know the &lt;span class="blsp-spelling-corrected" id="SPELLING_ERROR_10"&gt;material&lt;/span&gt; that well, since she is using all the examples in the book. She is not coming up with her own problem, and solve the problem step by step like how book has it. &lt;span style="font-weight: bold;"&gt;&lt;/span&gt;</content><link href="http://nblracer.blogspot.com/feeds/5377809752811470220/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://www.blogger.com/comment/fullpage/post/5335628935796185398/5377809752811470220" rel="replies" title="1 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/5377809752811470220" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/5377809752811470220" rel="self" type="application/atom+xml"/><link href="http://nblracer.blogspot.com/2008/05/disgrace-in-math-system.html" rel="alternate" title="The disgrace in the Math system" type="text/html"/><author><name>Brian</name><uri>http://www.blogger.com/profile/05540317405530685173</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhvg7kaSq-KFX_yo1_w1mvx-9DHVIoZnagOS9wLoP_7r1qwpAWauj9waz7B5fp4erlYV0uDCtpjiU9VDzZUX_CI0vlzj2bhkuaX_lQpYwxtQnYE7M4eSGEKXaVDg_qTNQ/s400/IMG_2618.jpg" width="32"/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5335628935796185398.post-8960574482412095298</id><published>2008-05-26T23:08:00.002-04:00</published><updated>2008-05-26T23:15:40.331-04:00</updated><title type="text">Destination Vs. Journey</title><content type="html">I feel as though I came about sentence that is worthy of becoming a quote today. "It is not the destination that matters but journey"I think it is original, but have not had the time to look it up yet. I don't think it is to hard to comprehend, but would like to indulge into it more, when i have more time tomorrow.</content><link href="http://nblracer.blogspot.com/feeds/8960574482412095298/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://www.blogger.com/comment/fullpage/post/5335628935796185398/8960574482412095298" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/8960574482412095298" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/8960574482412095298" rel="self" type="application/atom+xml"/><link href="http://nblracer.blogspot.com/2008/05/destination-vs-journey.html" rel="alternate" title="Destination Vs. Journey" type="text/html"/><author><name>Brian</name><uri>http://www.blogger.com/profile/05540317405530685173</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhvg7kaSq-KFX_yo1_w1mvx-9DHVIoZnagOS9wLoP_7r1qwpAWauj9waz7B5fp4erlYV0uDCtpjiU9VDzZUX_CI0vlzj2bhkuaX_lQpYwxtQnYE7M4eSGEKXaVDg_qTNQ/s400/IMG_2618.jpg" width="32"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5335628935796185398.post-8048022903507375332</id><published>2008-05-25T13:59:00.001-04:00</published><updated>2008-05-25T13:59:33.702-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="rocket"/><title type="text">Experimental Rockets</title><content type="html">&lt;p&gt;Allot is being done in the lab. Ok it is more like the garage and&amp;#160; in cellar, but there has been some serious improvement in rocket design and technology. I'm talking about custom made rockets, with fiberglass and carbon fiber parts. Also had a successfully stack test with a experimental motor and nozzle. Although there was no gage to measure the thrust out put, I was quite happy with the performance. It was a short, put powerful burn causing the motor to sink half of an inch in already compacted sand.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh3.ggpht.com/nblracer/SDmo8VW8WXI/AAAAAAAAAbQ/xtZW7_TTCOI/s1600-h/IMG_3940%5B3%5D.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="431" alt="IMG_3940" src="http://lh6.ggpht.com/nblracer/SDmo9FW8WYI/AAAAAAAAAbY/ZsX-sC3Oams/IMG_3940_thumb%5B1%5D.jpg?imgmax=800" width="324" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/nblracer/SDmo9lW8WZI/AAAAAAAAAbg/cfmA2SJJoeg/s1600-h/IMG_3942%5B3%5D.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="244" alt="IMG_3942" src="http://lh6.ggpht.com/nblracer/SDmo-FW8WaI/AAAAAAAAAbo/3GXRbCbniSw/IMG_3942_thumb%5B1%5D.jpg?imgmax=800" width="324" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh4.ggpht.com/nblracer/SDmo-lW8WbI/AAAAAAAAAbw/J-G87GqOYIg/s1600-h/IMG_3944%5B3%5D.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="244" alt="IMG_3944" src="http://lh5.ggpht.com/nblracer/SDmo-1W8WcI/AAAAAAAAAb4/lBA-BseTuik/IMG_3944_thumb%5B1%5D.jpg?imgmax=800" width="324" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://lh3.ggpht.com/nblracer/SDmo_VW8WdI/AAAAAAAAAcA/4e6P9oc3VX8/s1600-h/IMG_3945%5B3%5D.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="244" alt="IMG_3945" src="http://lh5.ggpht.com/nblracer/SDmo_1W8WeI/AAAAAAAAAcI/NPuWPXfCyp4/IMG_3945_thumb%5B1%5D.jpg?imgmax=800" width="324" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;/p&gt; &lt;a href="http://lh5.ggpht.com/nblracer/SDmpA1W8WfI/AAAAAAAAAcQ/Xu9YbofthOI/s1600-h/IMG_3946%5B3%5D.jpg"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="244" alt="IMG_3946" src="http://lh3.ggpht.com/nblracer/SDmpBVW8WgI/AAAAAAAAAcY/gLMCkI4Z0Z0/IMG_3946_thumb%5B1%5D.jpg?imgmax=800" width="324" border="0" /&gt;&lt;/a&gt;  </content><link href="http://nblracer.blogspot.com/feeds/8048022903507375332/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://www.blogger.com/comment/fullpage/post/5335628935796185398/8048022903507375332" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/8048022903507375332" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/8048022903507375332" rel="self" type="application/atom+xml"/><link href="http://nblracer.blogspot.com/2008/05/experimental-rockets.html" rel="alternate" title="Experimental Rockets" type="text/html"/><author><name>Brian</name><uri>http://www.blogger.com/profile/05540317405530685173</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhvg7kaSq-KFX_yo1_w1mvx-9DHVIoZnagOS9wLoP_7r1qwpAWauj9waz7B5fp4erlYV0uDCtpjiU9VDzZUX_CI0vlzj2bhkuaX_lQpYwxtQnYE7M4eSGEKXaVDg_qTNQ/s400/IMG_2618.jpg" width="32"/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="http://lh6.ggpht.com/nblracer/SDmo9FW8WYI/AAAAAAAAAbY/ZsX-sC3Oams/s72-c/IMG_3940_thumb%5B1%5D.jpg?imgmax=800" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5335628935796185398.post-865244032662549544</id><published>2008-05-24T10:00:00.001-04:00</published><updated>2008-05-24T10:00:19.338-04:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="Rant"/><title type="text">Hand dryers != save the world</title><content type="html">&lt;p&gt;&lt;/p&gt;  &lt;p&gt;I was in restroom last week and notice bellow the button, there was plate promoting the use of electric hot air hand dryers. The main point is that it is better for the environment, then paper towels since there is no trash and it is saving trees. I totally disagree, paper is allot more environmentally friendly. My main point is that tress are renewable resources that can be farmed and grown. While the electricity that powered the hot air dryer most likely comes from a coal burning power plant. It is similar out look on using ethanol as fuel in cars. It not that it produces less toxins when burned, but growing corn and other sugar plant materials that can be easily converted to alcohol, is good for the environment, because they lower the C02 in the atmosphere as they grow. Just something to think about....&lt;/p&gt;  </content><link href="http://nblracer.blogspot.com/feeds/865244032662549544/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://www.blogger.com/comment/fullpage/post/5335628935796185398/865244032662549544" rel="replies" title="5 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/865244032662549544" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/865244032662549544" rel="self" type="application/atom+xml"/><link href="http://nblracer.blogspot.com/2008/05/hand-dryers-save-world.html" rel="alternate" title="Hand dryers != save the world" type="text/html"/><author><name>Brian</name><uri>http://www.blogger.com/profile/05540317405530685173</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhvg7kaSq-KFX_yo1_w1mvx-9DHVIoZnagOS9wLoP_7r1qwpAWauj9waz7B5fp4erlYV0uDCtpjiU9VDzZUX_CI0vlzj2bhkuaX_lQpYwxtQnYE7M4eSGEKXaVDg_qTNQ/s400/IMG_2618.jpg" width="32"/></author><thr:total>5</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5335628935796185398.post-8239986404523427518</id><published>2008-05-21T21:15:00.002-04:00</published><updated>2008-05-21T21:30:46.680-04:00</updated><title type="text">Testing....</title><content type="html">Seems like there might be a bug in my code. So I will be testing some things out.&lt;br /&gt;&lt;br /&gt;hmm, embedded video screwed up the layout.</content><link href="http://nblracer.blogspot.com/feeds/8239986404523427518/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://www.blogger.com/comment/fullpage/post/5335628935796185398/8239986404523427518" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/8239986404523427518" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/8239986404523427518" rel="self" type="application/atom+xml"/><link href="http://nblracer.blogspot.com/2008/05/testing.html" rel="alternate" title="Testing...." type="text/html"/><author><name>Brian</name><uri>http://www.blogger.com/profile/05540317405530685173</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhvg7kaSq-KFX_yo1_w1mvx-9DHVIoZnagOS9wLoP_7r1qwpAWauj9waz7B5fp4erlYV0uDCtpjiU9VDzZUX_CI0vlzj2bhkuaX_lQpYwxtQnYE7M4eSGEKXaVDg_qTNQ/s400/IMG_2618.jpg" width="32"/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5335628935796185398.post-393993253751951578</id><published>2008-05-20T22:09:00.002-04:00</published><updated>2008-05-21T21:19:26.400-04:00</updated><title type="text">A post a day keep the pay collectors at bay</title><content type="html">&lt;p&gt;Good news, summer is here and class are over for the most part. This gives me time to post yet again. So except a daily blog once again. With that said, I think I will be adding some adds on the page.  I doubt this blog will make enough for me to retire  on, but any extra income will be nice. With this decision, I also came up with a solution to thank those who read my blog daily. With the money that does come in from the adds I will share. Most likely by having a contest, or the one who responds to my posts the most. Also if I realize that the adds are not generating income, annoying, or advertising junk. I will then pull it and stop it. &lt;/p&gt;  &lt;p&gt;I wanted to generate a nicer looking blog, so it would stand out and not appear so generic, But I cant come up with any thing. Suggestions will be nice.&lt;/p&gt;  &lt;p&gt;I will leave you this video.&lt;/p&gt;</content><link href="http://nblracer.blogspot.com/feeds/393993253751951578/comments/default" rel="replies" title="Post Comments" type="application/atom+xml"/><link href="http://www.blogger.com/comment/fullpage/post/5335628935796185398/393993253751951578" rel="replies" title="0 Comments" type="text/html"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/393993253751951578" rel="edit" type="application/atom+xml"/><link href="http://www.blogger.com/feeds/5335628935796185398/posts/default/393993253751951578" rel="self" type="application/atom+xml"/><link href="http://nblracer.blogspot.com/2008/05/post-day-keep-pay-collectors-at-bay.html" rel="alternate" title="A post a day keep the pay collectors at bay" type="text/html"/><author><name>Brian</name><uri>http://www.blogger.com/profile/05540317405530685173</uri><email>noreply@blogger.com</email><gd:image height="24" rel="http://schemas.google.com/g/2005#thumbnail" src="//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjhvg7kaSq-KFX_yo1_w1mvx-9DHVIoZnagOS9wLoP_7r1qwpAWauj9waz7B5fp4erlYV0uDCtpjiU9VDzZUX_CI0vlzj2bhkuaX_lQpYwxtQnYE7M4eSGEKXaVDg_qTNQ/s400/IMG_2618.jpg" width="32"/></author><thr:total>0</thr:total></entry></feed>