1 #!/usr/bin/env python 2 3 #from mininet.cli import CLI 4 #from mininet.link import Link 5 #from mininet.net import Mininet 6 #from mininet.node import RemoteController 7 #from mininet.trm import makeTerm 8 from mininet.topo import Topo 9 class spanning_tree( Topo ): 10 def __...
python's diagrams https://pypi.org/project/diagrams/ https://structurizr.com/ https://plantuml.com/ https://github.com/mhlabs/cfn-diagram visualize cloudformation -> draw.io https://wavedrom.com/ (OSS) - Digital Timing Diagram or Waveform from simple textual description. way more tools here...
This is a copy-paste of # selenium_standalone to avoid fixture scope issues server_hostname, server_port, server_log = web_server_main if request.param == "firefox": cls = FirefoxWrapper elif request.param == "chrome": cls = ChromeWrapper selenium = cls( build_dir=request.config....
Toggle columns to blank to easily copy/paste a single column of data, eg to import private keys into a wallet or supply someone with a list of addresses. The BIP32 keys can be used at bip32.org if desired. Donations Since this project is the efforts of many people, most of which don...
Toggle columns to blank to easily copy/paste a single column of data, eg to import private keys into a wallet or supply someone with a list of addresses. The BIP32 keys can be used atbip32.orgif desired. Donations Since this project is the efforts of many people, most of which don'...
Copy output of any command to a desktop app withpbcopyand paste input from one withpbpaste. To enable the Option key in macOS Terminal as an alt key (such as used in the commands above likealt-b,alt-f, etc.), open Preferences -> Profiles -> Keyboard and select "Use Option as Meta...
1 #!/usr/bin/env python 2 3 #from mininet.cli import CLI 4 #from mininet.link import Link 5 #from mininet.net import Mininet 6 #from mininet.node import RemoteController 7 #from mininet.trm import makeTerm 8 from mininet.topo import Topo 9 class spanning_tree( Topo ): 10 def __...