diff --git a/calculators_list.md b/calculators_list.md index c794982..ffdc1e5 100644 --- a/calculators_list.md +++ b/calculators_list.md @@ -5821,46 +5821,46 @@ The registry currently contains 1333 unique calculator slugs. - [ ] Gamma (mass) to Yoctograms - [ ] Gamma (mass) to Zeptograms - [ ] Gauss to Ampere-turns Per Meter -- [ ] Gauss to Maxwell -- [ ] Gauss to Milligauss -- [ ] Gauss to Millitesla -- [ ] Gauss to Oersted -- [ ] Gauss to Weber -- [ ] Gbps to Kbps -- [ ] Gbps to mb/s -- [ ] Gibibytes to Bits -- [ ] Gibibytes to Bytes -- [ ] Gibibytes to Exabytes -- [ ] Gibibytes to Gigabits -- [ ] Gibibytes to Kibibytes -- [ ] Gibibytes to Kilobits -- [ ] Gibibytes to Kilobytes -- [ ] Gibibytes to Mebibytes -- [ ] Gibibytes to Megabits -- [ ] Gibibytes to Megabytes -- [ ] Gibibytes to Nibbles -- [ ] Gibibytes to Petabytes -- [ ] Gibibytes to Tebibytes -- [ ] Gibibytes to Terabytes -- [ ] Gibibytes to Words (16-bit) -- [ ] Gibibytes to Words (32-bit) -- [ ] Gigabits to Bits -- [ ] Gigabits to Bytes -- [ ] Gigabits to Exabytes -- [ ] Gigabits to Gibibytes -- [ ] Gigabits to Gigabytes -- [ ] Gigabits to Kibibytes -- [ ] Gigabits to Kilobits -- [ ] Gigabits to Kilobytes -- [ ] Gigabits to Mebibytes -- [ ] Gigabits to Megabytes -- [ ] Gigabits to Nibbles -- [ ] Gigabits to Petabytes -- [ ] Gigabits to Tebibytes -- [ ] Gigabits to Terabytes -- [ ] Gigabits to Words (16-bit) -- [ ] Gigabits to Words (32-bit) -- [ ] Gigabytes to Bits +- [x] Gauss to Maxwell (`gauss-to-maxwell`) +- [x] Gauss to Milligauss (`gauss-to-milligauss`) +- [x] Gauss to Millitesla (`gauss-to-millitesla`) +- [x] Gauss to Oersted (`gauss-to-oersted`) +- [x] Gauss to Weber (`gauss-to-weber`) +- [x] Gbps to Kbps (`gbps-to-kbps`) +- [x] Gbps to MB/s (`gbps-to-mb-s`) +- [x] Gibibytes to Bits (`gibibytes-to-bits`) +- [x] Gibibytes to Bytes (`gibibytes-to-bytes`) +- [x] Gibibytes to Exabytes (`gibibytes-to-exabytes`) +- [x] Gibibytes to Gigabits (`gibibytes-to-gigabits`) +- [x] Gibibytes to Kibibytes (`gibibytes-to-kibibytes`) +- [x] Gibibytes to Kilobits (`gibibytes-to-kilobits`) +- [x] Gibibytes to Kilobytes (`gibibytes-to-kilobytes`) +- [x] Gibibytes to Mebibytes (`gibibytes-to-mebibytes`) +- [x] Gibibytes to Megabits (`gibibytes-to-megabits`) +- [x] Gibibytes to Megabytes (`gibibytes-to-megabytes`) +- [x] Gibibytes to Nibbles (`gibibytes-to-nibbles`) +- [x] Gibibytes to Petabytes (`gibibytes-to-petabytes`) +- [x] Gibibytes to Tebibytes (`gibibytes-to-tebibytes`) +- [x] Gibibytes to Terabytes (`gibibytes-to-terabytes`) +- [x] Gibibytes to Words (16-bit) (`gibibytes-to-words-16-bit`) +- [x] Gibibytes to Words (32-bit) (`gibibytes-to-words-32-bit`) +- [x] Gigabits to Bits (`gigabits-to-bits`) +- [x] Gigabits to Bytes (`gigabits-to-bytes`) +- [x] Gigabits to Exabytes (`gigabits-to-exabytes`) +- [x] Gigabits to Gibibytes (`gigabits-to-gibibytes`) +- [x] Gigabits to Gigabytes (`gigabits-to-gigabytes`) +- [x] Gigabits to Kibibytes (`gigabits-to-kibibytes`) +- [x] Gigabits to Kilobits (`gigabits-to-kilobits`) +- [x] Gigabits to Kilobytes (`gigabits-to-kilobytes`) +- [x] Gigabits to Mebibytes (`gigabits-to-mebibytes`) +- [x] Gigabits to Megabytes (`gigabits-to-megabytes`) +- [x] Gigabits to Nibbles (`gigabits-to-nibbles`) +- [x] Gigabits to Petabytes (`gigabits-to-petabytes`) +- [x] Gigabits to Tebibytes (`gigabits-to-tebibytes`) +- [x] Gigabits to Terabytes (`gigabits-to-terabytes`) +- [x] Gigabits to Words (16-bit) (`gigabits-to-words-16-bit`) +- [x] Gigabits to Words (32-bit) (`gigabits-to-words-32-bit`) +- [x] Gigabytes to Bits (`gigabytes-to-bits`) - [ ] Gigabytes to Exabytes - [ ] Gigabytes to Gigabits - [ ] Gigabytes to Kibibytes diff --git a/hdyc-svelte/src/lib/data/calculators.ts b/hdyc-svelte/src/lib/data/calculators.ts index 5efae0b..5273cb5 100644 --- a/hdyc-svelte/src/lib/data/calculators.ts +++ b/hdyc-svelte/src/lib/data/calculators.ts @@ -252,7 +252,7 @@ export const calculators: CalculatorDef[] = [ {"slug": "webers-per-square-centimeter-to-gauss", "name": "Webers per square centimeter to Gauss", "category": "magnetism", "type": "standard", "teaser": "Scale the small-area flux into Gauss.", "labels": {"in1": "Webers per square centimeter", "in2": "Gauss"}, "factor": 100000000.0}, {"slug": "gauss-to-webers-per-square-centimeter", "name": "Gauss to Webers per square centimeter", "category": "magnetism", "type": "standard", "teaser": "Convert Gauss back into Weber per square centimeter.", "labels": {"in1": "Gauss", "in2": "Webers per square centimeter"}, "factor": 1e-08, "hidden": true}, {"slug": "oersted-to-gauss", "name": "Oersted to Gauss", "category": "magnetism", "type": "standard", "teaser": "In vacuum, the numeric values for Oersted and Gauss match.", "labels": {"in1": "Oersted", "in2": "Gauss"}, "hidden": true}, - {"slug": "gauss-to-oersted", "name": "Gauss to Oersted", "category": "magnetism", "type": "standard", "teaser": "Translate the flux density version back into the magnetizing force scale.", "labels": {"in1": "Gauss", "in2": "Oersted"}}, + {"slug": "gauss-to-oersted", "name": "Gauss to Oersted", "category": "magnetism", "type": "standard", "teaser": "Translate the flux density version back into the magnetizing force scale.", "labels": {"in1": "Gauss", "in2": "Oersted"}, "factor": 1.0}, {"slug": "kilogauss-to-microtesla", "name": "Kilogauss to Microtesla", "category": "magnetism", "type": "standard", "teaser": "A kilogauss field equals 100,000 microtesla.", "labels": {"in1": "Kilogauss", "in2": "Microtesla"}, "factor": 100000.0}, {"slug": "microtesla-to-kilogauss", "name": "Microtesla to Kilogauss", "category": "magnetism", "type": "standard", "teaser": "Convert microtesla readings into kilogauss.", "labels": {"in1": "Microtesla", "in2": "Kilogauss"}, "factor": 1e-05, "hidden": true}, {"slug": "kilogauss-to-nanotesla", "name": "Kilogauss to Nanotesla", "category": "magnetism", "type": "standard", "teaser": "Express kilogauss values in nanotesla for sensitive instrumentation.", "labels": {"in1": "Kilogauss", "in2": "Nanotesla"}, "factor": 100000000.0}, @@ -2678,6 +2678,45 @@ export const calculators: CalculatorDef[] = [ {"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}, + {"slug": "gauss-to-maxwell", "name": "Gauss to Maxwell", "category": "magnetism", "type": "standard", "labels": {"in1": "Gauss", "in2": "Maxwell"}, "factor": 1.0}, + {"slug": "gauss-to-milligauss", "name": "Gauss to Milligauss", "category": "magnetism", "type": "standard", "labels": {"in1": "Gauss", "in2": "Milligauss"}, "factor": 1000.0}, + {"slug": "gauss-to-millitesla", "name": "Gauss to Millitesla", "category": "magnetism", "type": "standard", "labels": {"in1": "Gauss", "in2": "Millitesla"}, "factor": 0.1}, + {"slug": "gauss-to-weber", "name": "Gauss to Weber", "category": "magnetism", "type": "standard", "labels": {"in1": "Gauss", "in2": "Webers"}, "factor": 0.0001}, + {"slug": "gbps-to-kbps", "name": "Gbps to Kbps", "category": "other", "type": "standard", "labels": {"in1": "Gbps", "in2": "Kbps"}, "factor": 1000000.0}, + {"slug": "gbps-to-mb-s", "name": "Gbps to MB/s", "category": "other", "type": "standard", "labels": {"in1": "Gbps", "in2": "MB/s"}, "factor": 125.0}, + {"slug": "gibibytes-to-bits", "name": "Gibibytes to Bits", "category": "data", "type": "standard", "labels": {"in1": "Gibibytes", "in2": "Bits"}, "factor": 8589934592.0}, + {"slug": "gibibytes-to-bytes", "name": "Gibibytes to Bytes", "category": "data", "type": "standard", "labels": {"in1": "Gibibytes", "in2": "Bytes"}, "factor": 1073741824.0}, + {"slug": "gibibytes-to-exabytes", "name": "Gibibytes to Exabytes", "category": "data", "type": "standard", "labels": {"in1": "Gibibytes", "in2": "Exabytes"}, "factor": 1.073741824e-09}, + {"slug": "gibibytes-to-gigabits", "name": "Gibibytes to Gigabits", "category": "data", "type": "standard", "labels": {"in1": "Gibibytes", "in2": "Gigabits"}, "factor": 8.589934592}, + {"slug": "gibibytes-to-kibibytes", "name": "Gibibytes to Kibibytes", "category": "data", "type": "standard", "labels": {"in1": "Gibibytes", "in2": "Kibibytes"}, "factor": 1048576.0}, + {"slug": "gibibytes-to-kilobits", "name": "Gibibytes to Kilobits", "category": "data", "type": "standard", "labels": {"in1": "Gibibytes", "in2": "Kilobits"}, "factor": 8589934.592}, + {"slug": "gibibytes-to-kilobytes", "name": "Gibibytes to Kilobytes", "category": "data", "type": "standard", "labels": {"in1": "Gibibytes", "in2": "Kilobytes"}, "factor": 1073741.824}, + {"slug": "gibibytes-to-mebibytes", "name": "Gibibytes to Mebibytes", "category": "data", "type": "standard", "labels": {"in1": "Gibibytes", "in2": "Mebibytes"}, "factor": 1024.0}, + {"slug": "gibibytes-to-megabits", "name": "Gibibytes to Megabits", "category": "data", "type": "standard", "labels": {"in1": "Gibibytes", "in2": "Megabits"}, "factor": 8589.934592}, + {"slug": "gibibytes-to-megabytes", "name": "Gibibytes to Megabytes", "category": "data", "type": "standard", "labels": {"in1": "Gibibytes", "in2": "Megabytes"}, "factor": 1073.741824}, + {"slug": "gibibytes-to-nibbles", "name": "Gibibytes to Nibbles", "category": "data", "type": "standard", "labels": {"in1": "Gibibytes", "in2": "Nibbles"}, "factor": 2147483648.0}, + {"slug": "gibibytes-to-petabytes", "name": "Gibibytes to Petabytes", "category": "data", "type": "standard", "labels": {"in1": "Gibibytes", "in2": "Petabytes"}, "factor": 1.073741824e-06}, + {"slug": "gibibytes-to-tebibytes", "name": "Gibibytes to Tebibytes", "category": "data", "type": "standard", "labels": {"in1": "Gibibytes", "in2": "Tebibytes"}, "factor": 0.0009765625}, + {"slug": "gibibytes-to-terabytes", "name": "Gibibytes to Terabytes", "category": "data", "type": "standard", "labels": {"in1": "Gibibytes", "in2": "Terabytes"}, "factor": 0.001073741824}, + {"slug": "gibibytes-to-words-16-bit", "name": "Gibibytes to Words (16-bit)", "category": "data", "type": "standard", "labels": {"in1": "Gibibytes", "in2": "Words (16-bit)"}, "factor": 536870912.0}, + {"slug": "gibibytes-to-words-32-bit", "name": "Gibibytes to Words (32-bit)", "category": "data", "type": "standard", "labels": {"in1": "Gibibytes", "in2": "Words (32-bit)"}, "factor": 268435456.0}, + {"slug": "gigabits-to-bits", "name": "Gigabits to Bits", "category": "data", "type": "standard", "labels": {"in1": "Gigabits", "in2": "Bits"}, "factor": 1000000000.0}, + {"slug": "gigabits-to-bytes", "name": "Gigabits to Bytes", "category": "data", "type": "standard", "labels": {"in1": "Gigabits", "in2": "Bytes"}, "factor": 125000000.0}, + {"slug": "gigabits-to-exabytes", "name": "Gigabits to Exabytes", "category": "data", "type": "standard", "labels": {"in1": "Gigabits", "in2": "Exabytes"}, "factor": 1.25e-10}, + {"slug": "gigabits-to-gibibytes", "name": "Gigabits to Gibibytes", "category": "data", "type": "standard", "labels": {"in1": "Gigabits", "in2": "Gibibytes"}, "factor": 0.11641532182693481}, + {"slug": "gigabits-to-gigabytes", "name": "Gigabits to Gigabytes", "category": "data", "type": "standard", "labels": {"in1": "Gigabits", "in2": "Gigabytes"}, "factor": 0.125}, + {"slug": "gigabits-to-kibibytes", "name": "Gigabits to Kibibytes", "category": "data", "type": "standard", "labels": {"in1": "Gigabits", "in2": "Kibibytes"}, "factor": 122070.3125}, + {"slug": "gigabits-to-kilobits", "name": "Gigabits to Kilobits", "category": "data", "type": "standard", "labels": {"in1": "Gigabits", "in2": "Kilobits"}, "factor": 1000000.0}, + {"slug": "gigabits-to-kilobytes", "name": "Gigabits to Kilobytes", "category": "data", "type": "standard", "labels": {"in1": "Gigabits", "in2": "Kilobytes"}, "factor": 125000.0}, + {"slug": "gigabits-to-mebibytes", "name": "Gigabits to Mebibytes", "category": "data", "type": "standard", "labels": {"in1": "Gigabits", "in2": "Mebibytes"}, "factor": 119.20928955078125}, + {"slug": "gigabits-to-megabytes", "name": "Gigabits to Megabytes", "category": "data", "type": "standard", "labels": {"in1": "Gigabits", "in2": "Megabytes"}, "factor": 125.0}, + {"slug": "gigabits-to-nibbles", "name": "Gigabits to Nibbles", "category": "data", "type": "standard", "labels": {"in1": "Gigabits", "in2": "Nibbles"}, "factor": 250000000.0}, + {"slug": "gigabits-to-petabytes", "name": "Gigabits to Petabytes", "category": "data", "type": "standard", "labels": {"in1": "Gigabits", "in2": "Petabytes"}, "factor": 1.25e-07}, + {"slug": "gigabits-to-tebibytes", "name": "Gigabits to Tebibytes", "category": "data", "type": "standard", "labels": {"in1": "Gigabits", "in2": "Tebibytes"}, "factor": 0.00011368683772161603}, + {"slug": "gigabits-to-terabytes", "name": "Gigabits to Terabytes", "category": "data", "type": "standard", "labels": {"in1": "Gigabits", "in2": "Terabytes"}, "factor": 0.000125}, + {"slug": "gigabits-to-words-16-bit", "name": "Gigabits to Words (16-bit)", "category": "data", "type": "standard", "labels": {"in1": "Gigabits", "in2": "Words (16-bit)"}, "factor": 62500000.0}, + {"slug": "gigabits-to-words-32-bit", "name": "Gigabits to Words (32-bit)", "category": "data", "type": "standard", "labels": {"in1": "Gigabits", "in2": "Words (32-bit)"}, "factor": 31250000.0}, + {"slug": "gigabytes-to-bits", "name": "Gigabytes to Bits", "category": "data", "type": "standard", "labels": {"in1": "Gigabytes", "in2": "Bits"}, "factor": 8000000000.0}, ];