{"id":32527076,"url":"https://github.com/sphaso/exekiel","last_synced_at":"2026-06-16T16:31:10.140Z","repository":{"id":80593545,"uuid":"135887294","full_name":"sphaso/exekiel","owner":"sphaso","description":"Run arbitrary code on arbitrary graphs!","archived":false,"fork":false,"pushed_at":"2018-06-03T08:49:01.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-28T10:20:29.252Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/sphaso.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-06-03T08:37:27.000Z","updated_at":"2018-06-03T08:49:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"d4883bb6-e2dc-437f-9b2a-5c1afe4d4140","html_url":"https://github.com/sphaso/exekiel","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sphaso/exekiel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphaso%2Fexekiel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphaso%2Fexekiel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphaso%2Fexekiel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphaso%2Fexekiel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sphaso","download_url":"https://codeload.github.com/sphaso/exekiel/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sphaso%2Fexekiel/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34415240,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-16T02:00:06.860Z","response_time":126,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-10-28T10:11:24.760Z","updated_at":"2026-06-16T16:31:10.127Z","avatar_url":"https://github.com/sphaso.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# exekiel\nRun arbitrary code on arbitrary graphs!\n\nGiven a degree sequence and a GenServer, Exekiel:\n- does an initial check to see if the sequence is graphical (Havel-Hakimi algorithm)\n- builds the undirected, unlabeled graph\n- adds each vertex to a `DynamicSupervisor` (`PoolManager`)\n- sends to each vertex its adjacency list of pids (see below: `:set_node_list`)\n- can run arbitrary on one or all nodes of the graph\n\nPlease add \n\n```\n  def handle_call(:localstate, _, state) do\n    {:reply, state, state}\n  end\n\n  def handle_cast({:set_node_list, pids}, state) do\n    {:noreply, {state, pids}}\n  end\n```\n\nto your GenServer.\n\n![alt exekiel](https://upload.wikimedia.org/wikipedia/commons/thumb/5/5a/Ezekiel_by_Michelangelo%2C_restored_-_large.jpg/1200px-Ezekiel_by_Michelangelo%2C_restored_-_large.jpg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsphaso%2Fexekiel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsphaso%2Fexekiel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsphaso%2Fexekiel/lists"}