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

164 total results found

Web Assembly - Formation

ESGI
school
course
docker
devops
serverless
WebAssembly
rust

Java & Spring Boot

formation
java
spring
orm

Go & Gin & Gorm

course
go
golang
gin
orm
gorm

Angular

Installation de docker

Docker Introduction & Installation

Get Docker curl -fsSL https://get.docker.com -o get-docker.sh sh get-docker.sh Linux / WSL Install Docker Engine on CentOS Install Docker Engine on Debian Install Docker Engine on Ubuntu Ubuntu distros manual install sudo apt-get remove docker docker-engine d...

install
docker

Portainer

Docker

Architecture Installation Standalone Install Portainer with Docker on Linux docker volume create portainer_data docker run -d -p 8000:8000 -p 9000:9000 -p 9443:9443 --name portainer \ --restart=always \ -v /var/run/docker.sock:/var/run/doc...

portainer
install

Nginx proxy manager

Docker

Faire du reverse proxy efficace avec Docker Prérequis Dans le cadre de cette explication, nous utiliserons l’interface web Portainer afin de faire no manipulations sur Docker. VPS / Serveur autohébergé Nous aurons également besoin d’un VPS. Je vous en ...

install
reverse proxy
nginx proxy manager

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

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

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

PufferPanel

Docker images

GitHub repo This docker image provides a PufferPanel container. It has been tested to run Minecraft server successfully It run on 64bits Debian base image Exposed ports : 8080 - Webpanel 5657 - SFTP server 25565 - Default Minecraft server port but it can be c...

docker

Projeqtor

Docker images

Docker Projeqtor GitHub repo This docker image provides a Projeqtor container with LDAP support. This image is based on php:7.4-apache Version of Projeqtor in this image is currently 9.4.2 Exposed ports : 80 : Projeqtor Webpanel Volumes They are tw...

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

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

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

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

MyGes Planning Sync Google Calendar

Tools

GitHub repo LE PROJET N'EST PLUS MAINTENU. Cette fonctionnalité sera intégrée et maintenu au sein de cet autre projet désormais : myges-cli Ce script permet de récupérer votre planning présent sur myges et de le synchroniser à un calendrier google. Installa...

Welcome on my Wiki

Home

Hi ! I'm Noé Larrieu-Lacoste, A passionate project leader, DevOps and developper from France 🚀 🔭You can check all of my work at wiki.nospy.fr 🌱 I’m currently learning Software Structure and Design, Go and Kubernetes ❓ Ask me about Docker 🐳 ⚡ Fun ...

Pnpm

Docker images

Docker Hub Github Fast, disk space efficient package manager: Fast. Up to 2x faster than the alternatives (see benchmark). Efficient. Files inside node_modules are linked from a single content-addressable storage. Great for monorepos. Strict. A package c...

docker
nodejs
pnpm