{"id":30596872,"url":"https://github.com/waleko/algorithmd","last_synced_at":"2026-05-05T08:32:41.139Z","repository":{"id":44732238,"uuid":"371067857","full_name":"waleko/algorithmd","owner":"waleko","description":"Website for sharing code snippets","archived":false,"fork":false,"pushed_at":"2025-11-28T13:23:19.000Z","size":4186,"stargazers_count":0,"open_issues_count":21,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-30T20:09:48.555Z","etag":null,"topics":["angular","firebase","typescript"],"latest_commit_sha":null,"homepage":"https://algorithmd.wlko.me","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/waleko.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-05-26T14:41:43.000Z","updated_at":"2023-01-02T11:41:03.000Z","dependencies_parsed_at":"2024-08-01T00:55:40.291Z","dependency_job_id":"2e69b686-d2c8-408a-bace-5c9d188eb803","html_url":"https://github.com/waleko/algorithmd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/waleko/algorithmd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waleko%2Falgorithmd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waleko%2Falgorithmd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waleko%2Falgorithmd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waleko%2Falgorithmd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/waleko","download_url":"https://codeload.github.com/waleko/algorithmd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/waleko%2Falgorithmd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32642007,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"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":["angular","firebase","typescript"],"created_at":"2025-08-29T21:46:56.157Z","updated_at":"2026-05-05T08:32:41.074Z","avatar_url":"https://github.com/waleko.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ca href=\"https://algorithmd.wlko.me\"\u003e\n  \u003cimg align=\"left\" height=\"80px\" src=\"https://algorithmd.wlko.me/assets/img/algorithmd.png\"\u003e\n\u003c/a\u003e\n\u003ch1 style=\"display: inline;\"\u003e\n  AlgorithmD\n\n\u003c/h1\u003e\n\n\u003cp\u003eWebsite for sharing code snippets\u003c/p\u003e\n\n[![Uptime Robot ratio (7 days)](https://img.shields.io/uptimerobot/ratio/7/m788737561-c80334d2b48e2c36f88e92a4?logo=cloudflare\u0026style=flat-square)](https://algorithmd.wlko.me)\n[![GitHub top language](https://img.shields.io/github/languages/top/waleko/algorithmd?logo=github\u0026style=flat-square)](https://github.com/waleko/algorithmd)\n[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)\n[![license](https://img.shields.io/github/license/waleko/algorithmd?style=flat-square)](./LICENSE)\n\n\u003cbr /\u003e\n\u003cbr /\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://algorithmd.wlko.me/view/fb792837-c2db-4f80-a002-d0b4801991df\"\u003e\n    \u003cimg width=\"750px\" src=\"./.github/assets/divmnu1.png\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cbr /\u003e\n\n## What is AlgorithmD\n\nAlgorithmD is a website for sharing snippets of code.\n\nIt is named after Donald Knuth's \"Algorithm D\", that implements division of nonnegative integers ([learn more](https://skanthak.homepage.t-online.de/division.html)).\n\nYou can even see an [implementation](https://algorithmd.wlko.me/view/fb792837-c2db-4f80-a002-d0b4801991df) of Algorithm D on AlgorithmD!\n\n## Features\n* Built-in code editor that supports all major languages\n* Drag-n-drop support\n* Snippet tags for grouping\n* Search of snippets by title, filename, tags, code or their parts\n* Publicly accessible URLs\n* Download and copy functionalities\n\n## Goals of this project\nThe main goal of this project is educational, as countless other alternatives exist ([gist](https://gist.github.com), [pastebin](https://pastebin.com) and many others). While creating this website I got to familiarize myself with such technologies as Angular, Ktor, Google App Engine, Firebase Realtime Database, Auth0 and much more.\n\n## Linked repositories\n* Frontend: [waleko/algorithmd](https://github.com/waleko/algorithmd). Built with Angular. Hosted on Cloudflare Pages.\n* Backend: [waleko/algorithmd-uploader](https://github.com/waleko/algorithmd-uploader). Written in Kotlin using Ktor. Hosted on Google App Engine.\n\n## Contacts\nQuestions and suggestions are welcome! Email me [inbox@alexkovrigin.me](mailto:inbox@alexkovrigin.me) or telegram me [@waleko](https://t.me/waleko).\n\n\n## License\nAlgorithmD is [Apache 2](./LICENSE) licensed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaleko%2Falgorithmd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwaleko%2Falgorithmd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwaleko%2Falgorithmd/lists"}