Skip to content
View Fripe070's full-sized avatar
  • School
  • Jupiter
  • 23:46 (UTC +01:00)

Organizations

@Breadcord @Breadcord-Toasts

Block or report Fripe070

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

Hi, I'm Fripe!

import time
from datetime import datetime
from typing import Any, Literal, Callable


class Fripe(Student):
    def __init__(self, name: Literal["Fripe", "froop"] = "Fripe") -> None:
        self.name = name
        self.born_at = datetime.min
        self.skills = []

    def do_work(
        self,
        work: Callable,
        /,
        time_limit_seconds: int | None = None
        *work_args: Any,
        **work_kvargs: Any,
    ) -> Any:
        if time_limit_seconds is None:
            return
            
        time.sleep(max(0, time_limit_seconds) * 3/4)
        return work(*work_args, **work_kvargs)

Popular repositories Loading

  1. FripeBot FripeBot Public archive

    The code for my Discord bot!

    Python 5 3

  2. LowLevelGame2 LowLevelGame2 Public

    C++ 3

  3. Crystal Crystal Public archive

    Python 2 1

  4. Stable-Diffusion-WebUI-Colab Stable-Diffusion-WebUI-Colab Public archive

    A colab for AUTOMATIC1111's stable diffusion web UI

    Jupyter Notebook 1

  5. BreadcordTorment BreadcordTorment Public

    Python 1

  6. Godot-Inverse-Kinematics Godot-Inverse-Kinematics Public

    C# 1