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
113
questions and find answers to
441
problems.
Stats
14.2k
EtPoint
4.9k
Vote count
113
questions
441
answers
About
JSR 203 promoter, JSON Schema activist, maintainer of Grappa (parsers in pure Java)
fge questions
How can I tell whether the text I receive from a network/read from a file uses a given encoding?
Java's Properties: differences between .propertyNames() and .stringPropertyNames()?
How do I display a "single bar chart" in a TableColumn of a TableView (javaFX 8)?
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?
fge answers
How can I tell whether the text I receive from a network/read from a file uses a given encoding?
generics unchecked warning conversion
Linux command to replace string in HUGE file with another string
Mocking method with runnable arguments that return void
Connecting to the server which password contains "@" symbols using ftp protocol
Special characters in filename java
null pointer exception in string array with assigning null during initialization
job VS Scheduler, Oracle 10G
Making a Java source uncompilable but still human readable
How to Sort a Map<String, List<Object>> by the Key with the most values (that are not numeric) assigned to it