Takes a list of columns (a matrix where the columns can have different lengths) and arranges every element on a grid. Inspired by d3.layout.grid.
Click for a demo.
Takes a list of columns (a matrix where the columns can have different lengths) and arranges every element on a grid. Inspired by d3.layout.grid.
Click for a demo.
| #!/usr/bin/env ruby | |
| # - Connects to a Cisco switch | |
| # - Asks CDP which ports have an "IP Phone" connected to them | |
| # - On every such port, turn PoE on or off | |
| # | |
| # -- [email protected] | |
| require 'greenletters' | |
| require 'trollop' |