{"id":17290218,"url":"https://github.com/somefive/lsd","last_synced_at":"2026-02-05T23:01:44.530Z","repository":{"id":109204064,"uuid":"97622405","full_name":"Somefive/lsd","owner":"Somefive","description":"HCMP System","archived":false,"fork":false,"pushed_at":"2017-09-05T18:04:07.000Z","size":2253,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-12T20:52:41.922Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/Somefive.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-07-18T16:46:30.000Z","updated_at":"2017-07-18T16:46:55.000Z","dependencies_parsed_at":"2023-05-05T10:47:28.505Z","dependency_job_id":null,"html_url":"https://github.com/Somefive/lsd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Somefive/lsd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Somefive%2Flsd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Somefive%2Flsd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Somefive%2Flsd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Somefive%2Flsd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Somefive","download_url":"https://codeload.github.com/Somefive/lsd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Somefive%2Flsd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29137751,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T22:49:08.052Z","status":"ssl_error","status_checked_at":"2026-02-05T22:45:32.059Z","response_time":65,"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":[],"created_at":"2024-10-15T10:37:25.538Z","updated_at":"2026-02-05T23:01:44.518Z","avatar_url":"https://github.com/Somefive.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Live Score Display (lsd)\n### Author: Buisson Morgan, Ben Yin, Zhouyi Sun \n## REQUIREMENTS\n\n* git\n* Java \u003e= 1.8\n* Maven\n\nDevelopment has gone through two periods. The latest version is developed on Intellij and has been installed successfully on eclipse as well.\n\nThere is three module with the `lsd` as the major module. The `score` module has some basic modules while the `SCompiler` module is used for compile notations.\n\n### INSTALL\n\nFirst, use `git clone https://github.com/Somefive/lsd.git` to download the source.\n\nIf you use `Intellij`, then choose `File | New | projects from existing sources...`. Then choose the `pom.xml` in `LSD/lsd`. Then choose `File | New | modules from existing sources...` and add `pom.xml` from `LSD/score` and `LSD/SCompiler`. If you open `Auto-Import` option, then dependencies should be installed and configured automatically. Go to `LSD/lsd/src/main/java/edu.cmu.mat.lsd/Main` and `run`/`debug` it. It should work now.\n\nIf you use `Eclipse`, configure your workspace to `LSD` and you can open these three `pom.xml` at the same time and the dependencies will be resolved automatically and it should work.\n\nThe old import might help for `Eclipse`\n\n\u003e Select `File -\u003e Import` and select `Maven -\u003e Existing Maven Projects`. Select\n\u003e the `livescoredisplay` folder as the \"Root Directory\" and make sure that there\n\u003e are two projects titled \"lsd\" and \"score\".  Select them and click \"Finish\".\n\u003e\n\u003e These two projects should now appear in the \"Package Explorer\" on the left.\n\u003e\n\u003e To install them, right click on the \"score\" project, and select\n\u003e \"Maven -\u003e Update Project...\".  Select both projects, and click \"OK\".\n\u003e\n\u003e Then, right click the \"score\" project and select \"Run As -\u003e Maven install\".\n\u003e\n\u003e If \"Maven install\" does not exist, instead select \"Run As -\u003e Run Configurations...\".\n\u003e In the top left, select \"Maven Build\" then click on the new configuration icon\n\u003e (with the plus sign).  Name the new configuration \"Maven install\".  Select\n\u003e \"Browse Workspace\" and select the project \"score\" project. In the \"Goals\" field,\n\u003e input \"install\".  In the bottom right, click \"Run\".\n\u003e\n\u003e Once that is complete, right click on \"lsd\" and select \"Run As -\u003e Maven install\".\n\u003e Again, if \"Maven install\" does not exist, follow the above instructions but replace\n\u003e \"score\" with \"lsd\".\n\n### NOTICE\n\nSometimes, you need to choose the library path after you run the program. The `init.json`  file might causes some troubles. If it hurts, you can delete these `init.json` and it should works.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomefive%2Flsd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsomefive%2Flsd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomefive%2Flsd/lists"}