Search:

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

Search: Search took 0.18 seconds.

  1. Replies
    1
    Views
    195

    Help with permissions

    Hi, I'm trying to adjust the back-light brightness of my laptop from a script. The script echos a value into /proc/acpi/video/VGA/LCD/brightness. How can I make it so that the script has the...
  2. Replies
    0
    Views
    383

    Frozen Bubble won't connect

    I can access the net fine on this machine via firefox etc however when I try frozen bubble either by wireless or wired it will not connect.

    On LAN Game I get the following



    *** Please wait,...
  3. Re: Perl programming in sdba (http://duncanlamb.com/sdba/)

    Well the bot is pretty much up and running, if anyone would like to add it the address is hangraz@hotmail.com and he runs on the MSN network.
  4. Re: Perl programming in sdba (http://duncanlamb.com/sdba/)

    Well I managed to figure out that problem and am almost done I'm my implementation of hangman, I just have one hurdle left. I need to generate a random word from a large a dictionary as possible.
    ...
  5. Perl programming in sdba (http://duncanlamb.com/sdba/)

    I'm not sure if this is more of a perl or sdba question so bare with me. Basically I'm attempting to write a msn bot in sdba (http://duncanlamb.com/sdba/). Sdba allows you to write pages in perl as...
  6. Replies
    11
    Views
    937

    Re: firefox, css problem

    Im not sure if it makes a difference but I though you were meant to put them in this order,
    border-bottom:1px solid black;

    PS you can change black to #000 (hex) for shorter code.
  7. Replies
    10
    Views
    582

    Re: Python: Function Problem

    so how would I achieve the following without using multiple functions and preventing them running on startup.


    def function(name):
    print name

    lbl1=Label(root,text='Function1')...
  8. Replies
    10
    Views
    582

    Re: Python: Function Problem

    But the point is i WANT to pass a value (in this case 0) to the function, I just don't want it to run on program execution.
  9. Replies
    10
    Views
    582

    Re: Python: Function Problem

    which means?
  10. Replies
    10
    Views
    582

    Python: Function Problem

    I'm new to python so go easy :P

    Anyway I have the following code


    from Tkinter import *

    root=Tk()

    def function1(name):
Results 1 to 10 of 10