Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
chepner
chepner has asked
5
questions and find answers to
1814
problems.
Stats
52.0k
EtPoint
18.1k
Vote count
5
questions
2k
answers
About
Software engineer and bash aficionado.
chepner questions
Loop only iterates once with `ssh` in the body [duplicate]
zsh equivalent of bash ${!name*} or ${!name@}
Where does the name "section" come from for a partially applied infix operator?
chepner answers
Shell command to format numbers inside filenames
Inherit same function name from several classes
How to compare instances subclasses of @dataclass with same inheritance
Autoclose GNU Readline
bash_rematch and regex (with nested parens)
Why does `map` hide a `StopIteration`?
Is there a `sh` equivalent to bash's `<<<' redirection operator?
Why can't I use `declare -r` inside a function fo mark a variable readonly while `set -u` is in use?
How to test if __name__ == "__main__" with passing command line arguments?
Abstracting Function in Haskell