World's Longest Thread
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
World's Longest Thread
I would love to do programming as a living, though the expectations are too high for my taste, so rather just do it as a hobby. But if I got offered a job as a programmer I'd jump on it.
School style programming sucks though, most schools don't teach programming well. My college's programming teaching methods were crap. We never really learned how to make actual useful programs. All that I did on my own.
Archived topic from Anythingforums, old topic ID:4, old post ID:64050
School style programming sucks though, most schools don't teach programming well. My college's programming teaching methods were crap. We never really learned how to make actual useful programs. All that I did on my own.
Archived topic from Anythingforums, old topic ID:4, old post ID:64050
Honk if you love Jesus, text if you want to meet Him!
World's Longest Thread
I'm making a bowling program right now that lets the user input the values of each bowl, then outputs the total so far, along with the scores for all the previous frames. it sucks...
Archived topic from Anythingforums, old topic ID:4, old post ID:64051
Archived topic from Anythingforums, old topic ID:4, old post ID:64051
"Your neighbor was kind enough to let us rip him off and burn his furniture for no reason."-ATHF
"He said no, Err. With his foot." -ATHF
"Please, stop fueling my silent rage." -ATHF
"He said no, Err. With his foot." -ATHF
"Please, stop fueling my silent rage." -ATHF
World's Longest Thread
What language (goalguarder12)?
Archived topic from Anythingforums, old topic ID:4, old post ID:64052
Archived topic from Anythingforums, old topic ID:4, old post ID:64052
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
World's Longest Thread
goalguarder12 wrote: I'm making a bowling program right now that lets the user input the values of each bowl, then outputs the total so far, along with the scores for all the previous frames. it sucks...
OMG do teachers get these ideas off some central site or something? We had to do the exact same thing once in C++. I never realized how complicated of a game that is, when it comes to scoring. Writing the program is not what was hard, it was understanding how the scoring is actually suppose to work.
Archived topic from Anythingforums, old topic ID:4, old post ID:64053
Honk if you love Jesus, text if you want to meet Him!
World's Longest Thread
Java.Jeff wrote: What language (goalguarder12)?
And yeah Red, it sucks hardcore. I've got a method to calculate strikes and a method to calculate spares, but now i've gotta make a huge method that calculates normal scores and includes the calculate strike and calculate spare method. It's got like 15 separate if statements in it. it's so confusing >.<
then i have to find a way to output all of this like he wants us to. And our last day to work on it in class is tomorrow.
Archived topic from Anythingforums, old topic ID:4, old post ID:64054
"Your neighbor was kind enough to let us rip him off and burn his furniture for no reason."-ATHF
"He said no, Err. With his foot." -ATHF
"Please, stop fueling my silent rage." -ATHF
"He said no, Err. With his foot." -ATHF
"Please, stop fueling my silent rage." -ATHF
-
- Posts: 5140
- Joined: Fri Jan 10, 2003 1:14 am
World's Longest Thread
Are you interested more in the artistic side than the programming?goalguarder12 wrote: I could never do it for a living unless maybe it was for video games...
Archived topic from Anythingforums, old topic ID:4, old post ID:64055
World's Longest Thread
I had a '98 model in the house, and started to play around in the OS and found out that it is basically a DOS GUI. Then I found out some batch scripts picked up programming there, then moved onto some harder stuff like C#, C++, VB, but not fluent in any. I want to major in Software Engineering.
Right now I am lovin' PHP as it comes.
So about 4 years. Not long compared to you guys.
Archived topic from Anythingforums, old topic ID:4, old post ID:64056
Right now I am lovin' PHP as it comes.
So about 4 years. Not long compared to you guys.
Archived topic from Anythingforums, old topic ID:4, old post ID:64056
World's Longest Thread
No, but i'd actually know what i was trying to program most of the time and i'd be doing it for something important to me =PChris Vogel wrote:Are you interested more in the artistic side than the programming?goalguarder12 wrote: I could never do it for a living unless maybe it was for video games...
I would L O V E to work for Blizzard and be a programmer. That would be...fantastic...
Archived topic from Anythingforums, old topic ID:4, old post ID:64059
"Your neighbor was kind enough to let us rip him off and burn his furniture for no reason."-ATHF
"He said no, Err. With his foot." -ATHF
"Please, stop fueling my silent rage." -ATHF
"He said no, Err. With his foot." -ATHF
"Please, stop fueling my silent rage." -ATHF
World's Longest Thread
playin on the macs at schoooool. haha too bad all the other sites i get on are blocked. but i can get on here!
Archived topic from Anythingforums, old topic ID:4, old post ID:64060
Archived topic from Anythingforums, old topic ID:4, old post ID:64060
"I don't have cat-like reflexes. Cats say they have Alex-like reflexes." - Alex
"I've never seen your ears. Do you even have ears?" - Robbie
"You threw away your friendship salami?!"
"My you're sexy when I'm drunk! And when im sober too!" - Gallagher
World's Longest Thread
Ewww...Macs...My buddy's mom just got a Mac and he says he likes using it...but i hate Macs...apple key? wtf?! Why can't i just use ctrl or alt??? Fck the apple key. And wtf is with the little bar on the bottom of the screen? that's not how i wanna access my programs. And speaking of programs, gaming? on a Mac? HA!
In my opinion, Macs are good for 2 things: funny commercials, and media.
Archived topic from Anythingforums, old topic ID:4, old post ID:64061
In my opinion, Macs are good for 2 things: funny commercials, and media.
Archived topic from Anythingforums, old topic ID:4, old post ID:64061
"Your neighbor was kind enough to let us rip him off and burn his furniture for no reason."-ATHF
"He said no, Err. With his foot." -ATHF
"Please, stop fueling my silent rage." -ATHF
"He said no, Err. With his foot." -ATHF
"Please, stop fueling my silent rage." -ATHF
World's Longest Thread
This is what i have for my bowling program so far:
[quote=-> import java.util.Scanner;
public class bowling {
public int[] a;
public int total;
public int calculateStrike(int f){
int score = 10;
int counter = 2;
int i = f ]</div><!--QuoteEEnd-->
i know, i'm missing comments. but i havent finished the calculateScore method yet. I still have to make a main method where the user inputs each bowl, and the program outputs each frame in a nice, neat way >.<
does this make any sense at all? i'm splitting the game up into individual bowls, 1-21. the array a is which bowl the program is talking about. so a[5] is the fifth bowl. i added the frame array to set the total for frames. So it will calculate the total for the entire frame. So if the first bowl(a[1]) is 4 and the second bowl(a[2]) is 5, it will make the score equal to frame[(1+2)/2], or frame[1].
this is gonna fail horribly. It's due tuesday and today is my last chance to work on it in class...if i dont finish it this weekend i'm just gonna turn it in not finished.
Archived topic from Anythingforums, old topic ID:4, old post ID:64062
[quote=-> import java.util.Scanner;
public class bowling {
public int[] a;
public int total;
public int calculateStrike(int f){
int score = 10;
int counter = 2;
int i = f ]</div><!--QuoteEEnd-->
i know, i'm missing comments. but i havent finished the calculateScore method yet. I still have to make a main method where the user inputs each bowl, and the program outputs each frame in a nice, neat way >.<
does this make any sense at all? i'm splitting the game up into individual bowls, 1-21. the array a is which bowl the program is talking about. so a[5] is the fifth bowl. i added the frame array to set the total for frames. So it will calculate the total for the entire frame. So if the first bowl(a[1]) is 4 and the second bowl(a[2]) is 5, it will make the score equal to frame[(1+2)/2], or frame[1].
this is gonna fail horribly. It's due tuesday and today is my last chance to work on it in class...if i dont finish it this weekend i'm just gonna turn it in not finished.
Archived topic from Anythingforums, old topic ID:4, old post ID:64062
"Your neighbor was kind enough to let us rip him off and burn his furniture for no reason."-ATHF
"He said no, Err. With his foot." -ATHF
"Please, stop fueling my silent rage." -ATHF
"He said no, Err. With his foot." -ATHF
"Please, stop fueling my silent rage." -ATHF
World's Longest Thread
haha i love the mac commercials
Archived topic from Anythingforums, old topic ID:4, old post ID:64063
Archived topic from Anythingforums, old topic ID:4, old post ID:64063
"I don't have cat-like reflexes. Cats say they have Alex-like reflexes." - Alex
"I've never seen your ears. Do you even have ears?" - Robbie
"You threw away your friendship salami?!"
"My you're sexy when I'm drunk! And when im sober too!" - Gallagher
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
World's Longest Thread
Haha yeah they're great lol.
Archived topic from Anythingforums, old topic ID:4, old post ID:64072
Archived topic from Anythingforums, old topic ID:4, old post ID:64072
Honk if you love Jesus, text if you want to meet Him!
World's Longest Thread
so how do you get a tiny shirt like that on a squirrel? ive seen my friend try to put boxers on her cat. it doesnt really work.
Archived topic from Anythingforums, old topic ID:4, old post ID:64074
Archived topic from Anythingforums, old topic ID:4, old post ID:64074
"I don't have cat-like reflexes. Cats say they have Alex-like reflexes." - Alex
"I've never seen your ears. Do you even have ears?" - Robbie
"You threw away your friendship salami?!"
"My you're sexy when I'm drunk! And when im sober too!" - Gallagher
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
World's Longest Thread
haha yeah cats don't seem to cooperate with those things. They'll be like "wtf are you trying to do to me?"
I sometimes successfully tie pipe cleaners to my cat's tail though, its funny.
Archived topic from Anythingforums, old topic ID:4, old post ID:64084
I sometimes successfully tie pipe cleaners to my cat's tail though, its funny.
Archived topic from Anythingforums, old topic ID:4, old post ID:64084
Honk if you love Jesus, text if you want to meet Him!
World's Longest Thread
<random sports post>
by sports I mean basketball of course....everything else completely bores me aside from chess/backgammon
The trailblazers sucked tonight and they still managed an overtime after being killed on the glass and settling for jump shots. Something horribly wrong being down by 15 points against the Knicks.
I am delighted that they won, but still apalled at the way they played
</random sports post>
Archived topic from Anythingforums, old topic ID:4, old post ID:64086
by sports I mean basketball of course....everything else completely bores me aside from chess/backgammon
The trailblazers sucked tonight and they still managed an overtime after being killed on the glass and settling for jump shots. Something horribly wrong being down by 15 points against the Knicks.
I am delighted that they won, but still apalled at the way they played
</random sports post>
Archived topic from Anythingforums, old topic ID:4, old post ID:64086
Started talking to yourself I see.
Yes, it was the only way I could be sure of an intelligent conversation
Blackadder
Yes, it was the only way I could be sure of an intelligent conversation
Blackadder
World's Longest Thread
I had a UiL competition today. I did horrid on the computer apps, *not last, bunch of peeps made a 0* one, but I did place 5th in computer science
Archived topic from Anythingforums, old topic ID:4, old post ID:64100
Archived topic from Anythingforums, old topic ID:4, old post ID:64100
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
World's Longest Thread
I remember winning a web design competition, so I moved from local to regional, but totally blew that one lol. Mind you, I was probalby the only person using notepad and php. Most were using web editors. To me thats cheating.
Ha, results are still online LOL
http://www.skillsontario.com/competitions/...design2004.html
Archived topic from Anythingforums, old topic ID:4, old post ID:64101
Ha, results are still online LOL
http://www.skillsontario.com/competitions/...design2004.html
Archived topic from Anythingforums, old topic ID:4, old post ID:64101
Honk if you love Jesus, text if you want to meet Him!
-
- Posts: 5140
- Joined: Fri Jan 10, 2003 1:14 am
World's Longest Thread
Web design is a hard racket: Good code requires the left side of the brain, and good design requires the right!
Archived topic from Anythingforums, old topic ID:4, old post ID:64102
Archived topic from Anythingforums, old topic ID:4, old post ID:64102
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
World's Longest Thread
Need to install a Brain Transcoder hyperbridge to enhance web design. It links the left and right brains between the exact right parts configured in the hyberbridge crystal.
Archived topic from Anythingforums, old topic ID:4, old post ID:64104
Archived topic from Anythingforums, old topic ID:4, old post ID:64104
Honk if you love Jesus, text if you want to meet Him!
World's Longest Thread
I am actually going to be in a web design competition later on, I am working on my template right now, then I will write the scripts. I use dream weaver to code everything, I just like how makes every statement a new color.
Archived topic from Anythingforums, old topic ID:4, old post ID:64107
Archived topic from Anythingforums, old topic ID:4, old post ID:64107
World's Longest Thread
Wow, they actually have programming and Web Design competitions? How long are you given?
Archived topic from Anythingforums, old topic ID:4, old post ID:64110
Archived topic from Anythingforums, old topic ID:4, old post ID:64110
World's Longest Thread
Computer Science, is a written test, and I get 45mins to do the test, but I can leave when I am done. It took me around 10mins
This is my first year to do web design.
Archived topic from Anythingforums, old topic ID:4, old post ID:64111
This is my first year to do web design.
Archived topic from Anythingforums, old topic ID:4, old post ID:64111
World's Longest Thread
What are the questions like?
Archived topic from Anythingforums, old topic ID:4, old post ID:64112
Archived topic from Anythingforums, old topic ID:4, old post ID:64112
World's Longest Thread
I am so glad the GIants won the Super Bowl. So so glad.
Archived topic from Anythingforums, old topic ID:4, old post ID:64114
Archived topic from Anythingforums, old topic ID:4, old post ID:64114
Never argue with an idiot. They will bring you down to their level and beat you with experience every time.