Add next backlog calculators
This commit is contained in:
@@ -1204,6 +1204,7 @@ export const calculators: CalculatorDef[] = [
|
||||
{"slug": "gallons-to-pints", "name": "Gallons to Pints", "category": "volume", "type": "standard", "teaser": "Pouring one gallon equals how many pints for serving?", "labels": {"in1": "Gallons", "in2": "Pints"}, "factor": 8.0},
|
||||
{"slug": "gallons-to-quarts", "name": "Gallons to Quarts", "category": "volume", "type": "standard", "teaser": "Four gallons convert to how many quarts for canning?", "labels": {"in1": "Gallons", "in2": "Quarts"}, "factor": 4.0},
|
||||
{"slug": "gamma-mass-to-micrograms", "name": "Gamma (mass) to Micrograms", "category": "weight", "type": "standard", "teaser": "A lab note shows gamma units; what is that in micrograms?", "labels": {"in1": "Gamma (mass)", "in2": "Micrograms"}},
|
||||
{"slug": "gauss-to-ampere-turns-per-meter", "name": "Gauss / Ampere-turns per meter", "category": "magnetism", "type": "3col", "teaser": "Convert magnetic flux density into magnetomotive force per meter when the medium's permeability is known.", "labels": {"in1": "Gauss", "in2": "Ampere-turns per meter", "in3": "Gauss / Ampere-turns per meter"}},
|
||||
{"slug": "gauss-to-tesla", "name": "Gauss to Tesla", "category": "magnetism", "type": "standard", "teaser": "A field reads five thousand gauss; what is that in tesla?", "labels": {"in1": "Gauss", "in2": "Tesla"}, "factor": 0.0001, "hidden": true},
|
||||
{"slug": "millitesla-to-tesla", "name": "Millitesla to Tesla", "category": "magnetism", "type": "standard", "teaser": "Convert milliteslas into teslas for electromagnetism work.", "labels": {"in1": "Millitesla", "in2": "Tesla"}, "factor": 0.001, "hidden": true},
|
||||
{"slug": "gbps-to-mbps", "name": "Gbps to Mbps", "category": "other", "type": "standard", "teaser": "A fiber uplink reports 10 Gbps; how many megabits per second of capacity is that?", "labels": {"in1": "Gbps", "in2": "Mbps"}, "factor": 1000.0},
|
||||
@@ -1212,7 +1213,45 @@ export const calculators: CalculatorDef[] = [
|
||||
{"slug": "gigabytes-to-bytes", "name": "Gigabytes to Bytes", "category": "data", "type": "standard", "teaser": "A download weighs 5 gigabytes; how many bytes does that represent?", "labels": {"in1": "Gigabytes", "in2": "Bytes"}, "factor": 1000000000.0},
|
||||
{"slug": "gigabytes-to-gibibytes", "name": "Gigabytes to Gibibytes", "category": "data", "type": "standard", "teaser": "A storage plan advertises 1,000 GB; how many gibibytes is that?", "labels": {"in1": "Gigabytes", "in2": "Gibibytes"}, "factor": 0.9313225746154785},
|
||||
{"slug": "gigabytes-to-petabytes", "name": "Gigabytes to Petabytes", "category": "data", "type": "standard", "teaser": "A data warehouse holds 400,000 gigabytes; how many petabytes is that?", "labels": {"in1": "Gigabytes", "in2": "Petabytes"}, "factor": 1e-06},
|
||||
{"slug": "gigabytes-to-exabytes", "name": "Gigabytes to Exabytes", "category": "data", "type": "standard", "teaser": "A lake of gigabytes grows into an exabyte-scale archive; how big is one gigabyte in exabytes?", "labels": {"in1": "Gigabytes", "in2": "Exabytes"}, "factor": 1e-09},
|
||||
{"slug": "gigabytes-to-gigabits", "name": "Gigabytes to Gigabits", "category": "data", "type": "standard", "teaser": "A 2 GB file represents how many gigabits of bandwidth at 8 bits per byte?", "labels": {"in1": "Gigabytes", "in2": "Gigabits"}, "factor": 8.0},
|
||||
{"slug": "gigabytes-to-kibibytes", "name": "Gigabytes to Kibibytes", "category": "data", "type": "standard", "teaser": "Translate decimal gigabytes into binary kibibytes for firmware planning.", "labels": {"in1": "Gigabytes", "in2": "Kibibytes"}, "factor": 976562.5},
|
||||
{"slug": "gigabytes-to-kilobits", "name": "Gigabytes to Kilobits", "category": "data", "type": "standard", "teaser": "Convert gigabytes into kilobits when sizing a pipeline (1 byte = 8 bits).", "labels": {"in1": "Gigabytes", "in2": "Kilobits"}, "factor": 8000000.0},
|
||||
{"slug": "gigabytes-to-mebibytes", "name": "Gigabytes to Mebibytes", "category": "data", "type": "standard", "teaser": "Compare decimal gigabytes with mebibytes for binary memory charts.", "labels": {"in1": "Gigabytes", "in2": "Mebibytes"}, "factor": 953.67431640625},
|
||||
{"slug": "gigabytes-to-megabits", "name": "Gigabytes to Megabits", "category": "data", "type": "standard", "teaser": "A 3 GB download uses how many megabits of traffic?", "labels": {"in1": "Gigabytes", "in2": "Megabits"}, "factor": 8000.0},
|
||||
{"slug": "gigabytes-to-nibbles", "name": "Gigabytes to Nibbles", "category": "data", "type": "standard", "teaser": "Turn gigabytes into nibble counts for very low-level encoding.", "labels": {"in1": "Gigabytes", "in2": "Nibbles"}, "factor": 2000000000.0},
|
||||
{"slug": "gigabytes-to-tebibytes", "name": "Gigabytes to Tebibytes", "category": "data", "type": "standard", "teaser": "See how quickly gigabytes add up toward tebibytes for massive stores.", "labels": {"in1": "Gigabytes", "in2": "Tebibytes"}, "factor": 0.0009094947017729282},
|
||||
{"slug": "gigabytes-to-words-16-bit", "name": "Gigabytes to Words (16-bit)", "category": "data", "type": "standard", "teaser": "Express gigabytes as counts of 16-bit words for legacy register math.", "labels": {"in1": "Gigabytes", "in2": "Words (16-bit)"}, "factor": 500000000.0},
|
||||
{"slug": "gigabytes-to-words-32-bit", "name": "Gigabytes to Words (32-bit)", "category": "data", "type": "standard", "teaser": "Express gigabytes as counts of 32-bit words for modern registers.", "labels": {"in1": "Gigabytes", "in2": "Words (32-bit)"}, "factor": 250000000.0},
|
||||
{"slug": "gigahertz-to-megahertz", "name": "Gigahertz to Megahertz", "category": "other", "type": "standard", "teaser": "A processor is rated at 3 GHz; how many megahertz is that clock speed?", "labels": {"in1": "Gigahertz", "in2": "Megahertz"}, "factor": 1000.0},
|
||||
{"slug": "gigahertz-to-hertz", "name": "Gigahertz to Hertz", "category": "other", "type": "standard", "teaser": "Convert a gigahertz clock speed into raw hertz for physics comparisons.", "labels": {"in1": "Gigahertz", "in2": "Hertz"}, "factor": 1000000000.0},
|
||||
{"slug": "gigahertz-to-kilohertz", "name": "Gigahertz to Kilohertz", "category": "other", "type": "standard", "teaser": "Express gigahertz signals as kilohertz for instrumentation.", "labels": {"in1": "Gigahertz", "in2": "Kilohertz"}, "factor": 1000000.0},
|
||||
{"slug": "gigahertz-to-rpm", "name": "Gigahertz to RPM", "category": "other", "type": "standard", "teaser": "Translate gigahertz frequencies into revolutions per minute for mechanical analogies.", "labels": {"in1": "Gigahertz", "in2": "RPM"}, "factor": 60000000000.0},
|
||||
{"slug": "gill-to-acre-feet", "name": "Gill to Acre-feet", "category": "volume", "type": "standard", "teaser": "Compare a bartending gill with the volume of an acre-foot of water.", "labels": {"in1": "Gill", "in2": "Acre-feet"}, "factor": 9.590260241301286e-08},
|
||||
{"slug": "gill-to-barrel-us-oil", "name": "Gill to Barrel (US oil)", "category": "volume", "type": "standard", "teaser": "Express a gill's tiny volume relative to a US oil barrel.", "labels": {"in1": "Gill", "in2": "Barrel (US oil)"}, "factor": 0.000744047619047619},
|
||||
{"slug": "gill-to-bushels", "name": "Gill to Bushels", "category": "volume", "type": "standard", "teaser": "See how a gill measures up against a bushel of grain.", "labels": {"in1": "Gill", "in2": "Bushels"}, "factor": 0.003356902372559779, "hidden": true},
|
||||
{"slug": "gill-to-centiliters", "name": "Gill to Centiliters", "category": "volume", "type": "standard", "teaser": "Convert a gill into centiliters for metric bartending pours.", "labels": {"in1": "Gill", "in2": "Centiliters"}, "factor": 11.829411825},
|
||||
{"slug": "gill-to-cubic-centimeters", "name": "Gill to Cubic Centimeters", "category": "volume", "type": "standard", "teaser": "Translate gills into cubic centimeters for lab precision.", "labels": {"in1": "Gill", "in2": "Cubic Centimeters"}, "factor": 118.29411825},
|
||||
{"slug": "gill-to-cubic-feet", "name": "Gill to Cubic Feet", "category": "volume", "type": "standard", "teaser": "Express a gill's volume in cubic feet for HVAC or drainage comparisons.", "labels": {"in1": "Gill", "in2": "Cubic Feet"}, "factor": 0.004177517361111111},
|
||||
{"slug": "gill-to-cubic-inches", "name": "Gill to Cubic Inches", "category": "volume", "type": "standard", "teaser": "Use cubic inches to describe how a gill fills mechanical cavities.", "labels": {"in1": "Gill", "in2": "Cubic Inches"}, "factor": 7.21875},
|
||||
{"slug": "gill-to-cubic-meters", "name": "Gill to Cubic Meters", "category": "volume", "type": "standard", "teaser": "Express a gill in cubic meters for industrial planning.", "labels": {"in1": "Gill", "in2": "Cubic Meters"}, "factor": 0.00011829411825},
|
||||
{"slug": "gill-to-cubic-yards", "name": "Gill to Cubic Yards", "category": "volume", "type": "standard", "teaser": "Compare a gill to a cubic yard when switching between scales.", "labels": {"in1": "Gill", "in2": "Cubic Yards"}, "factor": 0.00015472286522633745, "hidden": true},
|
||||
{"slug": "gill-to-cups", "name": "Gill to Cups", "category": "volume", "type": "standard", "teaser": "One US gill equals half a cup of liquid.", "labels": {"in1": "Gill", "in2": "Cups"}, "factor": 0.5},
|
||||
{"slug": "gill-to-drams-fluid", "name": "Gill to Drams (fluid)", "category": "volume", "type": "standard", "teaser": "Count the fluid drams inside a gill (32 drams).", "labels": {"in1": "Gill", "in2": "Drams (fluid)"}, "factor": 32.0},
|
||||
{"slug": "gill-to-fluid-ounces", "name": "Gill to Fluid Ounces", "category": "volume", "type": "standard", "teaser": "That gill fill equals 4 US fluid ounces.", "labels": {"in1": "Gill", "in2": "Fluid Ounces"}, "factor": 4.0},
|
||||
{"slug": "gill-to-gallons", "name": "Gill to Gallons", "category": "volume", "type": "standard", "teaser": "Figure out how many gallons the gill pours.", "labels": {"in1": "Gill", "in2": "Gallons"}, "factor": 0.03125},
|
||||
{"slug": "gill-to-hogshead", "name": "Gill to Hogshead", "category": "volume", "type": "standard", "teaser": "Show the gill's size versus a US hogshead.", "labels": {"in1": "Gill", "in2": "Hogshead"}, "factor": 0.0004960337061808119},
|
||||
{"slug": "gill-to-imperial-fl-oz", "name": "Gill to Imperial Fl Oz", "category": "volume", "type": "standard", "teaser": "Convert a US gill into imperial fluid ounces.", "labels": {"in1": "Gill", "in2": "Imperial Fl Oz"}, "factor": 4.163370923144944},
|
||||
{"slug": "gill-to-imperial-gallons", "name": "Gill to Imperial Gallons", "category": "volume", "type": "standard", "teaser": "Compare a gill with imperial gallons.", "labels": {"in1": "Gill", "in2": "Imperial Gallons"}, "factor": 0.026021068269655903},
|
||||
{"slug": "gill-to-imperial-pints", "name": "Gill to Imperial Pints", "category": "volume", "type": "standard", "teaser": "Express a gill as a fraction of an imperial pint.", "labels": {"in1": "Gill", "in2": "Imperial Pints"}, "factor": 0.20816854615724723},
|
||||
{"slug": "gill-to-jiggers", "name": "Gill to Jiggers", "category": "volume", "type": "standard", "teaser": "Mix a gill's worth into cocktail math with jiggers.", "labels": {"in1": "Gill", "in2": "Jiggers"}, "factor": 2.6666666666666665},
|
||||
{"slug": "gill-to-liters", "name": "Gill to Liters", "category": "volume", "type": "standard", "teaser": "Translate the volume into liters for metric recipes.", "labels": {"in1": "Gill", "in2": "Liters"}, "factor": 0.11829411825},
|
||||
{"slug": "gill-to-minims", "name": "Gill to Minims", "category": "volume", "type": "standard", "teaser": "Work in old-school pharmacy minims (1 gill = 1920 minims).", "labels": {"in1": "Gill", "in2": "Minims"}, "factor": 1920.0},
|
||||
{"slug": "gill-to-pecks", "name": "Gill to Pecks", "category": "volume", "type": "standard", "teaser": "Compare a gill with a peck of produce.", "labels": {"in1": "Gill", "in2": "Pecks"}, "factor": 0.013427609490239117},
|
||||
{"slug": "gill-to-pints", "name": "Gill to Pints", "category": "volume", "type": "standard", "teaser": "Show that a gill is a quarter of a US pint.", "labels": {"in1": "Gill", "in2": "Pints"}, "factor": 0.25},
|
||||
{"slug": "gill-to-quarts", "name": "Gill to Quarts", "category": "volume", "type": "standard", "teaser": "A gill constitutes one-eighth of a US quart.", "labels": {"in1": "Gill", "in2": "Quarts"}, "factor": 0.125},
|
||||
{"slug": "gill-to-tablespoons", "name": "Gill to Tablespoons", "category": "volume", "type": "standard", "teaser": "Count tablespoons inside a gill (8 tablespoons).", "labels": {"in1": "Gill", "in2": "Tablespoons"}, "factor": 8.0},
|
||||
{"slug": "gill-to-teaspoons", "name": "Gill to Teaspoons", "category": "volume", "type": "standard", "teaser": "Express a gill as 24 US teaspoons.", "labels": {"in1": "Gill", "in2": "Teaspoons"}, "factor": 24.0},
|
||||
{"slug": "gill-to-milliliters", "name": "Gill to Milliliters", "category": "volume", "type": "standard", "teaser": "A bartender pours two US gills; how many milliliters should the glass hold?", "labels": {"in1": "Gill", "in2": "Milliliters"}, "factor": 118.294},
|
||||
{"slug": "gradians-to-degrees", "name": "Gradians to Degrees", "category": "angle", "type": "standard", "teaser": "A surveyor logs 100 gradians; what is that angle in degrees?", "labels": {"in1": "Gradians", "in2": "Degrees"}, "factor": 0.9},
|
||||
{"slug": "gradians-to-radians", "name": "Gradians to Radians", "category": "angle", "type": "standard", "teaser": "A control dial sweeps 200 gradians; what is that rotation in radians?", "labels": {"in1": "Gradians", "in2": "Radians"}, "factor": 0.01570796, "hidden": true},
|
||||
@@ -1535,7 +1574,6 @@ export const calculators: CalculatorDef[] = [
|
||||
{"slug": "acre-feet-to-cups", "name": "Acre-feet to Cups", "category": "volume", "type": "standard", "teaser": "Convert irrigation acre-feet into cups for accessible units.", "labels": {"in1": "Acre-feet", "in2": "Cups"}, "factor": 5213622.857143195},
|
||||
{"slug": "centiliters-to-milliliters", "name": "Centiliters to Milliliters", "category": "volume", "type": "standard", "teaser": "Turn centiliters into milliliters instantly.", "labels": {"in1": "Centiliters", "in2": "Milliliters"}, "factor": 10.0},
|
||||
{"slug": "imperial-gallons-to-drams", "name": "Imperial Gallons to Drams", "category": "volume", "type": "standard", "teaser": "Translate imperial gallons into fluid drams.", "labels": {"in1": "Imperial Gallons", "in2": "Drams"}, "factor": 1229.7727237169715},
|
||||
{"slug": "gills-to-cups", "name": "Gills to Cups", "category": "volume", "type": "standard", "teaser": "Show how gills equate to cups for cocktail scaling.", "labels": {"in1": "Gills", "in2": "Cups"}, "factor": 0.5, "hidden": true},
|
||||
{"slug": "centiliters-to-acre-feet", "name": "Centiliters to Acre-feet", "category": "volume", "type": "standard", "teaser": "Compress centiliters into acre-feet for reservoir math.", "labels": {"in1": "Centiliters", "in2": "Acre-feet"}, "factor": 8.1071319378986e-09, "hidden": true},
|
||||
{"slug": "cups-to-pints", "name": "Cups to Pints", "category": "volume", "type": "standard", "teaser": "Convert cups into US pints (0.5).", "labels": {"in1": "Cups", "in2": "Pints"}, "factor": 0.5, "hidden": true},
|
||||
{"slug": "bushels-to-gallons", "name": "Bushels to Gallons", "category": "volume", "type": "standard", "teaser": "Turn bushels into gallons (8 gallons per bushel).", "labels": {"in1": "Bushels", "in2": "Gallons"}, "factor": 8.0},
|
||||
@@ -2166,7 +2204,7 @@ export const calculators: CalculatorDef[] = [
|
||||
{"slug": "centiliters-to-drams-fluid", "name": "Centiliters to Drams (fluid)", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Drams (fluid)"}, "factor": 2.70512181614744},
|
||||
{"slug": "centiliters-to-fluid-ounces", "name": "Centiliters to Fluid Ounces", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Fluid Ounces"}, "factor": 0.33814022701843, "hidden": true},
|
||||
{"slug": "centiliters-to-gallons", "name": "Centiliters to Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Gallons"}, "factor": 0.0026417205235814843},
|
||||
{"slug": "centiliters-to-gill", "name": "Centiliters to Gill", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Gill"}, "factor": 0.0845350567546075},
|
||||
{"slug": "centiliters-to-gill", "name": "Centiliters to Gill", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Gill"}, "factor": 0.0845350567546075, "hidden": true},
|
||||
{"slug": "centiliters-to-hogshead", "name": "Centiliters to Hogshead", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Hogshead"}, "factor": 4.1932071743098554e-05},
|
||||
{"slug": "centiliters-to-imperial-fl-oz", "name": "Centiliters to Imperial Fl Oz", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Imperial Fl Oz"}, "factor": 0.35195079727854045},
|
||||
{"slug": "centiliters-to-imperial-gallons", "name": "Centiliters to Imperial Gallons", "category": "volume", "type": "standard", "labels": {"in1": "Centiliters", "in2": "Imperial Gallons"}, "factor": 0.0021996924829908782},
|
||||
|
||||
Reference in New Issue
Block a user