{"id":23545218,"url":"https://github.com/dgeibi/os-job-scheduler","last_synced_at":"2025-05-15T10:34:14.612Z","repository":{"id":150929230,"uuid":"116575576","full_name":"dgeibi/os-job-scheduler","owner":"dgeibi","description":null,"archived":false,"fork":false,"pushed_at":"2018-01-10T11:32:40.000Z","size":311,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-17T10:31:54.109Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dgeibi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-01-07T15:15:36.000Z","updated_at":"2018-01-07T15:16:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"87428f51-3ae0-4ce4-a915-92a78f80a44a","html_url":"https://github.com/dgeibi/os-job-scheduler","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/dgeibi%2Fos-job-scheduler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgeibi%2Fos-job-scheduler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgeibi%2Fos-job-scheduler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dgeibi%2Fos-job-scheduler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dgeibi","download_url":"https://codeload.github.com/dgeibi/os-job-scheduler/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254322921,"owners_count":22051683,"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-12-26T08:15:28.348Z","updated_at":"2025-05-15T10:34:14.591Z","avatar_url":"https://github.com/dgeibi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 模拟操作系统\n\n所采用的方法：\n\n- 作业调度：先来先服务\n- 进程调度：时间片轮转\n- 内存分配：连续分配方式的动态分区分配\n\n核心代码在 `core` 目录，测试用例在 `test` 和 `tap-snapshots` 目录。\n\n## 构建\n\n安装 [Node.js](https://nodejs.org/)\n\n没办法翻墙的用户安装依赖的方法：\n\n```sh\nnpm install cnpm -g --registry=https://registry.npm.taobao.org\ncnpm install\n```\n\n如果已经关闭 GFW，直接执行 `npm install`\n\n构建生产环境版本：`npm run build`，成果在 `dist` 目录\n\n构建开发环境版本并启动服务器：`npm run dev`\n\n测试：`npm test`\n\n## License\n\n[ISC](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdgeibi%2Fos-job-scheduler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdgeibi%2Fos-job-scheduler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdgeibi%2Fos-job-scheduler/lists"}