{"id":34919115,"url":"https://github.com/abdulrahman-k-s/alx-low_level_programming","last_synced_at":"2026-05-22T01:32:27.233Z","repository":{"id":181075562,"uuid":"665916276","full_name":"Abdulrahman-K-S/alx-low_level_programming","owner":"Abdulrahman-K-S","description":"This repository stores my solutions to the amazing low-level programming projects I am doing at ALX.","archived":false,"fork":false,"pushed_at":"2024-07-16T10:11:20.000Z","size":2713,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-07-16T12:47:19.688Z","etag":null,"topics":["alx","alx-low-level-programming","c","printf","simple-shell"],"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/Abdulrahman-K-S.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}},"created_at":"2023-07-13T09:32:55.000Z","updated_at":"2024-07-16T10:11:24.000Z","dependencies_parsed_at":"2023-10-14T22:33:35.648Z","dependency_job_id":"2b36dd2a-fe7c-49a7-88f7-8de098d8808d","html_url":"https://github.com/Abdulrahman-K-S/alx-low_level_programming","commit_stats":null,"previous_names":["bebo-k-s/alx-low_level_programming","abdulrahman-k-s/alx-low_level_programming"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Abdulrahman-K-S/alx-low_level_programming","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdulrahman-K-S%2Falx-low_level_programming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdulrahman-K-S%2Falx-low_level_programming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdulrahman-K-S%2Falx-low_level_programming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdulrahman-K-S%2Falx-low_level_programming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Abdulrahman-K-S","download_url":"https://codeload.github.com/Abdulrahman-K-S/alx-low_level_programming/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Abdulrahman-K-S%2Falx-low_level_programming/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28055272,"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-12-26T02:00:06.189Z","response_time":55,"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":["alx","alx-low-level-programming","c","printf","simple-shell"],"created_at":"2025-12-26T13:08:06.916Z","updated_at":"2025-12-26T13:08:08.030Z","avatar_url":"https://github.com/Abdulrahman-K-S.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align='center'\u003e\u003cb\u003eThis repository stores my solutions to the amazing low-level programming projects I am doing at ALX.\u003c/b\u003e\u003c/p\u003e\n\n![image](https://github.com/Bebo-K-S/alx-low_level_programming/assets/107813045/b5217cca-d635-4b71-98cf-75dcf92b269f)\n\n# Requirements\nThe C scripts were compiled with GCC 4.8.4.\n\nSome scripts need more specific requirements, but these will be shown where they are needed.\n\n# Projects\n- [0x00. C - Hello, World](0x00-hello_world/).\n- [0x01. C - Variables, if, else, while](0x01-variables_if_else_while/).\n- [0x02. C - Functions, nested loops](0x02-functions_nested_loops/).\n- [0x03. C - Debugging](0x03-debugging/).\n- [0x04. C - More functions, more nested loops](0x04-more_functions_nested_loops/).\n- [0x05. C - Pointers, arrays and strings](0x05-pointers_arrays_strings/).\n- [0x06. C - More pointers, arrays and strings](0x06-pointers_arrays_strings/).\n- [0x07. C - Even more pointers, arrays and strings](0x07-pointers_arrays_strings/).\n- [0x08. C - Recursion](0x08-recursion/).\n- [0x09. C - Static libraries](0x09-static_libraries/).\n- [0x0A. C - argc, argv](0x0A-argc_argv/).\n- [0x0B. C - malloc, free](0x0B-malloc_free/).\n- [0x0C. C - More malloc, free](0x0C-more_malloc_free/).\n- [0x0D. C - Preprocessor](0x0D-preprocessor/).\n- [0x0E. C - Structures, typedef](0x0E-structures_typedef/).\n- [0x0F. C - Function pointers](0x0F-function_pointers/).\n- [0x10. C - Variadic functions](0x10-variadic_functions/).\n- [0x11. C - printf](https://github.com/Bebo-K-S/printf).\n- [0x12. C - Singly linked lists](0x12-singly_linked_lists/).\n- [0x13. C - More singly linked lists](0x13-more_singly_linked_lists/).\n- [0x14. C - Bit manipulation](0x14-bit_manipulation/).\n- [0x15. C - File I/O](0x15-file_io/).\n- [0x16. C - Simple Shell](https://github.com/Bebo-K-S/simple_shell).\n- [0x17. C - Doubly linked lists](0x17-doubly_linked_lists/)\n- [0x18. C - Dynamic libraries C](0x18-dynamic_libraries/)\n- [0x19. C - Stacks, Queues - LIFO, FIFO](https://github.com/Bebo-K-S/monty)\n- [0x1A. C - Hash tables](0x1A-hash_tables/)\n- [0x1B. C - Sorting algorithms \u0026 Big O](https://github.com/Bebo-K-S/sorting_algorithms)\n- [0x1C. C - Makefiles](0x1C-makefiles/)\n- [0x1D. C - Binary trees](https://github.com/Bebo-K-S/binary_trees)\n- [0x1E. C - Search Algorithms](0x1E-search_algorithms/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdulrahman-k-s%2Falx-low_level_programming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdulrahman-k-s%2Falx-low_level_programming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdulrahman-k-s%2Falx-low_level_programming/lists"}