Search:

Type: Posts; User: white

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    8,485

    every time it gets even worse...until now i...

    every time it gets even worse...until now i thought that the greek one was the worst...now i will propably change my mind
  2. http://www.kernelthread.com/ well this is one...

    http://www.kernelthread.com/
    well this is one of the best (as far as it concerns me) its all about Mac/Openstep/Unix for those who are interested...and then ...its my blog :P (not programming or...
  3. Replies
    7
    Views
    2,566

    did anyone knows that there is a similar way of...

    did anyone knows that there is a similar way of finding the square root of any number?
    http://www.nist.gov/dads/HTML/squareRoot.html
  4. Replies
    6
    Views
    2,298

    well the rule is that pass a value into a...

    well the rule is that pass a value into a function and the function returns a value
    no need to pass a pointers and such...

    so
    fourth(&amt2);becomes
    fourth(amt2);

    void fourth (int *amount2)...
  5. Replies
    6
    Views
    2,298

    with a quick glance why return on voids? why ? ...

    with a quick glance
    why return on voids?
    why ?
    fourth(&amt2);
    why the &?

    there are simpler ways
  6. Replies
    5
    Views
    2,449

    http://www.diskeeper.com/defrag.asp that one is...

    http://www.diskeeper.com/defrag.asp
    that one is considered as the best for windows based machines
    :P Since iam mostly i mac user i don't have to worry about such mindless tasks :P (real time...
  7. Replies
    5
    Views
    1,268

    .... char name; char option[2]; timer =...

    ....
    char name;
    char option[2];

    timer = time(NULL);
    tm_now = localtime (&timer);

    printf("press 1. to open a previous month or\n ANY key for current month\n");
    name = getchar();
    int...
  8. Replies
    5
    Views
    1,268

    the simplest problem of all (about fgets)

    Well I am ashamed to say this ...but in all the time I am writing programs in C I always used data etc...directly from files. So I basically don't know how to put user input...I've checked some...
  9. Replies
    32
    Views
    6,355

    >>> by axon: the gasoline prices seem a "little"...

    >>> by axon: the gasoline prices seem a "little" outdated....what year are those stats from anyways? early 90's?


    yeah '92
    but the differences are more or less of the same type
  10. Replies
    32
    Views
    6,355

    I just heard it on CNN...if I find any relevant...

    I just heard it on CNN...if I find any relevant link i'll post it. 19% sounds like a big percentage to me by the way...And No ...as far as it concerns me ...US is not the worst.

    as far as it...
  11. Replies
    32
    Views
    6,355

    It has nothing to do directly...but nowaday...

    It has nothing to do directly...but nowaday things are so "complex" that one has to spot indirect relations in order to make sense.

    Two things are for sure.
    The money that they spend on various...
  12. Replies
    32
    Views
    6,355

    Milankovitch cycles...

    Milankovitch cycles
    from the prementioned site

    so 1 degree over 50 years is a lot. The earth would be resonable to start heating if we where in an Ice age...but even if we were instead for the...
  13. Replies
    32
    Views
    6,355

    I 'll try to make a different point....imagine...

    I 'll try to make a different point....imagine (doesn't require a lot of imagination since you know exactly what happened) how long help took to take place (I mean food medicine..etc) inside the US....
  14. Thread: type checking

    by white
    Replies
    1
    Views
    901

    type checking

    Basically I have a file with random words and some double values; there is no apparent structure in the structure I've written the code to read the file and pass it into an array.
    So now Is there a...
  15. Replies
    35
    Views
    6,285

    Poll: It made an impression that most of the people...

    It made an impression that most of the people started with C the moved to C++ and other language. I personally started with C++ but eventually I totally switched to C. With the only exception of...
  16. Replies
    24
    Views
    46,541

    for the simple reason that the "\n%d %d %d %d...

    for the simple reason that the
    "\n%d %d %d %d %d %d\n",i(1,6),i(1,6),i(1,6),i(1,6),i(1,6));

    has 6 %d and only 5 generated numbers
  17. Replies
    3
    Views
    1,444

    Basically Iam using apple's Darwin so I just...

    Basically Iam using apple's Darwin so I just wrote an applescript to automatically launch every hour some statistic utilities but each time a utility is launched a new terminal window is popping up....
  18. Replies
    3
    Views
    1,444

    working background

    I am using a *nix system and I've wrote some tools which produce some files. Is there any way to program them in order to run without the terminal popping up every now and then?
  19. Replies
    8
    Views
    7,666

    depends on what you are comparing for doubles I...

    depends on what you are comparing for doubles I use the following::

    int dcmp(const void* a, const void* b)
    {
    const D *x = a, *y = b;
    if ( *x > *y )
    {return 1;}
    if ( *x < *y )
    {return...
  20. Replies
    5
    Views
    2,740

    I really don't know who translates microsoft...

    I really don't know who translates microsoft programs but most of the times the translation is done word by word...take this funny (for me) example...you have in english the phrase

    "working in the...
  21. someone who is really interested , he/she'll...

    someone who is really interested , he/she'll definately look at the faq before posting. Most of the people though are either not very interested or they find the process boring which is exactly the...
  22. Replies
    7
    Views
    11,251

    I always wondered... If someone doesn't free any...

    I always wondered... If someone doesn't free any memory ...after quiting the application does the memory "gets" free automaticaly ...or it just stays "taken"
  23. Replies
    64
    Views
    12,327

    they always call me weird but not geek :P...

    they always call me weird but not geek :P Actually the only person I hang out and doesn't know a computer language is my brother (which he's actually straggling to learn java but with no patience). ...
  24. Replies
    3
    Views
    1,430

    you could try while instead of for a = 1.001...

    you could try while instead of for


    a = 1.001
    while (f(a,angle_theta) * f(b,angle_theta))> 0 || a < 50)
    {
    a = a+2;
    }
  25. Thread: Even BMW?

    by white
    Replies
    2
    Views
    2,151

    I read somewhere the following: If you give a...

    I read somewhere the following: If you give a guy from the 20s a modern car it would take him about an hour to figure out how to drive the car. If you give a guy from the 80's a "modern" computer...
Results 1 to 25 of 39
Page 1 of 2 1 2