{"id":21755434,"url":"https://github.com/pericles001/alx-low_level_programming","last_synced_at":"2025-04-12T23:06:57.754Z","repository":{"id":41296892,"uuid":"399894432","full_name":"Pericles001/alx-low_level_programming","owner":"Pericles001","description":"Low-Level Programming - Data Structures, Algorithms, Linux/Unix System Programming","archived":false,"fork":false,"pushed_at":"2023-09-21T11:16:18.000Z","size":483,"stargazers_count":69,"open_issues_count":0,"forks_count":151,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-12T23:06:11.491Z","etag":null,"topics":["algorithms-and-data-structures","c","c-programming","gcc","holbertonschool"],"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/Pericles001.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":"2021-08-25T16:56:35.000Z","updated_at":"2025-03-04T03:57:38.000Z","dependencies_parsed_at":"2025-01-06T12:32:14.966Z","dependency_job_id":"add1915f-3c5f-4f22-98c0-6508267547d3","html_url":"https://github.com/Pericles001/alx-low_level_programming","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pericles001%2Falx-low_level_programming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pericles001%2Falx-low_level_programming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pericles001%2Falx-low_level_programming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pericles001%2Falx-low_level_programming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pericles001","download_url":"https://codeload.github.com/Pericles001/alx-low_level_programming/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248643006,"owners_count":21138355,"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":["algorithms-and-data-structures","c","c-programming","gcc","holbertonschool"],"created_at":"2024-11-26T09:18:01.962Z","updated_at":"2025-04-12T23:06:57.717Z","avatar_url":"https://github.com/Pericles001.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Low-Level Programming - Data Structures, Algorithms, Linux/Unix System Programming\n\n## Description\nThis repository contains programs written for the low-level programming and\nalgorithm section .\n\n\n## Structure\n\n\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 - 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* [0x10. C - Variadic functions](./0x10-variadic_functions)\n* [0x11. C - Printf](./0x11-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* [0x16. C - Simple Shell](./0x16-simple_shell)\n* [0x15. C - File input output](./0x15-file_io)\n* [0x16. C - Simple Shell](./0x16-simple_shell)\n* [0x17. C - Doubly linked lists](./0x17-doubly_linked_lists)\n* [0x18. C - Dynamic libraries](./0x18-dynamic_libraries)\n* [0x19. C - Stacks,Queues LIFO-FIFO](./0x19-stacks_queues_lifo_fifo)\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 - Variadic functions](./0x0F-variadic_functions)\n* [0x1A. C - Hash tables](./0x1A-hash_tables)\n* [0x1B. C - Sorting algorithms \u0026 Big O ](./0x1B-sorting_algorithms)\n* [0x1C. C - Makefiles](./0x1C-makefiles)\n* [0x1D. C - Binary trees](./0x1D-binary_trees)\n* [0x1E. C - Search Algorithms](./0x1E-search_algorithms)\n\n\n## Requirements\n\nWorking with this project require you to have some tools installed: \n* GCC : [GNU Compiler](https://gcc.gnu.org/)\n* Betty  : [C code checker](https://github.com/holbertonschool/Betty.git) \n\n\n## Navigation Guide\n\nTo access any project you are willing to view , please proceed like this:\n\n* clone the repository\n\n\n\n        - git clone https://github.com/Pericles001/alx-low_level_programming\n        - cd alx-low_level_programming\n\n\n* open your desired project (we take Hello world project as example)\n\n\n\n        - cd [0x00. C - Hello, World](./0x00-hello_world)\n\n\n* test your desired file\n\n\n\n        - gcc -Wall -Werror -Wextra -pedantic -std=gnu89 4-puts.c 4-puts\n        - ./4-puts\n  \n* Repeat with other files or projects\n\n\n## Author\n\n* **Pericles Adjovi** \u003c[Pericles001](https://github.com/Pericles001)\u003e\n\n## Aknowledgements\n\nAll work contained in this project was completed as part of the curriculum for ALX Africa Software Engineering program built upon Holberton School projects and materials. Holberton School is a campus-based full-stack software engineering program that prepares students for careers in the tech industry using project-based peer learning. \n\n\n## Credits \nFor more information, visit these links.\n\n* [ALX ](https://www.alxafrica.com/)\n* [Holberton School](https://www.holbertonschool.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpericles001%2Falx-low_level_programming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpericles001%2Falx-low_level_programming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpericles001%2Falx-low_level_programming/lists"}