Skip to content
View CharlesInteractive's full-sized avatar
🛰️
On a mission.
🛰️
On a mission.

Highlights

  • Pro
Block or Report

Block or report CharlesInteractive

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

  1. vite-react-tailwind-prettier-mpa-template vite-react-tailwind-prettier-mpa-template Public

    JavaScript

  2. gplate gplate Public

    SCSS

  3. Solar-System Solar-System Public

    VR solar system build with Aframe.

    JavaScript 1

  4. Md-to-Html-Converter-Server Md-to-Html-Converter-Server Public

    JavaScript

  5. Format 'logging' like dates. Format 'logging' like dates.
    1
    const loggingDate = (date, region, offset) => {
    2
      // check if we have a valid date to use
    3
      if (!(date instanceof Date) || isNaN(date)) {
    4
        console.error("Date object is invalid.");
    5
        return false;
  6. Umbraco IIS rewrite rules examples. Umbraco IIS rewrite rules examples.
    1
    <rules>
    2
        <rule name="HTTP to HTTPS redirect" stopProcessing="true">
    3
            <match url="(.*)" />
    4
            <conditions>
    5
                <add input="{HTTPS}" pattern="off" ignoreCase="true" />