{"id":17432090,"url":"https://github.com/0mp/shakespeare-algorithms","last_synced_at":"2026-03-19T01:03:49.258Z","repository":{"id":30735319,"uuid":"34291666","full_name":"0mp/shakespeare-algorithms","owner":"0mp","description":"Algorithms written in the Shakespeare Programming Language.","archived":false,"fork":false,"pushed_at":"2015-05-03T16:59:28.000Z","size":120,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-08T06:33:14.011Z","etag":null,"topics":["algorithm","shakespeare","shakespeare-programming-language","spl"],"latest_commit_sha":null,"homepage":"","language":null,"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/0mp.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}},"created_at":"2015-04-20T23:13:19.000Z","updated_at":"2023-09-03T08:52:09.000Z","dependencies_parsed_at":"2022-09-18T23:13:59.960Z","dependency_job_id":null,"html_url":"https://github.com/0mp/shakespeare-algorithms","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0mp/shakespeare-algorithms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0mp%2Fshakespeare-algorithms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0mp%2Fshakespeare-algorithms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0mp%2Fshakespeare-algorithms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0mp%2Fshakespeare-algorithms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0mp","download_url":"https://codeload.github.com/0mp/shakespeare-algorithms/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0mp%2Fshakespeare-algorithms/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29326805,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T03:52:29.695Z","status":"ssl_error","status_checked_at":"2026-02-11T03:52:23.094Z","response_time":97,"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":["algorithm","shakespeare","shakespeare-programming-language","spl"],"created_at":"2024-10-17T08:24:04.630Z","updated_at":"2026-02-11T04:01:24.216Z","avatar_url":"https://github.com/0mp.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Algorithms written in the Shakespeare Programming Language (SPL)\n\nThis is a repo where I keep my little programs I've done in the SPL.\n\n## Bubble sort\n\n### How to use it?\n\nWrite 5 numbers that you would like to sort. Do not type any spaces between them!\nThe program will print the sorted array of numbers. It will neither print a newline character\nnor spaces between the numbers. A number must consist of one digit only.\n\n#### Example:\n##### In:\n```\n57490\n```\n##### Out:\n```\n04579\n```\n\n## Stack sort\n\n### How to use it?\n\nYou can enter as much of nonnegative numbers as you want.\nSeparate the numbers using a newline character. The program will stop getting the\nnumbers from the input stream when the number \"-1\" is entered.\n\n#### Example:\n##### In:\n```\n420\n404\n23\n14\n290595\n1\n-1\n```\n##### Out:\n```\n1\n14\n23\n404\n420\n290595\n```\n\n## How to compile it?\n\nThe Shakespeare Programming Language is usually translated\nto C and then compiled. The official translator can be downloaded\nfrom [the official webpage][2].\n\nIf you have any difficulties with making the translator run I do recommend\nto search thourgh the [Shakespeare Programming Language Tag][1] on StackOverflow.\n\n[1]: http://stackoverflow.com/questions/tagged/shakespeare-lang\n[2]: http://shakespearelang.sourceforge.net\n\n##### Long live Shakespeare!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0mp%2Fshakespeare-algorithms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0mp%2Fshakespeare-algorithms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0mp%2Fshakespeare-algorithms/lists"}