This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| from __future__ import unicode_literals | |
| def fuzzy_match_simple(pattern, instring): | |
| """Return True if each character in pattern is found in order in instring. | |
| :param pattern: the pattern to be matched | |
| :type pattern: ``str`` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| RootsDev | |
| https://github.com/rootsdev/roots-search (Chrome Plug-in / JavaScript) | |
| https://github.com/rootsdev/familysearch-javascript-sdk | |
| https://github.com/rootsdev/gofamilysearch (Go FamilySearch SDK) | |
| https://github.com/rootsdev/polygenea (Java and D, Collaborative Research-centric Data Model) | |
| https://github.com/rootsdev/familysearch-reference-client (JavaScript/Angular, Tree Client for FamilySearch API) | |
| https://github.com/rootsdev/genealogy-search (Chrome Extension) | |
| https://github.com/rootsdev/people-inspector (Chrome Extension - historical-data.org microdata reader) |