An open API service indexing awesome lists of open source software.

Projects in Awesome Lists tagged with alx-low-level-programming

A curated list of projects in awesome lists tagged with alx-low-level-programming .

https://github.com/itsfoss0/alx-low_level_programming

This Repo contains my low level code in C as a software Engineering student at ALX

alx alx-curriculum alx-low-level-programming alx-school c c-programming holberton-curriculum holbertonschool low-level-programming

Last synced: 10 Apr 2025

https://github.com/victorpreston/simple_shell

A minimalistic yet fully functional shell terminal emulation | Using C programming language, simple_shell executes basic commands, interacts with the operating system and introduces users to the foundational concepts of process management & input/output operations,

alx alx-africa alx-low-level-programming c c-programming cmd command-line holbertonschool holbertonschool-curriculum interpreter linux-shell man pointers-in-c printf recursion shell simple-shell

Last synced: 10 Jul 2025

https://github.com/tr-reny/alx-low_level_programming

All work contained in this project was completed as part of the curriculum for the ALX-SE programme. ALX Africa is an online full-stack software engineering program that prepares students for careers in the tech industry using project-based peer learning

alx alx-low-level-programming betty betty-style c low-level-programming shell

Last synced: 09 Apr 2025

https://github.com/princexz/alx-low_level_programming

My first C programming repo-Low-level programming training module sprint 1

alx-africa alx-challenge alx-low-level-programming c functional-programming git github github-actions shell

Last synced: 12 Apr 2025

https://github.com/victorpreston/monty

Monty is a scripting language that is first compiled into Monty byte codes (Just like Python). It relies on a unique stack, with specific instructions to manipulate it. The goal of this project is to create an interpreter for Monty ByteCodes files.

alx alx-low-level-programming brainfuck c clanguage compiler cprogramming gcc interpreter monty queue stack

Last synced: 15 Apr 2026

https://github.com/josephakaro/the-maze

Welcome✌ to the Maze Game, a thrilling adventure coded in C language using the SDL2 Engine! Navigate through intricate mazes, solve puzzles, and conquer challenges in this classic-inspired game.

alx alx-africa alx-curriculum alx-low-level-programming game-development gamedev maze maze-generator sdl sdl2 sdl2-library sdl3 themazegame

Last synced: 05 Mar 2025

https://github.com/geoffreylgv/alx-low_level_programming

All C codes : ALX SWE program (alxafrica.com) - I'm actually learning a full-stack engineering program at ALX, and this repository describes my learning journey. This repo is a C programming language repository - that stores basics and advanced C codes.

alx alx-africa alx-low-level-programming holbertonschool script shell shell-scripting software-engineering

Last synced: 09 May 2026

https://github.com/nanafox/printf

A group implementation of the printf function

alx-low-level-programming c-programming collaboration printf

Last synced: 06 Nov 2025

https://github.com/exclud/alx-low_level_programming

This is a repository learning low level programming in C

alx-low-level-programming c libraries

Last synced: 03 Mar 2025

https://github.com/hima890/zero_day

This is my first repository as a full-stack engineer (test)

alx alx-africa alx-low-level-programming

Last synced: 14 May 2025

https://github.com/abdulrahman-k-s/alx-low_level_programming

This repository stores my solutions to the amazing low-level programming projects I am doing at ALX.

alx alx-low-level-programming c printf simple-shell

Last synced: 22 May 2026

https://github.com/abdulrahman-k-s/simple_shell

ALX's low-level programming second project. Made with my peer @fadirafik

alx alx-low-level-programming alx-project bash c linux shell unix

Last synced: 11 Apr 2026

https://github.com/devcom33/alx-low_level_programming

alx-low_level_programming is a repository dedicated to mastering low-level programming using the C language. It contains exercisescovering variables, loops, functions, pointers, arrays, strings, file I/O, and more.

alx alx-africa alx-low-level-programming c holberton holbertonschool low-level-programming

Last synced: 25 Mar 2025

https://github.com/hima890/monty

The Monty project is an interpreter for Monty ByteCodes files. Monty 0.98 is a scripting language that is first compiled into Monty byte codes, similar to Python. The interpreter relies on a unique stack data structure with specific instructions to manipulate it. The project involves implementing various opcodes to perform stack operations.

alx-africa alx-low-level-programming c interpreter monty

Last synced: 14 May 2025

https://github.com/hima890/binary_trees

A collection of C programs for learning and implementing binary tree operations, including traversal, insertion, deletion, and validation. Ideal for understanding fundamental data structures and algorithms in C programming.

algrithm alx-africa alx-low-level-programming betty-style c-programming-language data-structures group-project

Last synced: 28 Jan 2026

https://github.com/uosyph/alx-low_level_programming

ALX Low-Level Programming Repository - A collection of C programs and scripts developed during the ALX Software Engineering Program, covering key topics like data structures, algorithms, pointers, memory allocation, and Linux/Unix system programming.

alx alx-africa alx-curriculum alx-low-level-programming c

Last synced: 23 Jun 2025

https://github.com/hima890/alx-low_level_programming

This repository contains a collection of C programming exercises and projects completed as part of the ALX Software Engineering (SE) program's current running C course. These exercises cover a wide range of topics and concepts in C programming, providing hands-on practice and reinforcement of the course material.

alx-africa alx-low-level-programming c

Last synced: 17 Feb 2026

https://github.com/el-ouardy/alx-low_level_programming

ALX School's Low Level Programming course serves as a gateway to master programming logic, data structures, and algorithmic thinking via immersive hands-on exercises and projects. Delve into the intricacies of software-hardware interaction, covering everything from memory management to pointers and beyond.

alx alx-africa alx-low-level-programming alx-se

Last synced: 20 Jun 2025

https://github.com/el-ouardy/monty

Explore the Monty Interpreter! This project focuses on building an interpreter for Monty ByteCode files, providing hands-on experience with stacks and queues.

alx alx-africa alx-low-level-programming fifo lifo monty queues stacks

Last synced: 29 Apr 2025

https://github.com/hima890/printf

This project is an implementation of the printf function, a fundamental feature in the C programming language. Our custom printf function provides the capability to format and print various types of data, including text and variables, with the same level of flexibility and functionality as the standard printf in C.

alx-africa alx-low-level-programming c printf-project

Last synced: 14 May 2025

https://github.com/hima890/simple_shell

This project involves creating a simple UNIX command-line interpreter in C that mimics the basic functionalities of the shell (/bin/sh). The shell is designed to meet specific requirements and guidelines outlined below.

alx-africa alx-low-level-programming bash-script c shell-script

Last synced: 14 Apr 2026

https://github.com/hima890/sorting_algorithms

Explore various sorting algorithms implemented in C within this repository. Each algorithm, such as Bubble Sort, Insertion Sort, Selection Sort, and Quick Sort, is meticulously crafted in separate C files. Witness these algorithms in action as they sort arrays or linked lists, with printed outputs after each step.

algorithms alx alx-africa alx-low-level-programming data-structures search-algorithm

Last synced: 14 May 2025