Posts Tagged ‘Resource’



16
Jun

Bash-Linux Counting lines of files in subdirectories

Because it took me 5 minutes to make the right command (do we use a pipe or not, do we put \ at the end or not, etc….), I write it here (for me like a post-it):

find . -type f -exec wc -l {} +

So this command will take every files in all directories (current and sub dir) and count the lines.

11
May

[Openmp][MPI] Profiling hybrid openmp-mpi application with eztrace and vite

In this post I present quickly an example to profile openmp (or pthread) and mpi application.

Click to continue…

29
Apr

[Openmp] for schedule static or dynamic

Of course there is a difference between static and dynamic scheduling (every one know that) but if you want to see how it can make a difference look at the example above.

 

Click to continue…

6
Apr

[CMake] openmp with CMake

3 lines to use openmp in your cmake code

 

Click to continue…

14
Mar

C++ – Help Reader – Read on a computer more easily

In this post I present a software to concentrate when you are reading PDF, web pages or anything else very easily.

Click to continue…

8
Mar

C++ – Unit test – easy, one file, basic, simple

I few weeks ago I wanted to use unit test. But when I was searching for a framework easy to use, fast, that do not need to be installed 10 libs to make it working etc… Well I did not find anything that satisfy me.

So I make my own lib.

Click to continue…

27
Feb

Vieux rapports d’école d’ing

Voici des rapports que je relie pour etre référencé sous google.

http://berenger.eu/academique/

20
Jan

[C/C++] OpenMP vs PThread – openmp or posix thread ?

A popular question. Which one to use, which one is faster. Well, I do not really know but this post may help you to make your choice.

Click to continue…

22
Nov

C++ – Qt – SingleApplication – Single App Instance

How to create an application that allows only one instance at a time. Here is my solution inspired from : http://www.qtcentre.org/wiki/index.php?title=SingleApplication

Click to continue…

16
Nov

EviMoX – Script to control your mouse and your keyboard on Windows

Many years ago, I developed a software to control/simulate the mouse/keyboard by creating some macro. This software was called Evimox (the first).
Today, I develop something more useful and easy to use: EviMoX. It is a freeware (donationware) to run scripts and control your computer very easily.
It can also be a fun way to use programming if you are new to this.

Click to continue…

Celadon theme by the Themes Boutique