![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
all-your-base
Advanced tools
##convert from one base to another supported bases:
base/radix | name | module's abbr. |
---|---|---|
base 2 | binary | bin |
base 8 | octal | oct |
base 10 | decimal | dec |
base 16 | hexadecimal | hex |
common utility functions & tables stored in ./src/x.js
and ./src/tables.js
###how to use:
####choosing an operation:
[old]To[New]
where [old]
is the first three letters of the base you are converting from
and [New]
is the first three letters of the base to convert to
####parameter data types to convert from decimal, pass in a non-negative integer to convert from any base except for decimal, pass in the value as a string
###todo: ####type-checking & error handling
function converting from decimal should accept integers all other functions should accept parameters as strings
####planned bases to support
base/radix | name | module's abbr. |
---|---|---|
base 12 | duodecimal | b12 |
base 24 | tetravigesimal | b24 |
base 26 | hexavigesimal | b26 |
base 32 | duotrigesimal | b32 |
base 36 | hexatrigesimal | b36 |
base 60 | sexagesimal | b60 |
base 62 | duosexigesimal | b62 |
base 64 | tetrasexagesimal | b64 |
###good links: how to understand hexadecimal binary to hexadecimal binary to decimal decimal to hexadecimal decimal to binary hexadecimal to binary or decimal
FAQs
convert from/to binary, octal, hexadecimal, decimal values
The npm package all-your-base receives a total of 3 weekly downloads. As such, all-your-base popularity was classified as not popular.
We found that all-your-base demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.