Search:

Type: Posts; User: damonbrinkley

Page 1 of 16 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    4
    Views
    1,759

    Wow, thanks Dave. Now it's time for me to study...

    Wow, thanks Dave. Now it's time for me to study and understand that code before I consider putting it into my code. Greatly appreciated.
  2. Replies
    4
    Views
    1,759

    I want to generate all possible combinations of a...

    I want to generate all possible combinations of a 10-bit binary sequence and put each into an array of strings that would be of size 1024.
  3. Replies
    4
    Views
    1,759

    Subsets of binary string

    Hello everyone. I am working on a program in which part of it I need to generate all subsets of a 10-bit binary string. So, I need to iterate through:

    0000000001 - 1
    0000000010 - 2
    0000000011...
  4. Thanks Dave. After doing some messing around I...

    Thanks Dave. After doing some messing around I realized that was my problem. Thanks again.
  5. Ok, after doing some debugging with some printfs...

    Ok, after doing some debugging with some printfs I figured out what was going on. Thanks for all the help.
  6. Thanks Quzah. I went back and initialized i and...

    Thanks Quzah. I went back and initialized i and j at the start with the others but still get the same problem.
  7. Thanks Dave, that worked. I can't figure out...

    Thanks Dave, that worked. I can't figure out what is different about what you did and what I did but your works. I've now tried to put that piece into my progressing code and I'm getting the same...
  8. Here is cashiers.txt DNOPSNOITACAVFX...

    Here is cashiers.txt




    DNOPSNOITACAVFX
    BSERENITYNZEKYI
    ZBREAMOANARHECM
    BBASSWGITOOLKAY
    QSCENERYTNLCYMM
  9. Reading Characters from file into multi-dimensional array

    I'm having troubles reading characters from a file into a multi-dimensional array. I'm able to read them in but the output isn't correct when displaying the characters in the array. This is for a...
  10. Replies
    3
    Views
    2,016

    bash, csh, zsh are a few.

    bash, csh, zsh are a few.
  11. Replies
    7
    Views
    3,962

    First things first.......what database?

    First things first.......what database?
  12. Replies
    19
    Views
    54,354

    So you know every other language out there except...

    So you know every other language out there except C?
  13. Wow, how lame. Suing someone because you create...

    Wow, how lame. Suing someone because you create bad software...what's this freaking world coming to? After working for a medium sized hospital doing desktop support, I've come to realize that about...
  14. Replies
    12
    Views
    2,621

    According to this link, playstation2 has a...

    According to this link, playstation2 has a 128-bit CPU.

    http://us.playstation.com/hardware/PS2/415007657.asp
  15. Thread: Python

    by damonbrinkley
    Replies
    7
    Views
    2,795

    mart_man00, I really can't make sense of what...

    mart_man00, I really can't make sense of what you're trying to say.
  16. Thread: Python

    by damonbrinkley
    Replies
    7
    Views
    2,795

    Besides the fact that there are quite a few GUI...

    Besides the fact that there are quite a few GUI libraries that can be used by Python I'm not sure what the big deal is with mentioning GUIs. One of the last things I think of when talking about...
  17. Thread: Python

    by damonbrinkley
    Replies
    7
    Views
    2,795

    Have you tried Python yet? Try it and you'll...

    Have you tried Python yet? Try it and you'll know why lots and lots of people like it. It's an extremely easy language to use and you can bang out code in a heartbeat. Here's some scripts I've...
  18. Replies
    5
    Views
    1,188

    You can install TweakUI and accomplish this.

    You can install TweakUI and accomplish this.
  19. You can use it but like he said, it isn't defined...

    You can use it but like he said, it isn't defined for input streams.
  20. Thread: Help!

    by damonbrinkley
    Replies
    58
    Views
    4,744

    http://www.htmlgoodies.com/primers/basics.html

    http://www.htmlgoodies.com/primers/basics.html
  21. Thread: iptables

    by damonbrinkley
    Replies
    1
    Views
    1,331

    http://speakeasy.rpmfind.net/linux/rpm2html/search...

    http://speakeasy.rpmfind.net/linux/rpm2html/search.php?query=iptables
  22. Replies
    4
    Views
    1,445

    Port numbers are part of TCP/IP and has nothing...

    Port numbers are part of TCP/IP and has nothing to do with the architecture. Every OS has an implementation of TCP/IP based on the TCP/IP standard so they all have the same port numbers unless the...
  23. Replies
    4
    Views
    1,445

    You're talking about two completely different...

    You're talking about two completely different ports :)

    Ports in /etc/services are talking about TCP/IP (UDP) ports where an IP address and a port combined make a socket.

    When talking about...
  24. Replies
    14
    Views
    2,753

    I doubt NJ will see 120-150 mph winds since the...

    I doubt NJ will see 120-150 mph winds since the hurricane is only peaking out at 105mph right now on the coast of NC where it's going to hit. We're supposed to get 30 mph winds and I'm about 5 hours...
  25. Replies
    10
    Views
    3,402

    If someone has physical access to your PC then...

    If someone has physical access to your PC then there really isn't much you can do.
Results 1 to 25 of 391
Page 1 of 16 1 2 3 4