Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View Icy-Thought's full-sized avatar
🎭
?????
🎭
?????

Block or report Icy-Thought

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

-- Personal contact details
contactMe :: (String, String, String)
contactMe _ = (discord, telegram, mail)
  where
    discord  = "NaN"
    telegram = "NaN"
    mail     = "[email protected]"

-- My life experiences
lifeXP :: ([String], [String], Int)
lifeXP _ = (nativeLang, nationalities, age)
  where
    nativeLang  = ["عربي", "English", "Svenska"]
    nationality = ["Swedish"]
    age         = 25

-- Set of skills which I have attained during my stay on this planet
skillSet :: ([(String, [String])], [String], [String])
skillSet _ = (progLang, interests, editors)
  where
    editors = ["Emacs", "Neovim"]
    interests = ["Mathematics", "Science", "CompSci"]
    progLang =
      [ ("Advanced", [""])
      , ("Intermediate", ["Nix", "Lua", "Python", "Rust"])
      , ("Beginner", ["C", "Emacs-Lisp", "Haskell"])
      ]

Pinned Loading

  1. snowflake snowflake Public

    A repository which contains my current Nix (flake-based) setup!

    180 12

  2. emacs.d emacs.d Public

    A repository which contains emacs configurations I have used throughout the years.

    21 3

  3. nvim.d nvim.d Public

    A repository which contains neovim configurations I have used throughout the years.

    10 1