Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
StringIO¶
Linux Network Tools
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Monitor Network
WireShark iStatMenus tcpdump
9 Best Bandwidth Monitor and Network Usage Monitoring Tools
Best Bandwidth Monitoring Software for Tracking Network Traffic Usage
Network Admin
- arp-scan
- ping
- netstat
- proxychains
- sshuttle
-
ip …
Tips on Google Ads
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
https://blog.hubspot.com/marketing/google-adwords-ppc
Building Permit
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
http://mybuildingpermit.com/
Hands on pygit2
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Do Calculus Using SageMath
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Comments¶
Sage includes everything (including SymPy) from the open source world that you might want to do mathematics. This includes many libraries that are useful for numerics, like octave.
Sage includes a bit of a DSL on top of Python. For example, you can type 1/2 without wrapping the integer literals, and it will return a rational.
x^2