{"id":26286658,"url":"https://github.com/minasamirsaad/alx-low_level_programming","last_synced_at":"2025-07-07T06:38:36.855Z","repository":{"id":145230238,"uuid":"615086630","full_name":"MinaSamirSaad/alx-low_level_programming","owner":"MinaSamirSaad","description":"All steps and tasks that I used to learn C language with ALX ","archived":false,"fork":false,"pushed_at":"2024-02-07T22:55:31.000Z","size":577,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T20:39:31.553Z","etag":null,"topics":["bit-manipulation","c","doubly-linked-list","dynamic-libraries","function-pointers","malloc-free","nested-loops","pointer","pointers-and-arrays","recursion","single-linked-list","static-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/MinaSamirSaad.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":"2023-03-16T23:31:12.000Z","updated_at":"2023-12-23T16:03:46.000Z","dependencies_parsed_at":"2024-02-07T02:28:09.527Z","dependency_job_id":"dbf217b3-a424-418a-b3db-0f60c2450065","html_url":"https://github.com/MinaSamirSaad/alx-low_level_programming","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MinaSamirSaad/alx-low_level_programming","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinaSamirSaad%2Falx-low_level_programming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinaSamirSaad%2Falx-low_level_programming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinaSamirSaad%2Falx-low_level_programming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinaSamirSaad%2Falx-low_level_programming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MinaSamirSaad","download_url":"https://codeload.github.com/MinaSamirSaad/alx-low_level_programming/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MinaSamirSaad%2Falx-low_level_programming/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264029640,"owners_count":23546507,"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":["bit-manipulation","c","doubly-linked-list","dynamic-libraries","function-pointers","malloc-free","nested-loops","pointer","pointers-and-arrays","recursion","single-linked-list","static-library"],"created_at":"2025-03-14T20:34:11.250Z","updated_at":"2025-07-07T06:38:36.813Z","avatar_url":"https://github.com/MinaSamirSaad.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ALX-low_level_programming\n\n## Description\nThis project is about programming in C\n\n## Directory\n\n| Files | Description |\n| ----- | ----------- |\n| [0x00-hello_world](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x00-hello_world) | Using the compiler and first use of C |\n| [0x01-variables_if_else_while](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x01-variables_if_else_while) | Learning of variables and conditions |\n| [0x02-functions_nested_loops](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x02-functions_nested_loops) | Learning about loops, nested loops and functions |\n| [0x03-debugging](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x03-debugging) | Learning how to debbug |\n| [0x04-more_functions_nested_loops](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x04-more_functions_nested_loops) | Second part of loops, nested loops and functions |\n| [0x05-pinters_arrays_strings](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x05-pointers_arrays_strings) | First part of Pointers, arrays and strings |\n| [0x06-pointers_arrays_strings](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x06-pointers_arrays_strings) | Second part of Pointers, arrays and strings |\n| [0x07-pointers_arrays_strings](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x07-pointers_arrays_strings) | Third part of Pointers, arrays and strings |\n| [0x08-recursion](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x08-recursion) | Recursion with functions |\n| [0x09-static_libraries](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x09-static_libraries) | Static libraries |\n| [0x0A-argc_argv](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x0A-argc_argv) | Learning about the arguments in the main |\n| [0x0B-malloc_free](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x0C-more_malloc_free) | Learning about the memory and how to expand a memory |\n| [0x0C-more_malloc_free](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x0C-more_malloc_free) | Second part of the memory |\n| [0x0D-preprocessor](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x0D-preprocessor) | Learning about the preprocessor |\n| [0x0E-structures_typedef](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x0E-structures_typedef) | Learning about structures and typedef and how to use them |\n| [0x0F-function_pointers](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x0F-function_pointers) | Learning about pointer to functions and function pointers |\n| [0x10-variadic_functions](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x10-variadic_functions) | Learning about variadic functions |\n| [0x12-singly_linked_list](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x12-singly_linked_lists) | Learning about data structure with linked lists |\n| [0x13-more_singly_linked_lists](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x13-more_singly_linked_lists) | Second part of singly linked lists |\n| [0x14-bit_manipulation](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x14-bit_manipulation) | Learning about bit manipulation |\n| [0x15-file_io](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x15-file_io) | Learning about file descriptors and how open, close, read and write a file |\n| [0x17-doubly_linked_lists](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x17-doubly_linked_lists) | Learning about doubly linked list |\n| [0x18-dynamic_libraries](https://github.com/MinaSamirSaad/alx-low_level_programming/tree/master/0x18-dynamic_libraries) | Learning about Dynamic libraries, create and modify them |\n| [0x1A-hash_tables](0x1A-hash_tables) | Learning about Hash tables |\n| [0x1C-makefiles](0x1C-makefiles) | Learning how to make files with Makefile and the rules |\n\n## Author\n\n[Mina Samir](https://www.linkedin.com/in/mina-samir-0a0765207/) [:octocat:](https://github.com/MinaSamirSaad)\n\n[Twitter](https://twitter.com/MinasamirNashid)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminasamirsaad%2Falx-low_level_programming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminasamirsaad%2Falx-low_level_programming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminasamirsaad%2Falx-low_level_programming/lists"}