{"id":19598205,"url":"https://github.com/murags/alx-low_level_programming","last_synced_at":"2026-06-11T06:31:12.508Z","repository":{"id":59893290,"uuid":"534113215","full_name":"Murags/alx-low_level_programming","owner":"Murags","description":"low-level programming","archived":false,"fork":false,"pushed_at":"2023-04-14T09:44:59.000Z","size":400,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-26T15:15:30.060Z","etag":null,"topics":["c","hashtables","libraries","makefiles","searching-algorithms"],"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/Murags.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}},"created_at":"2022-09-08T08:09:31.000Z","updated_at":"2023-05-04T10:21:18.000Z","dependencies_parsed_at":"2023-02-08T07:01:58.085Z","dependency_job_id":null,"html_url":"https://github.com/Murags/alx-low_level_programming","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Murags/alx-low_level_programming","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Murags%2Falx-low_level_programming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Murags%2Falx-low_level_programming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Murags%2Falx-low_level_programming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Murags%2Falx-low_level_programming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Murags","download_url":"https://codeload.github.com/Murags/alx-low_level_programming/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Murags%2Falx-low_level_programming/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34186385,"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-06-11T02:00:06.485Z","response_time":57,"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":["c","hashtables","libraries","makefiles","searching-algorithms"],"created_at":"2024-11-11T09:05:08.868Z","updated_at":"2026-06-11T06:31:12.493Z","avatar_url":"https://github.com/Murags.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Low-level programming\n All the following are projects done ;\n| Project-name | Description |\n| ---- | ----------- |\n| [`0x00-hello_world`](https://github.com/Murags/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/Murags/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/Murags/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/Murags/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/Murags/alx-low_level_programming/tree/master/0x04-more_functions_nested_loops) | It aims to learn about nested loops in C language |\n| [`0x05-pointers_arrays_strings`](https://github.com/Murags/alx-low_level_programming/tree/master/0x05-pointers_arrays_strings) | It aims to learn about pointers and arrays in C language |\n| [`0x06-pointers_arrays_strings`](https://github.com/Murags/alx-low_level_programming/tree/master/0x06-pointers_arrays_strings) | It aims to learn about pointers and arrays in C language |\n| [`0x07-pointers_arrays_strings`](https://github.com/Murags/alx-low_level_programming/tree/master/0x07-pointers_arrays_strings) | It aims to learn about pointers and arrays in C language |\n| [`0x08-recursion`](https://github.com/Murags/alx-low_level_programming/tree/master/0x08-recursion) | It aims to learn about recursion and how to implement it in C language |\n| [`0x09-static_libraries`](https://github.com/Murags/alx-low_level_programming/tree/master/0x09-static_libraries) | It aims to learn about static libraries in C language |\n| [`0x0A-argc_argv`](https://github.com/Murags/alx-low_level_programming/tree/master/0x0A-argc_argv) | It aims to learn about how to use arguments passed to a program in C language |\n| [`0x0B-malloc_free`](https://github.com/Murags/alx-low_level_programming/tree/master/0x0B-malloc_free) | It aims to learn about automatic and dynamic allocation in C language |\n| [`0x0C-more_malloc_free`](https://github.com/Murags/alx-low_level_programming/tree/master/0x0C-more_malloc_free) | It aims to learn about how to use `malloc`, `calloc`, `realloc` and `exit` functions in C language |\n| [`0x0D-preprocessor`](https://github.com/Murags/alx-low_level_programming/tree/master/0x0D-preprocessor) | It aims to learn about how to include guard in the header files and macros in C language |\n| [`0x0E-structures_typedef`](https://github.com/Murags/alx-low_level_programming/tree/master/0x0E-structures_typedef) | It aims to learn about structures and `typedef` in C language |\n| [`0x0F-function_pointers`](https://github.com/Murags/alx-low_level_programming/tree/master/0x0F-function_pointers) | It aims to learn about function pointers in C language |\n| [`0x10-variadic_functions`](https://github.com/Murags/alx-low_level_programming/tree/master/0x10-variadic_functions) | It aims to learn about variadic functions in C language |\n| [`0x12-singly_linked_lists`](https://github.com/Murags/alx-low_level_programming/tree/master/0x12-singly_linked_lists) | It aims to learn about linked lists in C language |\n| [`0x13-more_singly_linked_lists`](https://github.com/Murags/alx-low_level_programming/tree/master/0x13-more_singly_linked_lists) | It aims to learn about linked lists in C language |\n| [`0x14-bit_manipulation`](https://github.com/Murags/alx-low_level_programming/tree/master/0x14-bit_manipulation) | It aims at learning how to manipulate bits |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurags%2Falx-low_level_programming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmurags%2Falx-low_level_programming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmurags%2Falx-low_level_programming/lists"}