Search:

Type: Posts; User: dapernia

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    939

    A Little Cgi Problem

    Hello friends:

    I wrote a small cgi program that enlarges a gif image according to the read value from a file. The problem is when the program tries to load the images, it can`t show it. I guess...
  2. Replies
    2
    Views
    1,386

    Thanks a lot Sake!!! I`ll try that

    Thanks a lot Sake!!!
    I`ll try that
  3. Replies
    2
    Views
    1,386

    System Command Use

    Hello friends:

    I am a new Linux C programmer and i`m not sure how to use the "system" command in a C script. For example: I am usign the rrdtool program to create some graphics and I have to write...
  4. Replies
    2
    Views
    2,217

    Thanks a lot :D

    Thanks a lot
    :D
  5. Replies
    2
    Views
    2,217

    Using Variables with th 'System' command

    Hi friends:

    I have a tiny problem.
    I want to graph some data i have stored in a file with the RRDtool program. This RRDTooll program works with shell commands:
    rrdtool create test.rrd \
    ...
  6. Replies
    4
    Views
    2,215

    I am Using Red Hat Linux 7.2

    I am Using Red Hat Linux 7.2
  7. Replies
    4
    Views
    2,215

    How to detect an empty file?

    My program reads a .txt file.

    I want to check when the program detects a new line in a file. If the file is empty i, it assigns the word "Stable" to a string, if it detects a new line, the...
  8. Replies
    1
    Views
    3,081

    Counting Number of Lines of file

    Hi friends:

    My program logs data into a .data file continuosly. I have a .cgi program that reads the lines in the file and shows it in a browser.

    How can i make my program count the number of...
  9. Replies
    5
    Views
    1,097

    Thanks a lot !!!!!!! :D

    Thanks a lot !!!!!!!


    :D
  10. Replies
    5
    Views
    1,097

    Well I tried but i have a tiny problem I have...

    Well I tried but i have a tiny problem

    I have a data file like this:

    [CODE]
    64.00 53.33 64.15 136.00 Wed Sep 3 14:51:42 2003
    64.00 53.33 64.15 136.00 Wed Sep 3 14:51:42 2003
    64.00 53.33...
  11. Replies
    0
    Views
    1,025

    Well I tried but i have a tiny problem

    I have a data file like this:

    [CODE]
    64.00 53.33 64.15 136.00 Wed Sep 3 14:51:42 2003
    64.00 53.33 64.15 136.00 ...
  12. Replies
    5
    Views
    1,097

    Thanks a lot ;)

    Thanks a lot

    ;)
  13. Replies
    9
    Views
    1,473

    Thanks a lot. I'll try this!!! ;)

    Thanks a lot. I'll try this!!!

    ;)
  14. Replies
    5
    Views
    1,097

    reading from a file

    Hi friends:
    I want to make a cgi program to read and show the stored data in a file. The problem is that the file has several rows and i have to format it to show them.
    Does anyone know how to do...
  15. Replies
    3
    Views
    1,189

    Thanks :)

    Thanks

    :)
  16. Replies
    9
    Views
    1,473

    Making a File to be read

    Hi:

    My program creates a file to store the read data in the parallel port.
    I know how to do it with fopen and fclose,
    but the problem is because the program makes an infinite loop and i need...
  17. Replies
    3
    Views
    1,189

    Making a cgi program!!!

    Hi friends:

    I made a C program that reads the data in the parallel port. Ok. Now i want to make a cgi program that shows it in a browser.

    I know nothing about HTML. Does anyone have an example...
Results 1 to 17 of 17