Jump to content

dman

Member
  • Posts

    708
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by dman

  1. well, look at example above.

    you need to write a loop to test n iterations of variable according to summary logic above.

    ie. for or 2^3... loop three times and test variable each time. as soon as you find a true the truth table entry is true.

    do same for other logic gates.

    or are you just trying to fill in the conditions?

    first get loop count 2^n -1

    then fill in first row of all 0's

    then start loop

    read from left.

    if it is 0 make it 1 and exit loop

    If it is 1 make it zero and repeat test on next from left.

    etc.

  2. That's not enough info. Truth table for what logic? eg.

    Truth table for 2^2 OR:

    0 or 0 = 0

    0 or 1 = 1

    1 or 0 = 1

    1 or 1 = 1

    Pseudocode summary:

    if any true then true

    for AND:

    0 and 0 = 0

    0 and 1 = 0

    1 and 0 = 0

    1 and 1 = 1

    if all true then true

    for XOR:

    0 xor 0 = 0

    0 xor 1 = 1

    1 xor 0 = 1

    1 xor 1 = 0

    if one and only one true then true

    etc.

  3. The icon in iexplore.exe doesn't look like the print preview icon. If you notice the magnifier tips to the left, while PP on toolbar tips to the right. I believe the one you are looking for is in system32/shell32.dll Icon group 134

  4. As for the FF vs IE it needs to stop its pathetic and annoying now ok seriously!
    @matt

    You are sooo right. WTF cares? And you are correct that browser is only as safe as the person using it.

    Q.)

    If your favorite browser was erased from every hard drive in the world while you were sleeping, could you not just pick up where you left off with another one without skipping a beat? It's just a tool to view web pages, not something to get all passionate about like a game or programming language.

  5. You will not even be able to see your drive from DOS, let alone edit registry. You could build a BartPE disk setup, then add UBCD4Win, which includes a remote registry hive editor (regeditpe). This will take a bit of work and a working computer to build on, but you will then have the best recovery and diagnostic tool that money can't buy.

×
×
  • Create New...