Recent content by Nice coder

  1. N

    Could Programming Autonomous Satellites Be Possible?

    Maybe As A Missle Defence Shield Sort Of Thing?
  2. N

    Questions about Antimatter: Gravity, Singularity, Entropy, Black Holes & C-22

    If antimatter has gravity, then it can collapse into an anti-black hole. If an anti-black hole and a black hole collide (assuming equal mass), would they neutralize each other, neutralize part of their mass giving the rest of the mass enough energy to escape the gravity well, or ? If there...
  3. N

    Can We Generate Energy by Drilling Deep Ocean Holes?

    You do know that aether doesn't exist?
  4. N

    Questions about Antimatter: Gravity, Singularity, Entropy, Black Holes & C-22

    I just hava a few questions about antimatter. Does it have gravity? Can you compress it into a singularity?, and if so what would happen if you were pulled towards it? Does it have entropy? Could you use it to destroy black holes? An isotope of carbon(C-22?) decays and produces antimatter...
  5. N

    Creating a Working Prototype of Armor to Move with You

    The many uses for a very small atomic reactor.. :)
  6. N

    Build a RTG: Cheap & Reliable Wattage from Homemade Parts

    Trimium, but americium produces more ions and lasts longer
  7. N

    Creating a Working Prototype of Armor to Move with You

    This thread is quiet... what happened to all the people?
  8. N

    When will computer hardware match the human brain?

    The first computers were analog :cool: But i think it would be more like bio-neural circutry (as on Star trek(little c thingy) Voyager)
  9. N

    Difference between a Gravity Well and a Black Hole

    Black holes are formed by anything massive enough to stop light from radiating from escaping. Two neutron stars coliding Two other black holes Large star goes nova Thats all i can think of now
  10. N

    Microwave Propulsion: Using RF to Push Magnetic Fields

    RF fields have an E and a H field the E field is electric, the H field is magnetic. They are both weak, but they do exist, and they interact with things (like your radio's antenna)
  11. N

    Kate spilled black ink on her white dress.

    Anybody have a dictionary file (.txt please) Brute force attack, anyone?
  12. N

    Discover Your Past Life! | Psychic Tests

    I'm checking the javascript code which runs it (all programmed, nothing supernatural) If i feel like it, later i [B]would[B] debunk this one (probabilistic screening, ect) But i don't feel like it right now :frown: Anybody else (who can program), want to try it? (it gets boring after the...
  13. N

    How to Automate Data Extraction from a Scroll-Down Webpage?

    Try looking for the combo bar html tags, and use a spider to crawl the URL's found in the bar.
  14. N

    Calculators New Anti-Spam Scheme from Microsoft

    Did you know that if anybody used bysononian(probabalistic, sp?) spam filters (or any), all the spammers would go out of buisiness; ie Bankrupt (read: No spam).
  15. N

    Automated data collection from the net database

    load into array(single dimentional, one cell per character) open "C:\Textfile.txt" for output as #1 for x = 2 to ubound(array()) - 2 if isnumerical(array(x)) then if isnumerical(array(x + 1)) then if isnumerical(array(x + 2)) then if isnumerical(array(x - 1)) then...
Back
Top