Jump to content

requiem

Active Members
  • Posts

    37
  • Joined

  • Last visited

Everything posted by requiem

  1. It's actually closer to 90 TB. And yes, there are 2 motherboards in there http://hackaday.com/2010/10/21/90-tb-drive...-storage-needs/
  2. Infiltrator, you should check this guy out http://hackaday.com/2010/08/18/drone-crack...i-from-on-high/ I believe it uses a 3G modem for communication.
  3. Every code example I've seen has been in Teensyduino, not C. He asked why it wasn't working, and I told him.
  4. Pretty much everyone on the forums is using the Teensyduino plug in. http://www.pjrc.com/teensy/teensyduino.html It includes all the files you need to get it to work.
  5. I'm pretty sure you could run what you're talking about off a Parallax Propeller. Pretty easy to learn the language too.
  6. I think as far as the rapid fire on xbox is concerned, it'd just be easier to mod an existing controller. Probably some sort of 555 circuit.
  7. I'm assuming you're talking about a teensy. Unfortunately, I don't think you could find one in any walk-in store. They are of course available on-line here.
  8. If you know the router you want to try it on before hand I reckon you can modify the payload ahead of time. But there are so many different kinds of routers out there there wouldn't be any real way to standardize it.
  9. Probably because a lot of boot CDs don't play nice on the multipass.
  10. I would be careful about sending them through the dryer. Don't they generate a lot of static electricity?
  11. Probably, but I don't know how well the Drive would function after that...
  12. Darren I had an idea for a "payload" for your ducky! Typing in your gmail password :D
  13. I see 2 obvious options here. 1) Don't get pulled over. and 2) Don't go to Baltimore xD
  14. I don't wanna say google... but... http://code.google.com/edu/android/index.html ;)
  15. XAMPP will install a whole server setup, so if all you want to do is test your code, I'd go with PHP.
  16. The only "programs" you should need are PHP itself ( http://www.php.net/ ) either on your computer or a server and a text editor (Notepad++ is a good one http://notepad-plus.sourceforge.net/uk/site.htm , but any one would work). W3School usually has good web tutorials, you can find their PHP one at http://www.w3schools.com/php/default.asp And most importantly, http://www.google.com :P
  17. Oh, you might need to hit alt-L for Vista and 7... Not much experience in those yet.
  18. I'll try it out in VirtualBox :) If it's good enough I might just use it on my netbook :P
  19. To log off I hit win (which opens the start menu) and then double tap L Same thing to shut down, but with U
  20. ifstream fin ("input.txt"); That's the shorthand method. It should work either way. ie: ifstream fin; fin.open("input.txt");
  21. requiem

    Tf2 Ninjas ?

    Ninjaneer, at your service. :D But unfortunately I have a bad PSU and haven't played in a while. :( EDIT: Oh right, your question. I've tried making a couple maps. Nothing spectacular.
  22. So you're not allowed to use a sorting algorithm, yet you have to sort? Are you sure it's just that you can't use predefined algorithms?
  23. It's not generating an output file cause you never call ofstream... You have an ifstream in, but no ofstream out.
  24. Well all a cstring is is a character array. :P
×
×
  • Create New...