-
1337 Coding School
- Morocoo
-
14:31
(UTC -12:00) - https://medium.com/@mazini
- @mazini_youssef
- in/youssef-mazini
Highlights
- Pro
-
42cursus-inception Public
Inception: Multi-container Docker infrastructure with NGINX, WordPress, MariaDB, Redis, FTP, Adminer & Portainer — all custom-built from debian:bookworm. Orchestrated with Docker Compose, secured w…
-
RedNexusPro Public
🕸️ RedNexusPro: Social Intelligence Platform - Advanced contact extraction, military-grade email verification, sophisticated influencer mapping, and comprehensive OSINT analysis from Reddit discuss…
-
42cursus-minishell Public
custom implementation of a basic Unix shell, similar to bash, written in C. This project focuses on parsing and executing commands, managing file descriptors for I/O redirection (<, >, |), and hand…
C UpdatedApr 9, 2026 -
RedOceanRadar Public
RedOceanPro open-source strategic intelligence platform designed to turn unstructured social data into actionable business strategy. By integrating automated SWOT analysis, Blue Ocean strategy disc…
Python UpdatedMar 6, 2026 -
RedScraperPro Public
RedScraperPro: a Powerful OpenSource Cross-Platform & Feature-Rich (CLI) Tool Designed For Crawling & Scraping Real Time Data and Any Data From Reddit all Automated with Multiple Formats Exports an…
-
dotfiles Public
A modern, powerful, and beautifully crafted development environment setup featuring Vim, Tmux, and Zsh configurations optimized for productivity and aesthetics.
-
42BleachClean Public
42BleachClean: Hybrid Cleaner for 42 / 1337 Students — Linux & macOS "Hybrib"
-
ScriptFlow Public
ScriptFlow: Free, open-source AI-powered transcription tool. Transcribe any video / playlist or audio from files, YouTube, or 1000+ websites with a fast, lightweight, and private GUI application, a…
students natural-language-processing gui-application youtube-downloader speech-to-text pyth transcriptionPython UpdatedSep 24, 2025 -
VidMind Public
VidMind: Transform any video, audio, or document into structured, searchable knowledge with VidMind, an open-source, AI-powered content analysis tool that X10 Your Studies & WORK.
-
Build 24/7 automation empire with production-ready Telegram bots, AI agents, and workflow integrations. Example of simple media downloading to complex business automation - complete blueprint with …
-
42cursus-Netpractice Public
NetPractice: comprehensive, visual guide to computer networking and the 1337 cursus || 42cursus NetPractice project. Includes detailed explanations, diagrams, and level-by-level 1 to 10 walkthrough…
-
Mathematical-Thinking Public
My Notes On Mathematical thinking fundamentals Course By Dr. Keith Devlin for developers and problem-solvers. Master logical reasoning, proof techniques, and mathematical language that transforms h…
algorithms logic set-theory discrete-mathematics problem-solving critical-thinking computer-science-principles4 UpdatedSep 3, 2025 -
System-Desing-Guide Public
Comprehensive system design fundamentals for developers at all levels. Master scalability, databases, APIs, caching, and architecture patterns that separate junior developers from senior engineers.…
caching scalability software-architecture system-design database-design load-balancing backend-development2 UpdatedSep 3, 2025 -
42cursus-Cub3D Public
Cub3D: 3D game engine built from scratch in C using raycasting, inspired by the classic Wolfenstein 3D. Features real-time rendering, texture mapping, and collision detection. A 42 / 1337 School pr…
-
42cursus-Dinnig-Philosophers Public
multithreading and resource management in C. This project solves the classic "Dining Philosophers problem" by implementing a simulation where philosophers (threads) must acquire forks (mutexes) to …
-
42Cursus-so_long Public
simple 2D game developed in C using the MiniLibX graphical library. The goal is to navigate a character through a map, collect all required items, and reach an exit. with some Rules; This project c…
-
42cursus-Pipex Public
42cursus-Pipex: C program that recreates the functionality of shell pipes (|) and HereDoc (<< Del). This project focuses on inter-process communication by using fork(), pipe(), dup2(), and execve()…
-
42cursus-push_swap Public
push_swap: "turk algorithm" An algorithmic C project focused on sorting data with a limited set of instructions. The goal is to sort a stack of integers using only two stacks ('A' and 'B') and a sp…
-
42cursus-ft_printf Public
A custom printf() implementation in C, developed as part of the 42 Network programming curriculum, showcasing string formatting and variadic function techniques.
-
42cursus-libft Public
Libft project at 42 School | Custom C library featuring string manipulation, memory management, & linked list functions.
-
42Cursus-get_next_line Public
get_next_line (GNL): project focused on file I/O and memory management. The task is to write a single function, get_next_line, that reads from a file descriptor and returns one line at a time. This…
-
42cursus-Born2BeRoot Public
A system administration project focused on setting up and securing a Linux server on a virtual machine. Key tasks include OS installation (Debian or Rocky), disk partitioning with LVM, configuring …