{"id":21839891,"url":"https://github.com/rustkas/erlang_master_class","last_synced_at":"2025-03-21T15:28:32.154Z","repository":{"id":92075757,"uuid":"211308366","full_name":"rustkas/erlang_master_class","owner":"rustkas","description":"Notes related to master class material","archived":false,"fork":false,"pushed_at":"2019-09-27T11:59:59.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-26T10:45:00.978Z","etag":null,"topics":["erlang","masterclass","notes"],"latest_commit_sha":null,"homepage":"https://www.kent.ac.uk/elearning/themes/masterclasses.html","language":null,"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/rustkas.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":"2019-09-27T11:54:23.000Z","updated_at":"2019-09-27T12:01:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"f422280c-e0a0-4037-bb56-1f033b9d2b82","html_url":"https://github.com/rustkas/erlang_master_class","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/rustkas%2Ferlang_master_class","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustkas%2Ferlang_master_class/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustkas%2Ferlang_master_class/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustkas%2Ferlang_master_class/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rustkas","download_url":"https://codeload.github.com/rustkas/erlang_master_class/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244822042,"owners_count":20516009,"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":["erlang","masterclass","notes"],"created_at":"2024-11-27T21:21:09.248Z","updated_at":"2025-03-21T15:28:32.106Z","avatar_url":"https://github.com/rustkas.png","language":null,"readme":"# [Erlang master class](https://www.kent.ac.uk/elearning/themes/masterclasses.html) notes\n\n\nLifehacks of practical usage source code examples.\n\n## Master class 2\n\n`demo2.erl`\n```\n% testing source code by any input (without hanging)\n% pay attention to usage of function f(). It remove variable `Replay` from process memory\n\nPid1 = spawn(demo2, area, []).\nPid1 !{self(), {square, 20}}, f(Reply), receive Reply -\u003e Reply end.\nPid1 !{self(), {square, 30}}, f(Reply), receive Reply -\u003e Reply end.\nPid1 !{self(), {square, 40}}, f(Reply), receive Reply -\u003e Reply end.\nPid1 !{self(), {square, 50}}, f(Reply), receive Reply -\u003e Reply end.\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustkas%2Ferlang_master_class","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frustkas%2Ferlang_master_class","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustkas%2Ferlang_master_class/lists"}