Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
aghast
aghast has asked
17
questions and find answers to
80
problems.
Stats
1.9k
EtPoint
561
Vote count
17
questions
80
answers
About
Consultant, bicyclist, drunkard. (In no particular order!)
aghast questions
Why do stl algorithms take callables by value? [duplicate]
Can I suppress mypy errors in-line?
How can I try_emplace a POD struct in a std::map?
Why does std::find_if(first, last, p) not take predicate by reference?
Why is `"literal"` encouraged to decay to `const char*` in C++ argument type match?
Why is Rust's .expect() called expect? [closed]
How can a class template store either reference or value?
aghast answers
How do you "mark" a group of Python methods for later use? (Can these decorators be improved?)
How to parse shell style config in python
python maze using recursion
Using sed captured group variable as input for bash command
tokenize while preserving newline and paragraph structure
Python wildcard in the middle of a string
How does pytest.raises(Error) work?
Why four backslashes in the regular expression?
Simple forvalues loop in python?
How can I account for varying word lengths in a program that replaces words read from a text file?