Posts Tagged ‘L3’
C++ Picmiz Source (Qt, QImage, Drag’n Drop, Qthread)|C++ Picmiz les sources (Qt, QImage, Drag’n Drop, Qthread)
As you may know I developed a software in Qt to resize multiple images using QImage and QThread (multithreading). This software also use drag and drop and search recursively into the path to find images.
The source are a very good example and a very good tutorial for every one who want to stuffs in Qt.
I use Icon for mac and windows etc. So it is a complete example from A to Z.
But I did it very quickly because my girl friend wanted to tag some picture on her mac (and I am on windows) so the code is sometime not clean and the architecture not efficient! I KNOW!
C++ – Thread, Mutex, Semaphore, Sleep a Cross platform Framework (for Windows & POSIX)
In this post, I describe and give the source to create cross platform Thread, Mutex, Semaphore or Sleep that work on Windows and POSIX.
Click to continue…
A Silverlight Chat using socket and C#/.Net for server – Easy, fast and stable
In this post, I write about creating a Chat in silverlight (for the client) and .Net for the server.
The both are using socket to communicate, and the server is only doing a broadcast of the messages to others clients.
C++ – Qt (trolltech) and Mysql, load the driver
You can easily find tutorials about how to use Mysql with QT. But most of time, it is difficult to find how to create the Mysql driver (which can cause the error : “Driver not loaded”).
So here is some help to do that.
Please, note that if the tutorial is done correctly, you DO NOT NEED TO COMPILE QT COMPLETELY (compiling QT takes 1 hours – here 10 minutes are needed).
ATMega 128 & Accelerometer – From theory to practice
In this tutorial I will give the code and some explanations to use a accelerometer with a micro-controller.
In fact during a personal project, Franck (a friend) and I used a micro-controller to control a PC.
We used: STK128+/AVR atmega128, 3 axis accelerometer. But we also used a virtual reality glove (to get more interactivity) and a java application to control the computer (but I will not speak about that in this post).
Click to continue…
