Search:

Type: Posts; User: -=SoKrA=-

Page 1 of 19 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    11
    Views
    3,186

    The problem there isn't the multithreading (I'm...

    The problem there isn't the multithreading (I'm not sure if those games are actually multithreaded), it's that the TSC (I think that's what it's called anyway, the timestamp on the core) isn't always...
  2. Thread: Pure FTPd

    by -=SoKrA=-
    Replies
    5
    Views
    2,176

    In the config file, look at which addresses it...

    In the config file, look at which addresses it binds to. If it's 0.0.0.0, then it'll accept from anywhere, so it's alright, otherwise use your local IP. I think many servers' default config only bind...
  3. Thread: Pure FTPd

    by -=SoKrA=-
    Replies
    5
    Views
    2,176

    Have you set up port-forwarding and told the...

    Have you set up port-forwarding and told the server to accept connexions from outside?
  4. Replies
    2
    Views
    2,589

    Yep, go with the x86_64/amd64 versions. Some...

    Yep, go with the x86_64/amd64 versions.

    Some distros use a multilib setup (both 32bit and 64bit libraries) because there are programs that haven't been cleaned up for 64-bit processors...
  5. Replies
    1
    Views
    1,160

    Look up how Ethereal stores packets in the logs...

    Look up how Ethereal stores packets in the logs (it's probably standard PCAP format). It will contain an ICMP packet (ping is the most known one). Look up the fields.
    Then, you just need to parse...
  6. Replies
    19
    Views
    6,943

    The reason Mac dumped IBM for its chips is...

    The reason Mac dumped IBM for its chips is because they run way too hot. The high-speed (2.5GHz IIRC) G5 processors need to be water-cooled (I think some are air-cooled, maybe later models...). They...
  7. Replies
    8
    Views
    2,705

    SATA II is backwards compatible. For example, I'm...

    SATA II is backwards compatible. For example, I'm running this computer with a SATA I harddrive, and my motherboard can do SATA II. It's the same as with IDE/ATAPI. It can do some really fast...
  8. Replies
    8
    Views
    2,705

    >It would be better to have 1 processor at...

    >It would be better to have 1 processor at 2.8ghz.

    That depends on the workload. Whilst one thread is waiting for the HDD, the other can already be doing stuff. This also happens on a single CPU,...
  9. Replies
    6
    Views
    3,189

    use the exec function family. 'man 3 exec' should...

    use the exec function family. 'man 3 exec' should do it.
  10. Replies
    5
    Views
    2,110

    >it will not make so much sense to make the rates...

    >it will not make so much sense to make the rates eqaul
    IIRC it is also cheaper to install ADSL than SDSL. Most people won't care about upload speed, so it's usually good enough.

    That, and they...
  11. Replies
    15
    Views
    4,696

    I got my 'mulitmedia' ergonomic MS keyboard/mouse...

    I got my 'mulitmedia' ergonomic MS keyboard/mouse combo for £25 IIRC. This was when high-street shops sold it for £50.
    Ergonomic is good, but what I really like is the mouse. Nice and big. I only...
  12. Replies
    15
    Views
    4,696

    >So you had to learn a different layout for...

    >So you had to learn a different layout for typing?

    I think he means just change the physical thing where the letters/numbers are written, not the keycode the emit.

    @JaWiB
    The say it's gonna...
  13. Replies
    15
    Views
    4,696

    This has got to be the best keyboard I've ever...

    This has got to be the best keyboard I've ever seen. It uses OLEDs for the keys. It's gotta be really neat for people who constanty change leyout.

    I keep chaning between spanish (Spain) and US...
  14. Thread: mount list

    by -=SoKrA=-
    Replies
    9
    Views
    5,128

    I believe mount parses /proc/mounts to find out...

    I believe mount parses /proc/mounts to find out what is mounted. A better way would be to parse /proc/self/mounts which will give you the mounts visible to you or somesuch.

    As for the space, I...
  15. Replies
    16
    Views
    21,810

    OK, so that's clear now. The only question I have...

    OK, so that's clear now. The only question I have is: why? It looks to me like someone needed a fancy way to end a loop without a counter variable.
  16. Replies
    16
    Views
    21,810

    Ah, sorry, from what I've read, it I've been...

    Ah, sorry, from what I've read, it I've been always under the impression that the standard doesn't care. Obviously I was wrong.

    Yeah, but why don't quote three entries later? In my (newly...
  17. Replies
    9
    Views
    1,203

    >is not valid c. I'm never sure wether that...

    >is not valid c.

    I'm never sure wether that can actually be used and I always get confused, because it's not a problem in initiaisers, I sort of expect the compiler to use a temporary variable...
  18. Replies
    9
    Views
    1,203

    Well, for{} shouldn't even compile. I...

    Well,

    for{} shouldn't even compile.

    I think the first variant is the best. I've more readable. Could you point out which line is the one that's actually giving you problems, and some context?
  19. Replies
    9
    Views
    1,203

    Check a few lines above the error line. It looks...

    Check a few lines above the error line. It looks like you forgot a semi-colon at the end of some line and the compiler got confused.
  20. Replies
    3
    Views
    1,783

    What's the actual compiler error? I think...

    What's the actual compiler error?

    I think you're most likely trying to assign a pointer to a non-pointer. Also, you should never need to cast any m/c/realloc() calls.
  21. Replies
    16
    Views
    21,810

    >It is undefined. You in your statement say the...

    >It is undefined. You in your statement say the language or compiler can't control what
    >happens, and yet somehow you think it's defined.

    It's undefined in that you don't know what's going to...
  22. Replies
    15
    Views
    4,651

    You could run the algorithm as a cronjob, and...

    You could run the algorithm as a cronjob, and then send a killall an hour later to kill it. It's not the most elegant solution, but unless you can be interrupted because of a time limit you woulnd't...
  23. Replies
    5
    Views
    1,598

    If you're in the US, I don't think you'll have a...

    If you're in the US, I don't think you'll have a problem, but certain building materials in Europe (well, their use) may harm that. At my aunts, if you want wireless to work downstairs, you need to...
  24. Replies
    21
    Views
    10,210

    With NTFS you really want to use Windows at the...

    With NTFS you really want to use Windows at the moment. I've had problems with FAT32 partition-resizing under Linux as well. The partition was very fragmented, so there was data at the end, and I...
  25. Replies
    11
    Views
    2,543

    >I think you are confused. Anjuta is written in...

    >I think you are confused. Anjuta is written in C/C++. I'd say that at the moment KDevelop is a good deal ahead of Anjuta.
    >Also, what you are thinking of is Eclipse.

    Must be, I was never good at...
Results 1 to 25 of 459
Page 1 of 19 1 2 3 4