{"id":15668317,"url":"https://github.com/devstopfix/elite","last_synced_at":"2025-03-30T04:42:16.141Z","repository":{"id":11578643,"uuid":"14067820","full_name":"devstopfix/elite","owner":"devstopfix","description":"Planet name generator","archived":false,"fork":false,"pushed_at":"2014-01-19T19:44:20.000Z","size":180,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T06:49:12.952Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devstopfix.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}},"created_at":"2013-11-02T14:52:54.000Z","updated_at":"2014-01-19T19:44:20.000Z","dependencies_parsed_at":"2022-09-19T05:52:03.034Z","dependency_job_id":null,"html_url":"https://github.com/devstopfix/elite","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/devstopfix%2Felite","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devstopfix%2Felite/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devstopfix%2Felite/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devstopfix%2Felite/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devstopfix","download_url":"https://codeload.github.com/devstopfix/elite/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246277352,"owners_count":20751548,"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-10-03T14:08:04.658Z","updated_at":"2025-03-30T04:42:16.122Z","avatar_url":"https://github.com/devstopfix.png","language":"Clojure","readme":"Planet Name Generator\n=====================\n\nA [Clojure](http://clojure.org/) library that generates a lazy sequence of [planet](http://en.wikipedia.org/wiki/Planet) names from the orginal [Elite video game][1].\n\nSamples:\n* Lave\n* Isinor\n* Zaonce\n\n## Credits\n\nThe algorithm for the planet name generation is © 1984 [Ian Bell](http://www.iancgbell.clara.net/)  and [David Braben](https://twitter.com/DavidBraben). The Clojure source is a conversion of the [Elite C sources](http://www.iancgbell.clara.net/elite/text/index.htm).\n\n## Usage\n\n```clj\n(require ['devstopfix.elite :as 'elite])\n\n(take 256 (elite/planets-in-elite-galaxy 1))\n\n(nth (elite/planets-in-elite-galaxy 1) 7)\n; \"Lave\"\n\n(take 256 (elite/planets-in-random-galaxy))\n```\n\n## Bugs\n\nSome seeds (e.g. [0x00d2 0x669d 0x0d37]) will create a galaxy containing a planet with no letters in the name.\n\n## License\n\nThe algorithm is Copyright 1984/1999 of Ian Bell and David Braben. This clojure code is Copyright © 2013 J Every and distributed under the GNU GENERAL PUBLIC LICENSE version 3.0.\n\n [1]: http://en.wikipedia.org/wiki/Elite_(video_game)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevstopfix%2Felite","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevstopfix%2Felite","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevstopfix%2Felite/lists"}