Search Results - JustLinux Forums


Search:

Type: Posts; User: o0zi

Page 1 of 20 1 2 3 4

Search: Search took 0.46 seconds.

  1. Replies
    1
    Views
    825

    Regular expression substring problem (in C)

    I'm afraid I've come across a rather thorny problem involving regular expressions - say I have a regexp compiled using regcomp, and I have a string to match it against. How do I highlight every...
  2. Replies
    2
    Views
    4,826

    Unfortunately not - the program I gave was just a...

    Unfortunately not - the program I gave was just a simple example to illustrate the problem, rather than what I actually needed.
    I found a solution, though it isn't portable:

    fclose(stdin);
    inp =...
  3. Replies
    2
    Views
    4,826

    Resetting stdin after EOF (C)

    I have a piece of code that looks like this:

    ---example.c---


    #include <stdio.h>

    int main() {
    char c;
    while ((c = getchar()) && (c != EOF))
  4. Replies
    25
    Views
    3,684

    Hey, if we're going for youngest Linux guru......

    Hey, if we're going for youngest Linux guru...
    Well, I started using Red Hat when I was seven, and currently (fourteen) I have my own Linux distro :)
  5. Replies
    21
    Views
    2,533

    A school nearby periodically does a "junk sale" -...

    A school nearby periodically does a "junk sale" - I must've picked up about 3 266Mhzes from there for the total of £10 :D
  6. Replies
    3
    Views
    1,478

    Copying all files - including hidden ones

    Probably showing my ignorance here, but how exactly do you copy all the files in a directory, including all the ones that begin with a dot such as .bashrc?
    cp .* gives errors, because it copies...
  7. Replies
    13
    Views
    1,497

    Good point - use the one with a busted LCD as a...

    Good point - use the one with a busted LCD as a server of some kind.

    Also, you could perhaps use them as dumb terminals using something like VNC. I'm sure there's hordes of Linux hobbyists who'd...
  8. Replies
    31
    Views
    3,257

    Heh, I was joking, I have a new shiny GMail...

    Heh, I was joking, I have a new shiny GMail account :D
  9. Replies
    31
    Views
    3,257

    One of them is mine, then? :p

    One of them is mine, then? :p
  10. Replies
    31
    Views
    3,257

    Yeah, alright - email me :)

    Yeah, alright - email me :)
  11. Poll: Ooh, I do Latin too :) Cupio regere terram!

    Ooh, I do Latin too :) Cupio regere terram!
  12. Poll: Brian, if specific-language forums aren't...

    Brian, if specific-language forums aren't possible, how about a simple "Non-English" forum? If you had to convince the advertisers, you could argue that a non-English forum doesn't turn out other...
  13. Replies
    31
    Views
    3,257

    Ah, but nobody reads the Suggestions forum......

    Ah, but nobody reads the Suggestions forum...
    Hey, way off topic, perhaps we're in /dev/urandom instead ;)
  14. Replies
    31
    Views
    3,257

    Yes, a German forum is a great idea. I think that...

    Yes, a German forum is a great idea. I think that JL has enough users to warrant it, or if not then at least a "Non-English" forum. I'd be happy to watch over it as well, or at least translate for...
  15. Replies
    31
    Views
    3,257

    Hmm, you all do realise that GMail accounts can...

    Hmm, you all do realise that GMail accounts can be registered with a Microsoft Passport and thus can be used on MSN Messenger?

    Deutsch ist auch kein Problem für mich - viellicht werde ich GMX...
  16. Replies
    22
    Views
    2,795

    I'd suggest Damn Small Linux or Feather Linux...

    I'd suggest Damn Small Linux or Feather Linux (see my sig), both work like a charm on older systems and are Debian-based.
  17. Replies
    15
    Views
    1,735

    Surely that should be: get gentoo && emerge...

    Surely that should be:
    get gentoo && emerge world_domination
    :D
  18. Replies
    15
    Views
    1,735

    Well, a library can be a multitude of very...

    Well, a library can be a multitude of very different beasts when compiled in certain ways. As you seem to have encountered yourself with a 64-bit machine, one library compiled on an architecture...
  19. Replies
    15
    Views
    1,735

    Not to mention the fact that if every program...

    Not to mention the fact that if every program included the dependencies it required, downloads would be gargantuan, and duplication over your system would be needlessly common. Taking a look at...
  20. Thread: MP3 Player

    by o0zi
    Replies
    4
    Views
    949

    What language are you using? libmad is the...

    What language are you using? libmad is the standard for C, I believe.
  21. Replies
    22
    Views
    4,180

    I'm just trying to merely access the root...

    I'm just trying to merely access the root directory of the drive - i.e. cd /mnt/hda1.
  22. Replies
    22
    Views
    4,180

    I don't think it's that, as the exact same fstab...

    I don't think it's that, as the exact same fstab options are used in Knoppix 3.4, and that seems to work fine. Is there something like an environment variable or some permission on a file (not mount...
  23. Replies
    22
    Views
    4,180

    Yay, wet trout - but another problem... :( I...

    Yay, wet trout - but another problem... :(

    I can mount and unmount the drive fine as the knoppix user, but when I try to access it I get permission denied errors.

    /etc/fstab:


    /proc ...
  24. Replies
    22
    Views
    4,180

    Turns out if I just type "mount /dev/hda1"...

    Turns out if I just type "mount /dev/hda1" instead of "mount /dev/hda1 /mnt/hda1" it works (smacks head several times)...
  25. Replies
    22
    Views
    4,180

    Yep, done that. This is why it's confusing...

    Yep, done that.
    This is why it's confusing :confused:
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4