Archive for March, 2008
Friday, March 28th, 2008
Since a lot of time, I had a problem with the ContextMenuStrip on my application: when a user did a right-click on a node in one of my tree without having selected with left-click first, the node meant to be selected was not!
To fix that, just add this code on ...
Posted in .NET | 3 Comments »
Friday, March 28th, 2008
When you deal with PL/SQL functions, you have sometimes to create a function returning a boolean.
This is an example:
CREATE OR REPLACE FUNCTION I_AM_A_HERO (
name VARCHAR2) RETURN BOOLEAN is
BEGIN
if (name = 'Petrelli') THEN
RETURN TRUE;
ELSE
RETURN FALSE;
END IF;
END;
But if you wan't to execute it like ...
Posted in Data bases | 1 Comment »
Wednesday, March 26th, 2008
Hey!
Recently, I didn't played to a lot of games but sometimes, when I have nothing else to do, I play to World Of Warcraft.
Today, a new game patch (2.4) arrive and is full of new content. One of the major change is the addition of a new Dungeon named Sunwell. ...
Posted in Video Games | No Comments »
Saturday, March 22nd, 2008
Today I will briefly introduce the IUP ISI which is my current formation.
4 years ago, after having spent some time in Toulouse at the university Paul Sabatier studying mathematics and computer science, I decided to go deeper into the computer world by taking the orientation of the IUP ISI.
What is ...
Posted in IUP ISI | No Comments »
Thursday, March 20th, 2008
ClearCase is one of the references when you deal about configuration management. It allows to manage a project's life cycle, control changes on this project, proposes version and workspace management and of course, allows team development (multi-site).
ClearCase works with what it calls Vobs(Versioned Object Base) ...
Posted in .NET, Software Engineering | 3 Comments »
Tuesday, March 11th, 2008
Welcome in my first private webspace!
But let me introduce myself: my name is Florian Piquemal and I am a student comming straight from the south of France! So hello from Toulouse :)
You will find on that blog several informations about computer science, my hobbies and more generaly what I am ...
Posted in General | 1 Comment »