Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Andreas
Andreas has asked
59
questions and find answers to
2
problems.
Stats
330
EtPoint
16
Vote count
59
questions
2
answers
About
Andreas questions
How to get pseudo-random uniformly distributed integers in C good enough for statistical simulation?
How can I "plot" an image on top of another image with a different colormap?
Is strlen of a const char* optimised?
Is there a Perl module that collapses file system paths such as a/b/.. or a//b?
How to pass "unnecessary" pointers to a function?
"MyClass mc = MyClass()" or "MyClass mc"?
Should Java enums be defined in their own files?
How does a static member variable behave with polymorphism in C++?
Are byte arrays initialised to zero in Java?
Which g++ switches would help me write good code, like -Wall -Werror? [closed]
Andreas answers
How to update a SurfaceView?