Skip to content
View joshlawton's full-sized avatar
👨‍💻
Coding
👨‍💻
Coding

Highlights

  • Pro
Block or Report

Block or report joshlawton

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Visual Studio Code Live Server HTTPS... Visual Studio Code Live Server HTTPS Secure Server
    1
    # Setup Visual Studio Code Live Server to Use HTTPS
    2
    
                  
    3
    How to setup Live Server extension for Visual Studio Code to use HTTPS with your own SSL certificate without Chrome complaining about an untrusted certificate or insecure origin.
    4
    
                  
    5
    ✅ Chrome 115.0.5790.75
  2. Regex to match a set of words--but o... Regex to match a set of words--but only if they don't appear at the beginning of the string or line
    1
    /**
    2
     * When formatting a string in title case, we capitalize the all words except articles, conjunctions, 
    3
     * copulae (forms of "to be"), and prepositions (with four or fewer characters).
    4
     * The first and last words are always capitalized.
    5
     *
  3. Google Calendar Event Flair (Raw) Google Calendar Event Flair (Raw)
    1
    /**
    2
     * Raw JSON response for event flair images displayed on Google Calendar
    3
     * Source: https://calendar.google.com/calendar/flairdata
    4
     * @see https://www.quora.com/What-are-all-the-keywords-for-the-new-Google-Calendar-Android-app-that-will-generate-those-beautiful-images-in-the-agenda-view
    5
     * @see https://github.com/balazsorban44/google-calendar-web-material/blob/master/app/languages/events-EN.js