Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
OldCurmudgeon
OldCurmudgeon has asked
46
questions and find answers to
362
problems.
Stats
9.2k
EtPoint
2.9k
Vote count
46
questions
362
answers
About
I've been programming for way too long.
Notes to self :-
Never post to a question that begins with
So
.
Never get into a discussion about Big-Oh.
SOreadytohelp
OldCurmudgeon questions
Is the Lucene query language hack proof
Method selection at compile time. What if the parameter can have several types?
Bad version number in .class file - how to find which class it is
Add atomic doubles
Is there a library for HUGE integers [closed]
What is the cost of a Statement
Help the Java SAX parser to understand bad xml
When to remove from the MDC
Where is the  (C2) coming from
Are ZipFile InputStreams thread safe?
OldCurmudgeon answers
How could the two threads enter the synchronized block at the same time?
Show decimal of a double only when needed (rounding issue)
Concurrent access: volatility and synchronization
Cast an object dynamically in Java?
Android java+native data visibility
Generic class initialization
Do I need to manually dispose of a java tree structure when it is no longer needed?
Issue while reading tab delimited text file?
How is this "container Design Pattern" called?
Why does the extended for loop not work for iterators? [duplicate]