Everything posted by Alg
-
Post all RS Screenshots, Videos, and Sounds here!
Or just remember that this always happens with new items. Everyone pays ridiculous prices to get it on the first day and it quickly crashes as more people get them. All FT does is make sure you don't have to junk trade before and after that happens, meaning that normal people can get it too :razz: I'm not sure if there's a real world equivalent to that kind of thing. Buying a PS3 on the first day and selling it for thousands on Ebay?
- It's Super Effective!
-
Things that annoy the HELL out of you.
Looks like mixing humor and chemistry gave a bad reaction. Lmao. I can't tell if this is the greatest thing I've ever read, or the most horrifyingly bad.
-
The Back Room
You know I really don't. The only reasons I'm still alive are guilt and stubbornness. We can't have you dying before Dream Ender 2 :twss:
- It's Super Effective!
-
/obt/
Not if Glacors is the name of your new girlfriend.
-
Things that annoy the HELL out of you.
Sometimes I suspect they do it just to flaunt how popular they are. So say we Internet dwellers :twisted:
-
Tip.It Times - 18th September 2011
40 hour RPGs or gtfo.
-
National treasure/Uncharted
That's why we have movies. :thumbup: Digging around with a brush for a piece of broken clay = exciting if you're interested in archeology. Harrison Ford being a treasure hunting badass = exciting to everyone.
-
Things that annoy the HELL out of you.
no comments about "Terminally going to die"? That [cabbage]'s meme gold!
-
What Game(s) Did You Last Get and What Are You Playing?
The Mount & Blade collection.
-
National treasure/Uncharted
True, but not to the average moviegoer. Not that that's a bad thing, we got the Indiana Jones franchise out of it :razz:
- Nostalgia
-
When training melee, do you guys
My stats (except attack and magic) are only even by accident. :razz: At the OCD thing: It's not so much a self-diagnosis as it is slang. Nobody uses "I'm OCD about x" to mean that they actually have the disorder.
- It's Super Effective!
-
Tip.It Times - 11th September 2011
More complicated than they should have been. My fault :razz: It was better than the even more directionless dead horse article I originally had in mind.
-
is gaming going downhill or am I growing up?
I'm convinced that someone at Cracked is a Tip.Iter. http://www.cracked.com/blog/5-ways-to-tell-youre-getting-too-old-video-games/
-
Things that annoy the HELL out of you.
- Minecraft General
So... How the hell am I supposed to get down there? Because there's probably some diamonds at the bottom. My current plan involves that tiny puddle (The one surrounded by lava) and vast amounts of prayer.- 14-Sept-2011 � Ritual of the Mahjarrat
Apparent you can't boost agility to explore Kethsi :wall:- Java help
This is an assignment from an intro to Java textbook, for a class I'm currently taking on the subject. The point was to teach students how to use constructors. Unfortunately for me, I have very little idea how to do that. [spoiler=Constructor] public class GradeBook { // Instance field private String courseName; private String instructorName; // Constructor public GradeBook( String course, String instructor ) { courseName = course; instructorName = instructor; } // Returns course name public String getCourseName( ) { return courseName; } // Assigns course name public void setCourseName( String course ) { courseName = course; } // Returns instructor name public String getInstructorName( ) { return instructorName; } // Assigns instructor name public void setInstructorName( String instructor ) { instructorName = instructor; } //displayMessage public void displayMessage(){ System.out.printf ("Welcome to the grade book for \n%s!\n Presented by %s. \n", getCourseName(), getInstructorName() ); } } Code[spoiler=Main program] import java.util.Scanner; //Program uses Scanner public class GradeBookTest{ public static void main (String args[]) { Scanner input = new Scanner (System.in); GradeBook gradeBook2 = new GradeBook(); System.out.println ("Please enter a course name:"); String course = input.nextLine(); // Asks user for course name gradeBook2.setCourseName(course); //Sets course name System.out.println ("Please enter the instructor's name:"); String instructor = input.nextLine(); // Asks user for course name gradeBook2.setInstructorName (instructor); //Sets course name System.out.println(); //Blank line gradeBook2.displayMessage(); GradeBook gradeBook1 = new GradeBook(); //Creates the first grade book String courseName; String instructorName; instructorName = "[redacted]"; courseName = "[redacted]"; gradeBook1.displayMessage(); } }- Things that annoy the HELL out of you.
I've been working on homework for a Java class for about four hours now, and following the textbook just gives me more errors :wall:- Post all RS Screenshots, Videos, and Sounds here!
Least of all one that would buy all our stuff for its exact value :cry:- BXP Rollbacks
[cabbage], I was just trying to make a Portal joke, not spark thoughtful discussion :razz:- The Back Room
Because I'm THAT awesome![/half-irony] Yeah, I dropped the right glass so it broke in half and I had to glue it, but the crack adds character. You are infected. Virus...detected. You are infected. Virus...detected. Sorry, had to. But yes, those are [bleep]ing awesome. >8D I was instantly reminded of this - Minecraft General
Important Information
By using this site, you agree to our Terms of Use.