This is "how to parse a config file" question.
Basically i have a text file (/etc/myconfig) that has all kind of settings. I need to read that file and search for the ...
I want to load a txt file into an array like file() does in php. I want to be able to access different lines like array[N] (which should contain the entire ...
i converted the output XImage of my code to Bitmap, but the output file is massive, so i thought about compressing it using lzrw
i use this code to write the bitmap ...