Search:

Type: Posts; User: taylorguitarman

Page 1 of 20 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    18
    Views
    6,295

    If you've got parts, upgrade. It's much cheaper....

    If you've got parts, upgrade. It's much cheaper. If you're going to buy a complete system, buy a pre-build one. It's just about as cheap as if you build a complete system from parts.
    Gateway or Dell...
  2. Replies
    8
    Views
    2,300

    Poll: Well considering the Mac OS is similar to UNIX...

    Well considering the Mac OS is similar to UNIX now (lots of FreeBSD parts), you could use a UNIX OS as well, and I believe they are still RISC architecture, they should be much faster and more...
  3. When you post, there is an option at the bottom...

    When you post, there is an option at the bottom to attach a file.
  4. Replies
    21
    Views
    5,769

    Poll: My high school allowed us to wear hats (and...

    My high school allowed us to wear hats (and college too), but individual teachers sometimes made you take them off during class. One of my older teachers didn't like them because students could lower...
  5. Replies
    8
    Views
    1,880

    I found this: http://dada.perl.it/shootout/

    I found this: http://dada.perl.it/shootout/
  6. Replies
    133
    Views
    25,369

    I've kept out of this argument until I felt I...

    I've kept out of this argument until I felt I could contribute something worthy. My time has finally come.



    You should have been wearing a seat belt! ;)
  7. Replies
    6
    Views
    1,151

    Start looking at SDL. www.libsdl.org It might be...

    Start looking at SDL. www.libsdl.org It might be a good way to start. It's much easier to learn than DirectX, especially if you're a beginner.
  8. Replies
    3
    Views
    2,385

    Open Source License Agreements

    Since I assume many of the programmers here are into the open source ideology, I was wondering which open source license agreement is most popular here. I'm not a big fan of the GPL (although the...
  9. Replies
    8
    Views
    1,880

    Dev-C++ is an IDE (Integrated Development...

    Dev-C++ is an IDE (Integrated Development Environment) not a compiler. The compiler it uses is MinGW, a Windows port of GCC (which lots of UNIX people use :) ). GCC is a high quality compiler and...
  10. Replies
    4
    Views
    2,382

    fdisk /mbr will rewrite the MBR for you. a...

    fdisk /mbr will rewrite the MBR for you.

    a little dated but,
    http://support.microsoft.com/default.aspx?scid=kb;EN-US;q69013
  11. Replies
    4
    Views
    1,454

    Job outlook is tough right now for entry level...

    Job outlook is tough right now for entry level programmers but it is improving (so I've noticed). I'm a recent CS grad and I'm finally about to get a job (I hope). Most companies want a few years...
  12. Replies
    21
    Views
    3,332

    Poll: Hold down the 'a' button while choosing the level...

    Hold down the 'a' button while choosing the level and it will add 10. Thus choose level 6 and hold 'a' while pressing start to play level 16.

    I've made it to from level 0 to 4 lines in level 19. I...
  13. Replies
    50
    Views
    18,003

    91 Civic Hatchback

    91 Civic Hatchback
  14. Replies
    21
    Views
    3,040

    Obviously you haven't read the threads closely....

    Obviously you haven't read the threads closely. Here's a small assembly program from one of my classes. It takes more time to program in assembly but the speed of the program itself can be reduced if...
  15. Replies
    11
    Views
    1,955

    rand() is a psuedo-random number generator. It...

    rand() is a psuedo-random number generator. It will produce the same sequence of "random" numbers with a given seed.
    It is common to use time() as the seed number for srand() which is used to seed...
  16. Replies
    17
    Views
    4,896

    1200-C Althon (266 FSB) on a MSI mainboard 640MB...

    1200-C Althon (266 FSB) on a MSI mainboard
    640MB SDRAM
    32MB nVidia TNT-2
    HP 8x CD-Burner
    30G WD - Running Win2K
    20G WD - Running Redhat 7.3
    17" KDS monitor

    PIII 700
    256MB SDRAM
  17. Replies
    13
    Views
    2,170

    rand() is a psuedo-random number generator. It...

    rand() is a psuedo-random number generator. It will always produce the same sequence of "random" numbers with a given seed.
    srand() take an unsigned int as its argument so the total possible number...
  18. Replies
    21
    Views
    3,040

    I hate it when someone else posts the same thing...

    I hate it when someone else posts the same thing at the same time.
  19. Replies
    21
    Views
    3,040

    Assembly programs are direct instructions to your...

    Assembly programs are direct instructions to your computer. Each command corresponds to a specific machine code instruction. It has a very small number of simple commands, basically MOV (move) this...
  20. Replies
    49
    Views
    10,007

    Mine's in. You can use any type of file and any...

    Mine's in. You can use any type of file and any size key.
  21. Replies
    21
    Views
    3,332

    Poll: And this is what, the fantasy world? Pong...

    And this is what, the fantasy world?

    Pong rocks. Simplicity at its finest; pure gameplay, no frills.
  22. Replies
    9
    Views
    1,395

    They will work. If you have any problems let me...

    They will work. If you have any problems let me know and I'll help walk you through the few things that you need to change to get it to work.
  23. Database application is another one.

    Database application is another one.
  24. Replies
    22
    Views
    4,604

    If you're going to be scripting anything, PERL...

    If you're going to be scripting anything, PERL beats everything else out hands down.
  25. Replies
    22
    Views
    4,604

    We'll one of the jobs I'm trying to get right now...

    We'll one of the jobs I'm trying to get right now would be as a Java developer. I like the language a lot. Not only is it good for web applications, but GUIs too. I'm not going to stop programming in...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4