NHS 2009-10 Schedules~ August 27, 2009
Posted by havocinfinity in Random.13 comments
Fall:
Period 1:
AP English Lit. (Mansfield): Thomas, Crew, Rachel
AP Spanish (Jara): Waleed, Brandon, Spencer
AP Italian: Salvatore
Period 2:
AP Calculus BC (Fomina): Thomas, Waleed, Brandon, Spencer, Salvatore (OH YEAH)
AP Calculus AB (Rieger): Crew, Rachel <-noobs
Period 3:
Band 11-12/Chorus/Orchestra: Thomas, Brandon, Robin, Salvatore, Rachel
College Acct:Crew
Free/Gym: Waleed
Free: Spencer
Period 4:
AP Statistics (Curran): Thomas
AP English Lit. (Mansfield): Waleed, Brandon, Salvatore
Computer Programming Independent Studies (Rieger): Spencer, Crew
Period 5:
AP US Gov & Pol (Green): Waleed, Spencer, Salvatore
Free: Brandon, Crew, Thomas, Rachel
Period 6:
AP Psychology (Daddino): Thomas, Waleed, Spencer
Astronomy (Wtf?): Brandon
AP Art: Crew
AP Computer Science: Rachel, Salvatore
Period 7:
AP Chemistry (Schroeder): Waleed, Salvatore
AP English (Manfsield): Spencer
AP US Gov & Pol (Green): Crew, Thomas, Rachel
Period 8:
AP Bio / AP Chem: Waleed
Phys Ed / AP Chem (Schroeder): Salvatore
AP Chem (Schroeder) / Phys Ed: Brandon, Spencer, Thomas, Rachel
Phys Ed / AP Physics: Crew
Period 9:
AP Chemistry (Schroeder): Brandon, Spencer, Thomas, Rachel
Phys Ed / AP Physics: Crew
AP Bio: Waleed
Add your name or comment~!
Random classes may be on here, but its so that when/if you change your schedule you should be able to see what classes are at what periods – it might help.
There’s AP Bio btw, and teacher for Gym doesn’t really matter I guess. These are schedules before changing them, and are here for the purpose of changing easier.
I HATE JAVA!!! August 24, 2009
Posted by havocinfinity in Random.Tags: java long
5 comments
Java’s long holds up to 2^63 – 1, which is way too little. Well, for me trying to figure this problem >:F
public class euler {
public static void main(String[] args) {
System.out.println("Euler question 16: " + question16());
System.out.println("Euler question 20: " + question20());
}
public static long question16() {
int a = 0;
long temp = power(2, 1000);
String tmp = new String();
tmp = String.valueOf(temp);
for (int i = 0; i < tmp.length(); i++) {
a += Character.getNumericValue(tmp.charAt(i));
}
return a;
}
public static long power(int a, int b) {
long answer = 1;
for (int i = 1; i < b + 1; i++) {
answer *= a;
}
return answer;
}
public static long question20() {
int a = 0;
String tmp = String.valueOf(exclamationPoint(100));
for (int i = 0; i < tmp.length(); i++) {
a += Character.getNumericValue(tmp.charAt(i));
}
return a;
}
public static long exclamationPoint(int a) {
if (a == 0)
return a;
return a *= exclamationPoint(a - 1);
}
}
2009-2010 NHS Bell Schedule. August 24, 2009
Posted by havocinfinity in Random.Tags: VSHS bell schedule 2009-10
6 comments
The Schedule:
Period 1: 7:50 – 8:31
Period 2: 8:35 – 9:23
Period 3: 9:27 – 10:09
Period 4: 10:13 – 10:55
Period 5: 10:59 – 11:41
Period 6: 11:45 – 12:27
Period 7: 12:31 – 1:13
Period 8: 1:17 – 1:58
Period 9: 2:02 – 2:43
Period 10: 2:43 – 3:13*
Extra Help is on Mondays, Tuesdays, and Thursdays.
Or you can take a look here.
Periods 1, 8, and 9 are 41 minutes, Period 2 is 48 minutes. The rest are 42 minutes. Either there is some kind of plan to gradually reduce school time to being non-existent or someone likes screwing us with getting used to new times. Either way, 5 minutes off is barely anything unless its English class…
Project Euler. August 23, 2009
Posted by havocinfinity in Random.Tags: Java programming exercises, Math problems, Project Euler
add a comment
I was at home today, surfing through the normal forums when I stumbled upon an interesting activity that I could occupy myself with (and actually be somewhat productive!). Its called “Project Euler” — basically a site where there are a bunch of mathematical questions that you could use your programming skills to help you get the answer.
So, in the case you do get kinda bored, you might find it interesting. Most of the problems are pretty hard and require much thought and good programming skills (which I don’t have), but you could probably get through the first few with ease.
If you do get stuck, though, or if you want a little whiff of what you’ll be attempting, I’ve done questions 1-10 excluding #7 (that question is really retarded and I hated doing the one with the palindrome [I actually copied a recursive method from someone else for that] mainly because its more like I get stupid programming errors more than I do math errors, which is just… idk ANNOYING). So anyway, you can take a look at questions 1-10 without 3 or 7 here and question #3 is here. Question 10 takes forever, and there might be a faster isPrime() method that I can’t think of :O. I mean, I found this…
Too-da-loo~ Have fun those! *evil chuckle*
Random Blog. August 16, 2009
Posted by havocinfinity in Random.1 comment so far
When you’re bored, there’s things you do that are sometimes unproductive, and that are sometimes plain stupid. Recently, boredom has been appearing && reappearing like a nightmare in my mind, and I have made a fail program and a fail website and now, a fail blog to remedy it.
Googling “things to blog about”, I found http://www.thenetfool.com/blog-post-ideas/ and well, I might as well give it a shot. Suggestion #1 says to make a list, but when I’m sitting down to brainstorm ideas about it, I’m a little confused. Historical lists that may be interesting are far from my reach and would require much effort to obtain if it isn’t already on the internet, so why bother? “Interesting” facts and records can always be outdated, so I guess I’ll just have to go along with the advice~ that I should be giving opinionated information. Who really cares about what I’m thinking though? Right now, the first the thing that comes to my mind is: “I should make a list of the things that bother me the most.” But then, there’s too much and ordering would be a hassle. In times like this, ABC order usually works, but that just seems a little weird in my case. Instead, I’ll just tumble things off as they come in…
1.) I’m sitting quietly in class when someone decides to jabber me for a response to one of their questions, or maybe a comment to their story about how shitty their weekend was. Well, this doesn’t anger me unless I’m under the idea that the teacher wants everyone to shut at that moment in time. Now, I’m stuck between talking and getting a bad impression by the teacher, or not speaking and angering the person sitting next to me, who isn’t supposed to be talking and is probably angering the teacher. Now that irritates me. Happens a lot in band by the way.
2.) I’m sitting quietly busy with doing the normal unproductive things I do when someone sneaks up behind me and looks over my shoulder. I’m not always angry about this, since it really depends on what I’m doing and who is looking over my shoulder. But in some cases, like in this one, I prefer posting/having a conversation with someone else via AIM (or maybe its like that in real life too, I just figured!) privately. If I’m on shoddy or working on art, or surfing the forums, I don’t mind if anyone looks over my shoulder, really, other than art professionals that’ll like to critique my work in their heads. I don’t like gaming with my parents watching because they think I should be studying. I don’t like watching movies with anyone that talks a lot over my shoulder. I don’t like… oh I just had but just lost it >_<. It just makes me feel uncomfortable, come to think of it, it wouldn't be #2 if this list were ordered in severity of anger.
3.) Holy shit, stop yelling! People think I like the silence because I'm the quiet, taciturn kind of guy. I don't mind silence or anything interesting–like a shitty weekend story or music I like. But if it isn't a civilized argument, I'm annoyed. If I'm a part of the argument, that makes it all the worse. Raising my voice is one of the least favorable things that I do, so I really dislike being pushed into a position where I'm forced to raise my voice. I don't mind someone asking me to repeat myself if they can't hear me – but I do feel uncomfortable nonetheless because I find myself with a tone that seems like I'm "yelling" even though I'm not angry at all. Public places where its loud and I need to talk louder for other people to hear me- not as bad, but I still hate raising my voice. It takes about 5 minutes of talking over other noises before my throat gets sore, or not even if I have to yell (which I normally DO NOT do – I wait til its quiet). Oh yeah, the main point of #3 was to say I hate being accused for something I never did, but I have no idea how I got intertwined with that talking thing… and well, having to take punishments for the stuff I didn't do too. I guess its just naturally associated with yelling now to me :(
Reminder: This is rambling, so its not organized and I'm going back to being forced to talk. Speaking of rambling brings me to the next part of the idea too: I do somewhat get pissed off when people tell me stuff that are somewhat interesting, but I don't want to make a response to it other than a *nod* to acknowledge them that I'm listening. I'm not sure how much people can tolerate this, but it might just be me because I'm socially disabled and can't conjure the "right" words to most situations. So sorry Waleed if I bombarded you with a shit load of shit during calculus class, because you and my younger brother are the only people I do that to.
Okay, now what comes to my mind: "Make a list of reasons why people should hate you."
1.) I talk too little. No fun.
2.) I make pointless blog posts that hit you like a wall of text, but you read it anyway because you think you'll be reading wise words when you're really wasting your time.
3.) I run "fast" when I run. Only applies to one person.
4.) I don't know much about stuff outside the home.
5.) I don't laugh at most of peoples' jokes.
6.) I talk over other people. Yes, despite the fact that my talking may be like a "holy" thing (like wtf? idk what you guys are thinking sometimes), its annoying that its over someone elses' talking.
7.) My memory sucks. Most of the time.
8.) I talk about stuff no one cares about.
9.) I lie when I shouldn't be lying and when I don't want to lie, but I feel the need to lie to alleviate distractions. (i.e. I don't have high cholesterol. My older brother and father do. It IS volatile though, but the main reason I said that was because I didn't want to tell Spencer that I was on a workout routine where I couldn't eat junk food. So then I had to lie to Ben and Rachel and now I feel like a piece of shit that should just go die).
10.) I'm totally someone different online than I am in real life. If I were bored, I would not be preaching any of this, I wouldn't be bumping into conversations, I wouldn't be making civil arguments, I wouldn't be talking about .. well anything, to be honest.
w/e, now I'm bored. kthxbai.
