Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gingerhot/ipspliter
https://github.com/gingerhot/ipspliter
Last synced: 7 minutes ago
JSON representation
- Host: GitHub
- URL: https://github.com/gingerhot/ipspliter
- Owner: gingerhot
- Created: 2016-11-07T14:54:01.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-10T06:42:15.000Z (about 8 years ago)
- Last Synced: 2024-04-15T12:19:50.853Z (8 months ago)
- Language: Haskell
- Size: 1.95 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## A quiz from Vincross's interview
Split a string like "2502501135" to get all valid ip addresses as possible:
["250.250.1.135","250.250.11.35","250.250.113.5"]