Skip to content
View redds-be's full-sized avatar
🌊
Swimming around the Falklands (Malvinas)
🌊
Swimming around the Falklands (Malvinas)
  • Global Penguin Society
  • Carcass Island, Falklands
  • 13:14 (UTC -03:00)

Block or report redds-be

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

About me 🐧

type about struct {
    role                 string
    languages            []string
    isGplv3BestLicense   bool
    isFreeSoftwareGood   bool
    isOpenSourceOnlyGood bool
    bestDistro           string
}

aboutMe := about{
    role:                 "IT Security Student",
    languages:            []string{"Go", "Python", "C", "SQL"},
    isGplv3BestLicense:   true,
    isFreeSoftwareGood:   true,
    isOpenSourceOnlyGood: false,
    bestDistro:           "Gentoo",
}

Pinned Loading

  1. reddlinks reddlinks Public

    A simple link shortener written in Go

    Go

  2. rpkgm rpkgm Public

    redd's package manager written in Go.

    Go

  3. redd-c-template redd-c-template Public template

    Makefile

  4. redd-go-template redd-go-template Public template

    Go

  5. nvim-config nvim-config Public

    My personnal neovim config.

    Lua

  6. reddlibc reddlibc Public archive

    A static C library used for my convenience.

    C