{"id":23095317,"url":"https://github.com/micahondiwa/alx-low_level_programming","last_synced_at":"2025-09-18T23:12:09.420Z","repository":{"id":58965626,"uuid":"534792560","full_name":"micahondiwa/alx-low_level_programming","owner":"micahondiwa","description":"Low-level programming language with ALX and Holberton School","archived":false,"fork":false,"pushed_at":"2023-10-19T10:58:13.000Z","size":629,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-09T07:35:37.334Z","etag":null,"topics":["c","data-structures","malloc","malloc-free","malloc-library"],"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/micahondiwa.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":"2022-09-09T20:15:57.000Z","updated_at":"2024-01-12T18:37:26.000Z","dependencies_parsed_at":"2025-02-09T07:44:48.470Z","dependency_job_id":null,"html_url":"https://github.com/micahondiwa/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/micahondiwa%2Falx-low_level_programming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micahondiwa%2Falx-low_level_programming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micahondiwa%2Falx-low_level_programming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micahondiwa%2Falx-low_level_programming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/micahondiwa","download_url":"https://codeload.github.com/micahondiwa/alx-low_level_programming/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247064074,"owners_count":20877547,"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":["c","data-structures","malloc","malloc-free","malloc-library"],"created_at":"2024-12-16T22:21:49.759Z","updated_at":"2025-09-18T23:12:04.362Z","avatar_url":"https://github.com/micahondiwa.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Low level programming\n\n- Projects done during my Full Stack Software Engineering studies at [ALX Africa](https://www.alxafrica.com/software-engineering-2022/), a course offered by [Holberton School](https://www.holbertonschool.com/).\n\n## Technologies\n- Files written in ```vi```, ```vim```, and ```emacs``` editors\n- C files compiled using ```gcc 9.4.0```.\n- C files wriiten according to the betty coding style. Checked using [betty-style.pl](https://github.com/holbertonschool/Betty/blob/master/betty-style.pl) and [betty-doc.pl](https://github.com/holbertonschool/Betty/blob/master/betty-doc.pl).\n- Files tested on ```Ubuntu 20.04``` LTS using ```gcc```.\n\n## Directories \n\n| Directory  | Description |\n| ---  | --- |\n|[0x00-hello_world](0x00-hello_world) |Fundamental introduction to C programming including C syntax, compilation and execution of C programs.|\n|[0x01-variables_if_else_while](0x01-variables_if_else_while)|Implements keywords and identifiers, integers, Arithmetic Operations, if statements, if...else, relational operators, logical operators, and while loops in C.|\n|[0x02-functions_nested_loops](0x02-functions_nested_loops)|Implements nested while loops, C-functions and header files in C.|\n|[0x03-debugging](0x03-debugging)|Implements the concept of debugging C and how to mannually read the errors.|\n|[0x04-more_functions_nested_loops](0x04-more_functions_nested_loops)| More on nested while loops, C functions, function prototypes, and C-header files.|\n|[0x05-pointers_arrays_strings](0x05-pointers_arrays_strings)|Implements pointers in C, difference between pointers and arrays, string manipulation and scope of variables in C.|\n|[0x06-pointers_arrays_strings](0x06-pointers_arrays_strings)|More on implenting pointers in C, differences between pointers and arrays, string manipulation and scope of variables in C|\n|[0x07-pointers_arrays_strings](0x07-pointers_arrays_strings)|Implementing C pointers, multidimensional arrays, common C stanadrd library and functions to manipulate strings.|\n|[0x08-recursion](0x08-recursion)|Implementing Recursion in C.|\n|[0x09-static_libraries](0x09-static_libraries)|Basic usage of ```ar```, ```ranlib```, ```nm```|\n|[0x0A-argc_ argv](0x0A-argc_argv)|How to use arguments passed by your own program, prototypying a header file, and using ```__attribute__((unused))``` or ```(void)``` to compile functions with unused variables or parameters|\n|[0x0B-malloc_free](0x0B-malloc_free)|Implements dynamic and dynamic and automatic memory allocation, and freeing memory in C using ```malloc```, ```free```, and ```valgrid``` functions.|\n|[0x0C-more_malloc__free](0x0C-more_malloc_free)|Implenting ```exit```, ```calloc```, and ```realloc``` functions in C with a cutom header file.|\n|[0x0D-preprocessor](0x0D-preprocessor)|Implementing C macros, predefined C macros, and gurding the C- header file.|\n|[0x0E-structures_typedef](0x0E-structures_typedef)|Implementing data strcutures in C using the ```typedef``` function, and custom functions in a custom header file.|\n|[0x0F-function_pointers](0x0F-function_pointers)|Implents function pointers, and the virtual memory concept in C.|\n|[0x10-variadic_functions](0x10-variadic_functions)|Implents variadic functions in C using ```va_strat```, ```va_arg```, ```va_end```, and ```const``` functions in C.|\n[0x11-printf](0x11-printf)|A collaboration project to create a custom ```printf``` function with that works like the ```printf``` function in the ```stdio.h``` library.|\n|[0x12-singly_linked_lists](0x12-singly_linked_lists)|Implenting single-lined lists in C - building and using single linked lists in C.|\n|[0x13-more_singly_linked_lists](0x13-more_singly_linked_lists)|Implenting linked lists in C.|\n|[0x14-bit_manipulation](0x14-bit_manipulation)|How to manipulate bits and use bitwise operators.|\n|[0x15-file_io](0x15-file_io)|Using I/O System calls, ```open```, ```read```, and ```write``` and implementing ```O_RDONLY```, ```O_WRONLY```, ```O_RDWR```|\n|[0x17-doubly_linked_lists](0x17-doubly_linked_lists)|Implements doubly linked lists in ```C```.|\n|[0x18-dynamic_libraries](0x18-dynamic_libraries)|Implementing dynamic libraries in C, how it work, how to create one, and how to use it.|\n|[0x1A-hash_tables](0x1A-hash_tables)|Implementing hash functions in C|\n|[0x1C-makefiles](0x1C-makefiles)|Implementing Make files|\n|[0x1E-search_algorithms](0x1E-search_algorithms)|Search Algorithms in C|\n\n### Contributers\n- [micahondiwa](https://github.com/micahondiwa): All projects. \n- [john-the1-mwagiru](https://github.com/john-the1-mwagiru): A collobarator for the [0x11-printf](0x11-printf) project\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicahondiwa%2Falx-low_level_programming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicahondiwa%2Falx-low_level_programming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicahondiwa%2Falx-low_level_programming/lists"}