https://github.com/ncfavier/streetlight
`sed streetlight <<< reeter` == lighter
https://github.com/ncfavier/streetlight
Last synced: 7 months ago
JSON representation
`sed streetlight <<< reeter` == lighter
- Host: GitHub
- URL: https://github.com/ncfavier/streetlight
- Owner: ncfavier
- License: unlicense
- Created: 2018-05-31T01:02:49.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T02:25:12.000Z (about 8 years ago)
- Last Synced: 2024-12-26T19:28:50.288Z (over 1 year ago)
- Language: Shell
- Homepage: https://github.com/ncfavier/streetlight/blob/master/output.txt
- Size: 120 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# streetlight
$ sed streetlight <<< reeter
lighter
This project aims at finding all triplets of words like (streetlight, reeter, lighter). It takes a list of words as `words.txt` and generates its output on the standard output.
See [`output.txt`](https://github.com/naim42/streetlight/blob/master/output.txt) for an example result from the included [`words.txt`](https://github.com/naim42/streetlight/blob/master/words.txt).
See the source in [`streetlight`](https://github.com/naim42/streetlight/blob/master/streetlight) for more information.