Skip to content

Instantly share code, notes, and snippets.

View matthieu-gendreau's full-sized avatar

Matthieu Gendreau matthieu-gendreau

View GitHub Profile
@matthieu-gendreau
matthieu-gendreau / PRIVACY_POLICY_FR.md
Created March 15, 2026 19:18
Grand Livre TCG - Politique de confidentialité

Politique de confidentialité — Grand Livre TCG

Dernière mise à jour : 15 mars 2026

Présentation

Grand Livre TCG (« l'Application ») est un jeu de cartes solo. L'Application ne collecte, ne transmet et ne partage aucune donnée personnelle.

Collecte de données

@matthieu-gendreau
matthieu-gendreau / PRIVACY_POLICY.md
Created March 14, 2026 23:41
Grand Livre TCG - Privacy Policy

Privacy Policy — Grand Livre TCG

Last updated: March 15, 2026

Overview

Grand Livre TCG ("the App") is a single-player card game. The App does not collect, transmit, or share any personal data.

Data Collection

{
"schemaVersion": 1,
"label": "backend coverage",
"message": "80.7%",
"color": "brightgreen"
}
uri = URI.parse('http://www.nasa.gov/mission_pages/station/research/experiments/277.html')
req = Net::HTTP::Get.new(uri.to_s)
res = Net::HTTP.start(uri.host, uri.port) { |http| http.request(req) }
doc = res.body.gsub(/(\n|\t)/, '').force_encoding('UTF-8')
A cette étape j'ai tout ce qu'il me faut notamment la string 'awarded patents'
Si je fais un 'puts doc', là ça me tronque le 'awarded patents' et j'ai plus que 'awarded'