Ecosyste.ms: Awesome
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)
- GitHub: https://github.com/topics/epitech
- Wikipedia: https://en.wikipedia.org/wiki/Epitech
- Last updated: 2025-01-24 00:10:02 UTC
- JSON Representation
https://github.com/mpellouin/imagecompressor
Second project of Epitech's functional programming module. The goal is to implement the K-means algorithm on a set of pixels given as input and output the clusters. Written in Haskell.
2nd-year epitech functional haskell imagecompressor k-means k-means-clustering wolfram
Last synced: 24 Jan 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: 24 Jan 2025
https://github.com/mpellouin/haskell-pool
The Haskell Part of Epitech's paradigms seminar.
cpp-pool epitech functionnal haskell paradigms seminar
Last synced: 24 Jan 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: 31 Dec 2024
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: 31 Dec 2024
https://github.com/mlbonniec/eip-metrics
A simple project to retrieve metrics from the EPITECH EIP platform.
Last synced: 23 Jan 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: 23 Jan 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: 23 Jan 2025
https://github.com/curs3w4ll/vim_limit_colums
A litle vim plugin to show you if your exceeding a certains colums number in your code
Last synced: 23 Jan 2025
https://github.com/clement-muth/internship-aircampus
Epitech 2nd Year Internship at AirCampus
epitech epitech-report epitech-stage internship internship-tech-2 stage stage-tech-2
Last synced: 27 Dec 2024
https://github.com/abroudoux/vegenere-code
Encrypt & Decrypt vegenere code
encryption-decryption epitech python python3 vegenere-code
Last synced: 27 Dec 2024
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: 05 Dec 2024
https://github.com/abroudoux/hangman
Hangman game
epitech hangman hangman-game oop python python3
Last synced: 07 Dec 2024
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: 22 Jan 2025
https://github.com/lucasmrdt/bistro-matic
👨🏻🎓Epitech 1st - Make an infinite calculator
1st-year bistro-matic c epitech
Last synced: 25 Nov 2024
https://github.com/skyf0l/epitech-maths-projects
Collection of Epitech Maths Projets
epitech epitech-project epitech-subjects maths php python rust
Last synced: 28 Nov 2024
https://github.com/6im0n/myteams
My teams an epitech project
epitech epitech-project network teams
Last synced: 05 Dec 2024
https://github.com/frouioui/nm-objdump
Reproduction of the linux nm and objdump functions in C
Last synced: 23 Jan 2025
https://github.com/johancdev/tek2
2️⃣ Projects done during my second year at Epitech Nantes
Last synced: 19 Dec 2024
https://github.com/lbrulet/epitechfetcher
Golang package that fetch informations from the epitech intranet with the autolink
autologin epitech epitech-intra golang information library
Last synced: 17 Jan 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: 05 Dec 2024
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: 12 Dec 2024
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: 12 Dec 2024
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: 12 Dec 2024
https://github.com/ximaz/hashmap-in-c
Hashmap library built in C
c data-structures epitech epitech-project epitech-study epitech-workshop hashmap hashmapinc hashmaps
Last synced: 12 Dec 2024
https://github.com/frouioui/minishell2
Simple reproduction of the tcsh.
epitech minishell minishell2 tcsh
Last synced: 23 Jan 2025
https://github.com/ximaz/valgrind-action
A GitHub action allowing you to check for memory leaks on your binaries, libraries and unit tests.
ci ci-cd cicd devops devops-services devops-tools epitech epitech-project epitech-survival-kit memleak memleaks memory-check memory-leak testing tests valgrind valgrind-log-parsing valgrind-tool
Last synced: 12 Dec 2024
https://github.com/frouioui/debruijn
DeBruijn in Haskell
epitech functional-programming haskell
Last synced: 23 Jan 2025
https://github.com/ximaz/epitest-docker-aarch64
EPITECH Epitest Docker image supported by ARM 64 architectures and Apple Sillicons M1, M2 and M3 chipsets
epitech epitech-project epitech-study epitech-survival-kit
Last synced: 12 Dec 2024
https://github.com/ximaz/c-http-server
C HTTP Server which was made for fun and learning.
c epitech epitech-project epitech-study epitech-workshop http http-server http-server-library server
Last synced: 12 Dec 2024
https://github.com/maximepremont/myrpg_epitech
Epitech project : complete role play game developed using the CSFML.
c epitech game-engine myrpg rpg
Last synced: 06 Dec 2024
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/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: 13 Jan 2025
https://github.com/arthi-chaud/lambdananas-language-server
Language Server for Lambdananas
coding-style epitech haskell lambdananas language-server lsp vscode
Last synced: 21 Jan 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: 13 Jan 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: 13 Jan 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: 13 Jan 2025
https://github.com/maximepremont/my_world_epitech
Epitech project : a 3d motor without libraries.
Last synced: 06 Dec 2024
https://github.com/l-portet/blihui
Blih (Epitech repository manager) desktop app
Last synced: 06 Dec 2024
https://github.com/aenguerrand/my_ftp
my_ftp project Epitech
c epitech epitech-project ftp network
Last synced: 28 Dec 2024
https://github.com/6im0n/octopus
Learn how to use Ansible, an Open source IT automation engine that automates provisioning
ansible automation devops epitech epitech-project
Last synced: 05 Dec 2024
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: 23 Jan 2025
https://github.com/amdjadouxx/asm_workshop
asm_workshop 24/01/2024
epitech epitech-study epitech-workshop
Last synced: 23 Jan 2025
https://github.com/abroudoux/macos-portfolio
🍏 Portfolio - MacOs desktop / Epitech piscine
css epitech html macos-clone portfolio scss
Last synced: 16 Dec 2024