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
41
questions and find answers to
331
problems.
Stats
8.6k
EtPoint
2.7k
Vote count
41
questions
331
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 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?
A use-case for synchronized(new Object())
Some Java 7 warnings - how to remove them
What are the chances of getting exactly the same object reference twice
Is it possible to see System properties without writing a program?
OldCurmudgeon answers
ISO/IEC13239 CRC16 Implementation
Singleton with static inner class and double-checked locking
Nested iterating through list followed by an eventual deletion
Creating an EnumMap with a generic type Enum
Using String(byte[]) as key to map
Why is my Java Merge-Sort faster than my C++ implementation?
Java8 - "effectively final"
Java right shift integer by 32 [duplicate]
Casting an object in inheritance, why this output?
Why does Java have a linked list if I cannot get the next element without converting to an iterator?