{"id":26940482,"url":"https://github.com/darren277/lisp-music-gen","last_synced_at":"2025-04-02T15:18:47.805Z","repository":{"id":269559673,"uuid":"780592925","full_name":"darren277/lisp-music-gen","owner":"darren277","description":"A very basic melody generation tool written in Lisp. There is also Postgres interactivity.","archived":false,"fork":false,"pushed_at":"2025-02-28T12:42:03.000Z","size":88,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-28T19:01:20.876Z","etag":null,"topics":["functional-programming","lisp","music","postgres"],"latest_commit_sha":null,"homepage":"","language":"Common Lisp","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/darren277.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":"2024-04-01T19:48:35.000Z","updated_at":"2025-02-28T12:42:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"fea62ed6-20ee-4203-9136-2e0dcd19d919","html_url":"https://github.com/darren277/lisp-music-gen","commit_stats":null,"previous_names":["darren277/lisp-music-gen"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darren277%2Flisp-music-gen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darren277%2Flisp-music-gen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darren277%2Flisp-music-gen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/darren277%2Flisp-music-gen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/darren277","download_url":"https://codeload.github.com/darren277/lisp-music-gen/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246837628,"owners_count":20841906,"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":["functional-programming","lisp","music","postgres"],"created_at":"2025-04-02T15:18:47.232Z","updated_at":"2025-04-02T15:18:47.793Z","avatar_url":"https://github.com/darren277.png","language":"Common Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LISP Music Generator\n\n## About\n\nA very basic melody generation tool written in Lisp. There is also Postgres interactivity.\n\n## Database Initialization\n\n```shell\n$ sudo -u postgres psql -c \"ALTER USER myusername CREATEDB;\"\n==\u003e ALTER ROLE\n\n$ PGPASSWORD=mypassword psql -U myusername -d postgres -c \"CREATE DATABASE musicgen;\"\n==\u003e CREATE DATABASE\n\n$ PGPASSWORD=mypassword psql -U myusername -d musicgen -c \"CREATE TABLE IF NOT EXISTS melodies (id SERIAL PRIMARY KEY, root_frequency FLOAT NOT NULL CHECK (root_frequency \u003e 0), melody TEXT NOT NULL);\"\n==\u003e CREATE TABLE\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarren277%2Flisp-music-gen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdarren277%2Flisp-music-gen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdarren277%2Flisp-music-gen/lists"}