JR Operations and Capabilities

JR Programming Language Logo

Now that we've seen how to use semaphores and monitors in JR, we must go to message passing. But before, we must learn how to use operation and capabilities in JR. These concepts are used in JR to message passing, so we must learn them before.An … [Read more...]

Monitor programming in JR

JR Programming Language Logo

Like I promised, I will restart to write articles now that the evaluation period is over.After seeing how to develop using the JR programming language, we'll see now how to use monitors in JR.Monitors provide a higher-level abstraction than … [Read more...]

WordPress 3.0 installed !

Wordpress Logo

Wordpress 3.0 (Thelounious) has been released this week. I just updated the blog with the new version. I had no problem during the upgrade process, all automatically. Good job !This major release of Wordpress solve more tan 1200 bug, add several … [Read more...]

JTheque is migrating to Git

Hi,Some informations about the current state of JTheque. I'm currently migrating it from SVN to Git. Actually the projet is hosted at Developpez.com, a french community. For more visibility, i wanted to host it in an english website. After … [Read more...]

How to choose a monitor for your computer ?

Monitor Picture

The monitor is a very important part of your computer. Indeed without it you cannot display anything. There is several types of monitors and the price varying a lot. The most limiting criteria will be your budget when you've to choose a new … [Read more...]

Java 7 : Translucency and shaped windows

Duke Java Logo

Java 7 introduces very interesting features for desktop windows :Transclucency for windows : Make a full window translucent with a specified alpha level Per pixel translucency : Make a part of the window translucent. Shaped windows : You can … [Read more...]