diff --git a/asset-manifest.json b/asset-manifest.json index 172348f..c2a0130 100644 --- a/asset-manifest.json +++ b/asset-manifest.json @@ -1,13 +1,13 @@ { "files": { - "main.css": "/static/css/main.2118db10.css", - "main.js": "/static/js/main.bba0c0e8.js", + "main.css": "/static/css/main.85edd762.css", + "main.js": "/static/js/main.3d99871d.js", "index.html": "/index.html", - "main.2118db10.css.map": "/static/css/main.2118db10.css.map", - "main.bba0c0e8.js.map": "/static/js/main.bba0c0e8.js.map" + "main.85edd762.css.map": "/static/css/main.85edd762.css.map", + "main.3d99871d.js.map": "/static/js/main.3d99871d.js.map" }, "entrypoints": [ - "static/css/main.2118db10.css", - "static/js/main.bba0c0e8.js" + "static/css/main.85edd762.css", + "static/js/main.3d99871d.js" ] } \ No newline at end of file diff --git a/index.html b/index.html index 5d8297d..82dd835 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ -
\n {appState.emphasizeBytes \n ? \"Binary strings are padded with extra bits to have a length that is multiple of 8.\" \n : \"Binary strings are not padded with extra bits.\"} \n
\n\n {appState.dimExtraBits \n ? \"Extra bits used for padding are now dimmed.\" \n : \"No bits are dimmed.\"} \n
\n\n {appState.annotateTypes \n ? \"Integers are displayed as they are stored in memory. Bit size is shown.\" \n : \"Information about the size of integers is hidden.\"} \n
\n\n By using BitwiseCmd, you agree to the use of cookies for Google Analytics. These cookies help analyze and enhance your browsing experience. Click 'Read More' to learn about how your data is handled.\n
\nBy using BitwiseCmd, you agree to the use of cookies, including those used for Google Analytics. These cookies are employed to collect information about your usage of the website and help analyze and improve its performance and features.
\n\nGoogle Analytics cookies allow BitwiseCmd to gather anonymous data such as the pages you visit, the duration of your stay on each page, the website you came from, and the browser and device you are using. This information helps understand which features and content are most popular and enables informed decisions to enhance your browsing experience.
\n\nRest assured that the data collected through Google Analytics cookies is used in an aggregated and anonymized manner. No personally identifiable information is collected, and your privacy and data protection are of utmost importance.
\n\nBy continuing to use BitwiseCmd, you consent to the use of Google Analytics cookies for the purposes described above. If you prefer not to have your data collected by Google Analytics cookies, you can adjust your browser settings to disable cookies or use browser extensions that block third-party cookies.
\n\n \n
\n| {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 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
\n This is a negative number. It's binary representation is inverted using Two's Complement operation.\n
\n {this.props.annotateTypes ? null :To see full in-memory binary representation, go to Settings and enable Annotate Data Types toggle.
}\nCreated by Borys Levytskyi. Please give it a like if BitwiseCmd has helped you in your work.
\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.
\n \nThank you for your interest in donation. At this point BitwiseCmd can accept donations in Bitcoin or via PayPayl.
\n \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\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:\n
\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 l and ul suffixes for signed and unsigned versions respectively (e.g. \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 10th, 2023
\n
\n Behold! After a long time of inactivity, BitwiseCmd is getting an update. Here is what changed:\n
\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.
\nMany thanks to all people that submitted issues on GitHub. Your feedback is greatly appreciated.
\n \nJul 24th, 2021
\n
vpc command to see how VPC network address is divided between VPC, Subnets, and Hosts. Try it out: \n Added support of subnet command to display information about subnet IP address such. Try it out:
\n Added support of IP addresses and subnet mask notations. Try them out: \n
\n\n Added command. Use it for generating v4 GUIDs
\n Added support of binary number notation (e.g. ).
\n A new
\n Complete rewrite using React. Please let me know if you have problems with this release by creating an issue in Github Repo.\n
\n\n {appState.emphasizeBytes \n ? \"Binary strings are padded with extra bits to have a length that is multiple of 8.\" \n : \"Binary strings are not padded with extra bits.\"} \n
\n\n {appState.dimExtraBits \n ? \"Extra bits used for padding are now dimmed.\" \n : \"No bits are dimmed.\"} \n
\n\n {appState.annotateTypes \n ? \"Integers are displayed as they are stored in memory. Bit size is shown.\" \n : \"Information about the size of integers is hidden.\"} \n
\n| {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 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
\n This is a negative number. It's binary representation is inverted using Two's Complement operation.\n
\n {this.props.annotateTypes ? null :To see full in-memory binary representation, go to Settings and enable Annotate Data Types toggle.
}\nCreated by Borys Levytskyi. Please give it a like if BitwiseCmd has helped you in your work.
\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.
\n \nThank you for your interest in donation. At this point BitwiseCmd can accept donations in Bitcoin or via PayPayl.
\n \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\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:\n
\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 l and ul suffixes for signed and unsigned versions respectively (e.g. \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 10th, 2023
\n
\n Behold! After a long time of inactivity, BitwiseCmd is getting an update. Here is what changed:\n
\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.
\nMany thanks to all people that submitted issues on GitHub. Your feedback is greatly appreciated.
\n \nJul 24th, 2021
\n
vpc command to see how VPC network address is divided between VPC, Subnets, and Hosts. Try it out: \n Added support of subnet command to display information about subnet IP address such. Try it out:
\n Added support of IP addresses and subnet mask notations. Try them out: \n
\n\n Added command. Use it for generating v4 GUIDs
\n Added support of binary number notation (e.g. ).
\n A new
\n Complete rewrite using React. Please let me know if you have problems with this release by creating an issue in Github Repo.\n
\n