.pc
The dichotomy of American culture
Monday, April 30, 2012
day 630
no more papers as an undergrad!
.pc
day 629
homework all day, homework all night.
.pc
Sunday, April 29, 2012
day 628
gigged
.pc
Saturday, April 28, 2012
day 627
I really hate arkansas.
.pc
Thursday, April 26, 2012
day 626
ubuntu 12 is here!!!!!!!
check it out!
.pc
day 625
what do: contagion, roseanne, dennis the menace, primal fear, grace under fire and prison break have in common?
all filmed in elgin.
(in some capacity)
.pc
Tuesday, April 24, 2012
day 624
.pc
Monday, April 23, 2012
day 623
is it over yet?
.pc
Sunday, April 22, 2012
day 622
being green is about not being wasteful.
.pc
Saturday, April 21, 2012
day 621
.pc
Friday, April 20, 2012
day 620
.pc
day 619
http://www.youtube.com/watch?v=nOTNQF-o_mQ
.pc
Wednesday, April 18, 2012
day 618
dotpcediting.com
.pc
Tuesday, April 17, 2012
day 617
26
for
(
i
=
0
;
i
<=
19
;
i
++) {
27 j
= (
responses
[
i
] -
65
);
28
if
(
responses
[
i
] ==
answers
[
i
]) {
29 numcorrect
++;
30 counter
[
i
][
j
]++;
31
}
32
else
33 counter
[
i
][
j
]++;
34
}
35
should have been this:
for
(
i
=
0
;
i
<=
19
;
i
++) {
j
= (
responses
[
i
] -
65
);
counter
[
i
][
j
]++;
if
(
responses
[
i
] ==
answers
[
i
])
numcorrect
++;
}
---------------------------------------------------------------------------------------------------------------------------------
They do the same thing, if something is in both loops, it doesn't need to be in either (i.e. it should be outside the loop). I should have exercised DRY.
.pc
Monday, April 16, 2012
day 616
I finally wrote some semi-useful code. This may be like the computations that a scantron machine makes.
.pc
day 615
thank you harriet.
.pc
Saturday, April 14, 2012
day 614
overwhelmed.
.pc
day 613
adaptability enables opportunity.
.pc
Thursday, April 12, 2012
day 612
bonding with professors is one of the greatest rewards of academia.
.pc
Wednesday, April 11, 2012
day 611
.pc
Tuesday, April 10, 2012
day 610
I wish I had MIT stories to tell.
.pc
day 609
my first attempt at a magazine cover, it's not quite done yet, but here it is so far:
.pc
Sunday, April 8, 2012
day 608
.pc
day 607
I keep hearing great things about
these.
.pc
Saturday, April 7, 2012
day 606
.pc
Friday, April 6, 2012
day 605
double digits!
.pc
Thursday, April 5, 2012
day 604
.pc
Wednesday, April 4, 2012
day 603
sometimes the most difficult adversary is yourself.
.pc
Tuesday, April 3, 2012
day 602
.pc
Sunday, April 1, 2012
day 601
http://ualr.edu/forum/wp-content/uploads/2012/04/FoolishForum.pdf
.pc
day 600
8 bit google maps! but wait there's
more
and
more!
and even
more
and
more!
and one
more!
.pc
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)