FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Original HTTPS Page]

tentacode (Gabriel Pillet) · GitHub

🐙
tentacoding
🐙
tentacoding

Block or report tentacode

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Close all issues, pull requests, and discussions opened by this user Content in all repositories owned by your account will be closed.
Add an optional note
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
tentacode/README.md

<?php

final class Tentacode
{
    public function __construct(
        private string $fullName = "Gabriel Pillet",
        private string $linkedinHandle = "gabrielpillet",
        private string $portfolioUrl = "https://tentacode.dev",
        private array $favoriteEmojis = ['🐙', '', '🤖', '🤗'],
    ) {}

    public function  sayHello(): void
    {
        $greetingMessage = <<<BONJOUR
            Bonjour! {$this->favoriteEmojis[array_rand($this->favoriteEmojis)]}
            Je m'appelle {$this->fullName}.

            Consultez mon portfolio à {$this->portfolioUrl}
            Ou mon profil linkedin à https://linkedin.com/in/{$this->linkedinHandle}
            BONJOUR;

        print $greetingMessage . PHP_EOL;
    }
}

try { 
    (new Tentacode)->sayHello();
} catch (\Throwable $e) {
    echo "Oups ! Personne n'est parfait je suppose…". PHP_EOL . $e->getMessage();
    die(42);
}

Pinned Loading

  1. tentacode tentacode Public

    🐙 My portfolio

    Astro 4

  2. mario mario Public

    Forked from web-id-fr/mario

    🆙 MacOS Ansibles Recipes : Indepotent & Omnipotent (it setups a local environment for devs @ https://web-id.fr)

    Jinja 1

  3. curriculum curriculum Public

    🏆 My curriculum vitae in French.

    HTML 4 2

  4. PhatFishes PhatFishes Public

    🐡 A party game with puffer fishes, made all by myself under 72 hours.

    C# 6

  5. lyonmoji lyonmoji Public

    🦁 Pixel art Lyon Emojis, royalty free.

    Shell 14

  6. Cubyrinth Cubyrinth Public

    🎲 An experimental VR game for Oculus where you ride a gigantic Rubik's cube, made in under 72 hours.

    C# 8 1


Back | FazBrowse Home | New Git URL