diff --git a/asset-manifest.json b/asset-manifest.json index a725ef8..97f62ed 100644 --- a/asset-manifest.json +++ b/asset-manifest.json @@ -1,13 +1,13 @@ { "files": { "main.css": "/static/css/main.99a35fa3.css", - "main.js": "/static/js/main.8236cb56.js", + "main.js": "/static/js/main.321f2b98.js", "index.html": "/index.html", "main.99a35fa3.css.map": "/static/css/main.99a35fa3.css.map", - "main.8236cb56.js.map": "/static/js/main.8236cb56.js.map" + "main.321f2b98.js.map": "/static/js/main.321f2b98.js.map" }, "entrypoints": [ "static/css/main.99a35fa3.css", - "static/js/main.8236cb56.js" + "static/js/main.321f2b98.js" ] } \ No newline at end of file diff --git a/index.html b/index.html index cc735aa..bc22c0f 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ -
| {ip.toString()} | \n\n {this.bin(ip.firstByte, 1, ip)}.\n {this.bin(ip.secondByte, 2, ip)}.\n {this.bin(ip.thirdByte, 3, ip)}.\n {this.bin(ip.fourthByte, 4, ip)}\n | \n
| \n Network Size\n | \n\n {subnet.cidr.getAdressSpaceSize()}\n | \n
| \n Mask Size\n | \n\n \n \n {subnet.cidr.maskBits}\n \n | \n
\n Color Legend\n
\n 000 - VPC address bits| \n VPC CIDR Mask:\n | \n\n \n /{vpc.cidr.maskBits}\n \n | \n
| \n Subnet CIDR Mask:\n | \n\n \n /{subnetMaskSize}\n \n | \n
| \n Max Subnets in VPC:\n | \n\n \n {maxSubnets}\n \n | \n
| \n Max Hosts in VPC:\n | \n\n {maxSubnets * hostsPerSubnet}\n | \n
| \n Hosts Per Subnet:\n | \n\n {hostsPerSubnet}\n | \n
Created by Borys Levytskyi. Please give it a like if BitwiseCmd has helped you in your work.
\nIf you have an idea, suggestion or you've spotted a bug here, please send it to bitwisecmd@gmail.com or tweet on @BitwiseCmd. Your feedback is greatly appreciated.
\n \n — type bitwise expression to see the result in binary (only positive integers are supported now) — type one or more numbers to see their binary representations — enter a single or multiple IP addresses (separated by space) to see their binary representation — subnet mask notations are supported as well — display information about a subnet (network address, broadcast address, etc.) — see how VPC network address bits are divided between VPC address, Subnets, and Hosts — set the Light color theme — set the Dark color theme — set the Midnight color theme — clear output pane — display this help — display changelog — turn On/Off Emphasize Bytes — about the app — generate v4 GUID& — bitwise AND| — bitwise inclusive OR^ — bitwise exclusive XOR~ — bitwise NOT<< — left shift>> — sign propagating right shift>>> — zero-fill right shift\n You can click on bits to flip them in number inputs (e.g.
{props.text}
;\n}\n\nexport default TextResultView;","import React from 'react';\nimport CommandLink from '../../core/components/CommandLink';\nimport './WhatsNewResultView.css';\n\nfunction WhatsnewResultView() {\n \n return\n May 5th, 2023
\n Fixed bug with incorrect binary representation of 64 bit numbers. Negative 64 bit numbers currently are not supported by BitwiseCmd.\n
Jul 24th, 2021
\n
vpc command to see hpw VPC network address is divided bettwen VPC, Subnets and Hosts. Try it out: Jun 16th, 2021
\n Added support of subnet command to display information about subnet ip adress such. Try it out:
Jun 14th, 2021
\n Added support of ip addresses and subnet masks notatioans. Try them out: \n
Jun 6th, 2017
\n Added command. Use it for generating v4 GUIDs
May 27th, 2017
\n Added support of binary number notation (e.g. ).
May 20th, 2017
\n New
May 16th, 2017
\n Complete rewrite using React. Old implementation is available at http://bitwisecmd.com/old. Please let me know if you have problems with this release by creating issue in Github Repo.
| {ip.toString()} | \r\n\r\n {this.bin(ip.firstByte, 1, ip)}.\r\n {this.bin(ip.secondByte, 2, ip)}.\r\n {this.bin(ip.thirdByte, 3, ip)}.\r\n {this.bin(ip.fourthByte, 4, ip)}\r\n | \r\n
| \r\n Network Size\r\n | \r\n\r\n {subnet.cidr.getAdressSpaceSize()}\r\n | \r\n
| \r\n Mask Size\r\n | \r\n\r\n \r\n \r\n {subnet.cidr.maskBits}\r\n \r\n | \r\n
\r\n Color Legend\r\n
\r\n 000 - VPC address bits| \r\n VPC CIDR Mask:\r\n | \r\n\r\n \r\n /{vpc.cidr.maskBits}\r\n \r\n | \r\n
| \r\n Subnet CIDR Mask:\r\n | \r\n\r\n \r\n /{subnetMaskSize}\r\n \r\n | \r\n
| \r\n Max Subnets in VPC:\r\n | \r\n\r\n \r\n {maxSubnets}\r\n \r\n | \r\n
| \r\n Max Hosts in VPC:\r\n | \r\n\r\n {maxSubnets * hostsPerSubnet}\r\n | \r\n
| \r\n Hosts Per Subnet:\r\n | \r\n\r\n {hostsPerSubnet}\r\n | \r\n
Created by Borys Levytskyi. Please give it a like if BitwiseCmd has helped you in your work.
\r\nIf you have an idea, suggestion or you've spotted a bug here, please send it to bitwisecmd@gmail.com or tweet on @BitwiseCmd. Your feedback is greatly appreciated.
\r\n \r\n — type bitwise expression to see result in binary (only positive integers are supported now) — type one or more numbers to see their binary representations — enter single or multiple ip addresses (separated by space) to see their binary represenation — subnet mask notiations are support as well — display information about subnet (network address, broadcast address, etc.) — see how VPC network address bits are divided between VPC address, Subnets and Hosts — set Light color theme — set Dark color theme — set Midnight color theme — clear output pane — display this help — display changelog — turn On/Off Emphasize Bytes — about the app — generate v4 GUID& — bitwise AND| — bitwise inclusive OR^ — bitwise exclusive XOR~ — bitwise NOT<< — left shift>> — sign propagating right shift>>> — zero-fill right shift\r\n You can click on bits to flip them in number inputs (e.g.
{props.text}
;\r\n}\r\n\r\nexport default TextResultView;","import React from 'react';\r\nimport CommandLink from '../../core/components/CommandLink';\r\nimport './WhatsNewResultView.css';\r\n\r\nfunction WhatsnewResultView() {\r\n \r\n return\r\n May 5th, 2023
\r\n Fixed bug with incorrect binary representation of 64 bit numbers. Negative 64 bit numbers currently are not supported by BitwiseCmd.\r\n
Jul 24th, 2021
\r\n
vpc command to see hpw VPC network address is divided bettwen VPC, Subnets and Hosts. Try it out: Jun 16th, 2021
\r\n Added support of subnet command to display information about subnet ip adress such. Try it out:
Jun 14th, 2021
\r\n Added support of ip addresses and subnet masks notatioans. Try them out: \r\n
Jun 6th, 2017
\r\n Added command. Use it for generating v4 GUIDs
May 27th, 2017
\r\n Added support of binary number notation (e.g. ).
May 20th, 2017
\r\n New
May 16th, 2017
\r\n Complete rewrite using React. Old implementation is available at http://bitwisecmd.com/old. Please let me know if you have problems with this release by creating issue in Github Repo.