{"id":22944872,"url":"https://github.com/mfa/longest-common-sequence","last_synced_at":"2026-03-20T00:03:15.961Z","repository":{"id":202949002,"uuid":"708477488","full_name":"mfa/longest-common-sequence","owner":"mfa","description":"assist in finding the longest common sequence for a list of strings","archived":false,"fork":false,"pushed_at":"2023-10-22T17:28:54.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-01T04:11:36.282Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mfa.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-22T17:17:23.000Z","updated_at":"2023-10-23T06:19:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"743f792a-626a-475d-98db-88109161d980","html_url":"https://github.com/mfa/longest-common-sequence","commit_stats":null,"previous_names":["mfa/longest-common-sequence"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mfa/longest-common-sequence","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfa%2Flongest-common-sequence","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfa%2Flongest-common-sequence/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfa%2Flongest-common-sequence/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfa%2Flongest-common-sequence/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mfa","download_url":"https://codeload.github.com/mfa/longest-common-sequence/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mfa%2Flongest-common-sequence/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28849377,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-14T14:28:26.437Z","updated_at":"2026-01-28T19:02:48.465Z","avatar_url":"https://github.com/mfa.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"## find common sequence\n\n[![Run Tests](https://github.com/mfa/longest-common-sequence/actions/workflows/tests.yaml/badge.svg)](https://github.com/mfa/longest-common-sequence/actions/workflows/tests.yaml)\n\ndeployed: https://lcs.madflex.de/\n\n\n### problem definition\n\nWe have a set of strings and want to find common strings of them,\nbut we have a second set that should not match the found common strings.\nThe result is a string that is found in the first set, but not in any of the strings in the second set.\n\n#### Example\n\nset1: (positive set)\n```\nthis dummy example.\nexample this\nthis example\n```\n\ncommon strings: ``this``, ``example``\n\nset2: (negative set)\n```\nthis foo\nanother not relevant string\n```\n\nresulting strings (positive for set1, negative for set2): ``example``\n\n\n### local setup\n\n```\npip install -r requirements.txt\nuvicorn app.main:app --reload\n```\n\n\n### tests\n\n```\npip install -r requirements.txt\npip install pytest pyyaml\npython -m pytest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmfa%2Flongest-common-sequence","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmfa%2Flongest-common-sequence","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmfa%2Flongest-common-sequence/lists"}