akauppi

1,158
Reputation
150 views

Registered User

Name akauppi
Member for 1 year
Seen 7 hours ago
Website
Location Finland
Age 39
2d
answered How to load an external JavaScript script to (pure) SVG document?
2d
asked How to load an external JavaScript script to (pure) SVG document?
Nov
19
comment How to get handle to entries within SVG <g> group?
I can use the most recent browsers; and even be browser specific. Thanks for everyone's help. Eventually I will use jQuery but I want to understand it without, first.
Nov
18
asked How to get handle to entries within SVG <g> group?
Oct
21
answered Are there any recent Lua to JavaScript converters or interpreters somewhere?
Sep
18
awarded  Yearling
Sep
11
comment Throw keyword in function’s signature (C++)
And stackoverflow.com/questions/88573/…
Sep
11
comment Is there a generally accepted idiom for indicating C++ code can throw exceptions?
No, you can't. The syntax allows you to document what you think it will throw, but this is not enforced by the compiler. See stackoverflow.com/questions/88573/… I feel this is actually worse than not having such throw decoration at all. Now readers of the code will think that is a guarantee, when it essentially is only a comment. :(
Sep
11
revised Is there any use for C++ throw decoration?
added link to existing question
Sep
11
asked Is there any use for C++ throw decoration?
Sep
6
answered Cloning Lua state
Sep
6
comment Cloning Lua state
Many people write Lua wrong, it's not an acronym. Would you kindly modify the above so that it follows the standard naming. We don't write PYTHON either. Lua just happens to be a three-letter name. See: lua.org/about.html
Sep
1
awarded  Self-Learner
Jul
30
comment Is there a way to determine parameter values passed to a Lua function from within a call to the debug hook handling the ‘call’ event?
(to Ashley:) And don't expect to necessarily get the local parameter's names or anything like that. Locals don't have names, once they're through the parser. One gotcha I've had with the debug API is that flags are CaSe sensitive. lua.org/manual/5.1/… If you use S and/or L, make sure they are in capitals. Especially for S this is not clear to see on the documentation.
Jul
30
comment floating point precision
I would suggest changing this to be the "blessed" answer.
Jul
30
comment floating point precision
Gave you a -1 because this case is obvious, and not needing "binary search". Greg Hewgill has the right answer, imho.
Jul
28
answered Why aren’t more applications written in multiple languages?
Jul
28
answered Any reason to not ask an interviewee to write code?
Jul
27
revised Are any MP3 encoder libraries PIC microcontroller compatible?
More links. AVR32 can do sw encoding.
Jul
27
answered Are any MP3 encoder libraries PIC microcontroller compatible?
Jul
16
answered Web-development with version control workflow.
Jul
14
revised Is there a Wiki with a Web 2.0 UI (like StackOverflow’s) ?
Found what I was looking for.
Jul
12
comment Is there a Wiki with a Web 2.0 UI (like StackOverflow’s) ?
mindtouch.com/Products/Demo_Gallery looks reeeeeally good.
Jul
12
answered Getting developers to use a wiki
Jul
12
comment Is there a Wiki with a Web 2.0 UI (like StackOverflow’s) ?
WikiWig has been mentioned here: stackoverflow.com/questions/15871/…
Jul
12
comment Is there a Wiki with a Web 2.0 UI (like StackOverflow’s) ?
mediawiki.org/wiki/Manual:Live_preview
Jul
12
comment Is there a Wiki with a Web 2.0 UI (like StackOverflow’s) ?
Thanks! Only heard about that now. Will be glad to try out the beta.
Jul
12
comment Is there a Wiki with a Web 2.0 UI (like StackOverflow’s) ?
MediaWiki 1.5 alpha 1 seems to have something for this itch: * 'live preview' reduces preview reload burden on supported browsers
Jul
12
asked Is there a Wiki with a Web 2.0 UI (like StackOverflow’s) ?
Jun
30
answered Haskell vs. procedural programming in the real world
Jun
30
answered Javascript if typeof =’undefined’ in try/catch space
Jun
30
comment Can Lua be used for application development?
VB.NET is essentially dead. And even if not dead, it never was the #1 child in the .NET world. His choice would be C# (and no scripting, but nice IDE) or maybe C# for the user interface but Lua for scripting its dynamic behaviour. I'd go for Qt + Lua.
Jun
30
comment Can Lua be used for application development?
I second tkadlubo on this.
Jun
30
comment Can Lua be used for application development?
I think there was a Qt binding mentioned somewhere, lately. I'd have a look at that. torch5.sourceforge.net/manual/qt/…