Skip to content

Some jank Javascript I wrote to rapidly validate a network map. I wasn't aware of async, so I wrote my own. (I was offline at the time it was written.)

Notifications You must be signed in to change notification settings

DrakenStark/IP-Range-Divider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

IP-Range-Divider

Some jank Javascript I wrote to rapidly validate a network map. I wasn't aware of async, so I wrote my own. (I was offline at the time it was written.) The keyword there is jank. It will work though. It helped get top marks in a few competitions.

Use at your own risk. The custom async I wrote isn't perfect. Keep the number of machines you'll scan with at a reasonable number.

Version 4

  • Added reversed range detection. (previously only supported lower to higher ranges)

Version 3

  • Replaced the method of adding Ranges to the list to be faster. Appending versus table insertion.

Version 2

  • Added CSS

Version 1

  • Simple input validation implemented.
  • Debug information added to walk through each needed step.

About

Some jank Javascript I wrote to rapidly validate a network map. I wasn't aware of async, so I wrote my own. (I was offline at the time it was written.)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages