From 5befd30eb8538d5483be06df48ae254a7562ed5b Mon Sep 17 00:00:00 2001 From: Codex Agent Date: Sun, 8 Mar 2026 05:07:24 +0000 Subject: [PATCH] Add gallons and gamma mass converters --- 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 a988e64..c794982 100644 --- a/calculators_list.md +++ b/calculators_list.md @@ -5763,46 +5763,46 @@ The registry currently contains 1333 unique calculator slugs. - [ ] Furlongs to Thou (mil) - [ ] Furlongs to Yards - [ ] Gallons Per Minute to Cms -- [ ] Gallons to Acre-feet -- [ ] Gallons to Bushels -- [ ] Gallons to Centiliters -- [ ] Gallons to Cubic Centimeters -- [ ] Gallons to Cubic Inches -- [ ] Gallons to Cubic Yards -- [ ] Gallons to Drams (fluid) -- [ ] Gallons to Gill -- [ ] Gallons to Hogshead -- [ ] Gallons to Imperial Fl Oz -- [ ] Gallons to Imperial Gallons -- [ ] Gallons to Imperial Pints -- [ ] Gallons to Jiggers -- [ ] Gallons to Milliliters -- [ ] Gallons to Minims -- [ ] Gallons to Pecks -- [ ] Gallons to Tablespoons -- [ ] Gallons to Teaspoons -- [ ] Gallons to Us Gallons -- [ ] Gallons to Us Pints -- [ ] Gamma (mass) to Amu -- [ ] Gamma (mass) to Apothecary Ounces -- [ ] Gamma (mass) to Atomic Mass Units -- [ ] Gamma (mass) to Attograms -- [ ] Gamma (mass) to Carats -- [ ] Gamma (mass) to Centigrams -- [ ] Gamma (mass) to Cloves -- [ ] Gamma (mass) to Daltons -- [ ] Gamma (mass) to Drams -- [ ] Gamma (mass) to Earth Masses -- [ ] Gamma (mass) to Femtograms -- [ ] Gamma (mass) to Grains -- [ ] Gamma (mass) to Grams -- [ ] Gamma (mass) to Hundredweight -- [ ] Gamma (mass) to Hundredweight (cwt) -- [ ] Gamma (mass) to Kilograms -- [ ] Gamma (mass) to Long Tons -- [ ] Gamma (mass) to Metric Tons -- [ ] Gamma (mass) to Milligrams -- [ ] Gamma (mass) to Momme +- [x] Gallons to Acre-feet (`gallons-to-acre-feet`) +- [x] Gallons to Bushels (`gallons-to-bushels`) +- [x] Gallons to Centiliters (`gallons-to-centiliters`) +- [x] Gallons to Cubic Centimeters (`gallons-to-cubic-centimeters`) +- [x] Gallons to Cubic Inches (`gallons-to-cubic-inches`) +- [x] Gallons to Cubic Yards (`gallons-to-cubic-yards`) +- [x] Gallons to Drams (fluid) (`gallons-to-drams`) +- [x] Gallons to Gill (`gallons-to-gill`) +- [x] Gallons to Hogshead (`gallons-to-hogshead`) +- [x] Gallons to Imperial Fl Oz (`gallons-to-imperial-fl-oz`) +- [x] Gallons to Imperial Gallons (`gallons-to-imperial-gallons`) +- [x] Gallons to Imperial Pints (`gallons-to-imperial-pints`) +- [x] Gallons to Jiggers (`gallons-to-jiggers`) +- [x] Gallons to Milliliters (`gallons-to-milliliters`) +- [x] Gallons to Minims (`gallons-to-minims`) +- [x] Gallons to Pecks (`gallons-to-pecks`) +- [x] Gallons to Tablespoons (`gallons-to-tablespoons`) +- [x] Gallons to Teaspoons (`gallons-to-teaspoons`) +- [x] Gallons to Us Gallons (`gallons-to-us-gallons`) +- [x] Gallons to Us Pints (`gallons-to-us-pints`) +- [x] Gamma (mass) to Amu (`gamma-mass-to-amu`) +- [x] Gamma (mass) to Apothecary Ounces (`gamma-mass-to-apothecary-ounces`) +- [x] Gamma (mass) to Atomic Mass Units (`gamma-mass-to-atomic-mass-units`) +- [x] Gamma (mass) to Attograms (`gamma-mass-to-attograms`) +- [x] Gamma (mass) to Carats (`gamma-mass-to-carats`) +- [x] Gamma (mass) to Centigrams (`gamma-mass-to-centigrams`) +- [x] Gamma (mass) to Cloves (`gamma-mass-to-cloves`) +- [x] Gamma (mass) to Daltons (`gamma-mass-to-daltons`) +- [x] Gamma (mass) to Drams (`gamma-mass-to-drams`) +- [x] Gamma (mass) to Earth Masses (`gamma-mass-to-earth-masses`) +- [x] Gamma (mass) to Femtograms (`gamma-mass-to-femtograms`) +- [x] Gamma (mass) to Grains (`gamma-mass-to-grains`) +- [x] Gamma (mass) to Grams (`gamma-mass-to-grams`) +- [x] Gamma (mass) to Hundredweight (`gamma-mass-to-hundredweight`) +- [x] Gamma (mass) to Hundredweight (cwt) (`gamma-mass-to-hundredweight-cwt`) +- [x] Gamma (mass) to Kilograms (`gamma-mass-to-kilograms`) +- [x] Gamma (mass) to Long Tons (`gamma-mass-to-long-tons`) +- [x] Gamma (mass) to Metric Tons (`gamma-mass-to-metric-tons`) +- [x] Gamma (mass) to Milligrams (`gamma-mass-to-milligrams`) +- [x] Gamma (mass) to Momme (`gamma-mass-to-momme`) - [ ] Gamma (mass) to Nanograms - [ ] Gamma (mass) to Ounces - [ ] Gamma (mass) to Pennyweights diff --git a/hdyc-svelte/src/lib/data/calculators.ts b/hdyc-svelte/src/lib/data/calculators.ts index acfa2e5..5efae0b 100644 --- a/hdyc-svelte/src/lib/data/calculators.ts +++ b/hdyc-svelte/src/lib/data/calculators.ts @@ -2638,6 +2638,46 @@ export const calculators: CalculatorDef[] = [ {"slug": "furlongs-per-fortnight-to-centimeters-per-second", "name": "Furlongs Per Fortnight to Centimeters Per Second", "category": "speed", "type": "standard", "labels": {"in1": "Furlongs Per Fortnight", "in2": "Centimeters Per Second"}, "factor": 0.01663095238095238}, {"slug": "furlongs-per-fortnight-to-cm-per-second", "name": "Furlongs Per Fortnight to Cm Per Second", "category": "speed", "type": "standard", "labels": {"in1": "Furlongs Per Fortnight", "in2": "Cm Per Second"}, "factor": 0.01663095238095238}, {"slug": "furlongs-per-fortnight-to-feet-per-second", "name": "Furlongs Per Fortnight to Feet Per Second", "category": "speed", "type": "standard", "labels": {"in1": "Furlongs Per Fortnight", "in2": "Feet Per Second"}, "factor": 0.0005456349380952381}, + {"slug": "gallons-to-acre-feet", "name": "Gallons to Acre-feet", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Acre-feet"}, "factor": 0.0000030688832772166103}, + {"slug": "gallons-to-bushels", "name": "Gallons to Bushels", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Bushels"}, "factor": 0.10742087592191292}, + {"slug": "gallons-to-centiliters", "name": "Gallons to Centiliters", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Centiliters"}, "factor": 378.5411784}, + {"slug": "gallons-to-cubic-centimeters", "name": "Gallons to Cubic Centimeters", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Cubic Centimeters"}, "factor": 3785.411784}, + {"slug": "gallons-to-cubic-inches", "name": "Gallons to Cubic Inches", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Cubic Inches"}, "factor": 231.0}, + {"slug": "gallons-to-cubic-yards", "name": "Gallons to Cubic Yards", "category": "length", "type": "standard", "labels": {"in1": "Gallons", "in2": "Cubic Yards"}, "factor": 0.004951131687242798}, + {"slug": "gallons-to-drams", "name": "Gallons to Drams (fluid)", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Drams (fluid)"}, "factor": 1024.0}, + {"slug": "gallons-to-gill", "name": "Gallons to Gill", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Gill"}, "factor": 32.0}, + {"slug": "gallons-to-hogshead", "name": "Gallons to Hogshead", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Hogshead"}, "factor": 0.015873015873015872}, + {"slug": "gallons-to-imperial-fl-oz", "name": "Gallons to Imperial Fl Oz", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Imperial Fl Oz"}, "factor": 133.2278695406382}, + {"slug": "gallons-to-imperial-gallons", "name": "Gallons to Imperial Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Imperial Gallons"}, "factor": 0.8326741846289888}, + {"slug": "gallons-to-imperial-pints", "name": "Gallons to Imperial Pints", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Imperial Pints"}, "factor": 6.66139347703191}, + {"slug": "gallons-to-jiggers", "name": "Gallons to Jiggers", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Jiggers"}, "factor": 85.33332245273363}, + {"slug": "gallons-to-milliliters", "name": "Gallons to Milliliters", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Milliliters"}, "factor": 3785.411784}, + {"slug": "gallons-to-minims", "name": "Gallons to Minims", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Minims"}, "factor": 61439.99992209249}, + {"slug": "gallons-to-pecks", "name": "Gallons to Pecks", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Pecks"}, "factor": 0.42968350368765174}, + {"slug": "gallons-to-tablespoons", "name": "Gallons to Tablespoons", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Tablespoons"}, "factor": 256.0}, + {"slug": "gallons-to-teaspoons", "name": "Gallons to Teaspoons", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Teaspoons"}, "factor": 768.0}, + {"slug": "gallons-to-us-gallons", "name": "Gallons to Us Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Us Gallons"}, "factor": 1.0}, + {"slug": "gallons-to-us-pints", "name": "Gallons to Us Pints", "category": "volume", "type": "standard", "labels": {"in1": "Gallons", "in2": "Us Pints"}, "factor": 8.0}, + {"slug": "gamma-mass-to-amu", "name": "Gamma (mass) to Amu", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Amu"}, "factor": 6.022140762081123e+17}, + {"slug": "gamma-mass-to-apothecary-ounces", "name": "Gamma (mass) to Apothecary Ounces", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Apothecary Ounces"}, "factor": 3.215074656862798e-08}, + {"slug": "gamma-mass-to-atomic-mass-units", "name": "Gamma (mass) to Atomic Mass Units", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Atomic Mass Units"}, "factor": 6.022140762081123e+17}, + {"slug": "gamma-mass-to-attograms", "name": "Gamma (mass) to Attograms", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Attograms"}, "factor": 1000000000000.0}, + {"slug": "gamma-mass-to-carats", "name": "Gamma (mass) to Carats", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Carats"}, "factor": 4.9999999999999996e-06}, + {"slug": "gamma-mass-to-centigrams", "name": "Gamma (mass) to Centigrams", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Centigrams"}, "factor": 9.999999999999999e-05}, + {"slug": "gamma-mass-to-cloves", "name": "Gamma (mass) to Cloves", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Cloves"}, "factor": 2.75577827731097e-10}, + {"slug": "gamma-mass-to-daltons", "name": "Gamma (mass) to Daltons", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Daltons"}, "factor": 6.022140762081123e+17}, + {"slug": "gamma-mass-to-drams", "name": "Gamma (mass) to Drams", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Drams"}, "factor": 5.643833911932866e-07}, + {"slug": "gamma-mass-to-earth-masses", "name": "Gamma (mass) to Earth Masses", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Earth Masses"}, "factor": 1.6744248350691538e-34}, + {"slug": "gamma-mass-to-femtograms", "name": "Gamma (mass) to Femtograms", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Femtograms"}, "factor": 1000000000.0}, + {"slug": "gamma-mass-to-grains", "name": "Gamma (mass) to Grains", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Grains"}, "factor": 1.543235835294143e-05}, + {"slug": "gamma-mass-to-grams", "name": "Gamma (mass) to Grams", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Grams"}, "factor": 0.000001}, + {"slug": "gamma-mass-to-hundredweight", "name": "Gamma (mass) to Hundredweight", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Hundredweight"}, "factor": 2.2046226218487758e-11}, + {"slug": "gamma-mass-to-hundredweight-cwt", "name": "Gamma (mass) to Hundredweight (cwt)", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Hundredweight (cwt)"}, "factor": 1.9684130552221214e-11}, + {"slug": "gamma-mass-to-kilograms", "name": "Gamma (mass) to Kilograms", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Kilograms"}, "factor": 9.999999999999999e-10}, + {"slug": "gamma-mass-to-long-tons", "name": "Gamma (mass) to Long Tons", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Long Tons"}, "factor": 9.842065276110605e-13}, + {"slug": "gamma-mass-to-metric-tons", "name": "Gamma (mass) to Metric Tons", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Metric Tons"}, "factor": 1e-12}, + {"slug": "gamma-mass-to-milligrams", "name": "Gamma (mass) to Milligrams", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Milligrams"}, "factor": 0.001}, + {"slug": "gamma-mass-to-momme", "name": "Gamma (mass) to Momme", "category": "weight", "type": "standard", "labels": {"in1": "Gamma (mass)", "in2": "Momme"}, "factor": 2.6666666666666667e-07}, ];