Search:

Type: Posts; User: gorilla; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.09 seconds.

  1. Replies
    16
    Views
    9,041

    Re: Python self vs Java this

    Ambiguity means that different things have the same name, thus the compiler cannot know which one is meant.


    I would guess your instructor might do this for educational purposes? Maybe he doesn't...
  2. Replies
    41
    Views
    4,136

    Poll: [SOLVED] Re: Opinion Poll: PyQt or PyGTK?

    Since Qt is not just a GUI toolkit but a whole application programming framework (designed with platform independence in mind), there is quite some duplication between a language's standard library...
  3. Re: Best language for this kind of string work?

    What about bash?



    $ cat a.txt:
    james_xxx
    john_xxx
    paul_xxx

    $ cat b.txt:
  4. Re: I need some advice on how to make a database/dictionary

    For so little, private projects, real databases applications are overkill when one has the unix tools at his fingertips :)
    I only use plain textfiles + grep for my personal database needs and that...
  5. Replies
    12
    Views
    2,601

    Re: playing music C++

    Assuming you're not talking about Quicktime, a good choice for you might be Phonon instead of GStreamer, as it is Qt's and Kde's own sound API, included in Qt since v4.4. You'll find examples and...
  6. Replies
    6
    Views
    306

    Re: Qt4 help please

    Don't worry, Qt Creator's code skeletons are just a bit different but equivalent style, and add some real-life boilerplate code the book leaves out for clarity. Shouldn't matter for you for now, just...
  7. Replies
    6
    Views
    306

    Re: Qt4 help please

    is not right. Read your book again, I'm sure they tell you how to correctly build Qt4 code.
    The easiest way is:


    # inside your project dir:
    qmake -project
    qmake
    make
  8. Re: Good Books to help learn Eclipse SWT with Java

    So it sounds you're completely new to programming? In this case I would recommend the free eBook How To Think Like A Computer Scientist, Java Edition
    Oh, and better ditch Eclipse/ Netbeans for the...
  9. Replies
    3
    Views
    444

    [all variants] Re: Can I run my home dir off a usb drive?

    It's not a good idea to share config files between different distributions or versions of distributions. Better let them systems keep their own home, and mount the usb drive into a folder under home.
  10. Replies
    2
    Views
    1,156

    Re: qtjambi: problem using juic on .ui files

    Have you used the version of Designer which came with Jambi? You cannot use the normal Designer.
  11. Replies
    10
    Views
    13,792

    Re: Pdf note tool ?

    Another vote for okular. Superb app. Does exactly what you're asking for. One constraint though - it does not alter the pdf file itself, but saves your notes in your home folder.
    ...
  12. Replies
    3
    Views
    1,682

    Re: Qt/KDE 4 + Java 6 + Kubuntu Programming Woes

    I just couldn't figure out at which aspects of development you want input. Java or Qt or both?



    Just look aroud at the Trolltech site, documentation is pretty good, there are also some...
  13. Replies
    3
    Views
    1,682

    Re: Qt/KDE 4 + Java 6 + Kubuntu Programming Woes

    I'm not quite sure what you actually want to know.. :)
    ..however:
    There actually is good Java support from Qt, it's called Qt Jambi. That is a set of Java bindinghs for Qt, so you don't have to...
  14. Thread: Storm botnet

    by gorilla
    Replies
    17
    Views
    1,133

    Re: Storm botnet

    An article I read somewhere (can't find it anymore) claimed there actually are quite some Linux boxes slave-working for Storm. Those would however got infected by custom hacking, ie a human hacking...
  15. Thread: Dbus & Strigi

    by gorilla
    Replies
    0
    Views
    289

    Dbus & Strigi

    As Kde4 does not seem to have a useful search client for Strigi/ Nepomuk, I thougt about fiddling something together in python.
    However, I cannot suss out how to get search hits from dbus.

    I...
  16. Replies
    66
    Views
    2,824

    Poll: Re: When do you consider a computer "old"?

    Well I have my Athlon XP2000+ now since 2002 and while it doesn't feel fresh, it doesn't feel old to me. I can do everything I want with it, and I don't suffer from these morepower-cravings I usually...
  17. Re: kubuntu or ubuntu witch is the fastest desktop...

    KDE feels faster for me too, although Gnome might actually be a tad bit more lightweight.

    KDE apps have a hang for longer loading times.. more libs to link I guess.

    OTOH I think that the Qt...
  18. Re: What Linux-related news websites do you recommend?

    Apart from /. and some german news sites I'll usually also have a look at Lxer
  19. Replies
    4
    Views
    334

    Re: Gnome and KDE, engaged in Portland!!!

    Finally? That article is from 2005..
    I think the Portland initiative has already found an frustrated end?
  20. Replies
    10
    Views
    3,646

    Re: Photoshop Elements/Picasa equivalent

    another vote for Digikam - great software. Don't forget to install the separate plugins package.
  21. Poll: Re: How Many People have you converted to Linux/Unix so far?

    One friend of mine switched to Linux when he saw how happy I was with it, while his Windows box stopped working once again (To be fair it wasn't Window's fault, but a stupid administration error he...
  22. Poll: Re: More mudslinging between Linus Torvalds and GNOME

    It's exactly what I think about Gnome as well. Sure it's nice that Gnome makes it easy for people who have problems with using computers, but they could just place useful functionality somewhere...
  23. Re: Post your favorite animated Smiley/Gif&post ones you would like added to ubuntufo

    http://img325.imageshack.us/img325/1766/iconhihifl7.gif
  24. Re: What happened to the Ubuntu Studio Forum ?

    Thanks. I cannot find this subsection here.. the old topics are all moved into Audio & Video. I guess then they are moving to their own forum right now.


    Auricle, good to see I'm not the only one...
  25. What happened to the Ubuntu Studio Forum ?

    It appears Ubuntu Studio got merged into the Mutimedia support forum? EH?
    That's terrible - it's unusable now. Will there be a new studio dedicated forum elsewhere?

    There really needs to be a...
Results 1 to 25 of 43
Page 1 of 2 1 2