Mermaid
This tool allows the creation of diagrams using markdown and their own syntax. an example is shown below: classDiagram Animal <|-- Duck Animal <|-- Fish Animal <|-- Zebra ...
This tool allows the creation of diagrams using markdown and their own syntax. an example is shown below: classDiagram Animal <|-- Duck Animal <|-- Fish Animal <|-- Zebra ...
Libraries: Progress_Bar, Plot, Table, Curses, Logging, Scraping, Web, Profile, NumPy, Image, Audio, Games, Data. This post is modified to fit my needs. The original source is in the following...
Contents 1. Collections: List, Dictionary, Set, Tuple, Range, Enumerate, Iterator, Generator. 2. Types: Type, String, Regular_Exp, Format, Numbers, Combinatorics, Datetime. 3. Syntax: Args, I...
This cheatsheet is not created by me for original author follow this link: The document is hosted on Here. Preprocessor // Comment to end of line ...
Files list files ls list all files ls -la create file touch <file_name> rename file mv <file_name> <new_file_name> copy file cp <file_name> <file_name> delete fi...
Netstat All the following commands can be combiening to create more complete outputs netstat #List using DNS(slow) netstat -n #List not using DNS(fast) netstat -a # ...