Jump to content

TheGeek

Senior Members
  • Posts

    171
  • Joined

  • Last visited

Everything posted by TheGeek

  1. does anyone know the exact time that it can survive outside of the human body?
  2. Yeah, i've had those times. I just start over. It's time consuming but worth it.
  3. TheGeek

    Homepage?

    I like the homepage. I also like food.
  4. I believe that there used to be water and life on mars.
  5. I know it is posible but not in my lifetime.
  6. In my opinion if a player uses steroids it is not fair to other players.
  7. I love the setup but i might try a new theme.
  8. I think it is going to be about 20 years from now.
  9. I voted no since life needs to move on and if you need another pet,in my opinion, get another one not a clone. I would want my pets to be diffrent and diverse.
  10. I am not sure. I do want my children to be perfect but i dont want them to be same as others. here is how i would decide: If other parents were doing it then i would do it too because i dont want my kids to be average and other kids being perfect at everything because then my kids would not be able to join any sports or anything since all the "good" kids would be on the team.
  11. I just wanted to join a forum where i can talk about some of the science things that noone else wanted to talk about so i went on google and typed "Science forum." Even though this was the first site i did see others but in the end this looked like the right site to join.
  12. I went with unsure becuase the answer would depend on what kind of life i am living. If i am heppy and all that stuff then i would live forever otherwise if i feel like i an not happy and i am in pain then no, i would not live forever.
  13. I chose up quark because in my chemistry class we had to do a project on the quark that we get and i was stuck with up. I do see that there are 8 votes (so far) on "What's a quark? (fool)." So here is a link that might help the "fools".
  14. I do agree with that to some extent. One of the reasons that people recognize it better is because it is a very important equation.
  15. TheGeek

    Mars by 2010?

    We are facing too many problems right now. I would say between 2020 to 2025.
  16. Hello, I just want to know how does hypnosis exactly work? What is the science behind it? thanks
  17. I have used proxify but as pangloss said a "proxy server does not guarantee anonymity."
  18. In my opinion as mentioned before you should just connect the two computers with a crossover cable or just connect them using a usb.
  19. I would start learning java if i were you.
  20. I usually use cd-rw or a usb flash drive but a flopy drive comes handy when things go wrong.
  21. Below is a piece of code that i wrote.This code will add a birthday and the persons name to the file. ask if you have any questions. Private Sub cmdaddline_Click() Dim intfile As Integer intfile = FreeFile Open "C:/computer prog/semester 2/birthday.txt" For Append As #intfile Dim user As String Dim birthday As String user = InputBox("Enter the name of the person.") birthday = InputBox("Enter the birthday of the person.") Write #intfile, user, birthday Close #intfile End Sub if you have vb .net then check out this link: http://www.freevbcode.com/ShowCode.Asp?ID=4492
  22. Ok, You can make the exe's. What are the limitations?
  23. I liked this site. Can we turn our projects into .exe with the beta version?
  24. Hello, I use visual basic 6 at my school and i like it alot. The thing is i want to get something like visual basic but cant afford to buy it. Does anyone know any other kind of baisc compilers with a gui that are free and close to vb 6. I looked at real basic but it also costs 100 bucks. thank you in advance
×
×
  • 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.