{"id":27022631,"url":"https://github.com/plus3x/erlang_learning","last_synced_at":"2025-07-12T07:34:54.460Z","repository":{"id":150135959,"uuid":"83789276","full_name":"plus3x/erlang_learning","owner":"plus3x","description":null,"archived":false,"fork":false,"pushed_at":"2020-11-05T11:42:28.000Z","size":12579,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-12T07:34:49.022Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Erlang","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/plus3x.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":"2017-03-03T10:58:52.000Z","updated_at":"2020-11-05T11:42:31.000Z","dependencies_parsed_at":"2023-04-07T05:01:37.803Z","dependency_job_id":null,"html_url":"https://github.com/plus3x/erlang_learning","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/plus3x/erlang_learning","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plus3x%2Ferlang_learning","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plus3x%2Ferlang_learning/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plus3x%2Ferlang_learning/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plus3x%2Ferlang_learning/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plus3x","download_url":"https://codeload.github.com/plus3x/erlang_learning/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plus3x%2Ferlang_learning/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264958196,"owners_count":23689011,"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":"2025-04-04T20:37:57.357Z","updated_at":"2025-07-12T07:34:54.454Z","avatar_url":"https://github.com/plus3x.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Erlang learning\n\n## hello_bin\n\nExample of command line tool on Erlang.\n\nTo run:\n```bash\n$ ./hello_bin\n```\nOr:\n```bash\n$ escript hello_bin\n```\n\n## hello.erl\n\nExample of Elang module.\n\nTo run:\n```bash\n$ erl\nErlang/OTP 22 [erts-10.4] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [hipe] [dtrace]\n\nEshell V10.4  (abort with ^G)\n1\u003e c(hello).\n{ok,hello}\n2\u003e hello:world().\nHello, world\nok\n```\n\n## gen_tcp_server.erl\n\nSimple Erlang server based on `gen_tcp` module.\n\nTo run:\n```bash\n$ erl\nErlang/OTP 22 [erts-10.4] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [hipe] [dtrace]\n\nEshell V10.4  (abort with ^G)\n1\u003e c(gen_tcp_server).\n{ok,hello}\n2\u003e Pid = gen_tcp_server:start(4000).\n\u003c0.85.0\u003e\n```\nServer will be started on port `4000`.\n\n## inets_server.erl\n\nSimple Erlang server based on `inets` module.\n\nTo run:\n```bash\n$ erl\nErlang/OTP 22 [erts-10.4] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1] [hipe] [dtrace]\n\nEshell V10.4  (abort with ^G)\n1\u003e c(inets_server).\n{ok,inets_server}\n2\u003e {ok, Pid} = inets_server:start().\n{ok,\u003c0.96.0\u003e}\n```\nServer will be started on port `4000`.\n\nAlso you can run in script style:\n```bash\n$ escript inets_server.erl\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplus3x%2Ferlang_learning","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplus3x%2Ferlang_learning","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplus3x%2Ferlang_learning/lists"}