Projects in Awesome Lists by amaitou
A curated list of projects in awesome lists by amaitou .
https://github.com/amaitou/openschool
Single-Page Application For An Educational Website
bootstrap5 css3 html5 reactjs sass single-page-applications
Last synced: 09 Apr 2025
https://github.com/amaitou/darkspy
DarkSpy facilitates a secure and educational environment to comprehend the mechanics of establishing connections between two machines. The reverse shell enables controlled operations on the remote system, including executing shell commands, capturing screenshots, downloading files, uploading files, and more.
backdoor python3 reverse-shell
Last synced: 07 May 2025
https://github.com/amaitou/datastructures
Discover sorting algorithms and core data structures implemented in multiple languages in my repository. Perfect for beginners and experienced developers, this collection provides a concise, hands-on experience.
algorithms cpp20 data-structures javascript php7 python3
Last synced: 01 Jul 2025
https://github.com/amaitou/microone
Landing Page For A Tv E-commerce Website
bootstrap5 css3 html5 landing-page reactjs sass
Last synced: 09 Apr 2025
https://github.com/amaitou/hkg
HKG's Official Website
bootstrap5 css3 html5 landing-page reactjs sass
Last synced: 09 Apr 2025
https://github.com/amaitou/affinecipher
This tool is a versatile implementation of the Affine Cipher, a classical encryption algorithm that combines modular arithmetic and linear algebra. It enables users to encode and decode messages using a pair of keys, offering a straightforward and effective approach to securing information.
affine-cipher cryptography python3
Last synced: 14 Oct 2025
https://github.com/amaitou/xorcry
Simple encryption tool designed to perform a bitwise XOR operation (XORing) on the contents of files with specific extensions in a given directory or file path. The XOR operation is executed using a user-defined key to encrypt the data.
crypter cryptography python3 ransomware xor xor-cipher
Last synced: 30 Jul 2025
https://github.com/amaitou/amaitou
Config file of my Github profile that comes as a description about Me, My Studies as well as the projects That I do
Last synced: 01 Nov 2025
https://github.com/amaitou/thejudgment
"TheJudgment," a captivating steganography challenge that will test your skills in uncovering hidden messages. Immerse yourself in a world of intrigue and cryptography as you analyze seemingly ordinary images, searching for concealed information.
Last synced: 01 Nov 2025
https://github.com/amaitou/extrajuice
A Responsive Landing Page For A Restaurant
bootstrap5 css3 html5 javascript landing-page sass
Last synced: 20 Jul 2025
https://github.com/amaitou/truefix
Landing Page For Computers Repair Services Website
bootstrap5 css3 gulpjs html5 javascript landing-page pugjs sass
Last synced: 25 Oct 2025
https://github.com/amaitou/cvector
This repository houses a comprehensive implementation of a dynamic array container in the C programming language, inspired by the behavior of C++'s vector container.
Last synced: 09 Apr 2025
https://github.com/amaitou/md5ghost
A potent tool designed for efficiently cracking MD5 hashes using an online wordlist. This repository provides a robust solution for security enthusiasts and professionals seeking to decrypt MD5-encrypted passwords and uncover hidden information.
cracking-hashes md5-decryptor md5-hash python3
Last synced: 02 Jul 2025
https://github.com/amaitou/problemsolving
Here, I share my coding solutions and conquer challenges from various problem-solving platforms. Dive into a collection of meticulously crafted code snippets and algorithms that tackle problems with elegance and efficiency.
codewars coding-challenge competitive-coding competitive-programming leetcode problem-solving
Last synced: 09 Apr 2025
https://github.com/amaitou/superlib
A library is a rich repository of valuable functions, offering dependable resources for various tasks within a project. Serving as a comprehensive toolkit, it provides essential tools and functionalities that contribute to the efficiency and success of the overall project.
1337 42projects 42school getnextline42 printf-42
Last synced: 09 Apr 2025
https://github.com/amaitou/push_swap
Conquer the array sorting puzzle with our project. Navigate the task using a limited set of instructions, sparking creativity in devising efficient sorting strategies for an array of integers. This endeavor offers a unique twist on traditional sorting algorithms, emphasizing concise and effective instruction sets.
1337school 42cursus 42network c pushswap-42 sorting-algorithm
Last synced: 22 Jun 2025
https://github.com/amaitou/born2beroot
Explore virtualization by setting up a Linux server. Learn to optimize resources and manage scalability in real-world scenarios, gaining essential skills for today's IT landscape.
1337school 42cursus 42network born2beroot-1337 born2beroot-42
Last synced: 09 Apr 2025
https://github.com/amaitou/inception
This project aims to broaden your knowledge of system administration by using Docker. You will virtualize several Docker images, creating them in your new personal virtual machine.
1337school 42cursus 42network adminer cadvisor docker docker-compose inception42 mariadb-docker nginx-docker wordpress-docker
Last synced: 09 Apr 2025
https://github.com/amaitou/cub3d
This project is inspired by the world-famous Wolfenstein 3D game, which was the first FPS ever. It will enable you to explore ray-casting. The goal be to make a dynamic view inside a maze.
1337school 3d 42cursus 42network c cub3d-42 minilibx raycasting
Last synced: 09 Apr 2025
https://github.com/amaitou/minishell
Explore shell programming with our Minishell project – a lightweight, interactive command-line shell built entirely in C. Experience a hands-on journey in creating a basic yet functional shell, delving into process handling, command execution, and user input parsing. Engage with the fundamentals of shell implementation in this educational endeavor.
1337school 42cursus 42network c minishell42
Last synced: 09 Apr 2025
https://github.com/amaitou/libft
A library of standard C functions from scratch. These functions cover essential operations such as string manipulation, memory allocation, and more. The primary goal is to deepen understanding of these fundamental concepts and provide a reliable library for use in subsequent projects.
1337school 42cursus 42network c libft42 makefile memory-allocation
Last synced: 15 Apr 2025
https://github.com/amaitou/minitalk
Efficiently exchange small data in C with a UNIX signal-based program. This concise project leverages UNIX signals for streamlined communication, providing a simple and effective solution for data exchange in a lightweight environment. Explore the power of signals in this compact program designed for seamless small-scale data transfer.
1337school 42cursus 42network inter-process-communication minitalk42 signals
Last synced: 15 Apr 2025
https://github.com/amaitou/ft_printf
Recreating the essence of the printf function, this project offers a faithful reproduction of its behavior in the C programming language. Delve into the intricacies of string formatting, variable arguments, and the core mechanisms that make printf a versatile tool.
1337school 42cursus 42network printf-42 variadic-functions
Last synced: 17 Jul 2025
https://github.com/amaitou/philosophers
Explore concurrent programming with this classic implementation of the dining philosophers problem. Philosophers navigate a dining table, juggling between thinking and eating, showcasing synchronization challenges and resource allocation in a shared environment.
1337school 42cursus 42network c dinning-philosophers mutex-synchronisation philosophers42 threads
Last synced: 07 Oct 2025
https://github.com/amaitou/webserv
This project guides you in crafting your own HTTP server, allowing you to test it with a real browser. Dive into the intricacies of web server development and witness your creation in action.
Last synced: 24 Apr 2025
https://github.com/amaitou/so_long
Create a vibrant 2D game using Minilibx in C. Minilibx's simplicity streamlines graphics programming, offering a focused platform for dynamic game development. Unleash creativity with pixels, windows, and user interactions, mastering 2D game design effortlessly.
1337school 2d-game 42cursus 42network c minilibx solong42
Last synced: 14 Sep 2025
https://github.com/amaitou/1337
This repository consists of 1337/42 Pool as well as the submodules of each 42 project that I have made, check the repository for more information about the school Network as well as the projects where each project touches a different field in the Information Technology world.
1337school 42cursus 42network cursus
Last synced: 28 Mar 2025
https://github.com/amaitou/netpractice
This collection features a series of engaging exercises crafted to enhance your understanding of networking concepts. From configuring routers to troubleshooting connections, each exercise provides real-world scenarios for you to tackle.
1337school 42cursus 42network netpractice-42 networking subnetting
Last synced: 15 May 2025
https://github.com/amaitou/get_next_line
Explore efficient line-by-line reading with My C project designed to handle file descriptors. This program adeptly processes input, reading each line sequentially from the specified file descriptor.
1337school 42cursus 42network c getnextline-42 memory-allocation static-variables
Last synced: 15 Apr 2025
https://github.com/amaitou/sectools
Welcome to the SecTools repository, a curated collection of penetration testing tools designed exclusively for educational purposes. This repository aims to provide a responsible and ethical environment for learning penetration testing techniques within legal boundaries.
cryptography cybersecurity hashing malware-development penetration-testing-tools python3 reverse-shell
Last synced: 15 May 2025
https://github.com/amaitou/alx-pre_course
I'm now a ALX Student, this is my first repository as a full-stack engineer
Last synced: 15 May 2025
https://github.com/amaitou/cpp-modules
Collection of CPP Modules that come to introduce the world of Object-Oriented Programming where it covers many topics starting with Casting, Classes, passing by Inheritance as well as polymorphism, Templates, and Containers.
1337school 42cursus 42network cpp modules
Last synced: 20 Jul 2025
https://github.com/amaitou/alx-low_level_programming
AlX Low Level Programming
Last synced: 15 May 2025
https://github.com/amaitou/alx-system_engineering-devops
alx-system_engineering-devops
Last synced: 31 Jul 2025
https://github.com/amaitou/42exams
My Solution for every 42 Exam I pass in order to finish the circle so I can move to the next level which is the next circle since each circle has an exam that must be passed
1337school 42cursus 42network c examrank exams
Last synced: 25 Aug 2025
https://github.com/amaitou/certificates
Explore my programming and IT journey through a collection of PDF certificates. Each document represents a milestone in my continuous learning and professional development.
Last synced: 15 May 2025
https://github.com/amaitou/litewebmagic
LiteWebMagic is a repository housing my simple and effective front-end projects. Explore clean code, minimalist designs, and user-friendly interfaces that showcase the essence of web development simplicity.
front-end-development gulpjs javascript react-router reactjs sass-framework vanilla-javascript
Last synced: 07 Jan 2026
https://github.com/amaitou/alx-zero_day
I'm now a ALX Student, this is my first repository as a full-stack engineer
Last synced: 15 May 2025