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
1781
problems.
Stats
51.3k
EtPoint
17.9k
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
In a Bash for-loop, can I read the previous iteration's stdout as stdin?
how to assign multiple variable value from key value of dict in python?
Detach tmux session w/ debugging program inside bash script
Python: Are a,b=1,2 and a=1;b=2 strictly equivalent?
Get keys of an array with variable name in bash
Why does overriding __iter__ throws RecursionError?
Mock user input()
BASH: Ctrl+C during input breaks current terminal
Is it possible to validate `argparse` default argument values?
Knapsack (what?) in Python