{"id":24522109,"url":"https://github.com/nickssilver/alx-low_level_programming","last_synced_at":"2025-10-25T05:32:01.237Z","repository":{"id":41304813,"uuid":"509032344","full_name":"nickssilver/alx-low_level_programming","owner":"nickssilver","description":"C programming ","archived":false,"fork":false,"pushed_at":"2023-02-05T20:50:20.000Z","size":455,"stargazers_count":14,"open_issues_count":0,"forks_count":16,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T00:51:17.729Z","etag":null,"topics":["algorithms","c","data-structures","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/nickssilver.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-06-30T10:20:45.000Z","updated_at":"2024-02-28T08:06:03.000Z","dependencies_parsed_at":"2023-02-16T05:46:04.470Z","dependency_job_id":null,"html_url":"https://github.com/nickssilver/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/nickssilver%2Falx-low_level_programming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickssilver%2Falx-low_level_programming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickssilver%2Falx-low_level_programming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nickssilver%2Falx-low_level_programming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nickssilver","download_url":"https://codeload.github.com/nickssilver/alx-low_level_programming/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248877930,"owners_count":21176238,"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":["algorithms","c","data-structures","shell"],"created_at":"2025-01-22T03:17:53.496Z","updated_at":"2025-10-25T05:31:56.205Z","avatar_url":"https://github.com/nickssilver.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n\n# C Low level programming \u0026 algorithms\n\n\n![C pro](https://user-images.githubusercontent.com/91147803/162432166-0f08df51-fadc-4d37-99f8-bc92b797589b.png)\n\n## Welcome \nThank you for visiting my **C programming** projects learnt during my software engineering program with ALX. \n## Introduction\n**C** is a powerful general-purpose programming language. It can be used to develop software like operating systems, databases, compilers, and so on.\nC programming is an excellent language to learn to program for beginners.\n\n## Table of Contents\n- About\n- Requirements\n- Projects\n- Acknowledgement\n\n## About\nThis repository contains projects on the C programming language. The projects cover:\n\n- Compilation\n- Commenting code and following a coding style standard\n- Variables, types, operators, expressions, loops, nested loops\n- Conditional statements\n- Functions\n- Pre-processor, macros, header files, pointers, double pointers, function pointers, pointer arithmetic\n- Arrays, multidimensional arrays, structures\n- Static and dynamic libraries\n- Program arguments\n- Dynamic allocation\n- Virtual memory, heap, stack\n- Binary operations\n- Makefiles\n- Sorting and search algorithms and more!\n\n## Requirements\n- Ubuntu 14.04 LTS\n- gcc 4.8.4 (-Wall, -Werror, -Wextra, and -pedantic flags)\n\n## Compilation Process\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://i.postimg.cc/rprHShJ1/C-compilation-process.gif\" /\u003e\n\u003c/p\u003e\n\n## Projects\n- \u003ca href=\"0x00-hello_world/\"\u003e0x00-hello_world\u003c/a\u003e\n- \u003ca href=\"0x01-variables_if_else_while\"\u003e0x01-variables_if_else_while\u003c/a\u003e\n- \u003ca href=\"0x02-functions_nested_loops\"\u003e0x02-functions_nested_loops\u003c/a\u003e\n- \u003ca href=\"0x03-debugging\"\u003e0x03-debugging\u003c/a\u003e\n- \u003ca href=\"0x04-more_functions_nested_loops\"\u003e0x04-more_functions_nested_loops\u003c/a\u003e\n- \u003ca href=\"0x05-pointers_arrays_strings\"\u003e0x05-pointers_arrays_strings\u003c/a\u003e\n- \u003ca href=\"0x06-pointers_arrays_strings\"\u003e0x06-pointers_arrays_strings\u003c/a\u003e\n- \u003ca href=\"0x07-pointers_arrays_strings\"\u003e0x07-pointers_arrays_strings\u003c/a\u003e\n- \u003ca href=\"0x08-recursion\"\u003e0x08-recursion\u003c/a\u003e\n- \u003ca href=\"0x09-static_libraries\"\u003e0x09-static_libraries\u003c/a\u003e\n\u003ca href=\"\"\u003e\u003c/a\u003e\n- \u003ca href=\"0x0A-argc_argv\"\u003e0x0A-argc_argv\u003c/a\u003e\n- \u003ca href=\"0x0B-malloc_free\"\u003e0x0B-malloc_free\u003c/a\u003e\n- \u003ca href=\"0x0C-more_malloc_free\"\u003e0x0C-more_malloc_free\u003c/a\u003e\n- \u003ca href=\"0x0D-preprocessor\"\u003e0x0D-preprocessor\u003c/a\u003e\n- \u003ca href=\"0x0E-structures_typedef\"\u003e0x0E-structures_typedef\u003c/a\u003e\n- \u003ca href=\"0x0F-function_pointers\"\u003e0x0F-function_pointers\u003c/a\u003e\n- \u003ca href=\"0x10-variadic_functions\"\u003e0x10-variadic_functions\u003c/a\u003e\n- \u003ca href=\"0x12-singly_linked_lists\"\u003e0x12-singly_linked_lists\u003c/a\u003e\n- \u003ca href=\"0x13-more_singly_linked_lists\"\u003e0x13-more_singly_linked_lists\u003c/a\u003e\n- \u003ca href=\"0x14-bit_manipulation\"\u003e0x14-bit_manipulation\u003c/a\u003e\n- \u003ca href=\"0x15-file_io\"\u003e0x15-file_io\u003c/a\u003e\n- \u003ca href=\"0x17-doubly_linked_lists\"\u003e0x17-doubly_linked_lists\u003c/a\u003e\n- \u003ca href=\"0x18-dynamic_libraries\"\u003e0x18-dynamic_libraries\u003c/a\u003e\n- \u003ca href=\"0x1A-hash_tables\"\u003e0x1A-hash_tables\u003c/a\u003e\n\u003ca href=\"\"\u003e\u003c/a\u003e\n\u003ca href=\"\"\u003e\u003c/a\u003e\n\u003ca href=\"\"\u003e\u003c/a\u003e\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\n\n\n\n### support:tada:\nIf you like how i present and document my work  do me a favor of giving a **Star** :sparkles: to my repos  |\u0026\u0026| a **Follow**  :busts_in_silhouette:\n\n## Author\n- **Nicks** - [silvernicks9@gmail.com](https://github.com/nickssilver) ~ [@_pronicks](https://twitter.com/_pronicks):Twitter\n\n\n![img](https://assets.imaginablefutures.com/media/images/ALX_Logo.max-200x150.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickssilver%2Falx-low_level_programming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnickssilver%2Falx-low_level_programming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnickssilver%2Falx-low_level_programming/lists"}