Category Archives: Programming

How to try the new metacity composite manager without installing it

Author: Hussam Al-Tayeb Metacity is the default window manager for the Gnome desktop. The next major version of metacity (2.22) to be released later this year, will have a built in composite manager that will be enabled by default if … Continue reading

Posted in linux, Programming, Tutorials | 2 Comments

Poor Mans Cluster PHP library to run a cluster

I’ve been cleaning my laptop today, and came along a project I did for my Parallel Programming course, I’ve never published this because the code was never completed as I lost interest, the challenge was the idea and the concept, … Continue reading

Posted in Client-Server, Cluster, Parallel Programming, PHP, Programming, Project, Tutorials | 2 Comments

Upload using C# as Client and PHP as Server

Level: Beginner (coder) This is a small tutorial which will teach you how to upload files using a C# client application to a server running PHP. We’ll call the PHP script “upload.php”, this is what it should contain: <?php $uploaddir … Continue reading

Posted in C#, Client-Server, PHP, Programming, Tutorials | 11 Comments