Skip to content

Instantly share code, notes, and snippets.

# SETUP #
DOMAIN=example.com
PROJECT_REPO="git@github.com:example.com/app.git"
AMOUNT_KEEP_RELEASES=5
RELEASE_NAME=$(date +%s--%Y_%m_%d--%H_%M_%S)
RELEASES_DIRECTORY=~/$DOMAIN/releases
DEPLOYMENT_DIRECTORY=$RELEASES_DIRECTORY/$RELEASE_NAME
# stop script on error signal (-e) and undefined variables (-u)
@PatrickJunod
PatrickJunod / gist:31a0b53f41ef7cf8447cd12b57050697
Last active July 28, 2022 19:08
Moyennes des prix sur l'ensemble des magasins Migros par catégorie (Variation 2021-10 vs 2022-07)
avg_2021-10-01_2021-10-28 avg_2022-07-01_2022-07-28 categoryName Variation CHF
225.97 CHF 2 202.65 CHF do-it-garden/jardin/agencement-du-jardin/protection-solaire-intemperies/pavillons 874.77%
54.95 CHF 489.57 CHF melectronics/electromenager/smart-home/enceinte-connectee 790.94%
27.27 CHF 236.48 CHF micasa/rangement/vetements-et-chaussures/rangements-a-chaussures 767.29%
2.59 CHF 21.17 CHF supermarche/produits-menagers-nettoyage/eliminer-et-recycler/sacs-poubelle 718.32%
6.90 CHF 43.40 CHF sportxx/vetements-et-chaussures/femme/chaussures/chaussures-de-sport-en-salle 528.99%
152.48 CHF 935.78 CHF do-it-garden/jardin/piscines-spa/piscines 513.69%
8.59 CHF 49.67 CHF supermarche/denrees-alimentaires/chocolat/jours-de-fetes-evenements 477.95%
6.95 CHF 37.70 CHF do-it-garden/habitation/accessoires-pour-la-maison/guirlandes-lumineuses 442.50%
34.23 CHF 181.03 CHF micasa/collection-saisonniere/automne 428.83%
@PatrickJunod
PatrickJunod / ch.txt
Created March 18, 2022 11:54
All .ch registered 3-letters domains names as of 18.03.2022
Nom
0-0.ch
000.ch
001.ch
002.ch
003.ch
004.ch
005.ch
006.ch
007.ch
@PatrickJunod
PatrickJunod / looptextwithfade.html
Created September 27, 2021 08:45
Change text with fade in and out from an array
<html>
<head>
<style>
#text {
transition: opacity 1s;
}
</style>
</head>
<body>
<p id="text">Initial Text</p>