Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Bob Cross
Bob Cross has asked
29
questions and find answers to
65
problems.
Stats
1.6k
EtPoint
467
Vote count
29
questions
65
answers
About
Computer scientist working at [A Facility] developing [Systems] that [Do Stuff] at [Places].
Bob Cross questions
How expensive is the new Gson() constructor in production?
Is there a Java equivalent of frexp?
Is there a Java data structure that is effectively an ArrayList with double indicies and built-in interpolation?
How would you explain the risks of the $Log$ keyword?
Is there a visualization tool that can inspect a Java code base and report inter-package dependencies?
What is the best way for a Java program to monitor system health? [closed]
Is there a Netbeans plugin or issue tracker that provides connectivity to Fogbugz?
How do I ensure that RMI uses only a specific set of ports?
When is an IntStream actually closed? Is SonarQube S2095 a false positive for IntStream?
How do I play a sound in Octave?
Bob Cross answers
Why this piece of Java code is not running concurrently
autoboxing not working in java
How to convert UTM coordinates to Latitude and Longitude? [duplicate]
3D laser scanner capturing normals?
Detect changing value of object passed as parameter
increasing heap size in netbeans.conf file
How do you make a unit test when the results vary?
Multidimensional arrays in Java extends which class?
Why do all Java Objects have wait() and notify() and does this cause a performance hit?
What is faster (x < 0) or (x == -1)?