Collection de scripts Tampermonkey destinés à améliorer la productivité sur les outils internes STIMDATA.
Ces scripts ajoutent des fonctionnalités autour de :
- GitHub (suivi des Pull Requests)
- StimTrack (améliorations UI et export rapide)
| # PowerShell Profile - Main Entry | |
| # ================ | |
| # Winget Update Module | |
| # ================ | |
| function maj { | |
| param( | |
| [switch]$all, | |
| [switch]$force, | |
| [switch]$verbose |
| # ~/.bashrc: executed by bash(1) for non-login shells. | |
| # If not running interactively, don't do anything | |
| case $- in | |
| *i*) ;; | |
| *) return;; | |
| esac | |
| # ===================== | |
| # HISTORY CONFIGURATION |
| { | |
| "version": "15.2.2", | |
| "vulnerabilities": [ | |
| { | |
| "id": "4492ad67ffaee0fbba46d9cb5d6dc50bec619740bd1b6266aafa70b901ba7cbe", | |
| "category": "sast", | |
| "name": "Privilege Escalation Allowed", | |
| "description": "Containers should not run with allowPrivilegeEscalation in order to prevent them from gaining more privileges than their parent process", | |
| "cve": "kics_id:5572cc5e-1e4c-4113-92a6-7a8a3bd25e6d:41:0", | |
| "severity": "Critical", |
| #!/bin/bash | |
| ################################################################################ | |
| # VPS Setup Script - Production Ready + Docker Optimization | |
| ################################################################################ | |
| # Author: StanislasP (https://github.com/Stanislas-Poisson) | |
| # Version: 1.1.0 | |
| # Date: 2025-12-18 | |
| # Description: Complete VPS setup for Debian 12/13 with Docker, | |
| # GitLab Runner, security hardening, monitoring, | |
| # and AUTOMATIC DOCKER CLEANUP |
| // ==UserScript== | |
| // @name GitHub PR Filters - ParisFashionShops | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0.0 | |
| // @description Finder-style filters with URL persistence for ParisFashionShops PRs | |
| // @author Stanislas Poisson <stanislas.poisson@parisfashionshops.com> | |
| // @match https://github.com/ParisFashionShops/*/pulls* | |
| // @grant none | |
| // ==/UserScript== |
| <?php | |
| namespace App\Traits; | |
| use App\Filters\ForbiddenDomains; | |
| use Illuminate\Support\Facades\App; | |
| trait MailTester | |
| { | |
| /** |
| [ | |
| { | |
| "emoji": "😀", | |
| "codes": { | |
| "decimal": ["😀"], | |
| "hexadecimal": ["😀"] | |
| }, | |
| "name": "grinning face" | |
| }, | |
| { |
Visual Studio Code (aka: vscode) has a built-in feature for exporting all your extensions, and settings to your git* profil. Search with the command panel ctrl+shift+p for settings sync and use it.
If you can't or don't want to use the integrated (or want to passed the extensions list to another one) :
code --list-extensions | xargs -L 1 echo code --install-extension