{"id":28519112,"url":"https://github.com/josevazf/42-ft_printf","last_synced_at":"2025-07-25T03:02:15.017Z","repository":{"id":163363080,"uuid":"637477907","full_name":"josevazf/42-ft_printf","owner":"josevazf","description":"Recoding of the standard printf() function","archived":false,"fork":false,"pushed_at":"2023-09-06T19:08:13.000Z","size":1268,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-05T08:40:45.270Z","etag":null,"topics":["42commoncore","42cursus","42school","printf"],"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/josevazf.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":"2023-05-07T17:15:02.000Z","updated_at":"2023-07-06T08:53:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"a6b8dcd1-293c-42a3-91cb-cddc2a6137ae","html_url":"https://github.com/josevazf/42-ft_printf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/josevazf/42-ft_printf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josevazf%2F42-ft_printf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josevazf%2F42-ft_printf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josevazf%2F42-ft_printf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josevazf%2F42-ft_printf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/josevazf","download_url":"https://codeload.github.com/josevazf/42-ft_printf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josevazf%2F42-ft_printf/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266946348,"owners_count":24010513,"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-07-25T02:00:09.625Z","response_time":70,"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":["42commoncore","42cursus","42school","printf"],"created_at":"2025-06-09T06:06:25.049Z","updated_at":"2025-07-25T03:02:14.998Z","avatar_url":"https://github.com/josevazf.png","language":"C","readme":"# 42 Common Core / ft_printf\nThis project is about a partial recoding of the standard printf() function while learning about variadic functions in C.\n###\nHandles only the following conversions:\n- `%c` - print a single character\n- `%s` - print a string of characters\n- `%p` - the void * pointer argument is printed in hexadecimal\n- `%d` - print a decimal (base 10) number\n- `%i` - print an integer in base 10\n- `%u` - print an unsigned decimal (base 10) number\n- `%x` - print a number in hexadecimal (base 16), with lowercase\n- `%X` - print a number in hexadecimal (base 16), with uppercase\n- `%%` - print a percent sign\n\n*Aditional flags to be implemented later on.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosevazf%2F42-ft_printf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosevazf%2F42-ft_printf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosevazf%2F42-ft_printf/lists"}