Add weeks and word conversions
This commit is contained in:
@@ -50,8 +50,37 @@ The registry currently contains 1333 unique calculator slugs.
|
||||
| Nibbles to Bits – Each 4-bit nibble stores exactly four bits in digital streams. | nibbles-to-bits | data | 4 |
|
||||
| Words (16-bit) to Bits – Convert 16-bit words into raw bits for archive calculations. | words-16-bit-to-bits | data | 16.0 |
|
||||
| Words (16-bit) to Bytes – Express a 16-bit word as a pair of bytes. | words-16-bit-to-bytes | data | 2.0 |
|
||||
| Words (16-bit) to Exabytes – Convert vintage 16-bit word collections into exabytes for archival-scale thinking. | words-16-bit-to-exabytes | data | 2e-18 |
|
||||
| Words (16-bit) to Gibibytes – Translate legacy 16-bit words into gibibytes for binary storage metrics. | words-16-bit-to-gibibytes | data | 1.862645149230957e-9 |
|
||||
| Words (16-bit) to Gigabits – Express word counts as gigabits when mapping registers to network throughput. | words-16-bit-to-gigabits | data | 1.6e-8 |
|
||||
| Words (16-bit) to Gigabytes – Show how many gigabytes a set of 16-bit words represents for disk planning. | words-16-bit-to-gigabytes | data | 2e-9 |
|
||||
| Words (16-bit) to Kibibytes – Drop 16-bit word totals into kibibytes for binary-accurate storage reporting. | words-16-bit-to-kibibytes | data | 0.001953125 |
|
||||
| Words (16-bit) to Kilobits – Turn word counts into kilobits to compare with bandwidth specs. | words-16-bit-to-kilobits | data | 0.016 |
|
||||
| Words (16-bit) to Kilobytes – Convert 16-bit word quantities to kilobytes for quick file-size guidance. | words-16-bit-to-kilobytes | data | 0.002 |
|
||||
| Words (16-bit) to Mebibytes – Compress 16-bit word collections into mebibytes for memory modeling. | words-16-bit-to-mebibytes | data | 0.0000019073486328125 |
|
||||
| Words (16-bit) to Megabits – Frame registers as megabits for throughput comparisons. | words-16-bit-to-megabits | data | 0.000016 |
|
||||
| Words (16-bit) to Megabytes – Show word totals as megabytes when sizing modern storage. | words-16-bit-to-megabytes | data | 0.000002 |
|
||||
| Words (16-bit) to Nibbles – Break 16-bit words into nibbles for low-level diagnostics. | words-16-bit-to-nibbles | data | 4 |
|
||||
| Words (16-bit) to Tebibytes – Convert 16-bit word counts into tebibytes for very-large storage comparisons. | words-16-bit-to-tebibytes | data | 1.8189894035458565e-12 |
|
||||
| Words (16-bit) to Terabytes – Express word totals as terabytes for modern data planning. | words-16-bit-to-terabytes | data | 2e-12 |
|
||||
| Words (16-bit) to Words (32-bit) – Compare 16-bit registers with 32-bit words to plan migrations. | words-16-bit-to-words-32-bit | data | 0.5 |
|
||||
| Words (32-bit) to Bits – Convert 32-bit words into bits for framing larger registers. | words-32-bit-to-bits | data | 32.0 |
|
||||
| Words (32-bit) to Bytes – Express a 32-bit word as four bytes. | words-32-bit-to-bytes | data | 4.0 |
|
||||
| Words (32-bit) to Exabytes – Convert 32-bit word totals into exabytes for high-scale storage roadmaps. | words-32-bit-to-exabytes | data | 4e-18 |
|
||||
| Words (32-bit) to Gibibytes – Translate 32-bit words into gibibytes when measuring binary-aligned capacity. | words-32-bit-to-gibibytes | data | 3.725290298461914e-9 |
|
||||
| Words (32-bit) to Gigabits – Present register counts as gigabits for throughput matching. | words-32-bit-to-gigabits | data | 3.2e-8 |
|
||||
| Words (32-bit) to Gigabytes – Show how many gigabytes stem from 32-bit word counts for disk planning. | words-32-bit-to-gigabytes | data | 4e-9 |
|
||||
| Words (32-bit) to Kibibytes – Pull 32-bit word aggregates into kibibytes for binary-accurate memory stats. | words-32-bit-to-kibibytes | data | 0.00390625 |
|
||||
| Words (32-bit) to Kilobits – Express words as kilobits to connect register counts with bandwidth specs. | words-32-bit-to-kilobits | data | 0.032 |
|
||||
| Words (32-bit) to Kilobytes – Describe 32-bit word totals as kilobytes for base-level file sizing. | words-32-bit-to-kilobytes | data | 0.004 |
|
||||
| Words (32-bit) to Mebibytes – Collapse 32-bit word quantities into mebibytes for memory modeling. | words-32-bit-to-mebibytes | data | 0.000003814697265625 |
|
||||
| Words (32-bit) to Megabits – Convert words into megabits for networking parity. | words-32-bit-to-megabits | data | 0.000032 |
|
||||
| Words (32-bit) to Megabytes – Translate word totals into megabytes for contemporary storage comparisons. | words-32-bit-to-megabytes | data | 0.000004 |
|
||||
| Words (32-bit) to Nibbles – Break 32-bit words into nibbles to inspect lower-level data segments. | words-32-bit-to-nibbles | data | 8 |
|
||||
| Words (32-bit) to Petabytes – Scale 32-bit word counts to petabytes for enterprise planning. | words-32-bit-to-petabytes | data | 4e-15 |
|
||||
| Words (32-bit) to Tebibytes – Convert 32-bit word totals into tebibytes for high-precision reservoirs. | words-32-bit-to-tebibytes | data | 3.637978807091713e-12 |
|
||||
| Words (32-bit) to Terabytes – Frame 32-bit word quantities as terabytes for modern service planning. | words-32-bit-to-terabytes | data | 4e-12 |
|
||||
| Words (32-bit) to Words (16-bit) – Compare 32-bit to 16-bit word counts during platform migration planning. | words-32-bit-to-words-16-bit | data | 2 |
|
||||
| Bits to Words (16-bit) – Show how many 16-bit words fit into a given bit count. | bits-to-words-16-bit | data | 0.0625 |
|
||||
| Bits to Words (32-bit) – Show how many 32-bit words fit into a given bit count. | bits-to-words-32-bit | data | 0.03125 |
|
||||
| Bytes to Words (16-bit) – Convert byte counts into 16-bit words for legacy units. | bytes-to-words-16-bit | data | 0.5 |
|
||||
@@ -824,6 +853,17 @@ The registry currently contains 1333 unique calculator slugs.
|
||||
| Weeks to seconds – Turn weeks into seconds for precise counting (1 week = 604,800 seconds). | weeks-to-seconds | time | 604800 |
|
||||
| Weeks to milliseconds – Express a week’s span as milliseconds for timestamps (1 week = 604,800,000 ms). | weeks-to-milliseconds | angle | 604800000 |
|
||||
| Weeks to microseconds – Convert weeks into microseconds when tagging high-resolution data (1 week = 604,800,000,000 µs). | weeks-to-microseconds | time | 604800000000 |
|
||||
| Weeks to Atomic Time Units – Translate weeks into atomic time units for quantum-scale intuition. | weeks-to-atomic-time-units | time | 2.5003262593952314e+22 |
|
||||
| Weeks to Centuries – Fold weekly spans into centuries for multi-generational planning cues. | weeks-to-centuries | time | 0.0001923076923076923 |
|
||||
| Weeks to Decades – Express weekly totals as decades to compare long-term trends. | weeks-to-decades | time | 0.001923076923076923 |
|
||||
| Weeks to Fortnights – Show how weeks relate to fortnights for familiar British phrasing. | weeks-to-fortnights | time | 0.5 |
|
||||
| Weeks to Jiffies – Convert week-long intervals into jiffies (0.01 s) for legacy computing stories. | weeks-to-jiffies | time | 60480000 |
|
||||
| Weeks to Julian Years – Compare weeks with Julian years for astronomy timelines. | weeks-to-julian-years | time | 0.01916495550992471 |
|
||||
| Weeks to Nanoseconds – Express a week in nanoseconds for high-speed data modeling. | weeks-to-nanoseconds | time | 604800000000000 |
|
||||
| Weeks to Planck Time – Represent a week as Planck-time ticks for extreme-scale analogies. | weeks-to-planck-time | time | 1.1218183845036223e+49 |
|
||||
| Weeks to Shakes – Turn weeks into shakes (10 ns) for nuclear rhythm analogies. | weeks-to-shakes | time | 60480000000000 |
|
||||
| Weeks to Sidereal Days – Stack weeks against sidereal days to align Earth and star time. | weeks-to-sidereal-days | time | 7.019165367967297 |
|
||||
| Weeks to Years – Contextualize weekly blocks within calendar years (1 week = 0.01923 years). | weeks-to-years | time | 0.019230769230769232 |
|
||||
| Years to Centuries – Convert years into centuries when dealing with multi-generational timelines. | years-to-centuries | time | 0.01 |
|
||||
| Years to Days – Expand a year into days for scheduling (1 year ≈ 365 days). | years-to-days | time | 365 |
|
||||
| Years to Decades – Translate years into decades for decade-scale planning (1 decade = 10 years). | years-to-decades | time | 0.1 |
|
||||
@@ -10344,21 +10384,21 @@ The registry currently contains 1333 unique calculator slugs.
|
||||
- [ ] Weber to Millitesla
|
||||
- [ ] Weber to Oersted
|
||||
- [ ] Weber to Tesla
|
||||
- [ ] Weeks to Atomic Time Units
|
||||
- [ ] Weeks to Centuries
|
||||
- [ ] Weeks to Decades
|
||||
- [ ] Weeks to Fortnights
|
||||
- [ ] Weeks to Jiffies
|
||||
- [ ] Weeks to Julian Years
|
||||
- [x] Weeks to Atomic Time Units
|
||||
- [x] Weeks to Centuries
|
||||
- [x] Weeks to Decades
|
||||
- [x] Weeks to Fortnights
|
||||
- [x] Weeks to Jiffies
|
||||
- [x] Weeks to Julian Years
|
||||
- [x] Weeks to Microseconds
|
||||
- [x] Weeks to Milliseconds
|
||||
- [x] Weeks to Minutes
|
||||
- [ ] Weeks to Nanoseconds
|
||||
- [ ] Weeks to Planck Time
|
||||
- [x] Weeks to Nanoseconds
|
||||
- [x] Weeks to Planck Time
|
||||
- [x] Weeks to Seconds
|
||||
- [ ] Weeks to Shakes
|
||||
- [ ] Weeks to Sidereal Days
|
||||
- [ ] Weeks to Years
|
||||
- [x] Weeks to Shakes
|
||||
- [x] Weeks to Sidereal Days
|
||||
- [x] Weeks to Years
|
||||
- [ ] Wh Per Km to Kilometers Per Liter
|
||||
- [ ] Wh Per Km to Km Per Kwh
|
||||
- [ ] Wh Per Km to Liters Per 100 Km
|
||||
@@ -10374,37 +10414,37 @@ The registry currently contains 1333 unique calculator slugs.
|
||||
- [ ] Wh Per Mile to Uk Mpg
|
||||
- [ ] Wh Per Mile to Us Mpg
|
||||
- [x] Words (16-bit) to Bits (`words-16-bit-to-bits`)
|
||||
- [ ] Words (16-bit) to Exabytes
|
||||
- [ ] Words (16-bit) to Gibibytes
|
||||
- [ ] Words (16-bit) to Gigabits
|
||||
- [ ] Words (16-bit) to Gigabytes
|
||||
- [ ] Words (16-bit) to Kibibytes
|
||||
- [ ] Words (16-bit) to Kilobits
|
||||
- [ ] Words (16-bit) to Kilobytes
|
||||
- [ ] Words (16-bit) to Mebibytes
|
||||
- [ ] Words (16-bit) to Megabits
|
||||
- [ ] Words (16-bit) to Megabytes
|
||||
- [ ] Words (16-bit) to Nibbles
|
||||
- [x] Words (16-bit) to Exabytes
|
||||
- [x] Words (16-bit) to Gibibytes
|
||||
- [x] Words (16-bit) to Gigabits
|
||||
- [x] Words (16-bit) to Gigabytes
|
||||
- [x] Words (16-bit) to Kibibytes
|
||||
- [x] Words (16-bit) to Kilobits
|
||||
- [x] Words (16-bit) to Kilobytes
|
||||
- [x] Words (16-bit) to Mebibytes
|
||||
- [x] Words (16-bit) to Megabits
|
||||
- [x] Words (16-bit) to Megabytes
|
||||
- [x] Words (16-bit) to Nibbles
|
||||
- [ ] Words (16-bit) to Petabytes
|
||||
- [ ] Words (16-bit) to Tebibytes
|
||||
- [ ] Words (16-bit) to Terabytes
|
||||
- [ ] Words (16-bit) to Words (32-bit)
|
||||
- [x] Words (16-bit) to Tebibytes
|
||||
- [x] Words (16-bit) to Terabytes
|
||||
- [x] Words (16-bit) to Words (32-bit)
|
||||
- [x] Words (32-bit) to Bits (`words-32-bit-to-bits`)
|
||||
- [ ] Words (32-bit) to Exabytes
|
||||
- [ ] Words (32-bit) to Gibibytes
|
||||
- [ ] Words (32-bit) to Gigabits
|
||||
- [ ] Words (32-bit) to Gigabytes
|
||||
- [ ] Words (32-bit) to Kibibytes
|
||||
- [ ] Words (32-bit) to Kilobits
|
||||
- [ ] Words (32-bit) to Kilobytes
|
||||
- [ ] Words (32-bit) to Mebibytes
|
||||
- [ ] Words (32-bit) to Megabits
|
||||
- [ ] Words (32-bit) to Megabytes
|
||||
- [ ] Words (32-bit) to Nibbles
|
||||
- [ ] Words (32-bit) to Petabytes
|
||||
- [ ] Words (32-bit) to Tebibytes
|
||||
- [ ] Words (32-bit) to Terabytes
|
||||
- [ ] Words (32-bit) to Words (16-bit)
|
||||
- [x] Words (32-bit) to Exabytes
|
||||
- [x] Words (32-bit) to Gibibytes
|
||||
- [x] Words (32-bit) to Gigabits
|
||||
- [x] Words (32-bit) to Gigabytes
|
||||
- [x] Words (32-bit) to Kibibytes
|
||||
- [x] Words (32-bit) to Kilobits
|
||||
- [x] Words (32-bit) to Kilobytes
|
||||
- [x] Words (32-bit) to Mebibytes
|
||||
- [x] Words (32-bit) to Megabits
|
||||
- [x] Words (32-bit) to Megabytes
|
||||
- [x] Words (32-bit) to Nibbles
|
||||
- [x] Words (32-bit) to Petabytes
|
||||
- [x] Words (32-bit) to Tebibytes
|
||||
- [x] Words (32-bit) to Terabytes
|
||||
- [x] Words (32-bit) to Words (16-bit)
|
||||
- [x] Yards Per Second to Centimeters Per Second
|
||||
- [x] Yards Per Second to Cm Per Second
|
||||
- [x] Yards Per Second to Feet Per Second
|
||||
|
||||
Reference in New Issue
Block a user