diff --git a/asset-manifest.json b/asset-manifest.json index 2826dd4..71a28b3 100644 --- a/asset-manifest.json +++ b/asset-manifest.json @@ -1,13 +1,13 @@ { "files": { - "main.css": "/static/css/main.7e08d30d.css", - "main.js": "/static/js/main.0ec8694d.js", + "main.css": "/static/css/main.b11bc7f6.css", + "main.js": "/static/js/main.287f1148.js", "index.html": "/index.html", - "main.7e08d30d.css.map": "/static/css/main.7e08d30d.css.map", - "main.0ec8694d.js.map": "/static/js/main.0ec8694d.js.map" + "main.b11bc7f6.css.map": "/static/css/main.b11bc7f6.css.map", + "main.287f1148.js.map": "/static/js/main.287f1148.js.map" }, "entrypoints": [ - "static/css/main.7e08d30d.css", - "static/js/main.0ec8694d.js" + "static/css/main.b11bc7f6.css", + "static/js/main.287f1148.js" ] } \ No newline at end of file diff --git a/index.html b/index.html index 229d6f6..9f2cc85 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ -
| {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 the result in binary — 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\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.\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.
| {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 or, suggestion or you've spotted a bug here, please send it to bitwisecmd@gmail.com. Your feedback is greatly appreciated.
\r\n \r\n — type bitwise expression to see the result in binary — type one or more numbers to see their binary representations — enter 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\r\n BitiwseCmd no longer uses the browser's JavaScript engine for the execution of bitwise operations. It has its own calculator implementation which brings supports bitwise operations on the following signed and unsigned data types:\r\n
\r\n8-bit integer - a.k.a Byte. Numbers entered with b or ub suffixes for signed and unsigned versions respectively (e.g. 16-bit integer - a.k.a Short. Numbers entered with s or us suffixes for signed and unsigned versions respectively (e.g. 32-bit integer - numbers entered without suffixes that fall in range of {INT32_MIN_VALUE} and {INT32_MAX_VALUE}. Use u suffix to denote an unsigned version of 32-bit integer. This is a default number type.64-bit integer - a.k.a Long. Numbers entered without suffixes and exceed the 32-bit range or entered with and and ul suffixes for signed and unsigned versions respectively (e.g. \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 10th, 2023
\r\n
\r\n Behold! After a long time of inactivity, BitwiseCmd is getting an update. Here is what changed:\r\n
\r\nI'm sure there will be some bugs following such a big update. I will do my best to fix them as they are found.
\r\nMany thanks to all people that submitted issues on GitHub. Your feedback is greatly appreciated.
\r\n \r\n\r\n Fixed bug with incorrect binary representation of 64-bit numbers.\r\n
\r\nJul 24th, 2021
\r\n
vpc command to see how VPC network address is divided between VPC, Subnets, and Hosts. Try it out: \r\n Added support of subnet command to display information about subnet IP address such. Try it out:
\r\n Added support of IP addresses and subnet mask notations. Try them out: \r\n
\r\n\r\n Added command. Use it for generating v4 GUIDs
\r\n Added support of binary number notation (e.g. ).
\r\n A new
\r\n Complete rewrite using React. Please let me know if you have problems with this release by creating an issue in Github Repo.\r\n
\r\n