Tag Archive
The following is a list of all entries tagged with development:
Local Web Development Environment in Ubuntu
Filed in tutorials, 03/05/2012, 19:11This 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
Filed in tutorials, 25/03/2011, 00:06I’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
Filed in tutorials, 20/12/2009, 23:47I’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
Filed in source code, 30/08/2008, 00:47A 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
Filed in source code, 29/08/2008, 22:04C 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? [...]