Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Patryk
Patryk has asked
140
questions and find answers to
17
problems.
Stats
973
EtPoint
65
Vote count
140
questions
17
answers
About
Software Engineer
C++/Go/shell/python coder
Linux enthusiast
Github profiles:
https://github.com/pmalek
https://github.com/pmalekn
Patryk questions
Why I get this error 'Communications link failure The last packet sent...' when connecting to MySQL with Java (Netbeans)? [duplicate]
Find number in string between spaces and parse it
Cppcheck saying that char[256] should be initialized in constructor's initializer list
How to parse arguments in python 2.6 with prefix option as -f file.xml
Transform vector of Class to vector of decltype(Class::name()) by calling name() on every element
How to eliminate cartesian product with joins while using subquery?
Are "from" and "gte"/"gt" equivalent in range query in ElasticSearch?
Iterating over std::vector with lambda does not want to remove with remove_if
templated singleton class - how to handle private constructor
How to generate 'consecutive' c++ strings?
Patryk answers
Why I get this error 'Communications link failure The last packet sent...' when connecting to MySQL with Java (Netbeans)? [duplicate]
Friend function in-class definition only allowed in non-local class definitions. What does it mean?
How to configure https in sails.js with .crt file
How to use NodePort with kind?
Why does calling std::string.c_str() on a function that returns a string not work?
Member reference base type 'double' is not a structure or union
How to use sails with cluster (to use more cores)?
Parsing string to JSON using node gives unexpected token, validator says ok
How can I grep in a loop?
How to implement custom std::streambuf's seekoff()?