/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

pagure.io
| | me.micahrl.com
6.8 parsecs away

Travel
| | All rituals restricted. All rites reserved.
| | memo.mx
4.9 parsecs away

Travel
| | Usage: pip install pynetbox ansible ansible all -i hosts/env -m setup --tree /tmp/facts/env #!/opt/netbox/bin/python import argparse import json import os import sys import pynetbox import yaml import urllib3 urllib3.disable_warnings(urllib3.exceptions.InsecureRequestWarning) if sys.version_info < (3, 6): print("Python 3.6 is required") sys.exit(2) def to_json(in_dict): return json.dumps(in_dict, sort_keys=True, indent=4) def load_configuration(path="/etc/ansible/netbox.yml"): """ Load netbox configurati...
| | blog.teamleadnet.com
6.2 parsecs away

Travel
| | When you change your launcher icon in Android, you have to create four different sizes (96x96, 72x72, 48x48, and 36x36) for different s...
| | mikehadlow.blogspot.com
27.9 parsecs away

Travel
| OK, that's a provocative title to get your attention. This post is really about how one can move to a more functional programming style and ...