Redwall: Warlords

Discussion => Spa Room 101 => Topic started by: Shadow on March 17, 2012, 05:30:42 PM

Title: CTRL+V
Post by: Shadow on March 17, 2012, 05:30:42 PM
What is on your clipboard atm?

47.12585375512624831418
Title: Re: CTRL+V
Post by: Durza on March 17, 2012, 07:02:22 PM
seaBoard.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);   //close operation
      seaBoard.setSize(600,600);   //size of frame
      seaBoard.setLayout(new GridLayout(10,10));   //layout
      seaBoard.setVisible(true);   //can see frame
      seaBoard.setTitle("AI ship");
      seaBoard.setLocation(0,0);

BattleShip code for class
Title: Re: CTRL+V
Post by: Rakefur on March 17, 2012, 09:05:53 PM



Hmmm. nothing?
Title: Re: CTRL+V
Post by: Wolf Snare on March 17, 2012, 09:16:55 PM
On the market or on the way we have:
Unit   Quantity   Price   Status   Sell to Mercs
Rats   93,159,906   $   On Sale for 1.4 hour(s)   
Rats   21,970,000   $   In Transit, 2.4 hour(s) remaining   
Weasels   9,113,113   $   On Sale for 80.8 hour(s)   
Weasels   8,201,747   $   On Sale for 102.3 hour(s)   
Stoats   18,408,769   $   On Sale for 1.4 hour(s)   
Stoats   11,654,789   $   On Sale for 26 hour(s)   
Stoats   10,372,253   $   In Transit, 2.4 hour(s) remaining   
Stoats   6,822,488   $   In Transit, 2.5 hour(s) remaining   
Stoats   5,703,607   $   On Sale for 80.8 hour(s)   
Stoats   3,878,882   $   On Sale for 102.3 hour(s)   
Title: Re: CTRL+V
Post by: Shadow on March 18, 2012, 03:52:55 PM
45/(exp(-(ans-30)/10)+1)
Title: Re: CTRL+V
Post by: Rakefur on March 18, 2012, 04:08:44 PM
Let's try this again, now that I'm on my main computer:

[MY STATS. I'M NOT GOING TO POST THEM...]
Title: Re: CTRL+V
Post by: Pippin on March 18, 2012, 04:58:34 PM
JRC - CONTACT
Title: Re: CTRL+V
Post by: Dark Claws on March 18, 2012, 06:51:38 PM
No idea.
Title: Re: CTRL+V
Post by: Ashyra Nightwing on March 18, 2012, 07:58:52 PM
http://www.youtube.com/watch?v=biQkxCf0tT0 :P
Title: Re: CTRL+V
Post by: Neobaron on March 18, 2012, 08:12:48 PM
http://pastebin.com/bxC6FtUH
Title: Re: CTRL+V
Post by: Rakefur on March 18, 2012, 08:14:35 PM
Not a bad song.

Neo that problem seems wicked complicated!
Title: Re: CTRL+V
Post by: Neobaron on March 18, 2012, 08:16:28 PM
It really isn't. One of my profs gives little puzzles as extra credit and that is my working through the one for this week.

Everyone around me is convinced the answer is 64 without offering any proof for it, but I think they're cheating.
Title: Re: CTRL+V
Post by: Shadow on March 18, 2012, 08:57:10 PM
jon ruined it for everybody

what was the answer?
Title: Re: CTRL+V
Post by: Neobaron on March 18, 2012, 09:03:16 PM
One sec, i'll pastebin his logic and then add my comment.

Title: Re: CTRL+V
Post by: Neobaron on March 18, 2012, 09:05:18 PM
http://pastebin.com/UdDDwguZ

Solution

---

QuoteJon Cook
I guess I just don't have the mind for it then. The conclusion makes the assumption that anyone solving will make determinations about the direction to take their guesses purely on the basis of number of possible outcomes, but taking a direction to narrow the field for the sake of narrowing the field doesn't make the numbers thrown out any less valid considering they fit the criteria if the person guessing uses what are apparently wrong answers to the questions.

9 minutes ago ยท Like

QuoteTimothy Fawcett
The problem is as much about logic as it is math. And neither math or logic involve guesswork. As with most things that involve thought, you start not at the beginning, but at the end.
If you are trying to troubleshoot an IT problem, your first question is "What did you do last? What was your last action? What were you doing right before it stopped working?
In this case, the key is to think about Jone's last question: "If I knew whether or not the second digit was a 1, I could tell you the number of the house." and work backwards.
No quesswork, just pure logic.

Title: Re: CTRL+V
Post by: Neobaron on March 18, 2012, 09:07:50 PM
Different approaches to problem solving I guess. I know I am not wrong. The test doesn't lie: Any number can be the correct number.

But Tim assumes that the last question (is or is not 1 in second place) is important, but there are both squares and roots above and below 500 with 1 as the second digit, and the solution works on the premise that Jones got a straight answer that is hidden and can be deduced. ...but it can't with the given information.

*shrug*

Good thing it is extra credit.
Title: Re: CTRL+V
Post by: Shadow on March 18, 2012, 09:24:04 PM
His answer is wrong. He assumes something about the answers given that is not provided in the question statement.

I dunno what he is thinking, but that is not a valid solution.
Title: Re: CTRL+V
Post by: Neobaron on March 18, 2012, 09:25:21 PM
Believe me, I know.

(http://i.imgur.com/CkkG3.jpg)
Title: Re: CTRL+V
Post by: Shadow on March 19, 2012, 09:16:02 AM
So my brain spent last night solving this instead of sleeping (thanks jon). I think I got it.

We need to make the assumption that the person asking the questions thinks that he is being told the truth on each of the first three questions. With that, and his reponse, we can infer what the answers to the first three questions must have been for him to make the 4th statement.

1) Is the number less than 500? (lied)
2) Is the number a square? (lied)
3) Is the number a cube? (truth)

4) Based on 1,2 and 3, is the second digit a 1? (truth, presumably)

I will code the answers to the first three questions as a three-character symbol, eg, yyn for  yes yes no.

Case yyy: numbers below 500 which are both cubes and squares: 64. Since there is only one, we would have no need to ask the 4th question if this were the set of answers to the first three, so the three answers were not yyy.

Case yyn: squares less than 500 which are not cubes are: 1, 4, 9, 16, 25, 36, 49, 81, 100, 121, 144, 169, 196, 225, 256, 289, 324, 361, 400, 44, 484
Of these, 1 has a second digit 1, but lots don't, so yyn is not the set of answers given, or else we would have no reason to believe that the 4th question would be of any help

Case yny: cubes below 500 which are not square are 27, 125, 343. None has second digit 1, so there is no reason to ask the 4th question. yny is not it.

Case: nyy: squares and cubes above 500 is only 729. Therefore there is no reason to ask the 4th question, and nyy is not the set of answers.

Case: ynn: far too many numbers below 500 to narrow it down, so this is not it.

Case nyn: squares above 500 which are not cubes are (lots of numbers). The 4th question could not narrow it down enough.

Case nny: cubes above 500 which are not squares: 512 and 1000. Here, the 4th question is able to give us an answer. This is the only case where asking the 4th question is actually useful, so this must be the set of answers given.

Case: nnn. Cannot narrow it down any more either...



So: We know that the answers to the three first questions are nny if the 4th question is to be of any use. If the 4th question were answers in the affirmative, we would think that the number is 512, or 1000 otherwise.

However, we know that the first to answers are false, so the actual answer set must be yyy, which leaves as possibilities only the number 64.

So, he is thinking either 512 or 1000 depending on the answer to the 4th question, but the actual answer must be 64.

Of course, we had to make the additional assumption that he though the answers given were all true.

Title: Re: CTRL+V
Post by: Neobaron on March 19, 2012, 09:20:23 AM
Too many assumptions for me to accept any definitive answer, but I guess I understand it.

Still don't like it. :/
Title: Re: CTRL+V
Post by: Shadow on March 19, 2012, 09:23:16 AM
relevent: http://xkcd.com/169/
Title: Re: CTRL+V
Post by: Peace Alliance on March 19, 2012, 09:27:26 AM
"Amazing your body hasn't exploded from pent up ego"

One for the archive.
Title: Re: CTRL+V
Post by: Durza on March 19, 2012, 09:45:48 AM
siggie it Peace, siggie it
Title: Re: CTRL+V
Post by: Pippin on March 19, 2012, 11:17:21 AM
that was a handy ctrl v
Title: Re: CTRL+V
Post by: Kyrolin Zenyar on March 20, 2012, 10:31:55 AM
http://www.youtube.com/watch?v=1orMXD_Ijbs (http://www.youtube.com/watch?v=1orMXD_Ijbs)
Dunno why...
Also, Shadow, nice!
Title: Re: CTRL+V
Post by: Camaclue on March 20, 2012, 04:17:22 PM
Greatest Trolling song in the world.
Title: Re: CTRL+V
Post by: Raggon on March 20, 2012, 04:35:18 PM
Trololololooololooololaaaa...
Title: Re: CTRL+V
Post by: Camaclue on March 20, 2012, 06:05:08 PM
NU
Ungatt is the only troll that's not a troll here, Draggon
Title: Re: CTRL+V
Post by: Ungatt Trunn II on March 20, 2012, 07:00:40 PM
I'm not a troll, I'm just honest.
Title: Re: CTRL+V
Post by: Night Wolf on March 21, 2012, 02:05:31 PM
Monterey bay aquarium, 886 Cannery Row Monterey, CA 93940
Title: Re: CTRL+V
Post by: Sharptooh on March 21, 2012, 03:23:36 PM
http://www.youtube.com/watch?v=VznlDlNPw4Q&feature=related (http://www.youtube.com/watch?v=VznlDlNPw4Q&feature=related)
Title: Re: CTRL+V
Post by: Wolf Snare on March 21, 2012, 05:22:19 PM
lol what is wrong with you? if you actually sat through that you're nuts

okay, it's kinda catchy lmao
Title: Re: CTRL+V
Post by: Pippin on March 21, 2012, 05:23:46 PM
THEYRE TAKING THE HOBBITS TO ISENGARD
Title: Re: CTRL+V
Post by: The Obliterator on March 23, 2012, 10:08:00 AM
This is what is on my clipboard atm



Yeah really interesting wasn't it...
Title: Re: CTRL+V
Post by: Stella Cadente on March 24, 2012, 01:35:18 PM
nothing.....
Title: Re: CTRL+V
Post by: Camaclue on March 24, 2012, 01:36:24 PM
CTRL+V DOES NOTHING


LIKE ZE GOGGLES
Title: Re: CTRL+V
Post by: Rakefur on March 24, 2012, 02:34:22 PM
QuoteWe'll probably have you on lizard indy to start with, it's safer than rat.

lol wut
Title: Re: CTRL+V
Post by: Krowdon on March 25, 2012, 07:53:58 AM
Lol this.

(http://i.imgur.com/kBtLU.jpg)
Title: Re: CTRL+V
Post by: Camaclue on March 25, 2012, 09:10:51 AM
Krowdon is tigger
runners are thread
Title: Re: CTRL+V
Post by: Night Wolf on May 08, 2012, 10:55:49 AM
I could see krowdon doing this
Title: Re: CTRL+V
Post by: Krowdon on May 08, 2012, 01:30:15 PM
Ambushing shirtless joggers dressed as Tigger?
Title: Re: CTRL+V
Post by: Night Wolf on May 08, 2012, 02:09:10 PM
Yes exactly that, I would also imagine you screaming "this is for not comming to my yard!"
Title: Re: CTRL+V
Post by: Krowdon on May 08, 2012, 02:41:30 PM
But I don't want a bunch of sweaty men in my yard.
Title: Re: CTRL+V
Post by: Night Wolf on May 08, 2012, 02:43:54 PM
Don't lie
Title: Re: CTRL+V
Post by: Krowdon on May 08, 2012, 02:54:02 PM
I don't have a reason to lie.
Title: Re: CTRL+V
Post by: Pippin on August 21, 2012, 05:21:54 PM
1. Nazgul (#5)
$1,503,190,327 with 201,952 Acres
Title: Re: CTRL+V
Post by: Camaclue on August 21, 2012, 06:31:02 PM
necromancer
Title: Re: CTRL+V
Post by: Krowdon on August 21, 2012, 06:39:54 PM
Why did you have necromancer on your clipboard?
Title: Re: CTRL+V
Post by: Ashyra Nightwing on August 21, 2012, 06:55:15 PM
googlin' up some corpse-raising spells perhaps?
Title: Re: CTRL+V
Post by: Ryu on August 21, 2012, 06:59:39 PM
wuts clipboard?
Title: Re: CTRL+V
Post by: Rakefur on August 21, 2012, 07:13:14 PM



Then I got this:
QuoteThe following error or errors occurred while posting this message:
The message body was left empty.
lol
Title: Re: CTRL+V
Post by: Krowdon on August 21, 2012, 07:17:26 PM
Quote from: Ashyra Nightwing on August 21, 2012, 06:55:15 PM
googlin' up some corpse-raising spells perhaps?

That would be creepy but kinda cool.
Title: Re: CTRL+V
Post by: Durza on August 21, 2012, 07:34:47 PM
clipboard, ryu, is where your copied items are stored.

570,981,718
Title: Re: CTRL+V
Post by: Camaclue on August 21, 2012, 07:46:24 PM
Slendurmern
Title: Re: CTRL+V
Post by: Shadow on August 21, 2012, 08:23:10 PM
What popular children's book series by Brian Jacques is this website theme based on? (Hint: it's the first word in the name of the game)
Title: Re: CTRL+V
Post by: Ryu on August 21, 2012, 09:02:12 PM
how u access it?

Title: Re: CTRL+V
Post by: Shadow on August 21, 2012, 09:48:30 PM
hold down the "ctrl" button and press the "v" key

unless you are using a mac in which case just go away
Title: Re: CTRL+V
Post by: Ryu on August 21, 2012, 10:09:57 PM
hm i dont have a mac and well i am pressing that :((((((((
Title: Re: CTRL+V
Post by: Shadow on August 21, 2012, 11:13:25 PM
first you have to highlight something and press ctrl+c (copy). Then you will have something to ctrl+v (paste).
Title: Re: CTRL+V
Post by: Ryu on August 21, 2012, 11:35:53 PM
oh okay

thought clipboard saved copy/pastes from like months back
Title: Re: CTRL+V
Post by: windhound on August 21, 2012, 11:46:10 PM
pah Shadow  (its apple + v btw...  basically all the same shortcuts, just with the apple key because ~special~)

Kelty Shrike 32
Title: Re: CTRL+V
Post by: Camaclue on August 22, 2012, 08:14:14 AM
That's easy
The Rondala series.
Title: Re: CTRL+V
Post by: Shadow on August 22, 2012, 09:33:19 AM
105,787,083
Title: Re: CTRL+V
Post by: Krowdon on August 22, 2012, 04:25:36 PM
an act or instance of placing close together or side by side, especially for comparison or contrast.
Title: Re: CTRL+V
Post by: Camaclue on August 22, 2012, 06:45:37 PM
a plant of the genus Aquilegia having irregular showy spurred flowers found in temperate regions especially mountains.
(let's post definitions and not post the word and make it a thing and not a meme)
Title: Re: CTRL+V
Post by: Krowdon on August 22, 2012, 08:18:26 PM
You're supposed to post what is on your clipboard.
Title: Re: CTRL+V
Post by: Peace Alliance on March 24, 2013, 11:17:05 AM
<!DOCTYPE html>
<html id="facebook" class=" sidebarMode canHaveFixedElements sidebarCapable" lang="en"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"><meta charset="utf-8">
Title: Re: CTRL+V
Post by: Durza on March 25, 2013, 07:13:44 AM
https://www.youtube.com/watch?v=4WgT9gy4zQA