{"id":19543338,"url":"https://github.com/jonathanyiv/substrings","last_synced_at":"2025-07-13T03:35:08.990Z","repository":{"id":87536106,"uuid":"99269827","full_name":"JonathanYiv/substrings","owner":"JonathanYiv","description":"Implementation of a String-Searching Algorithm in Ruby","archived":false,"fork":false,"pushed_at":"2017-08-07T21:15:38.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-26T05:33:22.731Z","etag":null,"topics":["ruby","substrings"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/JonathanYiv.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":"2017-08-03T19:55:21.000Z","updated_at":"2017-10-01T06:02:30.000Z","dependencies_parsed_at":"2023-05-10T12:54:37.887Z","dependency_job_id":null,"html_url":"https://github.com/JonathanYiv/substrings","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JonathanYiv/substrings","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonathanYiv%2Fsubstrings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonathanYiv%2Fsubstrings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonathanYiv%2Fsubstrings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonathanYiv%2Fsubstrings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JonathanYiv","download_url":"https://codeload.github.com/JonathanYiv/substrings/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonathanYiv%2Fsubstrings/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265084177,"owners_count":23708874,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["ruby","substrings"],"created_at":"2024-11-11T03:18:23.811Z","updated_at":"2025-07-13T03:35:08.913Z","avatar_url":"https://github.com/JonathanYiv.png","language":"Ruby","readme":"# Substrings Project\n\nThis is my version of implementing a [string searching algorithm](https://en.wikipedia.org/wiki/String_searching_algorithm).\nIt is a method that takes a string as an argument and an array of valid substrings as the second argument.\nIt returns a hash listing each substring and how many times it was found (as keys and values respectively).\n\nThis is a project from [The Odin Project](https://www.theodinproject.com/courses/ruby-programming/lessons/building-blocks).\n\n## Installation\n\nOpen your Terminal/Command Line. Navigate to the directory where your version will live. Type in the following:\n\n```\n$ git clone https://github.com/JonathanYiv/substrings.git\n$ cd substrings\n$ substrings.rb\n```\n\n## Pre-Project Thoughts\n\nThis should be relatively easy.\n\n## Post-Project Thoughts\n\nIt was relatively easy.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanyiv%2Fsubstrings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonathanyiv%2Fsubstrings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanyiv%2Fsubstrings/lists"}