Recent content by tlovaj

  1. T

    Where is the blower motor in a 1992 mazda protege?

    My blower motor is making lots of noise but I'm wondering if its something i can fix myself depending on the location (without having to take the dash apart) . Thanks!
  2. T

    python CGI check request type?

    Can someone show me how to check the request type[GET POST] in python CGI ?
  3. T

    how to use execl() to compile and run python cgi script()?

    I can't figure out how to execute a python cgi script from a c program with execl() this is what i have but it doesn't seem to work. execl("/bin/bash", "sh", "-c", "p", MYFILE.cgi) lol no i'm not kidding. i'm able to compile perl scripts with a simple execv() but python scripts dont' seem to...
  4. T

    Get Python CGI to run HTML file?

    if I have a test.html (which has forms) file and a runTestHTML.cgi script in python, What is the syntax so that I can get the script to run the html file?
  5. T

    Get Python CGI to run HTML file?

    if I have a test.html (which has forms) file and a runTestHTML.cgi script in python, What is the syntax so that I can get the script to run the html file?
  6. T

    My knuckles get hot flashes every once and a while. What's the problem?

    Every so often my knuckles on my ring and middle fingers on my right hand get these hot sensation (comparable to placing your knuckles next to warm coffee mug). It doesn't hurt at all but its noticeable. Is there a condition for this, or can someone point me in the right direction so i can do...
Back
Top