Giter Site home page Giter Site logo

ipmath's Introduction

jamesjmeyer210

This site is hosted at jamesjmeyer210.github.io. It contains my resume, written in HTML and CSS as well as a series of blog posts which I am gradually updating.

ipmath's People

Contributors

jamesjmeyer210 avatar

Watchers

 avatar

ipmath's Issues

Add range sub-command

Sub-command: range
Accepts IP Address ranges in various notations:

  • IPv4 Ranges:
    • 127.0.0.0/24 (CIDR notation)
    • 127.0.0.0-128.255.255.255 (Delimiter notation)
    • 500:99999
  • IPv6 Ranges:
    • 2001:0db8:0000:0000:34f4:0000:0000:f3dd/64
    • 2001:db8::-2001:db8::ffff:ffff:ffff:ffff
    • 50099999999999999:99999
  • Country Ranges:
    • Two character abbreviation
    • Full country name
  • Organization Ranges:
    • Stock marget abbreviation for a company
    • Organization name

Default behavior:
For input like rage "2001:0db8:0000:0000:34f4:0000:0000:f3dd/64" it will output the following:

IP                          2001:db8::34f4:0:0:f3dd
PrefixLength       64
CIDR                     2001:db8::/64
First IP                 2001:db8::
Last IP                  2001:db8::ffff:ffff:ffff:ffff
Block Size            18446744073709551616

Additional args:

  • --block-size gets the number of bytes between the upper and lower bounds
  • --enumerate iterates through the specified range
  • --cidr only print the CIDR

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.