An open API service providing repository metadata for many open source software ecosystems.

GitHub / amaitou 4 Repositories

I talk to machines (Sometimes)

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.

Language: C++ - Size: 93.8 KB - Last synced at: 25 days ago - Pushed at: 11 months ago - Stars: 43 - Forks: 3

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.

Language: C++ - Size: 250 KB - Last synced at: 6 days ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

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

Size: 146 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 18 - Forks: 0

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.

Language: Python - Size: 64.5 KB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 47 - Forks: 11

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.

Language: C - Size: 101 KB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 5 - Forks: 0

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.

Language: C - Size: 323 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 5 - Forks: 0

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.

Language: Shell - Size: 70.3 KB - Last synced at: 4 months ago - Pushed at: 9 months ago - Stars: 4 - Forks: 1

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.

Language: C - Size: 87.9 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 13 - Forks: 0

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.

Language: C - Size: 124 KB - Last synced at: 4 months ago - Pushed at: 6 months ago - Stars: 6 - Forks: 0

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

Language: C - Size: 85.9 KB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

amaitou/OpenSchool

Single-Page Application For An Educational Website

Language: JavaScript - Size: 2.97 MB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 52 - Forks: 9

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.

Language: Python - Size: 44.9 KB - Last synced at: 4 months ago - Pushed at: 12 months ago - Stars: 20 - Forks: 6

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.

Language: Python - Size: 22.5 KB - Last synced at: 4 months ago - Pushed at: 12 months ago - Stars: 23 - Forks: 1

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.

Language: Python - Size: 11.7 KB - Last synced at: 24 days ago - Pushed at: 12 months ago - Stars: 13 - Forks: 1

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.

Language: Python - Size: 18.6 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 7 - Forks: 0

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.

Size: 1.28 MB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 17 - Forks: 0

amaitou/ExtraJuice

A Responsive Landing Page For A Restaurant

Language: HTML - Size: 79.4 MB - Last synced at: 6 days ago - Pushed at: about 1 year ago - Stars: 17 - Forks: 2

amaitou/TrueFix

Landing Page For Computers Repair Services Website

Language: Pug - Size: 3.39 MB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 13 - Forks: 1

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.

Language: C - Size: 98.6 KB - Last synced at: about 2 months ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 0

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.

Language: C - Size: 8.79 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 0

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.

Language: C - Size: 25.4 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 0

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.

Language: C - Size: 708 KB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 0

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.

Language: C - Size: 129 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 5 - Forks: 0

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.

Size: 6.84 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

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.

Language: C - Size: 52.7 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 0

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.

Size: 10.7 KB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

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.

Size: 7.26 MB - Last synced at: 2 months ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 0

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.

Language: C - Size: 7.58 MB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 4 - Forks: 0

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.

Language: C++ - Size: 47 MB - Last synced at: 3 months ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 2

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.

Size: 6.82 MB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

amaitou/HKG

HKG's Official Website

Language: JavaScript - Size: 2.19 MB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 34 - Forks: 1

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.

Language: Shell - Size: 127 KB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 4 - Forks: 0

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.

Language: C - Size: 27.3 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 3 - Forks: 0

amaitou/MicroOne

Landing Page For A Tv E-commerce Website

Language: JavaScript - Size: 19 MB - Last synced at: 4 months ago - Pushed at: over 1 year ago - Stars: 37 - Forks: 9