Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
nginx
caddy
Sozu
Sozu is a lightweight, fast, always-up reverse proxy server. It is configurable at runtime, fast and safe.
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
socks proxy
sshuttle is a poor man's VPN.
Expose Local Service to Public
Good Choices of Reverse Proxies
When you connect to a VPN, all traffic will be …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
pip3 install -U black[jupter]
The following code formats Python files and Jupyter/Lab Notebooks under the current directory.
black ./
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
std::cell::OnceCell
is a partial implementation of once_cell
in the Rust standard library.
There are 2 Rust crates lazy_static and once_cell for (lazy) once assignment (which can be used to create singletons). once_cell