Textonyms: Difference between revisions

m (Expanded the external link (to include the familar name), added whitespace around the links.)
Line 1,112:
$file = "$env:TEMP\unixdict.txt"
(New-Object System.Net.WebClient).DownloadFile($url, $file)
$unixdict = Get-Content -Path $file
 
[string]$alpha = "abcdefghijklmnopqrstuvwxyz"
Line 1,122 ⟶ 1,123:
$table.Add($alpha[$i], $digit[$i])
}
 
$unixdict = Get-Content -Path $file
 
$words = foreach ($word in $unixdict)
308

edits