{"id":19136147,"url":"https://github.com/superthinking/basicstringprocessingprogram","last_synced_at":"2026-06-08T20:30:15.268Z","repository":{"id":129566099,"uuid":"126941276","full_name":"SuperThinking/BasicStringProcessingProgram","owner":"SuperThinking","description":null,"archived":false,"fork":false,"pushed_at":"2018-03-27T06:49:43.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-03T12:44:03.051Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/SuperThinking.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":"2018-03-27T06:45:37.000Z","updated_at":"2018-03-27T06:49:45.000Z","dependencies_parsed_at":"2023-05-26T23:45:35.145Z","dependency_job_id":null,"html_url":"https://github.com/SuperThinking/BasicStringProcessingProgram","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperThinking%2FBasicStringProcessingProgram","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperThinking%2FBasicStringProcessingProgram/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperThinking%2FBasicStringProcessingProgram/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SuperThinking%2FBasicStringProcessingProgram/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SuperThinking","download_url":"https://codeload.github.com/SuperThinking/BasicStringProcessingProgram/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240214908,"owners_count":19766331,"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":[],"created_at":"2024-11-09T06:33:15.550Z","updated_at":"2026-06-08T20:30:15.140Z","avatar_url":"https://github.com/SuperThinking.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BasicStringProcessingProgram\n\ndictionary encoding: \n\"hello world hello everyone\" \nwould map to \n[0 1 0 2] \nwhere 0 = \"hello\", 1 = \"world\", and 2 = \"everyone\" if we were encoding words.\n\none-hot dictionary encoding: \n\"hello world hello everyone\" \nwould map to\n    [[1 0 1 0]\n     [0 1 0 0]\n     [0 0 0 1]]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperthinking%2Fbasicstringprocessingprogram","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuperthinking%2Fbasicstringprocessingprogram","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperthinking%2Fbasicstringprocessingprogram/lists"}