{"id":19938277,"url":"https://github.com/2kabhishek/polyquine","last_synced_at":"2025-10-12T22:43:24.602Z","repository":{"id":50263563,"uuid":"325652994","full_name":"2KAbhishek/polyquine","owner":"2KAbhishek","description":"source = output, in code 🎨🃏","archived":false,"fork":false,"pushed_at":"2023-02-16T07:44:23.000Z","size":19,"stargazers_count":41,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-07T16:41:08.040Z","etag":null,"topics":["art","c","javascript","languages","perl","php","polyquine","programming-language","programming-languages","python","quine","ruby"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/2KAbhishek.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}},"created_at":"2020-12-30T21:38:03.000Z","updated_at":"2024-10-17T05:03:02.000Z","dependencies_parsed_at":"2022-08-25T13:41:00.135Z","dependency_job_id":null,"html_url":"https://github.com/2KAbhishek/polyquine","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"2KAbhishek/bare-minimum","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2KAbhishek%2Fpolyquine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2KAbhishek%2Fpolyquine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2KAbhishek%2Fpolyquine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2KAbhishek%2Fpolyquine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/2KAbhishek","download_url":"https://codeload.github.com/2KAbhishek/polyquine/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252203291,"owners_count":21710932,"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":["art","c","javascript","languages","perl","php","polyquine","programming-language","programming-languages","python","quine","ruby"],"created_at":"2024-11-12T23:39:04.208Z","updated_at":"2025-10-12T22:43:17.570Z","avatar_url":"https://github.com/2KAbhishek.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align = \"center\"\u003e\n\n\u003ch1\u003e\u003ca href=\"https://2kabhishek.github.io/polyquine\"\u003epolyquine\u003c/a\u003e\u003c/h1\u003e\n\n\u003ca href=\"https://github.com/2KAbhishek/polyquine/blob/main/LICENSE\"\u003e\n\u003cimg alt=\"License\" src=\"https://img.shields.io/github/license/2kabhishek/polyquine?style=flat\u0026color=eee\u0026label=\"\u003e \u003c/a\u003e\n\n\u003ca href=\"https://github.com/2KAbhishek/polyquine/graphs/contributors\"\u003e\n\u003cimg alt=\"People\" src=\"https://img.shields.io/github/contributors/2kabhishek/polyquine?style=flat\u0026color=ffaaf2\u0026label=People\"\u003e \u003c/a\u003e\n\n\u003ca href=\"https://github.com/2KAbhishek/polyquine/stargazers\"\u003e\n\u003cimg alt=\"Stars\" src=\"https://img.shields.io/github/stars/2kabhishek/polyquine?style=flat\u0026color=98c379\u0026label=Stars\"\u003e\u003c/a\u003e\n\n\u003ca href=\"https://github.com/2KAbhishek/polyquine/network/members\"\u003e\n\u003cimg alt=\"Forks\" src=\"https://img.shields.io/github/forks/2kabhishek/polyquine?style=flat\u0026color=66a8e0\u0026label=Forks\"\u003e \u003c/a\u003e\n\n\u003ca href=\"https://github.com/2KAbhishek/polyquine/watchers\"\u003e\n\u003cimg alt=\"Watches\" src=\"https://img.shields.io/github/watchers/2kabhishek/polyquine?style=flat\u0026color=f5d08b\u0026label=Watches\"\u003e \u003c/a\u003e\n\n\u003ca href=\"https://github.com/2KAbhishek/polyquine/pulse\"\u003e\n\u003cimg alt=\"Last Updated\" src=\"https://img.shields.io/github/last-commit/2kabhishek/polyquine?style=flat\u0026color=e06c75\u0026label=\"\u003e \u003c/a\u003e\n\n\u003c/div\u003e\n\nA quine is a computer programming that prints its own source code when executed.\n\nA polyquine does the same thing for multiple programming languages.\n\nThis repo contains such a polyquine written in `C`, `Perl`, `PHP`, `Python` and `Ruby`.\n\n## Prerequisites\n\nBefore you begin, ensure you have met the following requirements:\n\n- You have installed the latest version of `gcc`, `perl`, `php`, `python` and `ruby`.\n\n## Getting polyquine\n\nTo get polyquine, follow these steps:\n\n```bash\ngit clone https://github.com/2kabhishek/polyquine\ncd polyquine\n```\n\n## Running polyquine\n\n```bash\n# For C\ngcc polyquine.c\n./a.out\n\n# For perl\nperl polyquine.pl\n\n# For PHP\nphp polyquine.php\n\n# For Python\npython polyquine.py\n\n# For Ruby\nruby polyquine.rb\n\n```\n\nHit the :star: button if you found this useful.\n\n### More Info\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2kabhishek%2Fpolyquine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F2kabhishek%2Fpolyquine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2kabhishek%2Fpolyquine/lists"}