Skip to content
View quirico's full-sized avatar
🌴
Front-end developer, UI designer. Always UX driven. Real typography nerd.
🌴
Front-end developer, UI designer. Always UX driven. Real typography nerd.
  • RCS MediaGroup S.p.A.
  • Milan – Italy
  • 07:54 (UTC +01:00)

Block or report quirico

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. amphetamine-custom-icons amphetamine-custom-icons Public

    Custom menu bar images for the popular macOS keep-awake utility, Amphetamine.

  2. Mask Password in JavaScript, with po... Mask Password in JavaScript, with possibility to keep n rightmost chars
    1
    const maskPassword = (password, amount = 0, char = '*') => password.slice(-amount).padStart(password.length , char);
    2
    
                  
    3
    maskPassword("testPassword123445", 4, "#");
  3. CSS-Tricks/coding-fonts CSS-Tricks/coding-fonts Public

    https://coding-fonts.css-tricks.com/

    HTML 478 63

  4. iTerm2 personal theme iTerm2 personal theme
    1
    <?xml version="1.0" encoding="UTF-8"?>
    2
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    3
    <plist version="1.0">
    4
    <dict>
    5
    	<key>Ansi 0 Color</key>