mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-03-24 12:46:43 +01: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
|
||||
NAOMI,Adaptive optics system for the ATs (VLTI)
|
||||
NAOS,Nasmyth Adaptive Optics System (VLT)
|
||||
NASA,National Aeronautics and Space Administration
|
||||
NAV,Navision
|
||||
NDF,Non-Deliverable Forward Agreement
|
||||
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
|
||||
CI,"Côte d'Ivoire (ISO 3166 digram),Counter-Intelligence,101 (in Roman numerals)"
|
||||
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"
|
||||
CIB,Complete In Box (Internet auction/trading listings)
|
||||
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)
|
||||
BVD, Bradley, Voorhees, and Day
|
||||
CERN,European Organization for Nuclear Research
|
||||
CIA,U.S. Central Intelligence Agency
|
||||
CPUC,California Public Utilities Commission
|
||||
DOC,U.S. Department of Commerce
|
||||
DOD,U.S. Department of Defense
|
||||
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 {
|
||||
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 = ""
|
||||
foreach($file in $files) {
|
||||
$table = Import-CSV "$file"
|
||||
|
Loading…
Reference in New Issue
Block a user