mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-03 13:40:35 +02:00
Add cooking.csv
This commit is contained in:
parent
adf11212b5
commit
48039f761b
@ -1,4 +1,4 @@
|
|||||||
Abbreviation,Description
|
Abbreviation,Definition
|
||||||
AB,Air Base
|
AB,Air Base
|
||||||
AC,Aircraft
|
AC,Aircraft
|
||||||
ACAS,Airborne Collision Avoidance System
|
ACAS,Airborne Collision Avoidance System
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
Abbreviation,Description
|
Abbreviation,Definition
|
||||||
API,Application Programming Interface
|
API,Application Programming Interface
|
||||||
ASCII,American Standard Code for Information Interchange
|
ASCII,American Standard Code for Information Interchange
|
||||||
CPU,Central Processing Unit
|
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
|
||||||
pr,per the rectum
|
pr,per the rectum
|
||||||
PT,prothrombin time
|
PT,prothrombin time
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
Abbreviation,Description
|
Abbreviation,Definition
|
||||||
0D,obvious deed
|
0D,obvious deed
|
||||||
1AM,Air Mechanic 1st Class
|
1AM,Air Mechanic 1st Class
|
||||||
1D,One-Dimensional
|
1D,One-Dimensional
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
Abbreviation,Description
|
Abbreviation,Definition
|
||||||
8va,Octave up
|
8va,Octave up
|
||||||
ad lib,Ad Libitum (“freely”)
|
ad lib,Ad Libitum (“freely”)
|
||||||
afl,Alto flute
|
afl,Alto flute
|
||||||
|
|
@ -19,7 +19,7 @@ try {
|
|||||||
foreach($Row in $Table) {
|
foreach($Row in $Table) {
|
||||||
if ($Row.Abbreviation -eq $Abbreviation) {
|
if ($Row.Abbreviation -eq $Abbreviation) {
|
||||||
$Filename = (get-item "$File").Name
|
$Filename = (get-item "$File").Name
|
||||||
" → $($Row.Abbreviation) = $($Row.Description) (in $Filename)"
|
" → $($Row.Abbreviation) = $($Row.Definition) (in $Filename)"
|
||||||
$FoundOne = $true
|
$FoundOne = $true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user