Search:

Type: Posts; User: Entropic

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    4,522

    Here's a little different code for the same...

    Here's a little different code for the same thing:



    #define power_of_two(x) ((x & (x - 1)) == 0);


    Returns 1 is it is a power of two, zero otherwise. The code changes the least significant...
  2. Replies
    3
    Views
    1,245

    Here's a website with some code that does exactly...

    Here's a website with some code that does exactly what you are looking for (I hope). The code will terminate a process given the process name on win95/98/me/2k and xp according to the author. Check...
  3. Replies
    7
    Views
    2,637

    Not to dredge up older posts...but in reality it...

    Not to dredge up older posts...but in reality it is only a day old, and I think I can help a little. You might want to check out this website: http://home.t-online.de/home/kociemba/cube.htm - the...
Results 1 to 3 of 3