|
Do you accept the big bang theory is still largely a theory? Or do you accept it is a given fact?
Started by The High Prophet of Truth on
, 32 posts
by 32 people.
Answer Snippets (Read the full thread at yahoo):
However I was made aware of the fact it's just a theory the maths would be the same, but....
Gravity, as people say, is a theory as well, and for all intents and purposes (like flying or predicting planetary movement), we do understand it.
|
|
Sorry folks, I tried to restrain myself, but the questions kept coming after a recent response to ns8t ;) I'll try and keep this scientific, well, that of course being the point of this post. So to be clear, the context of the post is the consideration...
Started by namaan on
, 12 posts
by 9 people.
Answer Snippets (Read the full thread at thenakedscientists):
A scientific....
A scientific theory.
It's conjecture.
A scientific theory has to be testable on 21/01/2012 06:49:48 The multiverse "theory" is not a theory.
It's conjecture.
The multiverse "theory" is not a theory.
|
|
[Theory] A cooler theory on Sora's "fall" So we all know that the box art implies that Sora will "fall to the darkness". But that does not necessarily mean that it will be a bad thing. Perhaps he will utilize and go after the power of darkness to become...
Started by Day on
, 15 posts
by 8 people.
Answer Snippets (Read the full thread at khinsider):
Re: [Theory] A cooler theory on Sora's "fall" But where's the shocking ending :x Re: [Theory] A cooler theory on Sora's "fall" Did it say anywhere that the shocking ending has anything to do with Sora falling to darkness? I....
|
Ask your Facebook Friends
|
Please suggest me some good books on "Formal languages and Automata Theory".
Thanks!
Answer Snippets (Read the full thread at stackoverflow):
You....
Http://www.amazon.ca/Introduction-Theory/File:Hopcroft-ullman-79-cover.jpg
The book here is Introduction to Automata Theory, Languages to the Theory of Computation by Sipser.
It's used for the CMU course.
I recommend this book.
|
|
I recently saw the oldest One Piece theory of Cerberus back in action so i propose this theory.
I'am not at all inclined towards the Cerberus theory and iam totally not in favor with that theory. I would instead like to propose that the reason Teach was...
Started by Thugg on
, 15 posts
by 9 people.
Answer Snippets (Read the full thread at narutobase):
I wrote this much for a discussion and not for nice theory thing Whitebeards body, read it again....
H nice theory you made there sounds certainly possible nice theory you made there sounds certainly possible for people of this world.
|
|
Boredom theory....
This is about the spiralgan:
If the spiralgan is strong, I assume it may come after the EMS if the elder son wasn't born with it - but it can't come from the EMS.
Who would the elder son have got his new eyes from if he was the first...
Started by SM96UK on
, 13 posts
by 11 people.
Answer Snippets (Read the full thread at narutobase):
Wait what? Did I missing something? Lol, the Spiralgan? I have a theory.
Nah, itachi would mention it +rep..good theory Plausible ..
|
|
Alright guys,
IF you think about things, have you EVER seen Ten-Ten and Tobi at the same time?? That's right, they have never been seen together in the same place. This has only one logical solution. Ten-Ten is Tobi.
Ten-Ten is actually two people.
1....
Started by Tagen on
, 12 posts
by 10 people.
Answer Snippets (Read the full thread at narutobase):
All Tobi theories go? This i the worst theory....
Fuc*ing awesome theory! REP + I think it will be a little bit difficult to accept this theory.
|
|
I have no clue why this hasn't been done yet.
Purposes:
- Quick questions that don't need to clutter the forums
- Pool data for research projects
- Quicker sharing of theory knowledge in general
Shoot me a PM with your skype name and I'll add you.
Started by Ronin Talken on
, 7 posts
by 5 people.
Answer Snippets (Read the full thread at twoplustwo):
There's a lot of threads started (me....
It has:
http://forumserver.twoplustwo.com/29...-scam-1079792/
:P great idea!
i do think a rolling low-content/quick questions thread would be cool too.. .
|
|
In theory, is it easier to remove elements from an ArrayList or a LinkedList ?
Started by Johanna on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
With....
It is "easier" (that is, more efficient) to remove them from a LinkedList , because removal from an ArrayList requires moving all subsequent elements to a new position in the list—all subsequent elements of the array must be assigned a new value .
|
|
In theory, is it easier to add new elements to an ArrayList or to a LinkedList ?
Started by Johanna on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Do you mean faster?
What do you mean easier? The performance characteristics... .
LinkedList 's time never changes.
They are the same: Collections.add
It depends: If the backing array is full, ArrayList will have to create a new one before it can add another element .
|