{"id":20472131,"url":"https://github.com/f321x/printf-42-core","last_synced_at":"2025-06-12T07:09:20.344Z","repository":{"id":206379369,"uuid":"716496688","full_name":"f321x/printf-42-core","owner":"f321x","description":"Implementation of the printf function in C as exercise in the 42 school curriculum","archived":false,"fork":false,"pushed_at":"2024-08-24T12:57:19.000Z","size":1510,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T13:49:34.293Z","etag":null,"topics":[],"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/f321x.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":"2023-11-09T09:07:12.000Z","updated_at":"2024-08-24T12:57:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"dcd9174a-0b95-4980-8526-bedc3eea066d","html_url":"https://github.com/f321x/printf-42-core","commit_stats":null,"previous_names":["f321x/printf-42-core"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/f321x/printf-42-core","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f321x%2Fprintf-42-core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f321x%2Fprintf-42-core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f321x%2Fprintf-42-core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f321x%2Fprintf-42-core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/f321x","download_url":"https://codeload.github.com/f321x/printf-42-core/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/f321x%2Fprintf-42-core/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259418215,"owners_count":22854185,"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":[],"created_at":"2024-11-15T14:18:41.703Z","updated_at":"2025-06-12T07:09:20.322Z","avatar_url":"https://github.com/f321x.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# printf-42-core\nImplementation of the printf function in C as exercise for the 42 school curriculum.\nImplements the following flags:\n* %c Prints a single character.\n* %s Prints a string (as defined by the common C convention).\n* %p The void * pointer argument has to be printed in hexadecimal format.\n* %d Prints a decimal (base 10) number.\n* %i Prints an integer in base 10.\n* %u Prints an unsigned decimal (base 10) number.\n* %x Prints a number in hexadecimal (base 16) lowercase format.\n* %X Prints a number in hexadecimal (base 16) uppercase format.\n* %% Prints a percent sign.\n* Bonus: Manage all the following flags: ’# +’ (one of them is a space)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff321x%2Fprintf-42-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ff321x%2Fprintf-42-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ff321x%2Fprintf-42-core/lists"}