Jump to content

Cap'n Refsmmat

Administrators
  • Posts

    11784
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Cap'n Refsmmat

  1. Nobody's ever thoroughly tested a Bourke engine to see how well it works. When someone does, manufacturers might go for it.
  2. Moral of the story: Terrorists should buy a $5 project box from RadioShack before boarding a plane.
  3. Google says -273.15, and I believe that is the correct value.
  4. Joy Christian's paper on the subject is available on arXiv.
  5. It doesn't really matter what you name your variables.
  6. Has he somehow sterilized himself along the way?
  7. Quantum effects. Anything with heat (energy) jitters around randomly (that's what heat is). Random clumps form.
  8. You're right again. I graphed it and it approaches 0.
  9. That's roughly the slope of the line you get when you graph the original function. Check the directions again to see what it's asking for.
  10. It doesn't have a horizontal asymptote. Try graphing it.
  11. The trouble is that there's no easy way to make an adaptive system. How can you teach to suit every single person's unique needs?
  12. http://talkorigins.org/indexcc/CB/CB101.html So you're saying "it can't be a transition between a mammal and a reptile because it has mammal characteristics." Great. Think that one over again, will you? http://talkorigins.org/indexcc/CC/CC052.html http://talkorigins.org/indexcc/CC/CC001.html Because it takes a long time. http://talkorigins.org/indexcc/CB/CB102.html We don't care what Darwin said. We care about the evidence. No.
  13. You won't get two degrees with two majors. You'll get one degree with two majors attached, not two degrees. Of course having a double major in a separate specialty will certainly help if it's relevant to what you intend to study, but I don't know if that outranks GPA. Those aren't the only two factors a grad school would consider.
  14. And no, I don't know how that worked. It made perfect sense at the time though.
  15. Because he'll likely come back anyway?
  16. "Troll" isn't the right word. Trolls are usually cleverer, stirring up the muck with well-placed insults. You're more of this guy:
  17. SQL injection will be handled by mysql_real_escape_string(), XSS by htmlspecialchars(). If you don't run the server, only the PHP code, there's not much else you can do.
  18. You need to learn what compounds are soluble and which aren't. Soluble compounds will dissociate into ions, but insoluble compounds aren't. (Anything labeled "aq" or "aqueous" has already dissociated.) Your textbook (if you have one) or Google should have a list of standard solubility rules you can learn to help decide if a compound breaks down. The soluble compounds will split up (like NaCl) into their component ions (e.g. Na+ and Cl-).
  19. For input, you only need to do mysql_real_escape_string(). Don't addslashes() and that, as mysql_real_escape_string() does what addslashes does and more. For output, you'll want to parse the output with htmlspecialchars() before you display it. That will prevent typical cross-site scripting and that fun stuff. You don't need to worry about using a regex to find JS with that because the JS tag will be shown, rather than parsed by the browser.
  20. AtomikPsycho is not a god. AtomikPsycho is a bored teenager who knows how to use proxies. Unfortunately, you seem to pick proxies with the same first two IP octets. FDC Servers must have a pretty bad abuse department. Let's see if you can find more proxies that aren't in the blacklists vB checks on registration.
  21. Perhaps they're so close together that you can't tell the difference. Try a bigger number, like 10.
  22. In 2x2+3? Moves it up 3 units.
  23. It should have a line of symmetry at (0,0). You didn't move it left or right. If you want it to move left, do y=(x+2)2 or something similar.
  24. It should look similar to y=x2, but it should be narrower and a little higher on the graph. You just see the same thing?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.