mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-08 17:14:28 +01:00
Add cooking.csv
This commit is contained in:
parent
adf11212b5
commit
48039f761b
@ -1,4 +1,4 @@
|
||||
Abbreviation,Description
|
||||
Abbreviation,Definition
|
||||
AB,Air Base
|
||||
AC,Aircraft
|
||||
ACAS,Airborne Collision Avoidance System
|
||||
|
|
@ -1,4 +1,4 @@
|
||||
Abbreviation,Description
|
||||
Abbreviation,Definition
|
||||
API,Application Programming Interface
|
||||
ASCII,American Standard Code for Information Interchange
|
||||
CPU,Central Processing Unit
|
||||
|
|
42
Data/Abbr/cooking.csv
Normal file
42
Data/Abbr/cooking.csv
Normal file
@ -0,0 +1,42 @@
|
||||
Abbreviation,Definition
|
||||
btl,Bottle
|
||||
c,Cup
|
||||
C,Cups
|
||||
DF,Dairy free
|
||||
doz,dozen
|
||||
dp,drop
|
||||
fl oz,Fluid ounce
|
||||
fl ozs,Fluid ounces
|
||||
g,Grams
|
||||
gal,Gallons
|
||||
gals,Gallons
|
||||
GF,Gluten free
|
||||
kg,Kilograms
|
||||
L,Litres
|
||||
l,Litres
|
||||
lb,Pound
|
||||
lbs,Pounds
|
||||
lg,large
|
||||
lge,large
|
||||
md,medium
|
||||
med,medium
|
||||
mg,Milligrams
|
||||
ml,Millilitres
|
||||
NRV,Nutrient Reference Value
|
||||
oz,Ounce
|
||||
ozs,Ounces
|
||||
pers,person(s)
|
||||
pn,Pinch
|
||||
pt,Pint
|
||||
pts,Pints
|
||||
qt,Quart
|
||||
qts,Quarts
|
||||
RI,Reference Intake
|
||||
serv,serving
|
||||
sm,small
|
||||
srv,serving
|
||||
Tbsp,Tablespoon
|
||||
tsp,Teaspoon
|
||||
VG,vegetarian
|
||||
VN,Vegan
|
||||
WF,Wheat free
|
|
@ -1,4 +1,4 @@
|
||||
Abbreviation,Description
|
||||
Abbreviation,Definition
|
||||
PR,per the rectum
|
||||
pr,per the rectum
|
||||
PT,prothrombin time
|
||||
|
|
@ -1,4 +1,4 @@
|
||||
Abbreviation,Description
|
||||
Abbreviation,Definition
|
||||
0D,obvious deed
|
||||
1AM,Air Mechanic 1st Class
|
||||
1D,One-Dimensional
|
||||
|
|
@ -1,4 +1,4 @@
|
||||
Abbreviation,Description
|
||||
Abbreviation,Definition
|
||||
8va,Octave up
|
||||
ad lib,Ad Libitum (“freely”)
|
||||
afl,Alto flute
|
||||
|
|
@ -19,7 +19,7 @@ try {
|
||||
foreach($Row in $Table) {
|
||||
if ($Row.Abbreviation -eq $Abbreviation) {
|
||||
$Filename = (get-item "$File").Name
|
||||
" → $($Row.Abbreviation) = $($Row.Description) (in $Filename)"
|
||||
" → $($Row.Abbreviation) = $($Row.Definition) (in $Filename)"
|
||||
$FoundOne = $true
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user