{"id":26321616,"url":"https://github.com/jonathanhelianthicusdoe/gag_combo_gen_web","last_synced_at":"2026-05-08T11:33:51.588Z","repository":{"id":98902715,"uuid":"203879005","full_name":"JonathanHelianthicusDoe/gag_combo_gen_web","owner":"JonathanHelianthicusDoe","description":"Generates optimal single-cog gag combinations given user constraints (front-end)","archived":false,"fork":false,"pushed_at":"2020-07-31T10:34:12.000Z","size":1169,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-01-30T01:23:31.649Z","etag":null,"topics":["agpl-v3","combinatorial-optimization","dynamic-programming","frontend","gag","gag-combo-gen","gags","optimization","rust","toontown","toontown-online","toontown-rewritten","toontownonline","toontownrewritten","ttr","typescript","wasm","web-assembly","webapp","webassembly"],"latest_commit_sha":null,"homepage":"https://zz.nfshost.com/gag_combo_gen_web/index.html","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JonathanHelianthicusDoe.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}},"created_at":"2019-08-22T21:54:30.000Z","updated_at":"2020-12-15T23:02:28.000Z","dependencies_parsed_at":"2023-09-28T10:22:43.176Z","dependency_job_id":null,"html_url":"https://github.com/JonathanHelianthicusDoe/gag_combo_gen_web","commit_stats":{"total_commits":31,"total_committers":2,"mean_commits":15.5,"dds":0.3548387096774194,"last_synced_commit":"5d2dd090f6fa32b0492af4f4b90666ad886f5cd9"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonathanHelianthicusDoe%2Fgag_combo_gen_web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonathanHelianthicusDoe%2Fgag_combo_gen_web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonathanHelianthicusDoe%2Fgag_combo_gen_web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JonathanHelianthicusDoe%2Fgag_combo_gen_web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JonathanHelianthicusDoe","download_url":"https://codeload.github.com/JonathanHelianthicusDoe/gag_combo_gen_web/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243754021,"owners_count":20342543,"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":["agpl-v3","combinatorial-optimization","dynamic-programming","frontend","gag","gag-combo-gen","gags","optimization","rust","toontown","toontown-online","toontown-rewritten","toontownonline","toontownrewritten","ttr","typescript","wasm","web-assembly","webapp","webassembly"],"created_at":"2025-03-15T16:17:52.905Z","updated_at":"2026-05-08T11:33:51.542Z","avatar_url":"https://github.com/JonathanHelianthicusDoe.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gag\\_combo\\_gen\\_web\n\n[![AGPL v3+](https://img.shields.io/badge/license-GNU%20AGPL%20v3%2B-663366)](./LICENSE)\n[![unsafe forbidden](https://img.shields.io/badge/unsafe-forbidden-success.svg)](https://github.com/rust-secure-code/safety-dance/)\n\nThe front-end implementation of the gag combo generator found\n[here](https://zz.nfshost.com/gag_combo_gen_web/index.html). For the inner\nlibrary part, see\n[gag\\_combo\\_gen](https://github.com/JonathanHelianthicusDoe/gag_combo_gen).\n\n## Build dependencies\n\n* `cargo` and the latest stable Rust toolchain\n  ([https://rustup.rs/](https://rustup.rs/))\n* `wasm32-unknown-unknown` target support\n  (`rustup target add wasm32-unknown-unknown`)\n* `npm` ([https://www.npmjs.com/](https://www.npmjs.com/))\n* `wasm-opt` ([https://github.com/WebAssembly/binaryen][binaryen])\n\n## How to deploy\n\n```bash\ngit clone https://github.com/JonathanHelianthicusDoe/gag_combo_gen.git\ngit clone https://github.com/JonathanHelianthicusDoe/gag_combo_gen_web.git\ncd gag_combo_gen_web\nnpm install\n./build.sh # You can pass -s as an argument to optimize for size with wasm-opt,\n           # but in that case you probably also want to set opt-level=\"z\" in\n           # the Cargo.toml beforehand.\n\n# For testing\ncd test\nnpm install\nnpm start \u0026\nfirefox localhost:3000\n```\n\n## Legal\n\nThis software is licensed to anyone under the terms of the [GNU Affero General\nPublic License, version 3](https://www.gnu.org/licenses/agpl-3.0.en.html) (or\nany higher version of the same license, at your option).\n\n[![GNU AGPL v3+](https://www.gnu.org/graphics/agplv3-with-text-162x68.png\n\"GNU AGPL v3+\")](https://www.gnu.org/licenses/agpl-3.0.en.html)\n\n[binaryen]: https://github.com/WebAssembly/binaryen\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanhelianthicusdoe%2Fgag_combo_gen_web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonathanhelianthicusdoe%2Fgag_combo_gen_web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanhelianthicusdoe%2Fgag_combo_gen_web/lists"}