Search:

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

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    8
    Views
    677

    Re: pyGtk tutorials?

    a few glade tutorials I've used in the past:

    http://www.gnome.org/~newren/tutorials/developing-with-gnome/html/apc.html

    http://interactive.linuxjournal.com/article/6586
  2. Replies
    22
    Views
    9,927

    Re: DS Emulator Help

    http://www.desmume.org/

    last release was on the 11 of may, and no signs of stopping :)

    Version 0.6 is also in ubuntu's repos, works well for testing homebrew apps.
  3. Replies
    22
    Views
    1,631

    Poll: Re: Will DirectX10 kill OpenGL?

    Looking at the newer games coming out, the unreal engine 3 sounds like its going use opengl and directx (with ut2007 getting a linux port), quakewars is id based so opengl only :) (again getting a...
  4. Replies
    42
    Views
    4,897

    Re: AmaroK on gnome

    http://www.exaile.org/ is a gnome based player aiming to be similar to amarok, with a few extra features like a shoutcast directory browser, and tabbed playlists.
  5. Replies
    70
    Views
    10,994

    Re: VIM 7 released!!!

    ctrl+alt+pgup or ctrl+alt+pgdown
  6. Replies
    7
    Views
    3,333

    Re: How to get date of tomorrow in console?

    or in python which comes preinstalled


    #!/usr/bin/env python

    import time
    import datetime

    day = (24*60)*60
    tomorrow = datetime.datetime.fromtimestamp(time.time() + day)
  7. Replies
    7
    Views
    2,077

    Re: Python + GTK (PyGTK) + Glade tutorials?

    for an updated version of (using gtk2):
    http://sjbrown.users.geeky.net/metagame-sector/tutorial.html

    check out:
    http://jmoiron.net/docs/python/glade1/

    A few good links:
    ...
  8. Replies
    5
    Views
    698

    Re: Quake 4 benchmarks

    press tab in ut2004:



    stat fps
  9. Replies
    227
    Views
    54,741

    Re: HOW-TO: Building amaroK from SVN source

    use:

    sudo `which unsermake` uninstall
  10. Replies
    6
    Views
    14,902

    Re: Wine - DirectX 9?

    theres also a nice auto building script for many wine versons, found at:
    http://winecvs.linux-gamers.net/index.php/Main_Page
  11. Replies
    77
    Views
    4,956

    Re: Where to start with python?

    http://wiki.wxpython.org/

    seems good :)

    pyQt seems worth looking into too, qt-designer being the gui builder.
  12. Replies
    77
    Views
    4,956

    Re: Where to start with python?

    your need gtk, pygtk and maybe glade if you want code produced for you

    Two good articles on python gui programing:

    http://www.linuxjournal.com/article/6586
    ...
  13. Replies
    13
    Views
    766

    Re: C++ or C#, help me chose

    Two good articles on python gui programing:

    http://www.linuxjournal.com/article/6586

    http://www.oreillynet.com/pub/wlg/6340

    Good example:

    http://primates.ximian.com/~sandino/python-glade/
  14. Replies
    6
    Views
    768

    Re: Request: Wine 20050524

    Cool, but that source is abit random with its updates.

    If you can't find a deb though:
    http://winecvs.linux-gamers.net/index.php/Main_Page
    that cvs script is better wine at following wine...
  15. Replies
    6
    Views
    768

    Re: Request: Wine 20050524

    That verson can be found from the main site, add this to /etc/apt/sources.list


    #wine
    deb http://wine.sourceforge.net/apt/ binary/
    deb-src http://wine.sourceforge.net/apt/ source/
  16. Replies
    28
    Views
    1,096

    Re: IDEA: Jailed Browsing

    That really depends on how doggy your php coding is :)

    /etc/passwd would needs to hardware broken, no ? plus youd need something like ssh running to do major damage. But iptables only allowing...
  17. Replies
    77
    Views
    4,762

    Re: The best website I have ever looked at!

    Windows LAN Administrator... crime and punishment :)



    last time i checked ibm etc had alot of patents to to keep mircosoft worried... or is he working on the idea you can't sue mircosoft...
  18. Replies
    16
    Views
    2,113

    Re: Periodic Lag in games and even screensaver

    install htop to stop overly cpu using programs

    then run from a terminal and press shift + p.. it will list by cpu useage (shift + m does memory useage).. then just press k followed by an action to...
  19. Re: HOW-TO: Increase performance on ext3 with dir_index

    sudo hdparm -Tt /dev/hdX

    may do the trick
  20. Re: Is it possible that some windows games run faster with wine than natively on XP?

    people have run benchmarks on the wine dx9 patches:

    http://www.linux-gamers.net/modules/news/article.php?storyid=793

    the results give random results, you can probably put this down to parts of...
  21. Replies
    61
    Views
    4,294

    Re: Idea: Drop down terminal :D

    yeah seems to run using konsole... might need abit of a depancy. Use fluxbox myself, with similar gtk and qt app themes... I can pick and choose :)
  22. Replies
    61
    Views
    4,294

    Re: Idea: Drop down terminal :D

    theres also a quake style one:

    http://www.nemohackers.org/kuake.php
  23. Replies
    9
    Views
    636

    Re: Poor UT2k4 performance

    yeah the linux nvidia drivers on gives about 10 - 30% boast over windows (benchmarking with umark could hardly beleive it myself :)... plus with no major drive fragmentation the load times are far...
  24. Re: Linux Irritates Me / .deb is NOT easier than .rpm

    http://www.ubuntulinux.org/wiki/RestrictedFormats

    seems a good page for mp3 installing ect...
  25. Re: Linux Irritates Me / .deb is NOT easier than .rpm

    http://www.ubuntuforums.org/showthread.php?t=22646

    Automated Script for New Users... sounds good, never tried it myself though :)
Results 1 to 25 of 33
Page 1 of 2 1 2