{"id":19736183,"url":"https://github.com/arnauld/netherl","last_synced_at":"2026-05-09T20:52:20.542Z","repository":{"id":138357403,"uuid":"21068929","full_name":"Arnauld/netherl","owner":"Arnauld","description":null,"archived":false,"fork":false,"pushed_at":"2014-06-26T20:18:17.000Z","size":312,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-10T18:59:04.533Z","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/Arnauld.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-21T13:20:44.000Z","updated_at":"2014-06-26T20:18:17.000Z","dependencies_parsed_at":"2023-03-18T19:58:58.871Z","dependency_job_id":null,"html_url":"https://github.com/Arnauld/netherl","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/Arnauld%2Fnetherl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arnauld%2Fnetherl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arnauld%2Fnetherl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Arnauld%2Fnetherl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Arnauld","download_url":"https://codeload.github.com/Arnauld/netherl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241062521,"owners_count":19902904,"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-12T01:05:37.229Z","updated_at":"2026-05-09T20:52:15.522Z","avatar_url":"https://github.com/Arnauld.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Notes \u0026 Diary\n\n## Erlang \u0026 rebar setup\n\n1. Install Erlang\n2. [rebar](https://github.com/rebar/rebar/wiki/Getting-started)\n3. openssl missing... \n4. [brew](http://brew.sh/) `brew install openssl`\n\nAlso\n\n* [Winning the Erlang Edit•Build•Test Cycle](http://fr.slideshare.net/rklophaus/winning-the-edit-build-test-cycle): Many erlang tips'n tricks\n* [sync](https://github.com/rustyio/sync): On-the-fly recompiling and reloading in Erlang. Code without friction.\n\n## REPL\n\n    erl -pa ebin/\n    1\u003e ne_store:pre_init().\n    2\u003e ne_store:start_link().\n    3\u003e ne_store:append_events(id1, [e1, e2]).\n    4\u003e ne_store:append_events(id1, [e3, e4]).\n    5\u003e ne_store:get_events(id1).\n    [e1,e2,e3,e4]\n    ...\n\n    erl -pa .eunit/\n    1\u003e debugger:start().\n    2\u003e \n\n## Dev.\n\nExecute tests:\n\n    ./rebar compile eunit skip_deps=true\n\nExecute tests for dependencies too:\n\n    ./rebar compile eunit\n\n### Rake\n\n    $ rake\n    $ rake test\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farnauld%2Fnetherl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farnauld%2Fnetherl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farnauld%2Fnetherl/lists"}