Skip to content
View FelisDiligens's full-sized avatar
  • Germany
  • 02:01 (UTC +02:00)

Block or report FelisDiligens

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.

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
FelisDiligens/README.md

Hi, I'm FelisDiligens! It's supposed to be latin for "a diligent cat". 🐈

Some(Person {
    location: "Germany",
    time_zone: chrono_tz::Europe::Berlin,
    speaks: vec!["de_DE", "en_US"],
    programs_in: vec![
        Language::TypeScript,
        Language::Python("🐍"),
        Language::Rust("πŸ¦€"),
        Language::Java("β˜•"),
        Language::Bash("🐚"),
    ],
    uses: vec!["React", "Vue", "TailwindCSS"],
    favorites: vec![
        Favorite::OS("🐧"),
        Favorite::Editor("VS Code"),
        Favorite::Food("πŸ§€"),
        Favorite::Drink("β˜•"),
    ],
})

Pinned Loading

  1. Fallout76-QuickConfiguration Fallout76-QuickConfiguration Public

    Change *.ini settings and install mods.

    C# 98 24

  2. local-runner local-runner Public

    CLI tool to run services from a TOML file for local development

    Rust

  3. joplin-plugin-multimd-table-tools joplin-plugin-multimd-table-tools Public

    A collection of tools to make editing tables easier.

    TypeScript 42 2

  4. joplin-plugin-search-and-replace joplin-plugin-search-and-replace Public

    Adds a search and replace panel to the Markdown editor.

    TypeScript 17 1

  5. md-table-tools md-table-tools Public

    MultiMarkdown table tools

    TypeScript 1 1

  6. build-swaggerui build-swaggerui Public

    Node script to build a standalone HTML file with Swagger UI from an OpenAPI document

    JavaScript