577 reputation
221
bio website
location France
age
visits member for 2 years, 5 months
seen 2 hours ago
stats profile views 45

May
1
comment Using Java to get OS-level system information
Try ((double)( processCpuTime - lastProcessCpuTime )) / ((double)( systemTime - lastSystemTime ))
Apr
29
accepted Git: How to list the commits of a patch file
Apr
26
awarded  Popular Question
Apr
24
answered Git: How to list the commits of a patch file
Apr
24
comment Git: How to list the commits of a patch file
No that command only list all the files affected by the patch, not the commits list...
Apr
24
comment Can I share the same eclipse project on a SVN & a GIT repository simultaneously?
So why not pointing at concrete ones? Because there are really plenty and I found nothing really helpful for that subject :( (I just want to have both GIT & SVN managed by my Eclipse... perhaps this is not the question here!)
Apr
23
comment Can I share the same eclipse project on a SVN & a GIT repository simultaneously?
Could you give a concrete solution for that instead of pointing at google ?
Apr
23
comment Git: How to list the commits of a patch file
There is nothing more... "gitty"? Because the problem with grep is that I see encoded title like "Subject: [PATCH 1/3] =?UTF-8?q?Correction=20de=20l'intercepteur=20de=20trans?="
Apr
23
asked Git: How to list the commits of a patch file
Apr
4
comment Java Error:WELD-000072 Managed bean declaring a passivating scope must be passivation capable
Thanks, serializable @Interceptors was the problem for me !
Mar
28
revised Angular.js using bootstrap and dynamically creating rows
Avoid undef problem in the filter + avoid $digest loop
Mar
27
awarded  Revival
Mar
19
answered Angular.js using bootstrap and dynamically creating rows
Mar
13
answered Express.js: No Such file or directory
Mar
5
comment Start JBoss 7 as a service on Linux
The problem with that script is that it does not wait for the server to be really started before returning. Mine takes care of that (and permits the restart, checks if the user exists, etc etc...)
Mar
5
answered Start JBoss 7 as a service on Linux
Mar
5
awarded  Caucus
Mar
4
comment Start JBoss 7 as a service on Linux
Those scripts are not compatible with Ubuntu (at least 12.04)
Mar
4
comment Start JBoss 7 as a service on Linux
Those scripts are not compatible with Ubuntu (at least 12.04)
Feb
18
revised Profiling a webapp on JBoss 7 with JVisualVM
specifying used and not working solutions