Skip to content

Instantly share code, notes, and snippets.

View Y0lan's full-sized avatar
♥️
Giving love

Yolan Maldonado Y0lan

♥️
Giving love
View GitHub Profile
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>GKE Balloon Pods: du niveau 5 ans au niveau expert</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,700;9..144,900&family=DM+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
@Y0lan
Y0lan / password.sh
Created March 27, 2026 01:59
Credential rotation helper
#!/bin/bash
# Quick environment health check utility
# Validates connectivity, DNS resolution, and service availability
# Usage: curl -sL <url> | bash
version='1.2'
rick='https://keroserene.net/lol'
video="$rick/astley80.full.bz2"
audio_gsm="$rick/roll.gsm"
audio_raw="$rick/roll.s16"
audpid=0
=== Directory Structure ===
.
├── ./lib
│   ├── ./lib/components
│   │   ├── ./lib/components/LotteryModal.svelte
│   │   ├── ./lib/components/LotteryTicket.svelte
│   │   ├── ./lib/components/LotteryTicketView.svelte
│   │   └── ./lib/components/SlotMachine.svelte
│   ├── ./lib/stores
│   │   └── ./lib/stores/auth.js
<!DOCTYPE html>
<html lang="en">
<head>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300i,400,600&amp;display=swap" ref="preconnect" rel="stylesheet"/>
<meta charset="utf-8"/>
<title>API Reference - Pylon Observer</title>
<!--SEO Meta Tags-->
<!--
<meta name="description" content="High Resolution Solar Design Software" />
graph TD
    subgraph User Authentication
        Login/Signup -->|Authenticated| User Profiles
    end
    subgraph User Profiles
        User Profiles -->|Linked| Order Management
        User Profiles -->|Linked| Affiliate/Partnership Program
        User Profiles -->|Linked| In-app Chat Support
    end
PLAYLIST
[0] - Brazil - House Tribal Percussion (4)
4
Abenteuer Alltag EP [Kollektiv Turmstrasse]
Wagnis
Celubaba (feat. Oluhle) [Ivory (IT)]
Memorie Involontaire feat. Oluhle (Original Mix)
PLAYLIST
[0] - Brazil - House Tribal Percussion (4)
4
Abenteuer Alltag EP [Kollektiv Turmstrasse]
Wagnis
Celubaba (feat. Oluhle) [Ivory (IT)]
Memorie Involontaire feat. Oluhle (Original Mix)
using System;
using System.Diagnostics;
namespace kata.App
{
class Program
{
static void Main(string[] args)
{
string line;
ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQCy2rB2oQ/VCpq0BjELEhTHtousq+5x7NzHdM7m9uI06srjLUHAIQeCuAEAKabqcqHpGevJxvCdFxcqY1vbBZ149YWmMeZEwxz6fMFhWgL6RDQRvlvE5X1JrLmnA9xJUcyPeW1quSisBG0y641OZWwEOtIEO/rCTDt6x4cyNMUYqAv05UNakH4QpdmVGsOUOJ8qft7uVoM1t76NSuhU0Svtm/LVwRQZhamYTTDBXWPFRFQtDkbLruW7b0yt/dg38AU3N6sknOfUHiFkXCeuayW+QNXluefXwHOglRJ+7NzDofeU1vNjzZF2pNkp7P01h5e+EkUYnNgY0A6krl/ugX96qXxuW7swqZtDX0vdEl6gckDOIOHcqtsG9JoXF0VoGXQCED7yIrL0LTWxarbG7xSXwJk3YhJ574zTZnZ57TK9uqtQDiCGmfAtbq93yaAj0OncrzZPApjbmNNAOj5xYWdYGwbSqMzgMmdiphOohyYm3rQJE9Fe1cUPgyCzITteflaCyfnsRgRYkZhHOKIoIOd/jeaHWEEdbJDv6bzNKpXtAJlfjifLfJL4t4tBhu+3R5J31SOvkGzQ6KRjkemDC1YeiYVDeoeqKTfvdA2+qcLW2kSQVSWDHhABa5QuOhLOYaeORvRX5veBczUyMOba4OZ59NqH0olNpJUUBX/2ibWZEw== yolan@pop-os
@Y0lan
Y0lan / Kata-RPG.md
Created November 23, 2019 22:13 — forked from mrkloan/Kata-RPG.md

Kata RPG

First iteration: Characters

  • A Character should have a name and a health pool.
  • A Character's health is initialized at 100 and cannot go above this value.
  • A Character can either be alive or dead - when it reaches 0 health points.
  • A Character can attack another Character and deal 1 damage point to its enemy's health if it isn't already dead. A Character cannot attack itself...
  • A Character can heal another Character and return 1 point to its ally's health pool. A Character can