- Los Angeles, CA
- http://www.jmaclabs.com
Pinned Loading
-
Efficiently create a number of subne...
Efficiently create a number of subnets out of a larger prefix 1#!/bin/env/python
2from __future__ import print_function
3import ipaddress
45def do_vlsm(sorted_vlans):
-
Huawei e397u-53 Connectivity
Huawei e397u-53 Connectivity 1#!/usr/bin/env python
2from __future__ import print_function
3from sys import argv
4import socket
5import struct
-
Query Level3s IRR for prefixes adver...
Query Level3s IRR for prefixes advertised by an AS MACRO, in blocks short enough to not break Kibana's URL 1#!/usr/bin/env python
2from __future__ import print_function # Python 2 compatibility fix
3from sys import argv, exit
4from subprocess import check_output
5 -
Bookmarklet to widen the comment fie...
Bookmarklet to widen the comment field on Meraki Switch ACLs and Firewall policies 1javascript:(function(){var inputs = document.getElementsByTagName("input");for(var i = 0; i < inputs.length; i++) {if(inputs[i].name.match(/comment/) || inputs[i].className.match(/comment/) ) {inputs[i].size = 100;}}})();
-
mac_format
mac_format PublicForked from xraystyle/mac_format
OS X app to quickly look up vendor information and translate MAC address into various vendor formats.
Ruby
-
SX127x_driver_for_MicroPython_on_ESP8266
SX127x_driver_for_MicroPython_on_ESP8266 PublicForked from Wei1234c/SX127x_driver_for_MicroPython_on_ESP8266
SX127x (LoRa transceiver) driver for (Micro)Python on ESP8266/ESP32/Raspberry_Pi
Python
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.