Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
poolie
poolie has asked
22
questions and find answers to
59
problems.
Stats
1.9k
EtPoint
641
Vote count
22
questions
59
answers
About
poolie questions
What is the Rust equivalent of Python os.pathsep?
How to run external blackbox tests from Cargo?
how to show argparse subcommands in groups?
Why do Google recommend copying libraries into your tree?
How to publish a constant string in the Rust FFI?
what's the difference between pylint 'disable' and 'disable-msg'?
How do I annotate the type of an empty slice in Rust? [duplicate]
Is python-markdown safe on untrusted input?
how to select for input on a dynamic list of channels in Go?
How to disable vi mode in fish?
poolie answers
What is the Rust equivalent of Python os.pathsep?
What is the exact difference between a Crate and a Package?
XML parser syntax error
How would I get the detailed version of my Python interpreter via a one-liner or command-line option?
zsh: stop backward-kill-word on directory delimiter
UDP client and server with Twisted Python
how to add all currently untracked files/folders to git ignore?
Why does returning a floating-point value change its value?
Calculating nth fibonacci number using the formulae in python
Why does scanf get stuck in an infinite loop on invalid input? [duplicate]