From 8cab02a62777a41c4c2a70108c5c85b9d34a0f42 Mon Sep 17 00:00:00 2001 From: Codex Agent Date: Sun, 8 Mar 2026 04:37:30 +0000 Subject: [PATCH] Add dram converters and mark backlog items --- calculators_list.md | 80 ++++++++++++------------- hdyc-svelte/src/lib/data/calculators.ts | 43 ++++++++++++- 2 files changed, 82 insertions(+), 41 deletions(-) diff --git a/calculators_list.md b/calculators_list.md index b456e83..52e33af 100644 --- a/calculators_list.md +++ b/calculators_list.md @@ -5304,46 +5304,46 @@ The registry currently contains 1333 unique calculator slugs. - [x] Drams (fluid) to Pecks - [x] Drams (fluid) to Pints - [x] Drams (fluid) to Quarts -- [ ] Drams (fluid) to Tablespoons -- [ ] Drams (fluid) to Teaspoons -- [ ] Drams (fluid) to Us Gallons -- [ ] Drams (fluid) to Us Pints -- [ ] Drams to Amu -- [ ] Drams to Apothecary Ounces -- [ ] Drams to Atomic Mass Units -- [ ] Drams to Attograms -- [ ] Drams to Carats -- [ ] Drams to Centigrams -- [ ] Drams to Cloves -- [ ] Drams to Daltons -- [ ] Drams to Earth Masses -- [ ] Drams to Femtograms -- [ ] Drams to Gamma (mass) -- [ ] Drams to Grains -- [ ] Drams to Hundredweight -- [ ] Drams to Hundredweight (cwt) -- [ ] Drams to Kilograms -- [ ] Drams to Long Tons -- [ ] Drams to Metric Tons -- [ ] Drams to Micrograms -- [ ] Drams to Milligrams -- [ ] Drams to Momme -- [ ] Drams to Nanograms -- [ ] Drams to Ounces -- [ ] Drams to Pennyweights -- [ ] Drams to Picograms -- [ ] Drams to Planck Mass -- [ ] Drams to Pounds -- [ ] Drams to Quarters -- [ ] Drams to Scruples -- [ ] Drams to Short Tons -- [ ] Drams to Slugs -- [ ] Drams to Solar Masses -- [ ] Drams to Stones -- [ ] Drams to Tolas -- [ ] Drams to Tons -- [ ] Drams to Troy Ounces -- [ ] Drams to Yoctograms +- [x] Drams (fluid) to Tablespoons +- [x] Drams (fluid) to Teaspoons +- [x] Drams (fluid) to Us Gallons +- [x] Drams (fluid) to Us Pints +- [x] Drams to Amu +- [x] Drams to Apothecary Ounces +- [x] Drams to Atomic Mass Units +- [x] Drams to Attograms +- [x] Drams to Carats +- [x] Drams to Centigrams +- [x] Drams to Cloves +- [x] Drams to Daltons +- [x] Drams to Earth Masses +- [x] Drams to Femtograms +- [x] Drams to Gamma (mass) +- [x] Drams to Grains +- [x] Drams to Hundredweight +- [x] Drams to Hundredweight (cwt) +- [x] Drams to Kilograms +- [x] Drams to Long Tons +- [x] Drams to Metric Tons +- [x] Drams to Micrograms +- [x] Drams to Milligrams +- [x] Drams to Momme +- [x] Drams to Nanograms +- [x] Drams to Ounces +- [x] Drams to Pennyweights +- [x] Drams to Picograms +- [x] Drams to Planck Mass +- [x] Drams to Pounds +- [x] Drams to Quarters +- [x] Drams to Scruples +- [x] Drams to Short Tons +- [x] Drams to Slugs +- [x] Drams to Solar Masses +- [x] Drams to Stones +- [x] Drams to Tolas +- [x] Drams to Tons +- [x] Drams to Troy Ounces +- [x] Drams to Yoctograms - [ ] Drams to Zeptograms - [ ] Dtex (decitex) to Denier - [ ] Dtex (decitex) to Gsm diff --git a/hdyc-svelte/src/lib/data/calculators.ts b/hdyc-svelte/src/lib/data/calculators.ts index ed77a07..027292c 100644 --- a/hdyc-svelte/src/lib/data/calculators.ts +++ b/hdyc-svelte/src/lib/data/calculators.ts @@ -22,7 +22,7 @@ export const categories: Record = { temperature: { label: 'Temperature', icon: '๐ŸŒก๏ธ' }, volume: { label: 'Volume', icon: '๐Ÿงช' }, fluids: { label: 'Fluids', icon: '๐Ÿ’ง' }, - area: { label: 'Area', icon: '๐Ÿ“' }, + area: { label: 'Area', icon: '๐ŸŸฆ' }, speed: { label: 'Speed / Velocity', icon: '๐Ÿ’จ' }, pressure: { label: 'Pressure', icon: '๐Ÿ”ฝ' }, energy: { label: 'Energy', icon: 'โšก' }, @@ -2420,6 +2420,47 @@ export const calculators: CalculatorDef[] = [ {"slug": "drams-to-centiliters", "name": "Drams (fluid) to Centiliters", "category": "volume", "type": "standard", "labels": {"in1": "Drams (fluid)", "in2": "Centiliters"}, "factor": 0.36966911953125}, {"slug": "drams-to-cubic-feet", "name": "Drams (fluid) to Cubic Feet", "category": "volume", "type": "standard", "labels": {"in1": "Drams (fluid)", "in2": "Cubic Feet"}, "factor": 0.00013054741753472222}, {"slug": "drams-to-cubic-yards", "name": "Drams (fluid) to Cubic Yards", "category": "volume", "type": "standard", "labels": {"in1": "Drams (fluid)", "in2": "Cubic Yards"}, "factor": 4.835089538323045e-06}, + {"slug": "drams-to-amu", "name": "Drams to Amu", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Amu"}, "factor": 1.0670301174788994e+24}, + {"slug": "drams-to-apothecary-ounces", "name": "Drams to Apothecary Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Apothecary Ounces"}, "factor": 0.056966145833333336}, + {"slug": "drams-to-atomic-mass-units", "name": "Drams to Atomic Mass Units", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Atomic Mass Units"}, "factor": 1.0670301174788994e+24}, + {"slug": "drams-to-attograms", "name": "Drams to Attograms", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Attograms"}, "factor": 1.7718451953125e+18}, + {"slug": "drams-to-carats", "name": "Drams to Carats", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Carats"}, "factor": 8.8592259765625}, + {"slug": "drams-to-centigrams", "name": "Drams to Centigrams", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Centigrams"}, "factor": 177.18451953125}, + {"slug": "drams-to-cloves", "name": "Drams to Cloves", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Cloves"}, "factor": 0.00048828125}, + {"slug": "drams-to-daltons", "name": "Drams to Daltons", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Daltons"}, "factor": 1.0670301174788994e+24}, + {"slug": "drams-to-earth-masses", "name": "Drams to Earth Masses", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Earth Masses"}, "factor": 2.9668215989292052e-28}, + {"slug": "drams-to-femtograms", "name": "Drams to Femtograms", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Femtograms"}, "factor": 1771845195312500.0}, + {"slug": "drams-to-gamma-mass", "name": "Drams to Gamma (mass)", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Gamma (mass)"}, "factor": 1771845.1953125}, + {"slug": "drams-to-grains", "name": "Drams to Grains", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Grains"}, "factor": 27.34375}, + {"slug": "drams-to-hundredweight", "name": "Drams to Hundredweight", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Hundredweight"}, "factor": 3.90625e-05}, + {"slug": "drams-to-hundredweight-cwt", "name": "Drams to Hundredweight (cwt)", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Hundredweight (cwt)"}, "factor": 3.487723214285714e-05}, + {"slug": "drams-to-kilograms", "name": "Drams to Kilograms", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Kilograms"}, "factor": 0.0017718451953125}, + {"slug": "drams-to-long-tons", "name": "Drams to Long Tons", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Long Tons"}, "factor": 1.7438616071428573e-06}, + {"slug": "drams-to-metric-tons", "name": "Drams to Metric Tons", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Metric Tons"}, "factor": 1.7718451953125002e-06}, + {"slug": "drams-to-micrograms", "name": "Drams to Micrograms", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Micrograms"}, "factor": 1771845.1953125}, + {"slug": "drams-to-milligrams", "name": "Drams to Milligrams", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Milligrams"}, "factor": 1771.8451953125}, + {"slug": "drams-to-momme", "name": "Drams to Momme", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Momme"}, "factor": 0.47249205208333334}, + {"slug": "drams-to-nanograms", "name": "Drams to Nanograms", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Nanograms"}, "factor": 1771845195.3125}, + {"slug": "drams-to-ounces", "name": "Drams to Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Ounces"}, "factor": 0.0625}, + {"slug": "drams-to-pennyweights", "name": "Drams to Pennyweights", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Pennyweights"}, "factor": 1.1393229166666667}, + {"slug": "drams-to-picograms", "name": "Drams to Picograms", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Picograms"}, "factor": 1771845195312.5}, + {"slug": "drams-to-planck-mass", "name": "Drams to Planck Mass", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Planck Mass"}, "factor": 81410.4721444574}, + {"slug": "drams-to-pounds", "name": "Drams to Pounds", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Pounds"}, "factor": 0.00390625}, + {"slug": "drams-to-quarters", "name": "Drams to Quarters", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Quarters"}, "factor": 0.00013950892857142856}, + {"slug": "drams-to-scruples", "name": "Drams to Scruples", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Scruples"}, "factor": 1.3671875}, + {"slug": "drams-to-short-tons", "name": "Drams to Short Tons", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Short Tons"}, "factor": 1.953125e-06}, + {"slug": "drams-to-slugs", "name": "Drams to Slugs", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Slugs"}, "factor": 0.00012140996160773755}, + {"slug": "drams-to-solar-masses", "name": "Drams to Solar Masses", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Solar Masses"}, "factor": 8.910595559965702e-34}, + {"slug": "drams-to-stones", "name": "Drams to Stones", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Stones"}, "factor": 0.00027901785714285713}, + {"slug": "drams-to-tablespoons", "name": "Drams (fluid) to Tablespoons", "category": "volume", "type": "standard", "labels": {"in1": "Drams (fluid)", "in2": "Tablespoons"}, "factor": 0.25, "hidden": true}, + {"slug": "drams-to-teaspoons", "name": "Drams (fluid) to Teaspoons", "category": "volume", "type": "standard", "labels": {"in1": "Drams (fluid)", "in2": "Teaspoons"}, "factor": 0.75, "hidden": true}, + {"slug": "drams-to-tolas", "name": "Drams to Tolas", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Tolas"}, "factor": 0.151909608913252}, + {"slug": "drams-to-tons", "name": "Drams to Tons", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Tons"}, "factor": 1.7718451953125002e-06}, + {"slug": "drams-to-troy-ounces", "name": "Drams to Troy Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Troy Ounces"}, "factor": 0.056966145833333336}, + {"slug": "drams-to-us-gallons", "name": "Drams (fluid) to Us Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Drams (fluid)", "in2": "Us Gallons"}, "factor": 0.0009765625, "hidden": true}, + {"slug": "drams-to-us-pints", "name": "Drams (fluid) to Us Pints", "category": "volume", "type": "standard", "labels": {"in1": "Drams (fluid)", "in2": "Us Pints"}, "factor": 0.0078125, "hidden": true}, + {"slug": "drams-to-yoctograms", "name": "Drams to Yoctograms", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Yoctograms"}, "factor": 1.7718451953125e+24}, + {"slug": "drams-to-zeptograms", "name": "Drams to Zeptograms", "category": "weight", "type": "standard", "labels": {"in1": "Drams", "in2": "Zeptograms"}, "factor": 1.7718451953125e+21}, ];