Anders Sandvig

3,966
Reputation
422 views

Registered User

Name Anders Sandvig
Member for 1 year
Seen 2 hours ago
Website
Location Oslo
Age 29
Computer programmer and software developer living in Oslo, Norway, working as a senior consultant for a medium-sized consulting company.
Oct
22
awarded  Favorite Question
Oct
17
awarded  Popular Question
Sep
22
awarded  Popular Question
Sep
19
comment How do I tell Maven to use the latest version of a dependency?
I believe the comments feature was not implemented when this answer was added...
Sep
9
awarded  Nice Answer
Sep
8
awarded  Popular Question
Sep
7
awarded  Nice Question
Aug
31
awarded  Popular Question
Aug
25
accepted Multi-IDE Support in Java for one Team
Aug
25
comment CVS to SVN conversion and reorganizing branches
Not sure what you mean by "unmentioned branches", but svndumpfilter has both --include and --exclude parameters. If you tell cvs2svn to use the "/trunk", "/branches" and "/tags" as root folders, extracting the trunk (HEAD from CVS) and a specific branch can be done with 'svndumpfilter --include "/trunk" --include "/branches/<branch-name>" '
Aug
24
comment CVS to SVN conversion and reorganizing branches
I guess you could dump it all and use then svndumpfilter to filter out whatever you don't want?
Aug
22
answered Best sites for inspiration for hobbyist programmers?
Aug
19
awarded  Yearling
Aug
2
awarded  Popular Question
Jul
28
awarded  Peer Pressure
Jul
16
comment How do I generate C# code from WADL files?
The only feature supported by this tool seems to be the printing of a usage string. None of the parameters work and it doesn't produce any output, which seems to make sense if you look at the provided source code, it's just an empty shell with no implemented functionality.
Jul
16
comment How do I generate C# code from WADL files?
I see. I don't think this is much of an issue as long as I have control over both the generation and the processing of the WADL, which I do in my case. If we run into any compatibility issues, I hope I can resolve them by manually editing the WADL file.
Jul
16
comment Do you end your exception messages with a period?
I think not showing exception messages to your end users would make perceived quality even higher.
Jul
16
comment How do I generate C# code from WADL files?
Interesting opinion. Do you have other suggestions for generating code to use web services, preferably in multiple languages (Java, Python and C# would be a good start)?
Jul
15
awarded  Popular Question
Jul
14
asked How do I generate C# code from WADL files?
Jul
8
awarded  Disciplined
Jun
29
awarded  Good Answer
Jun
27
accepted How to set up Win32 tooltips control with dynamic unicode text?
Jun
19
comment SVN automatic code formatting on check in?
The conflict/stale working copy issue is no different than if anyone else committed a new version of a file to the repository. This will be resolved by getting the latest version from the server, and if the user forgets, the svn client will detect this when trying to commit the file again.
Jun
19
revised SVN automatic code formatting on check in?
Added note about automated formatting and enforcing of code style
Jun
19
answered SVN automatic code formatting on check in?
Jun
14
answered How to set up Win32 tooltips control with dynamic unicode text?
Jun
14
revised How to set up Win32 tooltips control with dynamic unicode text?
Added note about _UNICODE define
Jun
14
asked How to set up Win32 tooltips control with dynamic unicode text?
Jun
11
awarded  Good Question