Search Results - JustLinux Forums


Search:

Type: Posts; User: Qubit

Page 1 of 6 1 2 3 4

Search: Search took 0.11 seconds.

  1. Replies
    0
    Views
    640

    Suse installation problems

    While trying to do the installation from a windows partition, Yast2 tries to mount /dev/hda1 (the windows partition) multiple times... Since it can mount it only once, the installation fails.
    ...
  2. Replies
    5
    Views
    945

    Hey, thanks! Well, I looked at the python...

    Hey, thanks!

    Well, I looked at the python docs, but they're easy to get lost in :)

    Thanks for your encouragement; I've actually tried to get started with Python before, but that was usually...
  3. Replies
    5
    Views
    945

    Python newbie question

    How can I output a string in Python without having it append a newline everytime? Eg. when you use readline() to read a line from a file and then print it, there are 2 newlines, which is not what I...
  4. Thread: kill me now

    by Qubit
    Replies
    3
    Views
    805

    I rather like vector: it's a template class,...

    I rather like vector: it's a template class, while the Java Vector can only contain Object's, which require explicit casting.
  5. Sorry again, little Windows question (open source though)

    Does anybody have any experience with the FreePascal compiler & windows programming? I'm making a program, but I have a lot of trouble with the included resource compiler (windres, also included...
  6. Thread: Vim question

    by Qubit
    Replies
    5
    Views
    708

    Sorry, it doesn't work. I even tried putting the...

    Sorry, it doesn't work. I even tried putting the ftplugin directory in every directory in my runtimepath, but still no success...
  7. Thread: Vim question

    by Qubit
    Replies
    5
    Views
    708

    Yes, I have now! I just think it's cool to have...

    Yes, I have now! I just think it's cool to have a windows app with the power of the linux thing...


    I went through the docs that came with vim a couple of times already. In usr_043.txt it...
  8. Thread: Vim question

    by Qubit
    Replies
    5
    Views
    708

    Vim question

    OK, I've searched myself stupid on this one, but I can't figure out how to make vim (6.0, under windows) open .pp files by default in Pascal mode. I've made a file with the lines


    augroup...
  9. Replies
    12
    Views
    1,276

    count me in :D

    count me in :D
  10. Replies
    1
    Views
    838

    Damn, I've done it again. Just after I posted...

    Damn, I've done it again. Just after I posted the previous message, I found a page on google that explained what I was looking for.
    ...
  11. Replies
    1
    Views
    838

    Splash screens in Java

    I'm back with another Java question, hope you don't mind.

    I want to display a splash screen in my Java app (fyi, a splash screen is typically a little pic that shows up while your application is...
  12. Replies
    12
    Views
    1,276

    :eek: Now I see! Thanks for the info! I've...

    :eek:

    Now I see! Thanks for the info! I've already made some similar classes, and it fits in just great!

    (That design patterns stuff starts to look more useful & less boring, it seems)
  13. Replies
    12
    Views
    1,276

    Wow Dru, that's some pretty leet Java! I...

    Wow Dru, that's some pretty leet Java! I understand how it works, only the Singleton class is new. What does it do? I can't find it anywhere in my API docs...

    I haven't worked out the actions...
  14. Replies
    12
    Views
    1,276

    JMenuBar question

    What is the best way to handle events that come from a menubar in Java? The only thing I can think of is having one big function like this



    public void actionPerformed(ActionEvent e) {
    ...
  15. Replies
    2
    Views
    595

    Yeah, that's right! Stupid that I didn't notice...

    Yeah, that's right! Stupid that I didn't notice it... I'm going to implement it tonight.


    d_realloc is indeed a wrapper for realloc. It calls a user supplied function to determine what to do. ...
  16. Replies
    2
    Views
    595

    Pointer question (again...)

    I have a struct which has a char **, to hold a number of strings. When I initialize my struct, I calloc some memory to accomodate room for the pointers to the strings, and I whenever I add another...
  17. Replies
    32
    Views
    4,766

    It certainly has been used as an aid to...

    It certainly has been used as an aid to factorization (I don't think it's used anymore now.). The idea is to take products of all prime numbers below a given limit, and then find the GCD with...
  18. Replies
    5
    Views
    807

    In decreasing order of coolness (increasing order...

    In decreasing order of coolness (increasing order of difficulty):
    QT (c++)
    Gtk
    Motif and all its clones
    Xlib
    ...
    svgalib/framebuffer


    There is no standard library to create GUI's. GUI's...
  19. Replies
    3
    Views
    755

    There's gdbm, which is pretty much standard with...

    There's gdbm, which is pretty much standard with each distro. It's more an indexing system than a real database, but it's really handy: you create a struct with a key and some content, pass it to...
  20. Replies
    3
    Views
    581

    It doesn't have to be a Perl problem, it could...

    It doesn't have to be a Perl problem, it could also be a TCP implementation that follows the standards too closely/loosely.

    Knowing M$, it will probably be the last...
  21. Thread: Ada, gnat, etc.

    by Qubit
    Replies
    2
    Views
    1,291

    I don't think it's a dead language; it has...

    I don't think it's a dead language; it has bindings for all the recent tools/technologies like OpenGL, etc.

    Maybe the newsgroup will learn you something more (faq). I think it's...
  22. Replies
    5
    Views
    668

    Well, in my problem that would be a matter of...

    Well, in my problem that would be a matter of taste. I'm skipping over the initial whitespace in a string, so if I use an additional pointer, I can pass it straight away to strlen() and friends.
  23. Replies
    5
    Views
    668

    Dang... That means that I'll have to use an...

    Dang... That means that I'll have to use an extra pointer


    char *ptr = buffer;

    which means, again, 32 bits gone up in smoke :)

    Thanks for the explanation, guys!
  24. Replies
    5
    Views
    668

    C pointer question :)

    I was making a program in C when I suddenly found out that you apparently can't do


    char buffer[40];
    /* ... */
    buffer++;


    I was very amazed by this; I thought that arrays and...
  25. Thread: Matlab question

    by Qubit
    Replies
    2
    Views
    651

    I'll try fiddling with the knobs some time. But...

    I'll try fiddling with the knobs some time. But I've already seen that apparently it doesn't matter what codec you select...

    When I started I made the movies in matlab format, but now they're...
Results 1 to 25 of 135
Page 1 of 6 1 2 3 4