{"id":16411115,"url":"https://github.com/phoe/phoe-toolbox","last_synced_at":"2026-02-28T16:31:57.830Z","repository":{"id":111724305,"uuid":"104761983","full_name":"phoe/phoe-toolbox","owner":"phoe","description":"Personal utility library","archived":false,"fork":false,"pushed_at":"2021-01-22T15:38:04.000Z","size":100,"stargazers_count":13,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-24T04:27:01.804Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phoe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-09-25T14:38:50.000Z","updated_at":"2023-05-03T00:01:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"e39b8624-a852-4ad3-a4ea-272e8d48bfab","html_url":"https://github.com/phoe/phoe-toolbox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/phoe/phoe-toolbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoe%2Fphoe-toolbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoe%2Fphoe-toolbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoe%2Fphoe-toolbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoe%2Fphoe-toolbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phoe","download_url":"https://codeload.github.com/phoe/phoe-toolbox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoe%2Fphoe-toolbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29942817,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T13:49:17.081Z","status":"ssl_error","status_checked_at":"2026-02-28T13:48:50.396Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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-10-11T06:44:34.940Z","updated_at":"2026-02-28T16:31:57.799Z","avatar_url":"https://github.com/phoe.png","language":"Common Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PHOE-TOOLBOX - A personal utility library\n\nThis is a collection of Lisp utilities that I have collected, and will have\ncollected, over time.\n\nAll exported functions are expected to be documented.\n\n## PHOE-TOOLBOX/BAG\n\nA bag is a simple data structure that allows the following:\n  * Inserting elements in O(n)\n  * Retrieving elements at random in O(1)\n  * Returning the count of all elements in O(1)\n\nBasically, if a stack is LIFO, if a queue is FIFO, then a bag is RIRO (random\nin, random out).\n\nThey are of type `BAG` and are created via `MAKE-BAG`. Contents of a bag are an\nunspecialized adjustable vector accessible via `BAG-CONTENTS`. You can\n`BAG-INSERT` an element into a bag, `BAG-COUNT` to get the element count,\n`BAG-REMOVE` an element from the bag and, additionally, `BAG-COMPRESS` the bag's\ninternal vector.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphoe%2Fphoe-toolbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphoe%2Fphoe-toolbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphoe%2Fphoe-toolbox/lists"}