Search:

Type: Posts; User: nomi

Page 1 of 6 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    8
    Views
    4,908

    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,908

    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,908

    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,908

    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,908

    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
    62,347

    Quick Reply is nice....keep that

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

    by nomi
    Replies
    160
    Views
    62,347

    ewww..... :P

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

    by nomi
    Replies
    160
    Views
    62,347

    Ahh My Eyes

    Ahh My Eyes
  9. Replies
    39
    Views
    11,102

    >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
    11,102

    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,356

    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,288

    One Word: YEY.

    One Word:

    YEY.
  13. Thread: kAZZAM!!!

    by nomi
    Replies
    7
    Views
    3,256

    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,690

    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,256

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

    Kazaa....sux.

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

    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,312

    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,665

    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,492

    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,146

    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,492

    Microsoft .NET Framework

    What is Microsoft .NET Framework?

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

    Post code please...

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

    by nomi
    Replies
    7
    Views
    1,400

    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,400

    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,527

    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