Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
The indicatif crate does not work with Jupyter/Lab notebook yet.
Shodan - Search Engine for IoT
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Tips on Rust Kernel Via Evcxr for JupyterLab
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Evcxr common usage information
Tips and Traps
-
Manually wrap code into a curly brace block might help if life time issues happen. It also help if you use buffered IO.
-
Due …
Security Tools in Python
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
bandit
bandit is a tool designed to find common security issues in Python code.
pyarmor
pyarmor is a tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or …
Understand Opensource Licenses
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
The YouTube video Open-Source License Explained in 5 minutes has very nice summary of different types of opensource licenses.
- You can use a copyleft licensed source code in your commercial software …
Hands on ghapi
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Comments¶
There seem to be issues with the library. It is suggested that you call GitHub REST APIs directly, which is very straightforwad. For more discussions on GitHub APIs, please refer to GitHub API .