Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

23 total results found

DevOps Projects

devops
ESGI
school

Vécolo

Projet d'étude : Conception et développement d'un service de location de vélo électrique rechargé uniquement grâce à une énergie renouvelable. Plusieurs bornes sont réparties dans la ville de Paris. Code source : https://github.com/vecolo-project

ESGI
school
devops
docker
typescript
2021
Vécolo
angular
java
javafx
typescript

Cloud Coding

Plate-forme permettant de développer depuis son navigateur différents frameworks en temps réel.

ESGI
school
devops
kubernetes
angular
helm
nodejs
typescript

Web Assembly - Formation

ESGI
school
course
docker
devops
serverless
WebAssembly
rust

Sanazoo

API Projects

GitHub repo SanaZoo is a very popular zoo ! First created in C with XML files, it is now developed with nodejs and swagger, for your eyes only Our project In this school project, we have to realize a complete API to manage a zoo, using Express and Sequelize a...

api
ESGI
school
nodejs
sequelize
swagger
typescript

Trade Me

API Projects

GitHub repo Main status Dev status Fonctionnalités métiers Membres Ajouter / Modifier / Supprimer un Contractor Ajouter / ...

java
quarkus
swagger
software architecture
school
ESGI

Game of life

Behavior Driven Development Projects

GitHub repo Rules of life Based on Wikipedia: Conway's Game of Life: Rules The universe of the Game of Life is an infinite two-dimensional orthogonal grid of square cells, each of which is in one of two possible states, alive or dead. Every cell interacts...

school
ESGI
BDD
Cucumber
nodejs
typescript

Args Parser

Clean Code Projects

GitHub repo Nous avons tous plus ou moins déjà été amenés à parser des arguments en entrée d'un programme. L'objectif de ce TP est de fournir un utilitaire sous forme de classe, permettant de faire ce travail à notre place. Les arguments passés au programme co...

clean code
tests
typescript
school
ESGI
TD

State machine TD

AI Projects

GitHub repo Instruction Il est obligatoire de prendre un langage orienté objet, mais vous pouvez choisir celui que vous voulez Il est interdit d'utiliser des bibliothèques non natives au langage Selon le langage que vous prenez, il faut bien faire attention a...

school
AI
State machine
ESGI
TD
java

WizBakTop

Clean Code Projects

GitHub repo Créer un outil qui permette de générer le WizBakTop pour un nombre donné en ligne de commande. Partie I Les règles du WizBakTop sont les suivantes : Si le nombre est divisible par 3, écrire 'Wiz' à la place du nombre Si le nombre est divisible par...

TD
clean code
typescript
tests
ESGI
school

OCR

Clean Code Projects

GitHub repo Subject User Story 1 The input format created by the machine is as follows: _ _ _ _ _ _ _ | _| _||_||_ |_ ||_||_| ||_ _| | _||_| ||_| _| Each entry is exactly 4 rows and 27 columns (9 x 3). The first three lines describe ...

school
ESGI
clean code
typescript
nodejs
Cucumber
tests

Intégration continue dans un environnement cloud avec Gitea

DevOps Projects

Introduction Slides de Présentation L'objectif de ce projet était de monter un stack d'intégration continue sur une infrastructure cloud. L'idée de base était de "mettre en place un serveur git". C'était la première idée sélectionnée., une fois ce serveur en ...

drone ci
gitea
docker
aws
devops
sonarqube
school
ESGI

Codec

Security Projects

GitHub repo Description This application is G4C Matrix encryption program developed in JavaScript. Features Feature Description Encode file Encode a file with a given G4C Matrix Decode file Encode a file with a given G4C Matrix How it works...

javascript
school
ESGI
security
g4c matrix

Micro langage

Tools

Micro language en python avec ply GitHub repo Fonctionnalités Calcul de base, print cmd > print((2+6)*3); 24 Print d'une chaine de caractère cmd > print("ma jolie string"); ma jolie string Print concaténation cmd > a = 10; cmd > print("a=",a); a= 10 cmd > p...

python
ply
langage theory
school
ESGI

Codecc

C Projects

GitHub repo It's CODEC, but in C Description This application is G4C Matrix encryption program developed in C. Features Feature Description Encode file Encode a file with a given G4C Matrix Decode file Enco...

school
ESGI
C
GTK
g4c matrix
security

CXML

C Projects

CXML GitHub repo INTRODUCTION RAPPEL DU SUJET Pour recontextualiser, le lancement du projet a eu lieu à l'issue de la piscine de C. Pour ce projet, nous devons réaliser une application en C permettant de valider des fichiers XML à l'aide d'une ...

xml
parsing
ESGI
school
C
GTK

Bad Code

C Projects

GitHub repo Description This application was made for a professor in IT development. This one was tired of correcting badly written code so he decided to impose sanctions on those not respecting good programming practices. This applica...

school
ESGI
C
GTK

Go To Space THREEJS

WebGL

GitHub repo A ThreeJS school project where you travel in space Description Not too long ago in a fairly close galaxy, the millennium falcon got lost...This world contains two scenes, one in space and the other inside the ship. You can ad...

school
ESGI
javascript
WebGL
ThreeJS
space
xbox controller

Audiolly

Android Projects

Dépôt GitHub : https://github.com/Nouuu/Audiolly Application L’application fonctionne sur Android 5.0 et plus. Elle a été développée uniquement en Kotlin. On a utilisé les API de TheAudioDB pour les rankings, les titres, les albums, les artistes… Mais aus...

api
kotlin
school
ESGI
android
2022

Oh My Sandwich

Clean Code Projects

Dépôt GitHub : https://github.com/Nouuu/OhMySandwich Énoncé 1. Informations pratiques Le code rendu devra être compilé sans erreurs. Il vaut mieux rendre un code incomplet qui compile qu'un code ne compile pas. Le projet sera noté selon plusieurs critères...

ESGI
school
C#
2022
clean code
unit testing
design patterns

Boissibook

API Projects

Dépôts GitHub: API : https://github.com/Nouuu/Boissibook Scrapper : https://github.com/RemyMach/Boissibook-scraper Swift App : https://github.com/RemyMach/boissibook-swift Concept Idées de nom Api de recherche de livre...

school
ESGI
devops
java
spring
python
swift
2022
gcp
google cloud platform
kubernetes
docker

Boissipay

DevOps Projects

Dépôt GitHub : https://github.com/Nouuu/boissipay Context Le SI d’une agence de voyages est composé de nombreux Microservices. Éléments fonctionnels Le responsable du SI souhaite mettre en œuvre un système de paiement différé pour ses clients grands compte...

spring
kafka
micro-services
java
ESGI
school
devops
docker

Reinforced Frog

AI Projects

Github Jumper Frog (Frogger Game) in python with AI reinforcement 🐸 Présentation du jeu et Objectif L'objectif principal est de faire apprendre par renforcement un agent sur le jeu Frogger. Contexte Ce projet a été réalisé dans le cadre du...

ESGI
school
docker
AI
python
Q-Learning