SkillAgentSearch skills...

Callsigns

A program that generates available 5-digit callsigns that look like English words

Install / Use

/learn @wyager/Callsigns
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Callsigns

A program that generates available 5-digit callsigns that look like English words

To use this, you need to have the HS.dat database of callsign events from the FCC, available at ftp://wirelessftp.fcc.gov/pub/uls/complete/l_amat.zip.

You will also need The Haskell Stack (or plain old GHC if you prefer).

To build, run stack build. You can stack install if you want it on your system path.

To run, run stack exec callsigns. You must have HS.dat from l_amat.zip in the same directory. The program will look for a list of English words at /usr/share/dict/web2 - please change this path if you want to use an alternate wordlist. The program will also try to use plurals and words with a single letter missing.

With HS.dat at 154MB, it takes my laptop a bit under 1 second to find all available English-ish callsigns.

View on GitHub
GitHub Stars10
CategoryDevelopment
Updated1y ago
Forks1

Languages

Haskell

Security Score

60/100

Audited on Jul 26, 2024

No findings