|
You are here |
www.paepper.com | ||
| | | | |
dusty.phillips.codes
|
|
| | | | | I really appreciate Python's pathlib module for managing filesystem stuff. While I don't love the argparse module for command line parsing, I don't think it's worse than other available options. I usually choose it for my CLI scripts, since nothing else is good enough to overcome the inertia of using a third party library. Not many people seem to be aware that the two can very easily be combined such that argparse will return Path objects instead of strings that need to be adapted after you query them: | |
| | | | |
kitchingroup.cheme.cmu.edu
|
|
| | | | | Chemical Engineering at Carnegie Mellon University | |
| | | | |
blog.teamleadnet.com
|
|
| | | | | When you change your launcher icon in Android, you have to create four different sizes (96x96, 72x72, 48x48, and 36x36) for different s... | |
| | | | |
blog.nuculabs.de
|
|
| | | My Raspberry, serving as an OpenVPN server Hello everyone! In this short article I will explain how to setup your own VPN (Virtual Private Network) server on a Raspberry PI with OpenVPN. After we setup the server, we will setup an obfuscation server in order to disguise our traffic indicating that we're using a VPN. This will help us evade some form of censorship. Why use a VPN? First, let's talk about why you may want to use a VPN server: | ||