{"id":15729546,"url":"https://github.com/kt3k/deno_td4","last_synced_at":"2026-04-28T08:34:36.884Z","repository":{"id":66261946,"uuid":"193112754","full_name":"kt3k/deno_td4","owner":"kt3k","description":"TD4 emulator in deno (TypeScript)","archived":false,"fork":false,"pushed_at":"2019-06-21T17:16:46.000Z","size":32,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T02:34:50.949Z","etag":null,"topics":["deno","td4"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kt3k.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":"2019-06-21T14:34:23.000Z","updated_at":"2019-07-01T09:58:10.000Z","dependencies_parsed_at":"2023-02-27T09:30:28.812Z","dependency_job_id":null,"html_url":"https://github.com/kt3k/deno_td4","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"a2fac55151b5ccd0635da5f065e0c2f799fe8db9"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kt3k/deno_td4","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kt3k%2Fdeno_td4","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kt3k%2Fdeno_td4/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kt3k%2Fdeno_td4/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kt3k%2Fdeno_td4/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kt3k","download_url":"https://codeload.github.com/kt3k/deno_td4/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kt3k%2Fdeno_td4/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32373506,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"online","status_checked_at":"2026-04-28T02:00:07.250Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["deno","td4"],"created_at":"2024-10-03T23:21:51.580Z","updated_at":"2026-04-28T08:34:35.248Z","avatar_url":"https://github.com/kt3k.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# deno_td4\n\n\u003e TD4 emulator written in [Deno][] (TypeScript)\n\n[![Build Status](https://travis-ci.org/kt3k/deno_td4.svg?branch=master)](https://travis-ci.org/kt3k/deno_td4)\n\n# Run emulator\n\nThe module exports `run` function, which runs the TD4 program with the given input. `run` takes two arguments `program: number[]` and `input: number`. `run` returns the array of output of the program and input.\n\n```ts\nimport { run } from \"https://raw.githubusercontent.com/kt3k/deno_td4/master/mod.ts\";\n\nconsole.log(run([0x20, 0x08, 0xe4, 0x05, 0x01, 0x40, 0x90], 0x8))\n// This outputs [ 6 ], which is the result of the above program and input\n```\n\n# License\n\nMIT\n\n[deno]: https://deno.land/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkt3k%2Fdeno_td4","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkt3k%2Fdeno_td4","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkt3k%2Fdeno_td4/lists"}