{"id":22614345,"url":"https://github.com/melchisedech333/elixir-erlang-and-basic-math","last_synced_at":"2026-04-29T18:34:04.519Z","repository":{"id":140760664,"uuid":"559140492","full_name":"melchisedech333/elixir-erlang-and-basic-math","owner":"melchisedech333","description":":heavy_division_sign: Playing with Elixir/Erlang and basic math!","archived":false,"fork":false,"pushed_at":"2022-10-31T23:31:38.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-29T00:28:09.886Z","etag":null,"topics":["basic-math","elixir","elixir-basic","elixir-lang","erlang","erlang-learning","erlang-otp","math","mathematics","maths"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/melchisedech333.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["melchisedech333"]}},"created_at":"2022-10-29T07:18:26.000Z","updated_at":"2022-10-31T19:41:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"ca6c39a5-9ff8-481c-803f-506e78ba39c7","html_url":"https://github.com/melchisedech333/elixir-erlang-and-basic-math","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/melchisedech333/elixir-erlang-and-basic-math","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melchisedech333%2Felixir-erlang-and-basic-math","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melchisedech333%2Felixir-erlang-and-basic-math/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melchisedech333%2Felixir-erlang-and-basic-math/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melchisedech333%2Felixir-erlang-and-basic-math/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/melchisedech333","download_url":"https://codeload.github.com/melchisedech333/elixir-erlang-and-basic-math/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melchisedech333%2Felixir-erlang-and-basic-math/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32439211,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T18:12:22.909Z","status":"ssl_error","status_checked_at":"2026-04-29T18:11:33.322Z","response_time":110,"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":["basic-math","elixir","elixir-basic","elixir-lang","erlang","erlang-learning","erlang-otp","math","mathematics","maths"],"created_at":"2024-12-08T18:09:25.431Z","updated_at":"2026-04-29T18:34:04.500Z","avatar_url":"https://github.com/melchisedech333.png","language":"Elixir","funding_links":["https://github.com/sponsors/melchisedech333"],"categories":[],"sub_categories":[],"readme":"# Elixir/Erlang and basic math\n\nThe purpose of this repository is to help familiarize me with the syntax of the Elixir/Erlang languages. For this I make several simple (but fun) algorithms and codes involving basic math questions.\n\n\n**If my code has helped you, please consider [sponsoring me](https://github.com/sponsors/melchisedech333) :blue_heart:** \n\n\u003cbr\u003e\n\n## Erlang\n\n- \u003cb\u003e.erl\u003c/b\u003e - file extension.\n- \u003cb\u003eerl\u003c/b\u003e - open interactive shell.\n- \u003cb\u003ehalt().\u003c/b\u003e - terminate interactive shell.\n- \u003cb\u003ec(file_name).\u003c/b\u003e - compile (shell).\n- \u003cb\u003eerl -compile app.erl; erl -noshell -s app app -s init stop\u003c/b\u003e - compile (command), and execute.\n\n\u003cbr\u003e\n\n## Elixir\n\n- \u003cb\u003e.ex\u003c/b\u003e - file extension.\n- \u003cb\u003eiex\u003c/b\u003e - open interactive shell.\n- \u003cb\u003e:init.stop\u003c/b\u003e - terminate interactive shell.\n- \u003cb\u003eelixir app.ex\u003c/b\u003e - compile (command), and execute.\n\n\u003cbr\u003e\n\n:smiley: Author\n---\n\nSponsor: [melchisedech333](https://github.com/sponsors/melchisedech333)\u003cbr\u003e\nTwitter: [Melchisedech333](https://twitter.com/Melchisedech333)\u003cbr\u003e\nLinkedIn: [Melchisedech Rex](https://www.linkedin.com/in/melchisedech-rex-724152235/)\u003cbr\u003e\nBlog: [melchisedech333.github.io](https://melchisedech333.github.io/)\u003cbr\u003e\n\n\u003ca href=\"https://github.com/melchisedech333\" \u003e\u003cimg src=\"https://github.com/melchisedech333.png?size=200\" height=\"100\" /\u003e\u003c/a\u003e\n\n\u003cbr\u003e\n\n:scroll: License\n---\n\n[ BSD-3-Clause license](./license)\n\n\u003cbr\u003e\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n## Remember to give me \u003cbr\u003e a beautiful little star :star_struck:\n\n\u003c/div\u003e\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelchisedech333%2Felixir-erlang-and-basic-math","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmelchisedech333%2Felixir-erlang-and-basic-math","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelchisedech333%2Felixir-erlang-and-basic-math/lists"}