Skip to content

Instantly share code, notes, and snippets.

View brleinad's full-sized avatar
⛰️

Daniel RB brleinad

⛰️
  • EasyExpense
  • Squamish, Canada
View GitHub Profile
@brleinad
brleinad / CanadaPrep-PdC-fr.md
Last active October 16, 2025 05:12
CanadaPrep - PdC - fr

Politique de confidentialité

Dernière mise à jour : 15 octobre 2025

Aperçu

CanadaPrep (« l'Application ») s'engage à protéger votre vie privée. Cette politique de confidentialité explique comment nous traitons vos informations.

Informations que nous collectons

@brleinad
brleinad / CanadaPrep-PrivacyPolicy.md
Last active October 16, 2025 05:12
CanadaPrep - Privacy Policy

Privacy Policy

Last updated: October 15, 2025

Overview

CanadaPrep ("the App") is committed to protecting your privacy. This privacy policy explains how we handle your information.

Information We Collect

@brleinad
brleinad / CanadaPrep_Support_fr.md
Created October 16, 2025 04:49
CanadaPrep Support
# Support CanadaPrep

Bienvenue sur CanadaPrep - Préparation au test de citoyenneté canadienne! Nous sommes là pour vous aider à réussir votre parcours vers la citoyenneté.

## Nous contacter

Pour obtenir de l'aide, poser des questions ou donner votre avis, veuillez envoyer un courriel à :

**[daniel@danielrb.dev](mailto:daniel@danielrb.dev)**
@brleinad
brleinad / CanadaPrep.md
Created October 16, 2025 04:48
CanadaPrep
# Réussissez votre test de citoyenneté canadienne en toute confiance

CanadaPrep est l'application d'étude complète pour le test de citoyenneté canadienne. Étudiez intelligemment avec des tests pratiques, du contenu officiel et des explications détaillées—tout hors ligne.

[Télécharger sur l'App Store](#) 🇨🇦

---

## Créé par quelqu'un qui a réussi (19/20)
@brleinad
brleinad / CanadaPrep_Marketing.md
Last active October 16, 2025 04:46
CanadaPrep Marketing

Pass Your Canadian Citizenship Test with Confidence

CanadaPrep is the complete study app for the Canadian citizenship test. Study smarter with practice tests, official content, and detailed explanations—all offline.

Download on the App Store 🇨🇦


Built by Someone Who Passed (19/20)

@brleinad
brleinad / CanadaPrep_Support.md
Last active October 16, 2025 04:33
CanadaPrep Support

CanadaPrep Support

Welcome to CanadaPrep - Canadian Citizenship Test Prep! We're here to help you succeed on your citizenship journey.

Contact Us

For support, questions, or feedback, please email:

daniel@danielrb.dev

@brleinad
brleinad / gist:6cfc5581c45990ed829dc480d89852ce
Created November 20, 2023 19:27
lunar vim with copilot
-- https://www.reddit.com/r/lunarvim/comments/13918me/comment/k8986gk/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button
-- Copilot plugins are defined below:
lvim.plugins = {
{
"zbirenbaum/copilot.lua",
cmd = "Copilot",
event = "InsertEnter",
config = function()
require("copilot").setup({})
end,