{"id":31733945,"url":"https://github.com/ilyakurdyukov/ioccc","last_synced_at":"2025-10-27T12:20:21.856Z","repository":{"id":43034150,"uuid":"326124843","full_name":"ilyakurdyukov/ioccc","owner":"ilyakurdyukov","description":"My IOCCC submissions and practice.","archived":false,"fork":false,"pushed_at":"2025-08-08T06:06:07.000Z","size":71,"stargazers_count":85,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-08T08:16:59.211Z","etag":null,"topics":["code-art","code-golf","ioccc","obfuscated"],"latest_commit_sha":null,"homepage":"","language":"C","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/ilyakurdyukov.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-01-02T06:37:55.000Z","updated_at":"2025-08-08T06:06:11.000Z","dependencies_parsed_at":"2024-08-13T13:11:54.816Z","dependency_job_id":"6f24fbb5-3a00-4316-9aa5-4550e68038c4","html_url":"https://github.com/ilyakurdyukov/ioccc","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ilyakurdyukov/ioccc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilyakurdyukov%2Fioccc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilyakurdyukov%2Fioccc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilyakurdyukov%2Fioccc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilyakurdyukov%2Fioccc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ilyakurdyukov","download_url":"https://codeload.github.com/ilyakurdyukov/ioccc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilyakurdyukov%2Fioccc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001046,"owners_count":26082993,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"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":["code-art","code-golf","ioccc","obfuscated"],"created_at":"2025-10-09T08:59:38.766Z","updated_at":"2025-10-09T08:59:42.067Z","avatar_url":"https://github.com/ilyakurdyukov.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## My IOCCC submissions\n\n- [2020-minimd5](contest/2020-minimd5)  \nAn MD5 tool, with 64x4 byte constant table generation using integer arithmetic.\n\n- [2020-rectangles](contest/2020-rectangles)  \nRepresents an image with the number of rectangles.\n\n- [2020-lettermixer](contest/2020-lettermixer)  \nRandomizes the order of letters in words other than the first and last.\n\n- [2020-markovchain](contest/2020-markovchain)  \nGenerates random text based on a dictionary using a Markov chain.\n\n- One entry in 2020 did not win, will be reworked for next year's contest.\n\n### Practice\n\n- [2020.08-atoi](practice/2020.08-atoi)  \nImplementation of the atoi() function.\n\n- [2020.08-fizzbuzz](practice/2020.08-fizzbuzz)  \nA simple programming task asked in a job interviews.\n\n- [2020.08-snake](practice/2020.08-snake)  \nFork of Cody Boone Ferguson's game from IOCCC 2020.\n\n- [2020.08-expand](practice/2020.08-expand)  \nA one-liner for expanding tabs.\n\n- [2020.09-strlen](practice/2020.09-strlen)  \nImplementation of the strlen() function.\n\n- [2020.10-concat](practice/2020.10-concat)  \nAn example of splitting a C program into separate characters.\n\n- [2020.10-moon](practice/2020.10-moon)  \nDraws the current moon phase to the console.\n\n- [2020.10-hattifatteners](practice/2020.10-hattifatteners)  \nDraws an SVG image with creatures from Moomin tales.\n\n- [2020.12-perfume](practice/2020.12-perfume)  \nSpirit of X86.\n\n- [2020.12-positive](practice/2020.12-positive)  \nMost positive Hello World.\n\n- [2020.12-heart](practice/2020.12-heart)  \nThe Heart of IOCCC.\n\n- [2020.12-rot13](practice/2020.12-rot13)  \nR is for rot13.\n\n- [2021.02-rle](practice/2021.02-rle)  \nRun Length Printing.\n\n- [2021.02-simd](practice/2021.02-simd)  \nDave Burton's one-liner from IOCCC 2020 in SIMD.\n\n- [2021.05-gcd](practice/2021.05-gcd)  \nGreatest Common Divisor.\n\n- [2021.05-hexdump](practice/2021.05-hexdump)  \nHexadecimal Dump.\n\n- [2021.05-hellospiral](practice/2021.05-hellospiral)  \nNo Strings Attached.\n\n- [2021.07-http](practice/2021.07-http)  \nMicro HTTP server.\n\n- [2022.04-hello++](practice/2022.04-hello++)  \nC++ operator overloading abuse.\n\n- [2022.06-fizzbuzz++](practice/2022.06-fizzbuzz++)  \nA way to torture an interviewer.\n\n- [2022.06-crc64](practice/2022.06-crc64)  \nCRC64 checksum (ECMA-182 reflected, used in XZ).\n\n- [2022.07-salvemondo](practice/2022.07-salvemondo)  \nA simple Italian to English translator.\n\n- [2022.07-owlhw](practice/2022.07-owlhw)  \nHello World is encoded into a sequence similar to owl emoticons.\n\n- [2022.07-crc32](practice/2022.07-crc32)  \nUnusual CRC32 function.\n\n- [2022.09-doublehandy](practice/2022.09-doublehandy)  \nThis suspicious code prints Hello World.\n\n- [2022.12-hello++gcc](practice/2022.12-hello++gcc)  \nHello G++.\n\n- [2023.02-hwitch](practice/2023.02-hwitch)  \nA new technique for switch() that reduces emissions of semicolons and curly braces.\n\n- [2023.08-k\u0026r](practice/2023.08-k\u0026r)  \nExercises from Kernighan \u0026 Ritchie's \"The C Programming Language (2nd edition)\".\n\n- [2025.08-goodbye_c89](practice/2025.08-goodbye_c89)  \nAn ordinary Hello World, but not for C89.\n\n### License\n\nCreative Commons Attribution-ShareAlike 3.0 Unported ([CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/))\n\n## Author\n\n**Ilya Kurdyukov** ([twitter](https://twitter.com/ilyakurdyukov), [github](https://github.com/ilyakurdyukov), \n[linkedin](https://linkedin.com/in/ilya-kurdyukov-a7304119b/))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filyakurdyukov%2Fioccc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filyakurdyukov%2Fioccc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filyakurdyukov%2Fioccc/lists"}