{"id":21075268,"url":"https://github.com/maxking/reminder","last_synced_at":"2026-04-27T15:33:00.137Z","repository":{"id":141775936,"uuid":"20533823","full_name":"maxking/reminder","owner":"maxking","description":"Reminder application in erlang","archived":false,"fork":false,"pushed_at":"2014-06-05T17:10:30.000Z","size":128,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-20T22:51:04.412Z","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/maxking.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}},"created_at":"2014-06-05T17:08:17.000Z","updated_at":"2019-01-22T02:02:53.000Z","dependencies_parsed_at":"2023-03-12T14:00:14.498Z","dependency_job_id":null,"html_url":"https://github.com/maxking/reminder","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/maxking%2Freminder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxking%2Freminder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxking%2Freminder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxking%2Freminder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxking","download_url":"https://codeload.github.com/maxking/reminder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243521161,"owners_count":20304183,"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":"2024-11-19T19:20:54.462Z","updated_at":"2025-12-29T15:14:37.945Z","avatar_url":"https://github.com/maxking.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"##To-Do in Erlang\n\nThis is a concurrent reminder application. You can set a reminder and event\nserver starts a process which when dies after given timeout sends out message\nwhich is then delegated to the subscribed clients.\n\nCompile the code by\n    `erl -make`\n\nUsage:\n```erlang\n\t 1\u003e evserv:start().\n \t \u003c0.34.0\u003e\n \t 2\u003e evserv:subscribe(self()).\n \t {ok,#Ref\u003c0.0.0.31\u003e}\n\t 3\u003e evserv:add_event(\"Hey there\", \"test\", FutureDateTime).\n \t ok\n \t 4\u003e evserv:listen(5).\n \t []\n \t 5\u003e evserv:cancel(\"Hey there\").\n \t ok\n \t 6\u003e evserv:add_event(\"Hey there2\", \"test\", NextMinuteDateTime).\n \t ok\n \t 7\u003e evserv:listen(2000).\n \t [{done,\"Hey there2\",\"test\"}]\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxking%2Freminder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxking%2Freminder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxking%2Freminder/lists"}