Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamnotnato/alx-low_level_programming
This repository contains the codebase for the ALX Low-Level Programming course, which provides a foundation in low-level programming concepts and hands-on experience with C programming.
https://github.com/iamnotnato/alx-low_level_programming
bash c
Last synced: about 2 months ago
JSON representation
This repository contains the codebase for the ALX Low-Level Programming course, which provides a foundation in low-level programming concepts and hands-on experience with C programming.
- Host: GitHub
- URL: https://github.com/iamnotnato/alx-low_level_programming
- Owner: iamnotnato
- License: mit
- Created: 2022-12-08T16:24:29.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T14:47:05.000Z (5 months ago)
- Last Synced: 2024-07-18T19:44:39.622Z (5 months ago)
- Topics: bash, c
- Language: C
- Homepage:
- Size: 1.93 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
> 🚧 **Project : alx-low_level_programming**
> 📝 **Summary:**
> This repository contains the codebase for the ALX Low-Level Programming course, which provides a foundation in low-level programming concepts and hands-on experience with C programming.
> ⌨️ **Languages Used :**
> 🖥️ **Developer's Toolkit:**
![Alt](https://repobeats.axiom.co/api/embed/50a392e676820ce03006d38197b98899827faf15.svg "Repobeats analytics image")
> 🖥️ **Projects Guide:**
| Hexadecimal Project # | Decimal Equivalent # | Project Title |
| --------------------- | --------------------- | ------------------------------------------------------------------------------|
| 0x00 | 00 | [C - Hello, World](./0x00-hello_world) |
| 0x01 | 01 | [C - Variables, if, else, while](./0x01-variables_if_else_while) |
| 0x02 | 02 | [C - Functions, nested loops](./0x02-functions_nested_loops) |
| 0x03 | 03 | [C - Debugging](./0x03-debugging) |
| 0x04 | 04 | [C - More functions, more nested loops](./0x04-more_functions_nested_loops) |
| 0x05 | 05 | [C - Pointers, arrays and strings](./0x05-pointers_arrays_strings) |
| 0x06 | 06 | [C - More pointers, arrays and strings](./0x06-pointers_arrays_strings) |
| 0x07 | 07 | [C - Even more pointers, arrays and strings](./0x07-pointers_arrays_strings) |
| 0x08 | 08 | [C - Recursion](./0x08-recursion) |
| 0x09 | 09 | [C - Static libraries](./0x09-static_libraries) |
| 0x0A | 10 | [C - argc, argv](./0x0A-argc_argv) |
| 0x0B | 11 | [C - malloc, free](./0x0B-malloc_free) |
| 0x0C | 12 | [C - More malloc, free](./0x0C-more_malloc_free) |
| 0x0D | 13 | [C - Preprocessor](./0x0D-preprocessor) |
| 0x0E | 14 | [C - Structures, typedef](./0x0E-structures_typedef) |
| 0x0F | 15 | [C - Function pointers](./0x0F-function_pointers) |
| 0x10 | 16 | [C - Variadic functions](./0x10-variadic_functions) |
| 0x11 | 17 | [C - printf](https://github.com/iamnotnato/printf) |
| 0x12 | 18 | [C - Singly linked lists](./0x12-singly_linked_lists) |
| 0x13 | 19 | [C - More singly linked lists](./0x13-more_singly_linked_lists) |
| 0x14 | 20 | [C - Bit manipulation](./0x14-bit_manipulationo) |
| 0x15 | 22 | [C - File I/O](./0x15-file_io) |
| 0x16 | 23 | [C - Simple Shell](https://github.com/iamnotnato/simple_shell) |
| 0x17 | 24 | [C - Doubly linked lists](./0x17-doubly_linked_lists) |
| 0x18 | 25 | [C - Dynamic libraries](./0x18-dynamic_libraries) |
| 0x19 | 26 | [C - Stacks, Queues - LIFO, FIFO ](https://github.com/iamnotnato/monty) |
| 0x1A | 27 | [C - Hash tables](./0x1A-hash_tables) |
| 0x1C | 28 | [C - Makefiles ](./0x1C-makefiles) |
| 0x1D | 29 | [C - Binary trees](https://github.com/iamnotnato/binary_trees) |
| 0x1E | 30 | [C - Search Algorithms](./0x1E-search_algorithms) |
> 💡*Fun Fact :*
>
> *The projects have memory addresses assigned to identify them.*
>
> *Symbolizing how, over time,by understanding the ALX curriculum, it is stored in parts of our mind just like memory is stored in computers.*