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

5 total results found

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

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

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