Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
fge
fge has asked
108
questions and find answers to
422
problems.
Stats
13.8k
EtPoint
4.8k
Vote count
108
questions
422
answers
About
JSR 203 promoter, JSON Schema activist, maintainer of Grappa (parsers in pure Java)
fge questions
What does this recommendation mean on InterSystem Russia's github coding guidelines (macro)?
JavaFX Application: is the primary stage in .start() any special?
Java 8 javadoc tool differences and bug with gradle: how to work around it?
JavaFX "toolkit not initialized" in one test class but not two others; where is the difference?
Detect recursive method calls at run time in byte code using ASM (5.x): howto?
Lambda matches signature of a FunctionalInterface, yet "does not". How do you explain that the argument is passed at all?
Why does Spliterator<?> defines NONNULL as a characteristic?
Why are colons escaped with a backslash when you generate a properties file using the Java API? [duplicate]
Does RandomAccess have any value in modern day Java?
Should I Thread.currentThread.interrupt() before I throw an exception back?
fge answers
find a substring, replace and multiply by 1024
How can I decode a large, multi-byte string file progressively in Java?
what are prepackaged character stream classes?
Java Pattern does not match RegEx
Command works in terminal, but not with Runtime.exec
How to create a Map with immutable keys and no duplicates using Google Guava?
How to Open File in UTF-8 and Write in Another File in UTF-16
Aligning Output Values in C
File.listFiles() does not work on Linux
Does casting a CopyOnWriteArrayList to a List cause it to lose its concurrency guaranties?