Stars
a .NET library that can read/write Office formats without Microsoft Office installed. No COM+, no interop.
🎉 Web component JS frameworks overview by their syntax and features
Svelte plugin for https://vite.dev
The Svelte Language Server, and official extensions which use it
Format your svelte components using prettier.
A ✨ magical ✨ Svelte preprocessor with sensible defaults and support for: PostCSS, SCSS, Less, Stylus, Coffeescript, TypeScript, Pug and much more.
A comparison of the performance of a few popular javascript frameworks
Easy and optimized way to apply Filtering, Sorting, and Pagination using text-based data.
A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET
This is a library having a collection of different types of CSS loaders, spinners
FusionCache is an easy to use, fast and robust hybrid cache with advanced resiliency features.
Entity Framework Core queries debugger visualizer.
This project is designed to reimplement the basic C functions from the C Standard Library (Libc) and create your own custom standard library. As a bonus you will also need to implement some data st…
This project is about programming a function that returns a line read from a file descriptor.
This project aims to create our own version of the printf function in the C programming language.
This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed you’ll have to manipulate various types of algorithms an…
This is project aiming to create a simple Internet Relay Chat (IRC) server. There is no Server-to-Server communication, only Server-to-Client communication. RFC 1459 is referenced and HexChat is us…
This repository focuses on the 42 school’s common core exams between levels 2 and 6.
This repository contains solutions and resources for the CPP Modules in the 42 school curriculum. Each module covers specific aspects of C++ programming and is designed to progressively build profi…
A full-stack web application project developed for Ecole 42, featuring a 3D Pong game, built with Django, Vanilla JavaScript, PostgreSQL, and Nginx. It includes OAuth2.0 authentication, a complete …
A system administration project from Ecole 42 focused on containerization. It sets up a multi-container infrastructure using Docker and Docker Compose with services like Nginx, WordPress, and Maria…
A project that demonstrates inter-process communication in C using UNIX signals. It features a server-client system where messages are sent bit by bit using SIGUSR1 and SIGUSR2.
A concurrent programming project that simulates the Dining Philosophers Problem. It explores process synchronization using threads, mutexes, processes, and semaphores to prevent deadlocks and manag…
A mini shell implementation written in C that supports command execution, built-in commands, environment variable management, input/output redirection, and piping.
A 2D adventure game built with MiniLibX. Players collect items on the map and reach the exit using the W, A, S, and D keys. The map includes walls, collectibles, and free spaces. The goal is to col…