622 reputation
817
bio website kblog.netyxia.net
location Paris, France
age 22
visits member for 3 years, 4 months
seen Jun 14 at 9:23
stats profile views 80

IT Student in Alternship working as a Systems & Network administrator


17h
awarded  Notable Question
Jun
3
awarded  Notable Question
Mar
7
awarded  Yearling
Feb
18
awarded  Nice Answer
Jan
29
awarded  Tumbleweed
Jan
22
asked Get more user data from System.DirectoryServices.AccountManagement.UserPrincipal
Jan
19
awarded  Notable Question
Dec
10
comment Windows Phone 8 emulator error - Something happened while creating a switch
I confirm that VPN softwares (in my case from Juniper) cause this issue
Sep
10
awarded  Popular Question
Jun
16
awarded  Constituent
Jun
16
awarded  Caucus
May
18
answered Need a small & simple embedded db in java: SQLJet vs. JavaDB/Apache Derby
May
11
comment Grails - Startup Memory/Memory Usage/Domain objects
"Grails does consume a little more memory than some comparable frameworks", define "comparable frameworks" please. I did some comparison of resources consumptions between Rails, Django and Grails, Grails consume almost 10x more memory then the others for a blank page...
Apr
25
accepted Is there an equivalent of Ruby's Yard in Python?
Apr
25
comment Is there an equivalent of Ruby's Yard in Python?
This is just perfect! :)
Apr
25
comment Is there an equivalent of Ruby's Yard in Python?
Okay, it was a case problem, I did it again with the good cases on package name and it worked :)
Apr
25
comment Is there an equivalent of Ruby's Yard in Python?
I tried this on a random project (SQLAlchemy) and I only get a module list without any documentation, is this normal ?
Apr
25
comment Is there an equivalent of Ruby's Yard in Python?
Sphinx looks hard to use to simply generate a gem documentation...
Apr
25
comment Is there an equivalent of Ruby's Yard in Python?
Is not a major feature but a plus of having the documentation available instantaneously after having installed the gem without having to generate it manually
Apr
25
comment Is there an equivalent of Ruby's Yard in Python?
The features that I am looking for is a documentation server that is more convenient to use than pydoc -p, that would allows me to search in the documentation and to have easy way of navigations into the documentation (like Yard trees)