From cb915afb9f8b78af3f4ee3e82b072254fcf71b8a Mon Sep 17 00:00:00 2001 From: Codex Agent Date: Sun, 8 Mar 2026 03:03:59 +0000 Subject: [PATCH] Add next 40 backlog calculators (barye, becquerel, bits, BTU set) --- calculators_list.md | 118 ++++++++++++++++-------- hdyc-svelte/src/lib/data/calculators.ts | 39 ++++++++ 2 files changed, 117 insertions(+), 40 deletions(-) diff --git a/calculators_list.md b/calculators_list.md index f1efc64..a967780 100644 --- a/calculators_list.md +++ b/calculators_list.md @@ -2240,6 +2240,44 @@ The registry currently contains 1333 unique calculator slugs. | Barye to Kilopascals | barye-to-kilopascals | pressure | 0.0001 | | Barye to Kpa | barye-to-kpa | pressure | 0.0001 | | Barye to Megapascals | barye-to-megapascals | pressure | 1.0000000000000001e-07 | +| Barye to Meters Of Seawater | barye-to-meters-of-seawater | length | 9.934828038843193e-06 | +| Barye to Millibars | barye-to-millibars | pressure | 0.001 | +| Barye to Millimeters Of Mercury | barye-to-millimeters-of-mercury | pressure | 0.0007500637554192106 | +| Barye to Mmhg | barye-to-mmhg | pressure | 0.0007500637554192106 | +| Barye to Psi | barye-to-psi | pressure | 1.450377377968587e-05 | +| Barye to Technical Atmosphere | barye-to-technical-atmosphere | pressure | 1.0197162129779282e-06 | +| Barye to Technical Atmosphere (at) | barye-to-technical-atmosphere-at | pressure | 1.0197162129779282e-06 | +| Barye to Torr | barye-to-torr | pressure | 0.0007500637554192106 | +| Becquerel to Banana Equivalent Dose | becquerel-to-banana-equivalent-dose | radiation | 0.06666666666666667 | +| Becquerel to Coulomb Per Kilogram | becquerel-to-coulomb-per-kilogram | radiation | 1.9600000000000002e-10 | +| Becquerel to Counts Per Minute | becquerel-to-counts-per-minute | radiation | 60.0 | +| Becquerel to Gray | becquerel-to-gray | radiation | 6.666666666666666e-09 | +| Becquerel to Microsievert | becquerel-to-microsievert | radiation | 0.006666666666666666 | +| Becquerel to Millirem | becquerel-to-millirem | radiation | 0.0006666666666666666 | +| Becquerel to Millisievert | becquerel-to-millisievert | radiation | 6.666666666666666e-06 | +| Becquerel to Rad | becquerel-to-rad | radiation | 6.666666666666666e-07 | +| Becquerel to Rem | becquerel-to-rem | radiation | 6.666666666666666e-07 | +| Becquerel to Roentgen | becquerel-to-roentgen | radiation | 7.599999999999999e-07 | +| Becquerel to Sievert | becquerel-to-sievert | radiation | 6.666666666666666e-09 | +| Bits to Exabytes | bits-to-exabytes | data | 1.25e-19 | +| Bits to Gibibytes | bits-to-gibibytes | data | 1.1641532182693481e-10 | +| Bits to Gigabytes | bits-to-gigabytes | data | 1.25e-10 | +| Bits to Kibibytes | bits-to-kibibytes | data | 0.0001220703125 | +| Bits to Kilobytes | bits-to-kilobytes | data | 0.000125 | +| Bits to Mebibytes | bits-to-mebibytes | data | 1.1920928955078125e-07 | +| Bits to Megabytes | bits-to-megabytes | data | 1.25e-07 | +| Bits to Petabytes | bits-to-petabytes | data | 1.25e-16 | +| Bits to Tebibytes | bits-to-tebibytes | data | 1.1368683772161603e-13 | +| Bits to Terabytes | bits-to-terabytes | data | 1.25e-13 | +| Board Feet to Cord | board-feet-to-cord | volume | 0.0006510416666666666 | +| Brinell to Shore A | brinell-to-shore-a | other | 2.5 | +| Brinell to Shore D | brinell-to-shore-d | other | 0.4 | +| Brinell to Vickers | brinell-to-vickers | other | 0.95 | +| Btu to Electron-volts | btu-to-electron-volts | energy | 6.585140661837914e+21 | +| Btu to Ergs | btu-to-ergs | energy | 10550558500.0 | +| Btu to Foot-pounds (energy) | btu-to-foot-pounds-energy | energy | 778.1692603335523 | +| Btu to Hartree | btu-to-hartree | energy | 2.4199945575388712e+20 | +| Btu to Kilocalories | btu-to-kilocalories | energy | 0.25216440009560226 | ## Completion Checklist - [x] Inches to Feet (`inches-to-feet`) @@ -4297,41 +4335,41 @@ The registry currently contains 1333 unique calculator slugs. - [x] Barye to Kilopascals - [x] Barye to Kpa - [x] Barye to Megapascals -- [ ] Barye to Meters Of Seawater -- [ ] Barye to Millibars -- [ ] Barye to Millimeters Of Mercury -- [ ] Barye to Mmhg +- [x] Barye to Meters Of Seawater +- [x] Barye to Millibars +- [x] Barye to Millimeters Of Mercury +- [x] Barye to Mmhg - [x] Barye to Pascals -- [ ] Barye to Psi -- [ ] Barye to Technical Atmosphere -- [ ] Barye to Technical Atmosphere (at) -- [ ] Barye to Torr -- [ ] Becquerel to Banana Equivalent Dose -- [ ] Becquerel to Coulomb Per Kilogram -- [ ] Becquerel to Counts Per Minute -- [ ] Becquerel to Gray -- [ ] Becquerel to Microsievert -- [ ] Becquerel to Millirem -- [ ] Becquerel to Millisievert -- [ ] Becquerel to Rad -- [ ] Becquerel to Rem -- [ ] Becquerel to Roentgen -- [ ] Becquerel to Sievert -- [ ] Bits to Exabytes -- [ ] Bits to Gibibytes -- [ ] Bits to Gigabits -- [ ] Bits to Gigabytes -- [ ] Bits to Kibibytes -- [ ] Bits to Kilobytes -- [ ] Bits to Mebibytes -- [ ] Bits to Megabits -- [ ] Bits to Megabytes -- [ ] Bits to Petabytes -- [ ] Bits to Tebibytes -- [ ] Bits to Terabytes +- [x] Barye to Psi +- [x] Barye to Technical Atmosphere +- [x] Barye to Technical Atmosphere (at) +- [x] Barye to Torr +- [x] Becquerel to Banana Equivalent Dose +- [x] Becquerel to Coulomb Per Kilogram +- [x] Becquerel to Counts Per Minute +- [x] Becquerel to Gray +- [x] Becquerel to Microsievert +- [x] Becquerel to Millirem +- [x] Becquerel to Millisievert +- [x] Becquerel to Rad +- [x] Becquerel to Rem +- [x] Becquerel to Roentgen +- [x] Becquerel to Sievert +- [x] Bits to Exabytes +- [x] Bits to Gibibytes +- [x] Bits to Gigabits +- [x] Bits to Gigabytes +- [x] Bits to Kibibytes +- [x] Bits to Kilobytes +- [x] Bits to Mebibytes +- [x] Bits to Megabits +- [x] Bits to Megabytes +- [x] Bits to Petabytes +- [x] Bits to Tebibytes +- [x] Bits to Terabytes - [x] Bits to Words (16-bit) (`bits-to-words-16-bit`) - [x] Bits to Words (32-bit) (`bits-to-words-32-bit`) -- [ ] Board Feet to Cord +- [x] Board Feet to Cord - [x] Boiler Horsepower to btu/hour - [x] Boiler Horsepower to btu/min - [x] Boiler Horsepower to Calories Per Second @@ -4343,14 +4381,14 @@ The registry currently contains 1333 unique calculator slugs. - [x] Boiler Horsepower to Megawatts - [x] Boiler Horsepower to Metric Horsepower (ps) - [x] Boiler Horsepower to Tons Of Refrigeration -- [ ] Brinell to Shore A -- [ ] Brinell to Shore D -- [ ] Brinell to Vickers -- [ ] Btu to Electron-volts -- [ ] Btu to Ergs -- [ ] Btu to Foot-pounds (energy) -- [ ] Btu to Hartree -- [ ] Btu to Kilocalories +- [x] Brinell to Shore A +- [x] Brinell to Shore D +- [x] Brinell to Vickers +- [x] Btu to Electron-volts +- [x] Btu to Ergs +- [x] Btu to Foot-pounds (energy) +- [x] Btu to Hartree +- [x] Btu to Kilocalories - [ ] Btu to Rydberg - [ ] Btu to Ton Of Tnt - [ ] Btu to Watt-hours diff --git a/hdyc-svelte/src/lib/data/calculators.ts b/hdyc-svelte/src/lib/data/calculators.ts index c01c4da..9fe7314 100644 --- a/hdyc-svelte/src/lib/data/calculators.ts +++ b/hdyc-svelte/src/lib/data/calculators.ts @@ -1970,6 +1970,45 @@ export const calculators: CalculatorDef[] = [ {"slug": "barye-to-kpa", "name": "Barye to Kpa", "category": "pressure", "type": "standard", "labels": {"in1": "Barye", "in2": "Kpa"}, "factor": 0.0001}, {"slug": "barye-to-megapascals", "name": "Barye to Megapascals", "category": "pressure", "type": "standard", "labels": {"in1": "Barye", "in2": "Megapascals"}, "factor": 1.0000000000000001e-07}, + {"slug": "barye-to-meters-of-seawater", "name": "Barye to Meters Of Seawater", "category": "length", "type": "standard", "labels": {"in1": "Barye", "in2": "Meters Of Seawater"}, "factor": 9.934828038843193e-06}, + {"slug": "barye-to-millibars", "name": "Barye to Millibars", "category": "pressure", "type": "standard", "labels": {"in1": "Barye", "in2": "Millibars"}, "factor": 0.001}, + {"slug": "barye-to-millimeters-of-mercury", "name": "Barye to Millimeters Of Mercury", "category": "pressure", "type": "standard", "labels": {"in1": "Barye", "in2": "Millimeters Of Mercury"}, "factor": 0.0007500637554192106}, + {"slug": "barye-to-mmhg", "name": "Barye to Mmhg", "category": "pressure", "type": "standard", "labels": {"in1": "Barye", "in2": "Mmhg"}, "factor": 0.0007500637554192106}, + {"slug": "barye-to-psi", "name": "Barye to Psi", "category": "pressure", "type": "standard", "labels": {"in1": "Barye", "in2": "Psi"}, "factor": 1.450377377968587e-05}, + {"slug": "barye-to-technical-atmosphere", "name": "Barye to Technical Atmosphere", "category": "pressure", "type": "standard", "labels": {"in1": "Barye", "in2": "Technical Atmosphere"}, "factor": 1.0197162129779282e-06}, + {"slug": "barye-to-technical-atmosphere-at", "name": "Barye to Technical Atmosphere (at)", "category": "pressure", "type": "standard", "labels": {"in1": "Barye", "in2": "Technical Atmosphere (at)"}, "factor": 1.0197162129779282e-06}, + {"slug": "barye-to-torr", "name": "Barye to Torr", "category": "pressure", "type": "standard", "labels": {"in1": "Barye", "in2": "Torr"}, "factor": 0.0007500637554192106}, + {"slug": "becquerel-to-banana-equivalent-dose", "name": "Becquerel to Banana Equivalent Dose", "category": "radiation", "type": "standard", "labels": {"in1": "Becquerel", "in2": "Banana Equivalent Dose"}, "factor": 0.06666666666666667}, + {"slug": "becquerel-to-coulomb-per-kilogram", "name": "Becquerel to Coulomb Per Kilogram", "category": "radiation", "type": "standard", "labels": {"in1": "Becquerel", "in2": "Coulomb Per Kilogram"}, "factor": 1.9600000000000002e-10}, + {"slug": "becquerel-to-counts-per-minute", "name": "Becquerel to Counts Per Minute", "category": "radiation", "type": "standard", "labels": {"in1": "Becquerel", "in2": "Counts Per Minute"}, "factor": 60.0}, + {"slug": "becquerel-to-gray", "name": "Becquerel to Gray", "category": "radiation", "type": "standard", "labels": {"in1": "Becquerel", "in2": "Gray"}, "factor": 6.666666666666666e-09}, + {"slug": "becquerel-to-microsievert", "name": "Becquerel to Microsievert", "category": "radiation", "type": "standard", "labels": {"in1": "Becquerel", "in2": "Microsievert"}, "factor": 0.006666666666666666}, + {"slug": "becquerel-to-millirem", "name": "Becquerel to Millirem", "category": "radiation", "type": "standard", "labels": {"in1": "Becquerel", "in2": "Millirem"}, "factor": 0.0006666666666666666}, + {"slug": "becquerel-to-millisievert", "name": "Becquerel to Millisievert", "category": "radiation", "type": "standard", "labels": {"in1": "Becquerel", "in2": "Millisievert"}, "factor": 6.666666666666666e-06}, + {"slug": "becquerel-to-rad", "name": "Becquerel to Rad", "category": "radiation", "type": "standard", "labels": {"in1": "Becquerel", "in2": "Rad"}, "factor": 6.666666666666666e-07}, + {"slug": "becquerel-to-rem", "name": "Becquerel to Rem", "category": "radiation", "type": "standard", "labels": {"in1": "Becquerel", "in2": "Rem"}, "factor": 6.666666666666666e-07}, + {"slug": "becquerel-to-roentgen", "name": "Becquerel to Roentgen", "category": "radiation", "type": "standard", "labels": {"in1": "Becquerel", "in2": "Roentgen"}, "factor": 7.599999999999999e-07}, + {"slug": "becquerel-to-sievert", "name": "Becquerel to Sievert", "category": "radiation", "type": "standard", "labels": {"in1": "Becquerel", "in2": "Sievert"}, "factor": 6.666666666666666e-09}, + {"slug": "bits-to-exabytes", "name": "Bits to Exabytes", "category": "data", "type": "standard", "labels": {"in1": "Bits", "in2": "Exabytes"}, "factor": 1.25e-19}, + {"slug": "bits-to-gibibytes", "name": "Bits to Gibibytes", "category": "data", "type": "standard", "labels": {"in1": "Bits", "in2": "Gibibytes"}, "factor": 1.1641532182693481e-10}, + {"slug": "bits-to-gigabytes", "name": "Bits to Gigabytes", "category": "data", "type": "standard", "labels": {"in1": "Bits", "in2": "Gigabytes"}, "factor": 1.25e-10}, + {"slug": "bits-to-kibibytes", "name": "Bits to Kibibytes", "category": "data", "type": "standard", "labels": {"in1": "Bits", "in2": "Kibibytes"}, "factor": 0.0001220703125}, + {"slug": "bits-to-kilobytes", "name": "Bits to Kilobytes", "category": "data", "type": "standard", "labels": {"in1": "Bits", "in2": "Kilobytes"}, "factor": 0.000125}, + {"slug": "bits-to-mebibytes", "name": "Bits to Mebibytes", "category": "data", "type": "standard", "labels": {"in1": "Bits", "in2": "Mebibytes"}, "factor": 1.1920928955078125e-07}, + {"slug": "bits-to-megabytes", "name": "Bits to Megabytes", "category": "data", "type": "standard", "labels": {"in1": "Bits", "in2": "Megabytes"}, "factor": 1.25e-07}, + {"slug": "bits-to-petabytes", "name": "Bits to Petabytes", "category": "data", "type": "standard", "labels": {"in1": "Bits", "in2": "Petabytes"}, "factor": 1.25e-16}, + {"slug": "bits-to-tebibytes", "name": "Bits to Tebibytes", "category": "data", "type": "standard", "labels": {"in1": "Bits", "in2": "Tebibytes"}, "factor": 1.1368683772161603e-13}, + {"slug": "bits-to-terabytes", "name": "Bits to Terabytes", "category": "data", "type": "standard", "labels": {"in1": "Bits", "in2": "Terabytes"}, "factor": 1.25e-13}, + {"slug": "board-feet-to-cord", "name": "Board Feet to Cord", "category": "volume", "type": "standard", "labels": {"in1": "Board Feet", "in2": "Cord"}, "factor": 0.0006510416666666666}, + {"slug": "brinell-to-shore-a", "name": "Brinell to Shore A", "category": "other", "type": "standard", "labels": {"in1": "Brinell", "in2": "Shore A"}, "factor": 2.5}, + {"slug": "brinell-to-shore-d", "name": "Brinell to Shore D", "category": "other", "type": "standard", "labels": {"in1": "Brinell", "in2": "Shore D"}, "factor": 0.4}, + {"slug": "brinell-to-vickers", "name": "Brinell to Vickers", "category": "other", "type": "standard", "labels": {"in1": "Brinell", "in2": "Vickers"}, "factor": 0.95}, + {"slug": "btu-to-electron-volts", "name": "Btu to Electron-volts", "category": "energy", "type": "standard", "labels": {"in1": "Btu", "in2": "Electron-volts"}, "factor": 6.585140661837914e+21}, + {"slug": "btu-to-ergs", "name": "Btu to Ergs", "category": "energy", "type": "standard", "labels": {"in1": "Btu", "in2": "Ergs"}, "factor": 10550558500.0}, + {"slug": "btu-to-foot-pounds-energy", "name": "Btu to Foot-pounds (energy)", "category": "energy", "type": "standard", "labels": {"in1": "Btu", "in2": "Foot-pounds (energy)"}, "factor": 778.1692603335523}, + {"slug": "btu-to-hartree", "name": "Btu to Hartree", "category": "energy", "type": "standard", "labels": {"in1": "Btu", "in2": "Hartree"}, "factor": 2.4199945575388712e+20}, + {"slug": "btu-to-kilocalories", "name": "Btu to Kilocalories", "category": "energy", "type": "standard", "labels": {"in1": "Btu", "in2": "Kilocalories"}, "factor": 0.25216440009560226}, + ]; const slugIndex = new Map(calculators.map(c => [c.slug, c]));