Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
quamrana
quamrana has asked
12
questions and find answers to
75
problems.
Stats
1.6k
EtPoint
426
Vote count
12
questions
75
answers
About
I'm a retired computer programmer living in Nottingham, UK.
#SOreadytohelp
quamrana questions
Can I initialise a std::vector<T*> from a list of instances?
What techniques have you actually used successfully to improve code coverage?
How do I write a copy constructor for my class which has a std::stringstream member?
What are your tips for interpreting gcov output in order to improve coverage?
Nesting aliases in C#
Can't run python scripts in Jenkins
How do I split a huge text file in python
Should I use semicolons in JavaScript? [duplicate]
quamrana answers
Is it possible to call the constructor of a class that inherits Enum without arguments?
My code caused the kernel to restart. Why is the kernel restarting?
Unpacking list of tuples
Dictionary comprehension with elif in Python?
How to print a bunch of integers with the same formatting?
How to disable Visual Studio warning C4244 for std::vector copy or assign with implicit narrowing conversion
Make VS compiler catch signed/unsigned assignments?
C++ fix unused parameter warning with polymorphism
Sharing a variable between C and C++ libraries dilemma
Not creating an object when conditions are not met in python?