Skip to content
View glovekyl's full-sized avatar
Block or Report

Block or report glovekyl

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
glovekyl/README.md
class Attributes(glovekyl):
    @staticmethod
    def about() -> tuple:
        name = "Kyle Glover"
        job = "Software developer"
        languages = ["golang", "lua", "python", "rust", "typescript"]
        pronouns = "he/him"
        return name, job, languages, pronouns

    @staticmethod
    def contact() -> tuple:
        homepage  = "https://kyle.engineering"
        twitter   = "https://twitter.com/glovekyl"
        email     = "contact@kyle.engineering"
        return homepage, twitter, email    

Top Langs

Pinned

  1. google-code-jam google-code-jam Public archive

    "Challenging professional and student programmers around the globe to solve algorithmic puzzles"

    Python