Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
maaartinus
maaartinus has asked
157
questions and find answers to
188
problems.
Stats
4.6k
EtPoint
1.1k
Vote count
157
questions
188
answers
About
maaartinus questions
Hibernate sequence generator confused by sharing it for multiple entities
Access other enums in enum's constructor
Deleting from two h2 tables with a foreign key
Redirect to a different port keeping all the rest
How to specify default Enum instance for Guice?
List with fast contains
When to use Externalizable instead of writeReplace+readResolve?
Strange performance drop of JDK8 LocalDate.toEpochDay
Dynamic priorities for a heterogeneous task set
The title/action bar ID in android?
maaartinus answers
Iterable of Futures using Guava?
How to transform Iterable<Map.Entry<A,B>> to Map<A,B> using Guava?
Deleting from two h2 tables with a foreign key
Why does TransformedCollection not implement hashCode?
Why are the lengths different when converting a byte array to a String and then back to a byte array?
high bits of long multiplication in Java?
Making all parameters final with an annotation in Java
How can I determine what core a Java thread is running on?
Storing simple hour/minute information in Java - best practice question
lombok @Builder(toBuilder = true) compilation error when used on constructor of a sub class