Skip to content
View Penaz91's full-sized avatar
💭
Tired out of my mind
💭
Tired out of my mind

Organizations

@UnipdSurvivors @2DGD-F0TH
Block or Report

Block or report Penaz91

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
Penaz91/README.md

Hi there 👋

from decimal import Decimal


class Penaz(Person):
    pronouns = ["he", "him"]
    main_programming_language = "Python"
    secondary_programming_languages = [
        "JavaScript",
        "C++",
        "Java",
        "Lua",
    ]
    markup_languages = [
        "HTML",
        "XML",
        "Markdown",
        "LaTeX",
    ]
    frameworks = [
        "Django",
        "DjangoRestFramework",
        "Flask",
        "Pelican",
    ]
    db = [
        "PostgreSQL",
        "MySQL",
        "MariaDB"
    ]
    misc = [
        "Web Scraping",
        "Game Development",
        "Celery",
    ]
    free_time = None
    urls = {
        "website": "https://penaz.it/",
        "blog": "https://penazarea.altervista.org/"
    }
    
    def get_energy_levels(self):
        """
        This is the most accurate approximation
        """
        return Decimal('-Infinity')

Some useless stats:

Pinned

  1. 2DGD-F0TH/2DGD_F0TH 2DGD-F0TH/2DGD_F0TH Public

    [CC BY-NC-SA] A compendium of the community knowledge on game design and development

    Lua 210 17

  2. npass npass Public

    A ncurses frontend for Pass - The standard unix password manager

    Python

  3. firework_demo firework_demo Public

    Just a C++17 and SFML demo that displays fireworks of some sort

    C++

  4. aTODO aTODO Public

    A small JSON and Python based TODO application

    Python 1

  5. MiniDYM MiniDYM Public

    A small Lua "Did you mean?" plugin for NeoVim

    Lua 1

  6. vagrant-host-artix vagrant-host-artix Public

    Artix Linux Host Support for Vagrant 2.x

    Ruby