{"id":16098981,"url":"https://github.com/hellerve/quines","last_synced_at":"2026-03-18T17:54:53.482Z","repository":{"id":17869269,"uuid":"20804603","full_name":"hellerve/Quines","owner":"hellerve","description":"A few Uniquines","archived":false,"fork":false,"pushed_at":"2015-08-05T10:42:00.000Z","size":160,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-06T12:08:06.769Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hellerve.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-06-13T13:15:03.000Z","updated_at":"2023-09-08T16:48:14.000Z","dependencies_parsed_at":"2022-09-11T21:34:13.028Z","dependency_job_id":null,"html_url":"https://github.com/hellerve/Quines","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hellerve/Quines","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2FQuines","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2FQuines/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2FQuines/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2FQuines/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hellerve","download_url":"https://codeload.github.com/hellerve/Quines/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hellerve%2FQuines/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29037731,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T06:39:36.383Z","status":"ssl_error","status_checked_at":"2026-02-03T06:39:32.787Z","response_time":96,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-09T18:25:17.623Z","updated_at":"2026-02-03T08:01:53.266Z","avatar_url":"https://github.com/hellerve.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"Quines\n======\n\nThis repository contains quines that i concocted. They are of varying complexity,\nbut I tried to keep them as easy as possible.\n\nThere are no trailing newlines in the quines which makes directly executing them from\nthe console without redirecting the output very ugly. I suggest you redirect the\ncode and see for yourself whether the generated output is equivalent.\n\nI know that my implementations are not the shortest possible, but I tried to make them \nas short as possible while at the same time maintaining readability. That means I introduced\nwhitespace, tabs and newlines, which are juxtaposting the idea of code golf.\n\nUsage\n-----\n\nTo make things easier for you, i've provided a Makefile. Just hack in `make` and dive\ninto the `bin`directory. The scripts I have provided all follow the naming convention \n`quine_PROGRAMMINGLANGUAGE` and are directly executable, except the Java and the F# versions,\nthe latter of which is a pain to run on Unix. For all you F# noobs(I know I am), a quick way\nto make this as painless as possible:\n\n```\nfsharpi --use:quine_fsharp --quiet\n```\n\nBut this will keep the interpreter alive. To exit it, type `#quit;;`(not very \nintuitive, I know).\n\nI was too lazy to create a manifest file for the java version, so you will have to run:\n\n```\njava -cp bin/quine_java.jar Q\n```\n\nAnd you're good to go.\n\nThe shell quine is at least compatible with zsh and bash.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellerve%2Fquines","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhellerve%2Fquines","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhellerve%2Fquines/lists"}