Pinned Repositories
_putchar.c
AirBnB_clone
A clone of the AirBnB Website using Python.
alx-higher_level_programming
Higher Level Programming with Python.
alx-low_level_programming
This is a repository learning low level programming in C
alx-system_engineering-devops
A repository for shell scripts.
alx-zero_day
I'm now a ALX Student, this is my first repository as a full-stack engineer
ArchTitus
Automated Arch Linux Install
printf
A custom Printf function
RubyParser
A Parser for Ruby
simple_shell
A shell written in C
exclud's Repositories
exclud/RubyParser
A Parser for Ruby
exclud/alx-low_level_programming
This is a repository learning low level programming in C
exclud/alx-system_engineering-devops
A repository for shell scripts.
exclud/simple_shell
A shell written in C
exclud/_putchar.c
exclud/AirBnB_clone
A clone of the AirBnB Website using Python.
exclud/alx-zero_day
I'm now a ALX Student, this is my first repository as a full-stack engineer
exclud/ArchTitus
Automated Arch Linux Install
exclud/exclud
Config files for my GitHub profile.
exclud/Nerd-Muscle
exclud/Nerd-Muscle-Application
exclud/printf
A custom Printf function
exclud/Prolog-Coffee
A prolog project where you can query various coffee diseases and get their cures.
exclud/three.js
JavaScript 3D Library.
exclud/alx-higher_level_programming
Higher Level Programming with Python.
exclud/Abandon
exclud/AirBnB_clone_v2
exclud/AirBnB_clone_v3
A fork of the Airbnb clone focusing on RESTful API
exclud/ArchLinux-Configs
My Arch Linux Configuration Files All in one place in case I want to reinstall, I have all my necessary Configurations.
exclud/binary_trees
Binary Trees in C . - . A binary tree is a hierarchical data structure used in computer science to organize and store data efficiently. It consists of nodes, where each node has two children at most: a left child and a right child. The topmost node in a binary tree is called the root, and nodes without children are referred to as leaf nodes.
exclud/monty
C - Stacks, Queues - LIFO, FIFO
exclud/sorting_algorithms
Sorting Algorithms and Big O in C