Tag Archive

The following is a list of all entries tagged with development:

Local Web Development Environment in Ubuntu

This short guide explains how to set up a local development environment that will allow us to create new sites on the fly and automatically serve them up on our local development machine under Ubuntu. I won’t explain how to install LAMP, I’ll just suppose it’s already done and that a default installation is installed [...]


Fedora Core – virtual hosts httpd

I’ve reinstalled my pc with Fedora Core recently, because of the extended SELinux and more tools that are at my disposal. A problem I always had with ubuntu was the configuration of Apache virtual hosts. Once they where installed I needed to put them into the host file and each time I reconnected to a [...]


YII framework configuration

I’m toying with the Yii Framework for some time now and even if i cost me a lot of anger and frustration in the beginning I’m starting to like it more and more, alas I do have to say that the documentation isn’t always that clear and for someone who begins or who’ll write some [...]


A freepascal clock

A basical console clock written in freepascal by me, even if it’s an old language, I have to practice on it for school. Here you got the code, I’ve added little comments but it isn’t a lot. hh = hour mm = minutes ss= seconds Share on Facebook


C & FPC

C programming and pascal, that’s what I’m doing for the moment, I have an exam in 5 days, man I hate it. Just finished a clock in C: you give the time for tomorrow and he’ll count it down. But it’s basic: 0102#include03#include04 05int main(int argc, char *argv[])06{07long hh, mm,th, tm, ts;08 09printf("Reveil a quelle heure(24) minutes? [...]