{"id":32467786,"url":"https://github.com/danielmusau/alx-low_level_programming","last_synced_at":"2026-07-11T13:31:42.231Z","repository":{"id":41545356,"uuid":"468317712","full_name":"DanielMusau/alx-low_level_programming","owner":"DanielMusau","description":"🚀 Low-level programming training module","archived":false,"fork":false,"pushed_at":"2023-05-17T16:49:08.000Z","size":1485,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-12-26T13:09:26.731Z","etag":null,"topics":["algorithms-and-data-structures","c","low-level-programming","memory-allocation"],"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/DanielMusau.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}},"created_at":"2022-03-10T11:40:00.000Z","updated_at":"2023-12-26T13:09:32.641Z","dependencies_parsed_at":"2023-12-26T13:09:30.666Z","dependency_job_id":"6a93842b-6615-4b84-8a81-25b09538572d","html_url":"https://github.com/DanielMusau/alx-low_level_programming","commit_stats":null,"previous_names":["danielmusau/alx-low_level_programming"],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/DanielMusau/alx-low_level_programming","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielMusau%2Falx-low_level_programming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielMusau%2Falx-low_level_programming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielMusau%2Falx-low_level_programming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielMusau%2Falx-low_level_programming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DanielMusau","download_url":"https://codeload.github.com/DanielMusau/alx-low_level_programming/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DanielMusau%2Falx-low_level_programming/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35364269,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-11T02:00:05.354Z","response_time":104,"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":["algorithms-and-data-structures","c","low-level-programming","memory-allocation"],"created_at":"2025-10-26T14:46:05.672Z","updated_at":"2026-07-11T13:31:42.227Z","avatar_url":"https://github.com/DanielMusau.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Low-level Programming \u0026 Algorithm\nThis repository contains:\n- Scripts written in Bash.\n- C files.\n\n## Projects\nAll of the following folders are projects done during the studies:\n| Project name | Description |\n| ------------ | ----------- |\n| [`0x00-hello_world`](https://github.com/Danielmusau/alx-low_level_programming/tree/master/0x00-hello_world) | It aims to learn about what is entry point, basics commands (puts, printf, putchar), compilation process with gcc in C language. |\n| [`0x01-variables_if_else_while`](https://github.com/Danielmusau/alx-low_level_programming/tree/master/0x01-variables_if_else_while) | It aims to learn about arithmetic operators, relational operators, boolean operators, comments, declaring variables and loops in C language. |\n| [`0x02-functions_nested_loops`](https://github.com/Danielmusau/alx-low_level_programming/tree/master/0x02-functions_nested_loops) | It aims to learn about header files, functions, loops and nested loops in C language. |\n| [`0x03-debugging`](https://github.com/Danielmusau/alx-low_level_programming/tree/master/0x03-debugging) | It aims to learn how to debug in C language. |\n| [`0x04-more_functions_nested_loops`](https://github.com/Danielmusau/alx-low_level_programming/tree/master/0x04-more_functions_nested_loops) | It aims to learn about netsed loops in C language. |\n| [`0x05-pointers_arrays_strings`](https://github.com/Danielmusau/alx-low_level_programming/tree/master/0x05-pointers_arrays_strings) | It aims to teach about pointers, arrays and strings in C language. | \n| [`0x06-pointers_arrays_strings`](https://github.com/Danielmusau/alx-low_level_programming/tree/master/0x06-pointers_arrays_strings) | It aims to teach about pointers, arrays and strings in C language. |\n| [`0x07-pointers_arrays_strings`](https://github.com/Danielmusau/alx-low_level_programming/tree/master/0x07-pointers_arrays_strings) |  It aims to teach about pointers, arrays and strings in C language. |\n| [`0x08-recursion`](https://github.com/Danielmusau/alx-low_level_programming/tree/master/0x08-recursion) | It aims to teach about recursion in C language. |\n| [`0x09-static_libraries`](https://github.com/Danielmusau/alx-low_level_programming/tree/master/0x09-static_libraries) | It aims to teach about static libraries in C language. |\n| [`0x0A-argc_argv`](https://github.com/Danielmusau/alx-low_level_programming/tree/master/0x0A-argc_argv) | It aims to teach how to use passed arguments to a program in C language. |\n| [`0x0B-malloc_free`](https://github.com/Danielmusau/alx-low_level_programming/tree/master/0x0B-malloc_free) | It aims to teach about automatic and dynamic allocation in C language. |\n| [`0x0C-more_malloc_free`](https://github.com/Danielmusau/alx-low_level_programming/tree/master/0x0C-more_malloc_free) | It aims to teach about how to use `malloc`, `calloc`, `realloc` and `exit` functions in C language. |\n| [`0x0D-preprocessor`](https://github.com/Danielmusau/alx-low_level_programming/tree/master/0x0D-preprocessor) | It aims to teach what are macros and how to use them, what are the most common predefined macros, and how to include guard your header files. |\n| [`0x0E-structures_typedef`](https://github.com/Danielmusau/alx-low_level_programming/tree/master/0x0E-structures_typedef) | It aims to teach what are structures, when, why and how to use them as well as how to use `typedef`. |\n| [`0x0F-functions_pointers`](https://github.com/Danielmusau/alx-low_level_programming/tree/master/0x0F-functions_pointers) | It aims to teach about function pointers in C language. |\n| [`0x12-singly_linked_lists`](https://github.com/Danielmusau/alx-low_level_programming/tree/master/0x12-singly_linked_lists) | It aims to teach about linked list in C language. |\n| [`0x13-more_singly_linked_lists`](https://github.com/Danielmusau/alx-low_level_programming/tree/master/0x13-more_singly_linked_lists) | It aims to teach about singly linked lists in C language. |\n| [`0x14-bit_manipulation`](https://github.com/Danielmusau/alx-low_level_programming/tree/master/0x14-bit_manipulation) | It aims to teach on how to manipulate bits and use bitwise operators. |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielmusau%2Falx-low_level_programming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielmusau%2Falx-low_level_programming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielmusau%2Falx-low_level_programming/lists"}