Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
@Icy-Thought
Icy-Thought
Follow

Haruko Icy-Thought

🎭

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 = "icy-thought@proton.me"
-- 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!

    179 13

  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

AltStyle によって変換されたページ (->オリジナル) /