| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 11 months |
| seen | 2 days ago | |
| stats | profile views | 15 |
|
Jun 19 |
awarded | Yearling |
|
Jun 18 |
awarded | Critic |
|
Jun 17 |
revised |
HTML, JS, CSS Engines added 1 characters in body |
|
Jun 17 |
comment |
HTML, JS, CSS Engines @dude: ActionScript is a dialect of ECMAScript (just like JavaScript is). What's more, few years ago, it was expected to be used in Mozilla applications as its EcmaScript engine. |
|
Jun 17 |
comment |
HTML, JS, CSS Engines AFAI understand, you have core Webkit which is unconnected from any kind of UI/system layer. Then you have different bindings/ports for different UI libs/systems: Apple Cocoa, Qt, GTK … |
|
Jun 17 |
comment |
HTML, JS, CSS Engines What so you mean by "bare browser"? |
|
Jun 17 |
answered | HTML, JS, CSS Engines |
|
Jun 15 |
comment |
Should I add an “Abstract” prefix to my abstract classes? It doesn't violate DRY principle IMO. In the definition of the class there is a slight redundancy. But the name of the class is (usually) mostly used at other places where the "abstract" keyword doesn't not appear. And "interface Foo implements Foo" doesn't work anyway. |
|
Apr 20 |
comment |
Should UTF-16 be considered harmful? _T("") is not part ofthe standard, it is MS/Windows stuff. |
|
Mar 4 |
comment |
What are my choices for server side sandboxed scripting? Found this: gf3.github.com/sandbox |
|
Mar 4 |
comment |
What are my choices for server side sandboxed scripting? Is there any sandboxing suport i NodeJS or available with NodeJS? |
|
Jan 31 |
comment |
Java - using single class or multiple class for each type? What are the nodes supposed to be/do? Can the type of a node change at runtime (an instance cannot change its class at runtime in Java)? |
|
Jan 30 |
awarded | Commentator |
|
Jan 30 |
comment |
Convince someone that an app cannot be done Have a look at basic Computer Vision courses. It works the same as human vision, you cannot find the size (or equivalently depth) of a given object unless you add a second camera (and have calibration for the pair of camera). If you do not have this, you can only rebuild the world up to a scale factor: you could be able to figure out the relative size of objects, but to be able to get absolute sizes, you need to know some reference size from the scene. |
|
Jan 30 |
comment |
Convince someone that an app cannot be done I don't see how this can be "not constructive" and "this question will likely solicit opinion". |
|
Nov 8 |
comment |
What would truly happen if java.lang.String weren't final? Jarrod Roberson: if the class was not final you could create mutable Strings using inheritance. |
|
Oct 13 |
comment |
Is Systems Hungarian notation still a useful practice? +1, Simpsons notation system |
|
Sep 16 |
revised |
Observer pattern over HTTP and TCP/IP (Server-Client) deleted 21 characters in body |
|
Sep 16 |
awarded | Teacher |
|
Sep 16 |
answered | Observer pattern over HTTP and TCP/IP (Server-Client) |