Advanced Search
Search Results
164 total results found
Web Assembly - Formation
Java & Spring Boot
Go & Gin & Gorm
Angular
Installation de docker
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...
Portainer
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...
Nginx proxy manager
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 ...
State machine TD
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...
Sanazoo
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...
Trade Me
GitHub repo Main status Dev status Fonctionnalités métiers Membres Ajouter / Modifier / Supprimer un Contractor Ajouter / ...
Game of life
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...
Args Parser
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...
WizBakTop
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...
OCR
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 ...
Intégration continue dans un environnement cloud avec Gitea
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 ...
PufferPanel
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...
Projeqtor
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
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...
Codecc
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...
Bad Code
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...
Micro langage
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...
MyGes Planning Sync Google Calendar
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
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 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...