Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```