{"id":20287115,"url":"https://github.com/codewithsegnet/alx-low_level_programming","last_synced_at":"2026-05-10T18:11:49.681Z","repository":{"id":59717819,"uuid":"534398789","full_name":"CodewithSegNet/alx-low_level_programming","owner":"CodewithSegNet","description":"Writing scripts that runs a C file through the preprocessor.","archived":false,"fork":false,"pushed_at":"2023-04-13T02:48:01.000Z","size":302,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-14T08:24:12.590Z","etag":null,"topics":["c","shell"],"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/CodewithSegNet.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-08T21:26:38.000Z","updated_at":"2023-02-08T09:50:53.000Z","dependencies_parsed_at":"2024-11-14T14:49:15.831Z","dependency_job_id":null,"html_url":"https://github.com/CodewithSegNet/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/CodewithSegNet%2Falx-low_level_programming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodewithSegNet%2Falx-low_level_programming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodewithSegNet%2Falx-low_level_programming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodewithSegNet%2Falx-low_level_programming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodewithSegNet","download_url":"https://codeload.github.com/CodewithSegNet/alx-low_level_programming/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241780497,"owners_count":20019061,"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","shell"],"created_at":"2024-11-14T14:38:14.542Z","updated_at":"2026-05-10T18:11:49.651Z","avatar_url":"https://github.com/CodewithSegNet.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n\n![img](https://assets.imaginablefutures.com/media/images/ALX_Logo.max-200x150.png)\n\n# C is FUN 😊\n\n\u003eLearning C right now, been wanting to get on this. It's going to be FUN !!.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://i.postimg.cc/rprHShJ1/C-compilation-process.gif\" /\u003e\n\u003c/p\u003e\n\n## About\n\n- This repository consists of all the C programming projects done with [ALX Software Engineering Program](https://www.alxafrica.com/) Full stack course in partnership with [Holberton School](https://www.holbertonschool.com/) by [Segnet](https://https://github.com/CodewithSegNet/).\n- All main.c files are prewritten by the school. We build functions that produce a specific output while also taking into consideration edge case's\n\n---\n\n- C is fun but its not that easy, so I have some [notes](./notes.md) that will actually show you the journey and thought process.\n\n## Resource\n\n- C [Books and PDF's](./references) to check out and use as a \n\n---\n\n### Hatching out  \n\n- [0x00](https://github.com/CodewithSegNet/Alx-low_level_programming/tree/master/0x00-hello_world). C - Hello, World  \n- [0x01](https://github.com/CodewithSegNet/Alx-low_level_programming/tree/master/0x01-variables_if_else_while). C - Variables, if, else, while  \n- [0x02](https://github.com/CodewithSegNet/Alx-low_level_programming/tree/master/0x02-functions_nested_loops). C - Functions, nested loops  \n- [0x03](https://github.com/CodewithSegNet/Alx-low_level_programming/tree/master/0x03-debugging). C - Debugging  \n- [0x04](https://github.com/CodewithSegNet/Alx-low_level_programming/tree/master/0x04-more_functions_nested_loops). C - More functions, more nested loops  \n- [0x05](https://github.com/CodewithSegNet/Alx-low_level_programming/tree/master/0x05-pointers_arrays_strings). C - Pointers, arrays and strings  \n- [0x06](https://github.com/CodewithSegNet/Alx-low_level_programming/tree/master/0x06-pointers_arrays_strings). C - More pointers, arrays and strings  \n- [0x07](https://github.com/CodewithSegNet/Alx-low_level_programming/tree/master/0x07-pointers_arrays_strings). C - Even more pointers, arrays and strings  \n- [0x08](https://github.com/CodewithSegNet/Alx-low_level_programming/tree/master/0x08-recursion). C - Recursion  \n- [0x09](https://github.com/CodewithSegNet/Alx-low_level_programming/tree/master/0x09-static_libraries). C - Static libraries  \n- [0x0A](https://github.com/CodewithSegNet/Alx-low_level_programming/tree/master/0x0A-argc_argv). C - argc, argv  \n- [0x0B](https://github.com/CodewithSegNet/Alx-low_level_programming/tree/master/0x0B-malloc_free). C - malloc, free  \n- [0x0C](https://github.com/CodewithSegNet/Alx-low_level_programming/tree/master/0x0C-more_malloc_free). C - More malloc, free  \n- [0x0D](https://github.com/CodewithSegNet/Alx-low_level_programming/tree/master/0x0D-preprocessor). C - Preprocessor  \n- [0x0E](https://github.com/CodewithSegNet/Alx-low_level_programming/tree/master/0x0E-structures_typedef). C - Structures, typedef  \n- [0x0F](https://github.com/CodewithSegNet/Alx-low_level_programming/tree/master/0x0F-function_pointers). C - Function pointers  \n- [0x10](https://github.com/CodewithSegNet/Alx-low_level_programming/tree/master/0x10-variadic_functions). C - Variadic functions  \n- [0x11](https://github.com/CodewithSegNet/printf). C - printf  \n- [0x14](https://github.com/CodewithSegNet/Alx-low_level_programming/tree/master/0x14-bit_manipulation). C - Bit manipulation  \n- [0x18](https://github.com/CodewithSegNet/Alx-low_level_programming/tree/master/0x18-dynamic_libraries). C - Dynamic libraries  \n- [0x1C](https://github.com/CodewithSegNet/Alx-low_level_programming/tree/master/0x1C-makefiles). C - Makefiles  \n\n### Data structures and Algorithms\n\n- [0x12](https://github.com/CodewithSegNet/Alx-low_level_programming/tree/master/0x12-singly_linked_lists). C - Singly linked lists  \n- [0x13](https://github.com/CodewithSegNet/Alx-low_level_programming/tree/master/0x13-more_singly_linked_lists). C - More singly linked lists  \n- [0x17](https://github.com/CodewithSegNet/Alx-low_level_programming/tree/master/0x17-doubly_linked_lists). C - Doubly linked lists  \n\n### Linux and Unix system programming\n\n- [0x15](https://github.com/CodewithSegNet/Alx-low_level_programming/tree/master/0x15-file_io). C - File I/O  \n- [0x16](https://github.com/CodewithSegNet/simple_shell/). C - Simple Shell\n\n---\n\n# More Resources\n\n- [Pointers and Arrays](./PointerArrays) : Code snippets and notes on Pointers and Arrays from Concept Page.\n- [Data Structures](./DataStructures) : Code snippets and notes on data structures.\n- [Dynamic Memory Allocation](./dynamic_memory_alloc) : Code snippets and notes on how dynamic memory allocation works with `malloc` and `free`.\n- [Heap vs Stack](./heap_stack) : Code snippets and notes on what is a heap, a stack and how they work.\n- [Simple Shell Concepts](./simple_shell_concepts) : Code snippets and notes on the concept for the simple shell project. Low Level Programming\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithsegnet%2Falx-low_level_programming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodewithsegnet%2Falx-low_level_programming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodewithsegnet%2Falx-low_level_programming/lists"}