{"id":19483547,"url":"https://github.com/librity/ignite_list_length","last_synced_at":"2026-04-15T23:32:58.389Z","repository":{"id":99703957,"uuid":"345896295","full_name":"librity/ignite_list_length","owner":"librity","description":"Rocket Seat - Ignite - Elixir - Challenge 1 - A simple module that calculates the size of a list.","archived":false,"fork":false,"pushed_at":"2022-02-25T12:05:36.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-18T23:03:06.045Z","etag":null,"topics":["challenge","elixir","ignite","rocketseat"],"latest_commit_sha":null,"homepage":"","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/librity.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":"2021-03-09T05:43:01.000Z","updated_at":"2022-02-25T12:05:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"91a64d8d-a65a-427c-bb59-4adf81df9191","html_url":"https://github.com/librity/ignite_list_length","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/librity/ignite_list_length","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/librity%2Fignite_list_length","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/librity%2Fignite_list_length/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/librity%2Fignite_list_length/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/librity%2Fignite_list_length/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/librity","download_url":"https://codeload.github.com/librity/ignite_list_length/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/librity%2Fignite_list_length/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31865067,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"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":["challenge","elixir","ignite","rocketseat"],"created_at":"2024-11-10T20:15:31.231Z","updated_at":"2026-04-15T23:32:58.345Z","avatar_url":"https://github.com/librity.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ListLength\n\nA simple module that calculates the size of a list with tail-call-optimized\nrecursion.\n\n## Commands\n\n```bash\n$ mix test\n$ iex -S mix\n```\n\n```elixir\n\u003e ListLength.call([1, 2, 34])\n3\n\u003e ListLength.call([1, 2, 34, 5, 5, 6])\n6\n\u003e ListLength.call([])\n0\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibrity%2Fignite_list_length","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flibrity%2Fignite_list_length","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flibrity%2Fignite_list_length/lists"}