An open API service indexing awesome lists of open source software.

EPITECH

The Paris Graduate School of Digital Innovation (French: École pour l’informatique et les nouvelles technologies, or EPITECH), formerly European Institute of Information Technology in English, is a private institution of higher education in general computer science that was founded in 1999. (Text taken from Wikipedia)

https://github.com/mlbonniec/epitech-ical

Get your Epitech registered events from intranet as an iCal format.

api autologin epitech intranet rest

Last synced: 16 Mar 2025

https://github.com/VictorHarri-Chal/Tower-Defense

🏰 A Tower Defense game coded in C with the CSML library. Done on my 1st year at Epitech

c csfml epitech first-year-project game graphical-programming teamwork tower-defense

Last synced: 11 Mar 2025

https://github.com/octopus773/wanda-vision

EPITECH - Second year project: Realize a program capable of loading dynamic libraries with a high level of abstraction, in order to play arcade game (ie: Pacman)

arcade cpp documentation epitech epitech-arcade ncurses pacman sdl2 sfml snake wanda-vision

Last synced: 21 Jun 2025

https://github.com/h1b0b0/eclatshop

Eclat Shop is an e-commerce site for selling computer components, built with Symfony, React (TypeScript), and Docker.

e-commerce epitech php symphony typescript

Last synced: 09 Apr 2025

https://github.com/doctorpok42/intrabot

IntraBot is a Discord bot that allows you to interact with the EPITECH intranet.

bot discord discord-bot epitech epitech-intra intranet mongodb ts

Last synced: 27 Feb 2025

https://github.com/akselsledins/academic-malloc

[EPITECH] my-malloc - (very) OLD Project

epitech malloc

Last synced: 13 Jun 2025

https://github.com/itszcx/leetcode

Journey started 29/05/2023!

epitech leetcode leetcode-python leetcode-solutions

Last synced: 26 Mar 2025

https://github.com/6im0n/arcade

Second year {Epitech} project : Arcade, an Object Oriented Programming project

arcade epitech epitech-project ncurse-game ncurses sdl2 sfml

Last synced: 27 Mar 2025

https://github.com/erwan-simon/malloc

reimplementation of malloc, free and realloc function in C

c epitech free malloc memory-allocation memory-management realloc

Last synced: 20 Jun 2025

https://github.com/frouioui/plazza

A pizza shop simulation using multi threading and shared memory across processes

cpp epitech load-balancer named-pipes plazza shared-memory socket threads

Last synced: 17 Mar 2025

https://github.com/frouioui/mathematics

Undergraduate 1st semester mathematics project at Epitech

epitech mathematics python

Last synced: 17 Mar 2025

https://github.com/6im0n/solo_stumper_epitech

Collection of epitech solo stumper for tech1 in 2022-2023

epitech epitech-project

Last synced: 27 Mar 2025

https://github.com/6im0n/shared-arcade

Shared graphical and game library for the project : Arcade

arcade epitech epitech-project

Last synced: 27 Mar 2025

https://github.com/erwan-simon/arcade

C++ launcher with 2 games and 2 graphical librairies

arcade cpp epitech game ncurses pacman sfml shared-library snake

Last synced: 27 Mar 2025

https://github.com/erwan-simon/asm_library

Reimplementation of basic functions in assembly

asm assembly epitech library rindex strchr strcmp strcspn strlen strncmp strpbrk strstr

Last synced: 27 Mar 2025

https://github.com/davphla/corewar-vscode-extension

[Epitech 2025] - Redcode extension for the Corewar Project

corewar epitech extension redcode vscode

Last synced: 23 Jun 2025

https://github.com/mpellouin/cpp-pool

The C Modular and CPP part of Epitech's paradigms seminar.

42 cpp cpp-pool epitech oop paradigms pool seminar

Last synced: 17 Mar 2025

https://github.com/zuygui/epitech

A Collections of projects built on Epitech's coding clubs

coding-challenge coding-club epitech epitech-coding-club epitech-project

Last synced: 12 Apr 2025

https://github.com/0nom4d/308reedpipes

Mathematical EPITECH Project - This project computes a representation of a reedpipe.

coverage epitech epitech-project matplotlib-pyplot numpy pytest python scipy

Last synced: 01 Apr 2025

https://github.com/6im0n/myrpg

An Epitech project - This is an RPG made during my studies using C language & CSFML library.

csfml epitech epitech-project game rpg

Last synced: 27 Mar 2025

https://github.com/clement-muth/epijam02

Epitech Jam - Survival FPS game with zombies

epitech game jam unreal-engine

Last synced: 18 Feb 2025

https://github.com/mpellouin/haskell-pool

The Haskell Part of Epitech's paradigms seminar.

cpp-pool epitech functionnal haskell paradigms seminar

Last synced: 11 Jun 2025

https://github.com/ximaz/asm-minilibc

A minimal set of libc function written in assembly language using NASM.

asm asmx86 epitech epitech-project epitech-study epitech-survival-kit epitech-workshop minilibc minilibc-asm nasm nasm-assembly

Last synced: 30 Mar 2025

https://github.com/ximaz/epitech-ci-cd

Epitech survival CI/CD Github Action workflow, checking for Coding Style, Makefile relinks, unit tests and bad memory management using Valgrind. If it's all good, it also mirrors to the specified Epitech repository.

ci ci-cd cicd criterion criterion-tests epitech epitech-norme epitech-project epitech-study epitech-survival-kit epitech-workshop mirror mirroring valgrind valgrind-tool workflow workflows

Last synced: 30 Mar 2025

https://github.com/ximaz/libthread

My own C implementation of a higher-level thread library, based on POSIX thread implementation.

epitech epitech-project epitech-study epitech-survival-kit epitech-workshop multithread multithreading thread thread-pool threading threadpool threadpoolexecutor threads

Last synced: 30 Mar 2025

https://github.com/shuvlyy/my_ftp

Small FTP server. RFC959 compliant, configurable and written in C/C++.

c cpp epitech ftp ftp-server network parser server socket yaml yml

Last synced: 13 Apr 2025

https://github.com/toro-nicolas/jetpack

A Jetpack Joyride game with a multiplayer mode.

client cpp epitech game jetpack jetpack-joyride multiplayer server

Last synced: 23 Apr 2025

https://github.com/arthi-chaud/blih2github

Transfer your local Blih repositories to GitHub

bash blih epitech git github

Last synced: 12 Jun 2025

https://github.com/clement-muth/epijam01

Jam Epitech - Game based on past / present / future

cmake cpp epitech game jam sfml

Last synced: 18 Feb 2025

https://github.com/clement-muth/prg-game

Epitech rpg game

c epitech game mutex rpg threads

Last synced: 18 Feb 2025

https://github.com/6im0n/minilibc

A part of the LibC in ASM, 2nd year epitech project

asembler asembly asm asmx86 epitech epitech-project

Last synced: 13 Jun 2025

https://github.com/clement-muth/epitech-clibrary

My Epitech c library

c epitech library

Last synced: 18 Feb 2025

https://github.com/abroudoux/vegenere-code

🔏 Encrypt & Decrypt vegenere code

encryption-decryption epitech python python3 vegenere-code

Last synced: 18 Feb 2025

https://github.com/abroudoux/detection-language

Algorithm to detect the language of a given text

detect epitech language python python3

Last synced: 18 Feb 2025

https://github.com/davphla/my-screensaver

EPITECH - Graphic screensaver animation (Made in 2020)

csfml epitech graphical screensaver

Last synced: 03 Mar 2025

https://github.com/antoninhrlt/cc_jack_la_trouille

Epitech Coding Club 2021-11-03. A simple shooter game for Halloween !

coding-club epitech game processing

Last synced: 20 Feb 2025

https://github.com/davphla/antman

EPITECH - Lossless file compression algorithm (Made in 2021)

antman compression epitech huffman lossless lz77

Last synced: 03 Mar 2025

https://github.com/maximepremont/my_world_epitech

Epitech project : a 3d motor without libraries.

3d editor epitech myworld

Last synced: 27 Mar 2025

https://github.com/erwan-simon/dining_philosophers

Implementation of the dining philosophers problem in C

c concurrency concurrent-programming epitech thread

Last synced: 27 Mar 2025

https://github.com/shellbear/go-blih

Epitech Blih client written in Go

api blih client epitech go golang

Last synced: 21 Feb 2025

https://github.com/amdjadouxx/pushswap-checker

A project to check your best pushswap instructions

epitech epitech-project functional-programming haskell

Last synced: 17 Mar 2025

https://github.com/erwan-simon/printf

Reimplementation of printf in C

c epitech printf

Last synced: 27 Mar 2025

https://github.com/akselsledins/academic-irc

[EPITECH] my-irc - (very) OLD Project

epitech irc

Last synced: 26 Mar 2025

https://github.com/akselsledins/academic-zappy

[EPITECH] Zappy - (very) OLD Project

epitech zappy

Last synced: 26 Mar 2025

https://github.com/akselsledins/academic-ftp

[EPITECH] my-ftp - (very) OLD Project

epitech ftp

Last synced: 26 Mar 2025

https://github.com/glopez-dev/trelltech

A project management mobile app in React Native

epitech mobile-app react-native

Last synced: 26 Mar 2025

https://github.com/0nom4d/306radiator

Mathematical EPITECH Project - This project reproduces the behaviour of a radiator placed at a position in a room of a given size.

epitech epitech-project numpy pytest python3

Last synced: 01 Apr 2025

https://github.com/0nom4d/chooseyourbattles

4 algorithmic problems are facing you! Let's solve some! - Assignment from Fontys University of Applied Sciences (ALG1 Course)

algorithm epitech fontys fontys-ict-students

Last synced: 01 Apr 2025

https://github.com/0nom4d/binarysearchtree

Implementation of a Binary Search Tree algorithm to find the number of occurrence of a word in a text. - Assignment from Fontys University of Applied Sciences

benchmark binary bst epitech fontys fontys-ict-students python search tree

Last synced: 01 Apr 2025

https://github.com/mpellouin/wolfram

Epitech second year project part of the functional programming module. Wolfram is an implementation of elementary cellular automaton written in Haskell

2nd-year epitech functional functional-programming haskell imagecompressor wolfram

Last synced: 17 Mar 2025

https://github.com/akselsledins/academic-c-game-of-life

[EPITECH] C Game of Life - (very) OLD Project

conway conway-game epitech game-of-life

Last synced: 26 Mar 2025

https://github.com/erwan-simon/nm_objdump

Reimplementation of nm and objdump commands in C

c epitech nm objdump

Last synced: 27 Mar 2025

https://github.com/amdjadouxx/minilib_assembleur

implementation of some functions of the C library in assembly x86-64

epitech epitech-project epitech-study epitech-survival-kit minilibc-asm

Last synced: 17 Mar 2025

https://github.com/amdjadouxx/asm_workshop

asm_workshop 24/01/2024

epitech epitech-study epitech-workshop

Last synced: 17 Mar 2025

https://github.com/mallory-scotton/arcade

🕹️ Retro gaming platform with dynamic library loading for games and graphics. Built as a 2nd-year EPITECH project

arcade audio-processing cpp epitech games joystick libcaca ncurses nibbler opengl pacman retrogaming sdl2 sfml shared-library wiimote

Last synced: 22 Jun 2025

https://github.com/abroudoux/macos-portfolio

🍏 Portfolio - MacOs desktop / Epitech piscine

css epitech html macos-clone portfolio scss

Last synced: 03 Apr 2025

https://github.com/itszcx/skyscan

Epitech my_radar project, 2023

c csfml epitech epitech-project graphical-programming maths radar tek1

Last synced: 26 Mar 2025

https://github.com/itszcx/sokoban

Epitech my_sokoban project, 2023

c epitech epitech-project sokoban tek1

Last synced: 26 Mar 2025

https://github.com/itszcx/42sh

Epitech 42sh project, 2023

42sh c criterion epitech epitech-project shell tek1 unit-tests

Last synced: 26 Mar 2025

https://github.com/lucasmrdt/bistro-matic

👨🏻‍🎓Epitech 1st - Make an infinite calculator

1st-year bistro-matic c epitech

Last synced: 20 Mar 2025

https://github.com/6im0n/raytracer

technique de calcul d'optique par ordinateur, utilisée pour le rendu en synthèse d'image ou pour des études de systèmes optiques

c epitech epitech-project graphics raytracer raytracing simulation

Last synced: 27 Mar 2025

https://github.com/maximepremont/myrpg_epitech

Epitech project : complete role play game developed using the CSFML.

c epitech game-engine myrpg rpg

Last synced: 27 Mar 2025

https://github.com/brd6/my_ls

This project consists of replicating the ls function of Unix system.

c epitech ls unix

Last synced: 05 Mar 2025

https://github.com/l-portet/blihui

Blih (Epitech repository manager) desktop app

blih electron epitech

Last synced: 27 Mar 2025

https://github.com/frouioui/imagecompressor

An image compressor program coded in haskell using the K-Means algorithm

epitech haskell image-compression kmeans kmeans-clustering

Last synced: 17 Mar 2025

https://github.com/frouioui/spaceshipwarriorcombated

Spaceship combat video game with a multiplayer server/client using TCP/UDP & an ECS game engine, both implemented in C++

cpp epitech multiplayer multithreading rtype

Last synced: 17 Mar 2025

https://github.com/6im0n/myteams

My teams an epitech project

epitech epitech-project network teams

Last synced: 17 Jun 2025

https://github.com/frouioui/nm-objdump

Reproduction of the linux nm and objdump functions in C

binary c epitech objdump

Last synced: 17 Mar 2025

https://github.com/frouioui/minishell2

Simple reproduction of the tcsh.

epitech minishell minishell2 tcsh

Last synced: 17 Mar 2025

https://github.com/frouioui/debruijn

DeBruijn in Haskell

epitech functional-programming haskell

Last synced: 17 Mar 2025

https://github.com/ethanke/tekdoom-cj

Jeu réaliser lors de mon cursus à Epitech, en 3 "dimensions" (raycasting & raytracing) avec une librairie graphique basique fournit par Epitech.

c epitech game parsing raycasting

Last synced: 25 Jun 2025

https://github.com/aloisdg/kanti

A tool to convert a csv to a song

csv epitech

Last synced: 21 Feb 2025

https://github.com/amdjadouxx/raytracer

An Epitech project to implement raytracing in cpp

epitech epitech-mathematics epitech-project epitech-survival-kit

Last synced: 23 Nov 2024

https://github.com/Davphla/Antman

EPITECH - Lossless file compression algorithm (Made in 2021)

antman compression epitech huffman lossless lz77

Last synced: 25 Feb 2025

https://github.com/simlf/arcade

The arcade is a project made for learning how to use the OOP paradigm in C++.

cpp epitech ncurses sdl2 sfml

Last synced: 06 Apr 2025

https://github.com/simlf/asm-x86-64-libc

Some functions from libC coded in asmx86_64

asmx86 epitech libc

Last synced: 06 Apr 2025

https://github.com/simlf/popeye

A simple app (like strawpoll.com) to learn how to use Docker containers

docker epitech java nodejs python

Last synced: 06 Apr 2025

https://github.com/simlf/my_printf

My implementation of the `printf()` function from the libC

c epitech printf variadic-arguments

Last synced: 06 Apr 2025

https://github.com/antoninhrlt/cc_pokebot

Epitech Coding Club 2021-11-27. A Discord "Pokemon" bot that responds to certain commands and allows you to listen to music in a vocal channel

bot coding-club discord epitech python python3

Last synced: 22 Jun 2025

https://github.com/ltabis/mylibc

Some useful (or not) functions for the C language.

c c-language c-library criterion epitech library

Last synced: 06 Apr 2025

https://github.com/6im0n/chocolatine

Set of automated GitHub actions that you will be able to use in all your other projects

epitech epitech-project github-actions

Last synced: 27 Mar 2025

https://github.com/immaxence/epic-road-trip-planner

"Epic Road Trip Planner" is a web project designed to facilitate trip planning, specifically focusing on France. It features a React.js frontend + Ant Design components, a Node.js Express.js backend, and utilizes Python scripts for data retrieval

ant-design epitech express leaflet nodejs openstreetmap react reactpdf tdd

Last synced: 15 Mar 2025