{"id":20775144,"url":"https://github.com/deruina/ft_printf","last_synced_at":"2026-04-21T17:06:07.980Z","repository":{"id":122044016,"uuid":"571443152","full_name":"DeRuina/ft_printf","owner":"DeRuina","description":"Custom implementation of the printf function in C. This project provides a unique version of the printf function, offering more control over the printing and formatting of output in C programs. ","archived":false,"fork":false,"pushed_at":"2023-01-25T22:05:41.000Z","size":49,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T21:29:00.668Z","etag":null,"topics":["42","42projects","ftprintf"],"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/DeRuina.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}},"created_at":"2022-11-28T06:19:41.000Z","updated_at":"2023-12-15T11:46:01.000Z","dependencies_parsed_at":"2024-06-08T20:15:08.894Z","dependency_job_id":null,"html_url":"https://github.com/DeRuina/ft_printf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DeRuina/ft_printf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeRuina%2Fft_printf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeRuina%2Fft_printf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeRuina%2Fft_printf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeRuina%2Fft_printf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DeRuina","download_url":"https://codeload.github.com/DeRuina/ft_printf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DeRuina%2Fft_printf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32101444,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["42","42projects","ftprintf"],"created_at":"2024-11-17T12:34:39.270Z","updated_at":"2026-04-21T17:06:07.966Z","avatar_url":"https://github.com/DeRuina.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\r\n# ft_printf\r\n\r\nMy own implementation of the famous printf. \r\nThe project was a 42 curriculum project, it only has the following\r\nformat specifiers:\r\n```bash\r\n  %c - prints a character\r\n  %s - prints a string\r\n  %p - prints the address of the variable\r\n  %d - prints a decimal number\r\n  %i - prints a decimal number \r\n  %u - prints a positive number (unsigned)\r\n  %x - prints a hexadeimal number in lowercase\r\n  %X - prints a hexadeimal number in uppercase\r\n  %% - prints a %\r\n```\r\nIn order to comline the program you just run in the terminal\r\nthe command: \r\n```bash\r\nmake\r\n```\r\n\r\n### Evaluated by moulinette\r\n\r\n![100/100](img/100.png)\r\n\r\n\r\n## Author\r\n\r\n- [@DeRuina](https://github.com/DeRuina)\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderuina%2Fft_printf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fderuina%2Fft_printf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fderuina%2Fft_printf/lists"}