Commit Graph

7 Commits

Author SHA1 Message Date
root
7c569db9b5 updated to new version of subnets.html with comments support 2024-11-23 01:20:57 -06:00
David Croft
6a8e3e1f07 replace cursor: hand with pointer on join column 2023-01-08 12:16:01 +00:00
davidc
d528098ea6
Merge pull request #10 from kpieckiel/davidc
Change shift left operator to exponent operator to avoid overflow
2023-01-08 12:13:11 +00:00
David Croft
dcc734f718 fix column visibility toggle since setting display on cols no longer works 2023-01-08 12:10:39 +00:00
Kevin A. Pieckiel
4cc28b8dd8
Change shift left operator to exponent operator to avoid overflow
Large numbers of hosts (/0 and /1 subnets) are overflowing and showing
as a negative number.  Changing 1<<(32-mask) to 2**(32-mask) causes
JavaScript to calculate the integer properly.
2023-01-06 18:22:45 -05:00
John Steel
529d10399a Replacing broken gif with fork me link 2020-09-07 11:42:06 -04:00
David Croft
5ef32e2d84 initial import of visual subnet calculator 2017-09-20 16:49:00 +01:00