Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nadeesha/scipio
Finding a needle in a haystack with Go
https://github.com/nadeesha/scipio
Last synced: 4 days ago
JSON representation
Finding a needle in a haystack with Go
- Host: GitHub
- URL: https://github.com/nadeesha/scipio
- Owner: nadeesha
- License: mit
- Created: 2013-10-15T01:48:33.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-15T01:55:01.000Z (about 11 years ago)
- Last Synced: 2024-05-23T06:25:17.694Z (6 months ago)
- Language: Go
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Scipio
======Finding a needle in a haystack with Go
Scipio accepts an arbitrary string and does a brute force check to find the string within the probability space.
Usage
=====```bash
go run scipio.go -s foo
```