Archive for March, 2006
Sectionals, Day 3
Sunday, March 19th, 2006This was the last day of the meet. I swam the 100 fly and 100 free.
100 Fly: I got 59.42, and I came in 19th out of 29. My time from State is 59.36. I died on the second 50…
We didn’t get a video of this race because of some Issues.
100 Free: I beat my old time by 57 hundredths of a second, with a 53.16. I got 24th out of 34.
Here’s the video for my 100 free:
Our team got 20th out of 143 teams. If Tori and Crystal were at the meet, we’d probably be within the top 8.
Sectionals, Day 2
Saturday, March 18th, 2006On the second day of the meet, my events were the 200 fly and 200 free.
200 Fly: I got 2:12.85. I improved two one-hundredths of a second from several weeks ago… I got too excited and swam the first 150 almost all out, then died at the end. I came in 19th out of 33.
…I WILL get a Zone time in my next 200 fly!
200 Free: 1:56.16. I dropped 15 hundredths of a second from State. John said it was really good because my splits were 28, 30, 29, 28. I got 16th place out of 28.
Here are the movies of my 200 fly and 200 free:
200 Fly
200 Free
Sectionals, Day 1
Friday, March 17th, 2006This is the first day of Sectionals, and it’s really exciting to be at this pool again. There are 143 teams here, from 7 different states: Alaska, Hawaii, Idaho, Montana, Oregon, Washington and Wyoming.
My two events for today were the 50 free and 200 IM.
50 Free: I didn’t do very well in this event. I got 24.66, 32 hundredths of a second (32 jiffies!) off my time from State two weeks ago. I was also 67 hundredths off a Zone time.
I got 23rd place out of 30.
200 IM: I got 2:12.15. I improved one second. I was still a little tired from my 50, since I had to get ready for the 200 IM as soon as I was done warming down. But John said it was really good.
I got 20th out of 30 people.
I also time trialed the 50 free to try and get the Zone time. I got 24.36; not a Zone time, but John said it was a “perfect race”. I guess I’m more of a mid-distance swimmer.
My mom filmed my first two events. (If they don’t work, you need to download Quicktime 7.
50 Free
200 IM
Morton
Wednesday, March 15th, 2006We’re in Morton, Washington now. Tomorrow we’ll drive up to Federal Way for Sectionals. I’ll be posting pictures of the meet.
EDIT: You can get realtime results at www.pns.org/realtime.
Upgraded from Brain to Processor
Monday, March 13th, 2006My current math homework is factoring out trinomials, which can take a long time with a mere human brain. So my mom and I wrote a program to do this. It’s written in C and Objective-C (with the Foundation framework), but it shouldn’t be hard to port it to another language, if you’re not a UNIX user.
Here it is:
#import <Foundation/Foundation.h>
int main (int argc, const char * argv[]) {
NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
int num1, num2, num3, a, b, c, d;
NSMutableArray * num1Factors = [[NSMutableArray alloc] init];
NSMutableArray * num3Factors = [[NSMutableArray alloc] init];
printf("Enter the coefficient for x-squared: ");
scanf("%d", &num1);
printf("Enter the coefficient for x: ");
scanf("%d", &num2);
printf("Enter the constant: ");
scanf("%d", &num3);
int i;
int plusNum1;
if (num1 0)
{
c = -c;
d = -d;
}
// try it out, and if it doesn't work, start over with the next pair of factors
if ((c*b)+(a*d) == num2)
{
printf("(%dx+%d)(%dx+%d)", a, c, b, d);
flag = NO;
}
j1 += 2;
j2 += 2;
}
i1 += 2;
i2 += 2;
}
[num1Factors release];
[num3Factors release];
[pool release];
return 0;
}
It’s snowing!
Thursday, March 9th, 2006The Byte Factory
Sunday, March 5th, 2006Joseph’s, Daniel’s and my software company is finally on it’s way.


