Search:

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

Page 1 of 8 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    13
    Views
    6,924

    [ubuntu] Re: Metacity: How to remove the window borders?

    You can also follow the instructions here, if you want to have the window decorations away "forever".
  2. Replies
    7
    Views
    616

    Re: [GTK] Distributing an application

    That's one option.

    You could also offer binary packages like a .deb or .exe for your users.
  3. Thread: Python sound

    by km0r3
    Replies
    9
    Views
    1,844

    Re: Python sound

    You're welcome, mate. :)



    Smells like you set the value for `file` to an invalid path. Try setting it to something like /home/<your_username>/valid_sound_file.ogg .

    Also be sure to read this...
  4. Thread: Python sound

    by km0r3
    Replies
    9
    Views
    1,844

    Re: Python sound

    As far as I can see you inserted a `'` at the end of the line, which is why you get a syntax error.

    Here is some code I have found for reproducing sound with the (great) gstreamer library.


    ...
  5. Replies
    2
    Views
    784

    Re: PyGTK and (small) animations

    Oh, I have seen a live demo of clutter in the Acire Snippets repository. It has also other great snippets you might find useful.
  6. Replies
    2
    Views
    784

    Re: PyGTK and (small) animations

    Hello and Welcome to the Forums devildante_,

    Unfortunately it wasn't very easy to find something that might fit your needs, but I can come up with the following links:



    The guys over at...
  7. [SOLVED] Re: How to select item programmatically in GtkComboBox (Python)?

    I recently had to do some searching over a GtkListStore and the approach is similar to yours. I have also done a lot of research on Google, but, just like you, I haven't found a lot of useful sites...
  8. Replies
    3
    Views
    437

    Re: Erlang programmers -- how many of you?

    I have started to discover Erlang, and yes, it's very handy for certain applications and for others not.

    I have liked this screen-cast a lot and I though't I'd share it with you.
  9. Re: I made my first GUI Script in Bash with Zenity...

    This is still true... :?
  10. Re: Is there a GUI for debian changelog control rules etcetera and ppa?

    Unfortunately, I have no idea, mate...

    A good place for your question would be Launchpad or the project's mailing list.
  11. Re: Is there a GUI for debian changelog control rules etcetera and ppa?

    What about Deb-O-Matic? The description is promising, though I have never tried it:



    Please, tell if it's that what you've searched for.
  12. Replies
    164
    Views
    32,758

    Poll: Re: Opera vs Firefox vs Google Chrome/Chromium

    Have you already tested Opera 10.60 for Linux?
  13. Re: [HowTo] Building a local Mirror for Ubuntu Repositories.

    Very helpful tutorial! This has helped me to save a lot of bandwidth as I'm having quite a few Ubuntu machines at home.

    Thanks
  14. Replies
    62
    Views
    7,822

    Re: Beginner Programming Challenge 14

    I guess it would be less confusing calling the function "scale" instead of "enlarge", because scale_factor can be a value between 0 and 1 and above.
  15. Thread: Python MSN Class

    by km0r3
    Replies
    2
    Views
    531

    Re: Python MSN Class

    I have found some interesting projects written in Python which might help you:

    http://suttree.com/code/msnbot/
    http://blitiri.com.ar/p/msnlib/

    Also, you might be interested in the work of the...
  16. Thread: Python Editor

    by km0r3
    Replies
    11
    Views
    757

    Re: Python Editor

    Generally I use (g)Vim for writing Python programs in combination with Syntax Highlighting and Tab Autocompletion.
    I use it for large- and small-sized projects.


    That's also not a bad...
  17. [all variants] Re: Since 1 week all my linux boxes can't access the internet (?!)

    Are you running a linux box as your router? Please, tell us more about your it. (Model, OS, Specifications, etc.)

    Well, as far as I can see there are no problems in establishing a connection...
  18. [SOLVED] Re: Enter password to unlock keyring - how to get rid of it?

    It is the folder /home/<user>/.gnome2/keyrings/ where the login keyring is stored.

    I have just opened a terminal, cd into the folder mentioned above and typed:


    rm *


    This solved the issue...
  19. Re: Wireless Signal low in Ubuntu but strong in windows

    You don't seem to be the only one with this problem, if you do a Google search. It seems like that there are only dirty workarounds for this problem.

    Generally, are you using Ubuntu's driver or...
  20. Replies
    1
    Views
    1,215

    [other] Re: Sharing 3G bandwidth results in high latency

    bump
  21. Replies
    1
    Views
    1,215

    [other] Sharing 3G bandwidth results in high latency

    Hello Forum,

    I bought a 3G modem and want to share the bandwidth with other clients connecting to the computer to which the 3G is connected (the router).


    The router is a Ubuntu 10.04 Server...
  22. Replies
    2
    Views
    3,096

    Re: How can I parse xsd file in python ?

    Hoboy,

    I've queried Google and it returned immediately good results:


    http://lele85.netsons.org/blog/2009/06/04/validate-and-parse-an-xml-using-xml-schema-in-python/
    ...
  23. Replies
    52
    Views
    2,329

    Re: Recommend a programing language?

    Well, I've learned Ruby after handling Python and I can say that this experience also affects that I write better Python programs nowadays.
  24. Replies
    2
    Views
    381

    Re: python-gobject-doc missing?

    Are you searching the `python-gobject` API documentation?

    In terminal type:


    or look here.

    Other hopefully useful references:
    ...
  25. Replies
    2
    Views
    305

    Re: script for starting a server at boot

    Just one way of doing this:


    Place the script `runOlat.sh` in the /etc/init.d directory (with root privileges)
    Switch into a terminal and run

    sudo update-rc.d /etc/init.d/runOlat.sh...
Results 1 to 25 of 177
Page 1 of 8 1 2 3 4