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

Skip to content
View thommorais's full-sized avatar
⚒️
Working from home
⚒️
Working from home

Block or report thommorais

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

Pinned Loading

  1. docktidy docktidy Public template

    A TUI tool to safely clean up Docker resources - because your Docker setup should spark joy

    Go

  2. zed-cisco-theme zed-cisco-theme Public

    A very simple theme for Zed.

    1 1

  3. transition-timing-functions.css transition-timing-functions.css
    1
    --ease-fluid: cubic-bezier(0.3, 0, 0, 1);
    2
    --ease-snappy: cubic-bezier(0.2, 0, 0, 1);
    3
    --ease-enter: cubic-bezier(0, 0.5, 0.5, 1);
    4
    --ease-move: cubic-bezier(0, 0.5, 0.5, 1);
    5
    --ease-exit: cubic-bezier(0.5, 0, 0, 1);
  4. Detecting Mobile Devices with JavaSc... Detecting Mobile Devices with JavaScript
    1
    const isMobile = {
    2
        Android: _ => navigator.userAgent.match(/Android/i),
    3
        BlackBerry: _ => navigator.userAgent.match(/BlackBerry/i),
    4
        iOS: _ => navigator.userAgent.match(/iPhone|iPad|iPod/i),
    5
        Opera: _ => navigator.userAgent.match(/Opera Mini/i),
  5. blog blog Public

    Forked from shuding/blog-1

    JavaScript