Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Joachim Sauer
Joachim Sauer has asked
7
questions and find answers to
877
problems.
Stats
33.0k
EtPoint
12.9k
Vote count
7
questions
877
answers
About
I read code, I write code, I like code.
He/him.
Joachim Sauer questions
Is there a way to apply a refactoring script just for its side-effects?
Are there cross-platform tools to write XSS attacks directly to the database?
How were the Locale constants chosen?
How to make generated classes contain Javadoc from XML Schema documentation
Joachim Sauer answers
How does a JVM die due to an OOM exception?
json.net escaping of special characters
Can throwing Exception be a good way to handle all of the exceptions that are thrown in Java's reflection API?
Couldn't understand what Maven is all about, looking at the formal definitions
closing the streams of I/o
Shortest way to get an Iterator over a range of Integers in Java
Why does wdiff not work with named pipes
Reading text file in J2ME
Why can't javac compile Java 1.5 code to run on Java 1.4 JVMs?
Why create a new Object - Java Tetris Tutorial