Read a file’s contents with PHP

PHP provides three built-in functions which allow you to easily read the contents of a file on your webserver. This is useful when, for example, another program may write information to the file and you could access that information through your script. In this example, we’re going to use the following example 5 line file, …

C, C#,C++ Compilers for Mac OS X

Cross Compilers for Mac OS X For some of my softwares, I needed to built a multi platform distribution package, including executable for Windows and Linux. As I mainly work on Mac, I have decided to built GCC cross compilers for Windows and Linux. Then I have built Mac OS X packages in order to …