Search:

Type: Posts; User: nomi

Page 1 of 6 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    4,883

    Hey thanks a lot, I think I finally understand...

    Hey thanks a lot, I think I finally understand whats happening. I have a rough algorithm written down, I just need to code it now and see how it turns out.
  2. Replies
    8
    Views
    4,883

    I have finalized and cleaned up my code so...

    I have finalized and cleaned up my code so everything but AI solve works. I cant seem to pen down the algorithm to solve it though. I sort of understand what needs to be done, but the complexity of...
  3. Replies
    8
    Views
    4,883

    Im actually looking for the most efficient...

    Im actually looking for the most efficient solution, but any solution would work right now. Thanks for the links. Im reading through them now.
  4. Replies
    8
    Views
    4,883

    Well allowing the user to play the game isnt that...

    Well allowing the user to play the game isnt that hard. What I am really having trouble with is showing the solution. It needs to be step by step instructions to solve the board in a minimal amount...
  5. Replies
    8
    Views
    4,883

    Sliding Numbers Puzzle

    Hey,

    I hope everyone is familiar with the number sliding puzzles. The numbers 1-N*N are scrabbled where N(dimension of grid) ranges from 4-10. The user needs to place the numbers in order after...
  6. Thread: New Theme

    by nomi
    Replies
    160
    Views
    58,687

    Quick Reply is nice....keep that

    Quick Reply is nice....keep that
  7. Thread: New Theme

    by nomi
    Replies
    160
    Views
    58,687

    ewww..... :P

    ewww..... :P
  8. Thread: New Theme

    by nomi
    Replies
    160
    Views
    58,687

    Ahh My Eyes

    Ahh My Eyes
  9. Replies
    39
    Views
    10,990

    >There is an ad on Opera? well I'll be...

    >There is an ad on Opera? <looks up> well I'll be a ....

    I dont want to say this, but ahh heck.

    Get a hack for the ad.
  10. Replies
    39
    Views
    10,990

    Word of advice: visit http://www.popuptest.com/....

    Word of advice:
    visit http://www.popuptest.com/.

    Besides I use Opera.
  11. Replies
    14
    Views
    4,305

    Maybe they could have loaded the whole thing unto...

    Maybe they could have loaded the whole thing unto a dvd!
  12. Replies
    28
    Views
    6,158

    One Word: YEY.

    One Word:

    YEY.
  13. Thread: kAZZAM!!!

    by nomi
    Replies
    7
    Views
    3,218

    Kazaa sux, but you can use it coz it is a useful...

    Kazaa sux, but you can use it coz it is a useful tool for the newbie who has just learned to download...

    I suggest irc over anyother thing. bcoz files on irc are mostly legit unike kazaa and other...
  14. Replies
    6
    Views
    2,662

    I still have to go out and get my driving test...

    I still have to go out and get my driving test done, stuipid EXAMS.
  15. Thread: kAZZAM!!!

    by nomi
    Replies
    7
    Views
    3,218

    Kazaa....sux. irc all the way.

    Kazaa....sux.

    irc all the way.
  16. Replies
    14
    Views
    4,430

    This one came up on Popular Science once....in...

    This one came up on Popular Science once....in one of their design challenges..
  17. Replies
    28
    Views
    6,250

    3 My photoshop IQ test gave me 640,915...... :D

    3

    My photoshop IQ test gave me 640,915...... :D
  18. Thread: comparing arrays

    by nomi
    Replies
    1
    Views
    2,654

    make a function to compare two numbers in array1...

    make a function to compare two numbers in array1 and array2, return 1 if equal, 0 if not....




    if (array1[i] == array2[i]){
    return 1;
    }
    else{
    return 0;
  19. Replies
    7
    Views
    1,487

    been there, done that all they do is talk...

    been there, done that

    all they do is talk about is how gud it is....
  20. Thread: Flashing!

    by nomi
    Replies
    8
    Views
    2,143

    Make a loop which wastes time, although the speed...

    Make a loop which wastes time, although the speed of the CPU will make times differ.



    #define DELAY (50000)


    int junk;

    for (junk=0; junk<DELAY;junk++){ }
  21. Replies
    7
    Views
    1,487

    Microsoft .NET Framework

    What is Microsoft .NET Framework?

    So...?
  22. Replies
    13
    Views
    3,259

    Post code please...

    Post code please...
  23. Thread: Database v.2.2

    by nomi
    Replies
    7
    Views
    1,395

    Lolz...i was talking about the fgets(); THx a...

    Lolz...i was talking about the fgets();

    THx a lot though.

    CAn you rate my programme too?
  24. Thread: Database v.2.2

    by nomi
    Replies
    7
    Views
    1,395

    WaltP suggested that, but i didnt know how to...

    WaltP suggested that, but i didnt know how to implement it...

    Thanks.
  25. Replies
    17
    Views
    4,488

    So i wont be able to use the value i get from...

    So i wont be able to use the value i get from getch but i can use the value i get from getche...or is it just my compiler...
Results 1 to 25 of 140
Page 1 of 6 1 2 3 4