Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
gd1
gd1 has asked
31
questions and find answers to
42
problems.
Stats
1.1k
EtPoint
307
Vote count
31
questions
42
answers
About
gd1 questions
Why a nested class can't have a member the type of which is the one of the enclosing class?
C++11 atomic: why does this code work?
Please help me understanding BoxLayout alignment issues
Multiplex many independent full-duplex streams on the very same TCP socket
Is there any way I can 'stream' a PDO query result 'into' the output buffer, instead of storing it into a string?
Visual Studio 2013 does not delete the copy constructor when a user-defined move constructor is provided
How to get the current Firefox profile path from within my applet?
Java Character vs char: what about memory usage?
Taking the address of an overloaded function template is possible, sometimes
Strange constexpr behaviour for inner class
gd1 answers
Difference between ArrayList<Integer> list = new ArrayList<Integer>(); and Collection<Integer> list1 = new ArrayList<Integer>();
What do I have to do to avoid error of "out of memory", when connection by jdbc with sqlite3 database?
Difference between global non-throwing ::operator new and std::malloc
Erroneous "Unable to resolve identifier" in Netbeans
Java division by zero doesnt throw an ArithmeticException - why?
Read from a BufferedReader more than once in Java
Java - Designing a validator, class hierarchy
php: "notice" warnings on different machine
Difference between mysqli and mysql? [duplicate]
Pass string variable from java to php function