From 48d255dbe91f5e01775539807c78b76620531fa4 Mon Sep 17 00:00:00 2001 From: Codex Agent Date: Sun, 8 Mar 2026 03:35:02 +0000 Subject: [PATCH] Add next 40 backlog calculators (century, cfs, chain, circular mil) --- calculators_list.md | 80 ++++++++++++------------- hdyc-svelte/src/lib/data/calculators.ts | 40 +++++++++++++ 2 files changed, 80 insertions(+), 40 deletions(-) diff --git a/calculators_list.md b/calculators_list.md index e1d486d..c75ade1 100644 --- a/calculators_list.md +++ b/calculators_list.md @@ -4837,47 +4837,47 @@ The registry currently contains 1333 unique calculator slugs. - [x] Centuries to Atomic Time Units - [x] Centuries to Days - [x] Centuries to Decades -- [ ] Centuries to Fortnights -- [ ] Centuries to Hours -- [ ] Centuries to Jiffies -- [ ] Centuries to Julian Years -- [ ] Centuries to Microseconds -- [ ] Centuries to Milliseconds -- [ ] Centuries to Minutes -- [ ] Centuries to Months -- [ ] Centuries to Nanoseconds -- [ ] Centuries to Planck Time -- [ ] Centuries to Seconds -- [ ] Centuries to Shakes -- [ ] Centuries to Sidereal Days -- [ ] Centuries to Weeks -- [ ] Cfs to Liters Per Minute -- [ ] Cfs to Liters Per Second -- [ ] Chains to Angstroms -- [ ] Chains to Astronomical Units -- [ ] Chains to Cables -- [ ] Chains to Centimeters -- [ ] Chains to Cubits -- [ ] Chains to Fathoms -- [ ] Chains to Fermi -- [ ] Chains to Furlongs -- [ ] Chains to Hands -- [ ] Chains to Inches -- [ ] Chains to Kilometers -- [ ] Chains to Leagues +- [x] Centuries to Fortnights +- [x] Centuries to Hours +- [x] Centuries to Jiffies +- [x] Centuries to Julian Years +- [x] Centuries to Microseconds +- [x] Centuries to Milliseconds +- [x] Centuries to Minutes +- [x] Centuries to Months +- [x] Centuries to Nanoseconds +- [x] Centuries to Planck Time +- [x] Centuries to Seconds +- [x] Centuries to Shakes +- [x] Centuries to Sidereal Days +- [x] Centuries to Weeks +- [x] Cfs to Liters Per Minute +- [x] Cfs to Liters Per Second +- [x] Chains to Angstroms +- [x] Chains to Astronomical Units +- [x] Chains to Cables +- [x] Chains to Centimeters +- [x] Chains to Cubits +- [x] Chains to Fathoms +- [x] Chains to Fermi +- [x] Chains to Furlongs +- [x] Chains to Hands +- [x] Chains to Inches +- [x] Chains to Kilometers +- [x] Chains to Leagues - [x] Chains to Light Years -- [ ] Chains to Micrometers -- [ ] Chains to Microns -- [ ] Chains to Millimeters -- [ ] Chains to Nanometers -- [ ] Chains to Nautical Miles -- [ ] Chains to Parsecs -- [ ] Chains to Picometers -- [ ] Chains to Rods -- [ ] Chains to Smoots -- [ ] Chains to Thou -- [ ] Chains to Thou (mil) -- [ ] Circular Mils to Acres +- [x] Chains to Micrometers +- [x] Chains to Microns +- [x] Chains to Millimeters +- [x] Chains to Nanometers +- [x] Chains to Nautical Miles +- [x] Chains to Parsecs +- [x] Chains to Picometers +- [x] Chains to Rods +- [x] Chains to Smoots +- [x] Chains to Thou +- [x] Chains to Thou (mil) +- [x] Circular Mils to Acres - [ ] Circular Mils to Ares - [ ] Circular Mils to Awg - [ ] Circular Mils to Barns diff --git a/hdyc-svelte/src/lib/data/calculators.ts b/hdyc-svelte/src/lib/data/calculators.ts index 8a4f5bb..f08efc0 100644 --- a/hdyc-svelte/src/lib/data/calculators.ts +++ b/hdyc-svelte/src/lib/data/calculators.ts @@ -2229,6 +2229,46 @@ export const calculators: CalculatorDef[] = [ {"slug": "centuries-to-atomic-time-units", "name": "Centuries to Atomic Time Units", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Atomic Time Units"}, "factor": 1.3037415494983031e+26}, {"slug": "centuries-to-days", "name": "Centuries to Days", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Days"}, "factor": 36500.0}, {"slug": "centuries-to-decades", "name": "Centuries to Decades", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Decades"}, "factor": 10.0}, + {"slug": "centuries-to-fortnights", "name": "Centuries to Fortnights", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Fortnights"}, "factor": 2607.1428571428573}, + {"slug": "centuries-to-hours", "name": "Centuries to Hours", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Hours"}, "factor": 876000.0}, + {"slug": "centuries-to-jiffies", "name": "Centuries to Jiffies", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Jiffies"}, "factor": 315360000000.0}, + {"slug": "centuries-to-julian-years", "name": "Centuries to Julian Years", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Julian Years"}, "factor": 99.9315537303217}, + {"slug": "centuries-to-microseconds", "name": "Centuries to Microseconds", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Microseconds"}, "factor": 3153600000000000.0}, + {"slug": "centuries-to-milliseconds", "name": "Centuries to Milliseconds", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Milliseconds"}, "factor": 3153600000000.0}, + {"slug": "centuries-to-minutes", "name": "Centuries to Minutes", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Minutes"}, "factor": 52560000.0}, + {"slug": "centuries-to-months", "name": "Centuries to Months", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Months"}, "factor": 1200.0}, + {"slug": "centuries-to-nanoseconds", "name": "Centuries to Nanoseconds", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Nanoseconds"}, "factor": 3.1536e+18}, + {"slug": "centuries-to-planck-time", "name": "Centuries to Planck Time", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Planck Time"}, "factor": 5.849481576340316e+52}, + {"slug": "centuries-to-seconds", "name": "Centuries to Seconds", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Seconds"}, "factor": 3153600000.0}, + {"slug": "centuries-to-shakes", "name": "Centuries to Shakes", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Shakes"}, "factor": 3.1536e+17}, + {"slug": "centuries-to-sidereal-days", "name": "Centuries to Sidereal Days", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Sidereal Days"}, "factor": 36599.93370440091}, + {"slug": "centuries-to-weeks", "name": "Centuries to Weeks", "category": "time", "type": "standard", "labels": {"in1": "Centuries", "in2": "Weeks"}, "factor": 5214.285714285715}, + {"slug": "cfs-to-liters-per-minute", "name": "Cfs to Liters Per Minute", "category": "fluids", "type": "standard", "labels": {"in1": "Cfs", "in2": "Liters Per Minute"}, "factor": 1699.01079552}, + {"slug": "cfs-to-liters-per-second", "name": "Cfs to Liters Per Second", "category": "fluids", "type": "standard", "labels": {"in1": "Cfs", "in2": "Liters Per Second"}, "factor": 28.316846592}, + {"slug": "chains-to-angstroms", "name": "Chains to Angstroms", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Angstroms"}, "factor": 201168000000.0}, + {"slug": "chains-to-astronomical-units", "name": "Chains to Astronomical Units", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Astronomical Units"}, "factor": 1.3447250222124986e-10}, + {"slug": "chains-to-cables", "name": "Chains to Cables", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Cables"}, "factor": 0.108622030237581}, + {"slug": "chains-to-centimeters", "name": "Chains to Centimeters", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Centimeters"}, "factor": 2011.68}, + {"slug": "chains-to-cubits", "name": "Chains to Cubits", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Cubits"}, "factor": 44.0}, + {"slug": "chains-to-fathoms", "name": "Chains to Fathoms", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Fathoms"}, "factor": 11.0}, + {"slug": "chains-to-fermi", "name": "Chains to Fermi", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Fermi"}, "factor": 2.01168e+16}, + {"slug": "chains-to-furlongs", "name": "Chains to Furlongs", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Furlongs"}, "factor": 0.1}, + {"slug": "chains-to-hands", "name": "Chains to Hands", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Hands"}, "factor": 198.0}, + {"slug": "chains-to-inches", "name": "Chains to Inches", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Inches"}, "factor": 792.0}, + {"slug": "chains-to-kilometers", "name": "Chains to Kilometers", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Kilometers"}, "factor": 0.0201168}, + {"slug": "chains-to-leagues", "name": "Chains to Leagues", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Leagues"}, "factor": 0.004166666666666667}, + {"slug": "chains-to-micrometers", "name": "Chains to Micrometers", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Micrometers"}, "factor": 20116800.0}, + {"slug": "chains-to-microns", "name": "Chains to Microns", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Microns"}, "factor": 20116800.0}, + {"slug": "chains-to-millimeters", "name": "Chains to Millimeters", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Millimeters"}, "factor": 20116.8}, + {"slug": "chains-to-nanometers", "name": "Chains to Nanometers", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Nanometers"}, "factor": 20116800000.0}, + {"slug": "chains-to-nautical-miles", "name": "Chains to Nautical Miles", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Nautical Miles"}, "factor": 0.0108622030237581}, + {"slug": "chains-to-parsecs", "name": "Chains to Parsecs", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Parsecs"}, "factor": 6.5194108820276e-16}, + {"slug": "chains-to-picometers", "name": "Chains to Picometers", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Picometers"}, "factor": 20116800000000.0}, + {"slug": "chains-to-rods", "name": "Chains to Rods", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Rods"}, "factor": 4.0}, + {"slug": "chains-to-smoots", "name": "Chains to Smoots", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Smoots"}, "factor": 11.82089552238806}, + {"slug": "chains-to-thou", "name": "Chains to Thou", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Thou"}, "factor": 792000.0}, + {"slug": "chains-to-thou-mil", "name": "Chains to Thou (mil)", "category": "length", "type": "standard", "labels": {"in1": "Chains", "in2": "Thou (mil)"}, "factor": 792000.0}, + {"slug": "circular-mils-to-acres", "name": "Circular Mils to Acres", "category": "area", "type": "standard", "labels": {"in1": "Circular Mils", "in2": "Acres"}, "factor": 1.252101449146529e-13}, ];