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
6
questions and find answers to
1882
problems.
Stats
53.3k
EtPoint
18.5k
Vote count
6
questions
2k
answers
About
Software engineer and bash aficionado.
chepner questions
When should I double-quote a parameter expansion? [duplicate]
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
Alternative to maybe for appending null to list
Problem with nested for loop with zip() function, Python
Haskell scripts to solve identity matrix
Bash - Removing files using Arrays
Turn monadic validation into applicative?
Getting 'dict_keys' object does not support indexing despite casting to list
Python abstract setters and getters
How bash IFS is working in this example?
What vimrc setting controls number of scroll lines
How to cast a string to an Enum during instantiation of a dataclass in Python