462 reputation
120
bio website clementlevallois.net
location Leiden, Netherlands
age
visits member for 1 year, 11 months
seen 8 hours ago
stats profile views 151

Using Java SE, and more and more JavaEE with GlassFish to develop webapps for data processing and data visualization.

Interested in all sorts of collaborations!

Github: https://github.com/seinecle


May
13
answered R data output weird formatting
May
11
accepted Why do I need Java installed to install the JavaEE6 SDK?
May
10
asked Why do I need Java installed to install the JavaEE6 SDK?
Apr
26
awarded  Popular Question
Apr
25
comment library to detect overlapping communities in a network?
That's very interesting anyway, thx!
Apr
24
comment library to detect overlapping communities in a network?
I could not find it. Can you post the precise link please?
Apr
12
comment how to measure text width in kineticjs?
thx.They did not exist at the time of posting.
Apr
11
awarded  Popular Question
Apr
8
accepted Change width of a table column with 320andup
Apr
7
asked Change width of a table column with 320andup
Apr
3
answered how to deploy java web application to AWS elastic beanstalk?
Mar
28
awarded  Popular Question
Mar
22
answered netbeans amazon elastic bean connection
Mar
22
accepted is it possible to run several different war files on the same Tomcat instance?
Mar
22
asked is it possible to run several different war files on the same Tomcat instance?
Mar
21
awarded  Popular Question
Mar
11
comment Regex to match 4 repeated letters in string using java pattern
If you are trying to match a string where the string you look for is just before an end of line character, the pattern above won't match. (I learnt that the hard way!). You could do: '"asdfffffffffasf".matches(".*([a-z])\\1{3,}(?s).*")' where '(?s)' triggers the matching for end of line chars.
Mar
8
awarded  Popular Question
Mar
5
awarded  Popular Question
Mar
1
comment superscript in markdown (Github flavored)?
thx! I did not know that was an html tag.