| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year |
| seen | 14 hours ago | |
| stats | profile views | 65 |
|
Dec 23 |
comment |
Visualization of N>2-D array? Have you considered 3D cube + 2 sliders to control the other 2 dimensions? Or an 'animation' that scrolls through one of the dimensions? This is standard technique for visualizing 4D objects (like the Tesseract) |
|
Dec 18 |
answered | How to create a random generator |
|
Dec 17 |
comment |
Do I need to make the source code available to a modified AGPL application if the application is only exclusively available over my private LAN? @miraculixx If I were you, I'd make this into an answer, as it is the most correct explanation |
|
Dec 17 |
comment |
Do I need to make the source code available to a modified AGPL application if the application is only exclusively available over my private LAN? I think you're wrong here: you don't need to 'convey' a copy in order to be obligated to provide the source of the program. Take a look at article 13 of the AGPL. |
|
Dec 11 |
comment |
Does a code inherit GNU GPL if it just link to GPL library? Best answer (IMO). There is yet to be a major lawsuit regarding whether GPL applies to dynamic linking. |
|
Dec 11 |
answered | Why do operating systems do low level stuff in C and C++? Why not just C++? |
|
Dec 6 |
comment |
Is Java much harder to “tweak” for performance compared with C/C++? @LieRyan If you only call const methods on this vector, I'm pretty sure many optimizing compilers will figure it out. |
|
Dec 6 |
revised |
Practical Usage Of Structures in c# deleted 4 characters in body |
|
Dec 6 |
answered | Practical Usage Of Structures in c# |
|
Dec 4 |
answered | I want to build a Virtual Machine, are there any good references? |
|
Dec 3 |
comment |
Why does Java allow to implement different interfaces, each containing a method with the same signature? @SoftwareEngeneeringLearner Sorry, my bad here. You are correct and your question makes more sense now, but I really think you should either rephrase, or even better, ask a new question about this, specifying the differing return types. Having two methods with the same signature, but different return types (IMO) can be an issue. |
|
Dec 3 |
comment |
Why does Java allow to implement different interfaces, each containing a method with the same signature? @SoftwareEngeneeringLearner In Java method signature includes return type |
|
Nov 30 |
revised |
Why should a class be anything other than “abstract” or “final/sealed”? added 10 characters in body |
|
Nov 29 |
answered | AGPL License - does it apply in this scenario? |
|
Nov 28 |
revised |
Why does Java allow to implement different interfaces, each containing a method with the same signature? added 342 characters in body |
|
Nov 28 |
answered | Why does Java allow to implement different interfaces, each containing a method with the same signature? |
|
Nov 25 |
comment |
Is there an appropriate coding style for implementing an algorithm during an interview? +1, just one thing: I'm certain there are people who use if(const == var) just because they've seen other people do it and repeat it mechanically, so I'd ask why they do it this way. |
|
Nov 25 |
comment |
LaTeX-like display programming environment Have you considered generating the source code for the calculation from formulas written in, say, TeX? This has its disadvantages, but you can at least write in proper formulas... |
|
Nov 25 |
comment |
Should I use the factory design pattern for every class? You just specify the MainFactory and the platform runtime's factory creates your MainFactory, so that it can create the Main class. Simple as that (joking ofc). Otherwise, solid answer. |
|
Nov 24 |
comment |
My father is a doctor. He is insisting on writing a database to store non-critical patient information, with no programming background @JörgWMittag True, but then again, we all start with 'IANAL' and conclude with 'ask a real lawyer'. |