mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-09 01:38:26 +02:00
Renamed to 'dicts' folder
This commit is contained in:
parent
267a4e566c
commit
1bfee19061
Can't render this file because it is too large.
|
Can't render this file because it is too large.
|
@ -281,7 +281,6 @@ NACO,NAOS-CONICA (VLT)
|
|||||||
NAOJ,National Astronomical Observatory of Japan
|
NAOJ,National Astronomical Observatory of Japan
|
||||||
NAOMI,Adaptive optics system for the ATs (VLTI)
|
NAOMI,Adaptive optics system for the ATs (VLTI)
|
||||||
NAOS,Nasmyth Adaptive Optics System (VLT)
|
NAOS,Nasmyth Adaptive Optics System (VLT)
|
||||||
NASA,National Aeronautics and Space Administration
|
|
||||||
NAV,Navision
|
NAV,Navision
|
||||||
NDF,Non-Deliverable Forward Agreement
|
NDF,Non-Deliverable Forward Agreement
|
||||||
NEAR,New Earths in the Alpha Cen Region experiment
|
NEAR,New Earths in the Alpha Cen Region experiment
|
|
Can't render this file because it is too large.
|
@ -790,7 +790,7 @@ CHRS,Canadian Heart Rhythm Society
|
|||||||
CHT,Certified Hand Therapist
|
CHT,Certified Hand Therapist
|
||||||
CI,"Côte d'Ivoire (ISO 3166 digram),Counter-Intelligence,101 (in Roman numerals)"
|
CI,"Côte d'Ivoire (ISO 3166 digram),Counter-Intelligence,101 (in Roman numerals)"
|
||||||
Ci,Curie
|
Ci,Curie
|
||||||
CIA,"U.S. Central Intelligence Agency, Cairo International Airport, Culinary Institute of America"
|
CIA,"Cairo International Airport, Culinary Institute of America"
|
||||||
CIAO,"Critical Infrastructure Assurance Office,Component-Integrated ACE ORB"
|
CIAO,"Critical Infrastructure Assurance Office,Component-Integrated ACE ORB"
|
||||||
CIB,Complete In Box (Internet auction/trading listings)
|
CIB,Complete In Box (Internet auction/trading listings)
|
||||||
CIBC,Canadian Imperial Bank of Commerce
|
CIBC,Canadian Imperial Bank of Commerce
|
Can't render this file because it has a wrong number of fields in line 8.
|
@ -13,6 +13,8 @@ BMW, Bavarian Motor Works
|
|||||||
BND,Bundesnachrichtendienst (Germany)
|
BND,Bundesnachrichtendienst (Germany)
|
||||||
BVD, Bradley, Voorhees, and Day
|
BVD, Bradley, Voorhees, and Day
|
||||||
CERN,European Organization for Nuclear Research
|
CERN,European Organization for Nuclear Research
|
||||||
|
CIA,U.S. Central Intelligence Agency
|
||||||
|
CPUC,California Public Utilities Commission
|
||||||
DOC,U.S. Department of Commerce
|
DOC,U.S. Department of Commerce
|
||||||
DOD,U.S. Department of Defense
|
DOD,U.S. Department of Defense
|
||||||
DOE,U.S. Department of Energy
|
DOE,U.S. Department of Energy
|
Can't render this file because it has a wrong number of fields in line 14.
|
@ -18,7 +18,7 @@ param([string]$term = "")
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
if ($term -eq "" ) { $term = Read-Host "Enter the term/abbreviation/etc. to query" }
|
if ($term -eq "" ) { $term = Read-Host "Enter the term/abbreviation/etc. to query" }
|
||||||
$files = (Get-ChildItem "$PSScriptRoot/../data/dictionaries/*.csv")
|
$files = (Get-ChildItem "$PSScriptRoot/../data/dicts/*.csv")
|
||||||
$basename = ""
|
$basename = ""
|
||||||
foreach($file in $files) {
|
foreach($file in $files) {
|
||||||
$table = Import-CSV "$file"
|
$table = Import-CSV "$file"
|
||||||
|
Loading…
Reference in New Issue
Block a user