Skip to content
View in the app

A better way to browse. Learn more.

Tip.It Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Alg

Editorial Panel
  • Joined

  • Last visited

Everything posted by Alg

  1. 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?
  2. So is that 'assassin' position still open?
  3. 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.
  4. Alg replied to stevepole's topic in Falador Tavern
    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:
  5. But if she's 14, it's jailbait.
  6. Not if Glacors is the name of your new girlfriend.
  7. Sometimes I suspect they do it just to flaunt how popular they are. So say we Internet dwellers :twisted:
  8. 40 hour RPGs or gtfo.
  9. 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.
  10. no comments about "Terminally going to die"? That [cabbage]'s meme gold!
  11. True, but not to the average moviegoer. Not that that's a bad thing, we got the Indiana Jones franchise out of it :razz:
  12. Alg replied to Nomrombom's topic in Off-Topic
    Monterey Bay Aquarium I went here a lot when I was younger, and it's probably where I got an interest in biology.
  13. 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.
  14. Fly directly overhead, grab one in your talons when she starts to lose, and ensure that it ends in a tie.
  15. 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.
  16. 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/
  17. Alg replied to demby123's topic in Off-Topic
    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.
  18. Apparent you can't boost agility to explore Kethsi :wall:
  19. 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(); } }
  20. 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:
  21. Least of all one that would buy all our stuff for its exact value :cry:
  22. [cabbage], I was just trying to make a Portal joke, not spark thoughtful discussion :razz:
  23. Alg replied to stevepole's topic in Falador Tavern
    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

Important Information

By using this site, you agree to our Terms of Use.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.