Skip to content
View chris-mcdonald-dev's full-sized avatar
Block or Report

Block or report chris-mcdonald-dev

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. recharts/recharts recharts/recharts Public

    Redefined chart library built with React and D3

    TypeScript 22.9k 1.7k

  2. solidjs/solid-docs-next solidjs/solid-docs-next Public

    SolidJS Docs.

    MDX 196 184

  3. youtube-anywhere-remote youtube-anywhere-remote Public

    YouTube Anywhere Remote is a Chrome extension that allows you to control videos playing on YouTube, Udemy, and Amigoscode from anywhere on your computer.

    JavaScript 8 2

  4. korean-discord-app korean-discord-app Public

    This is a Discord application developed to manage and provide features to a Korean Language Educational Community with a user-base of over 5,000 users.

    JavaScript 6 9

  5. Finds columns that qualify for stora... Finds columns that qualify for storage optimizations of at least 40% across entire database
    1
    -- WHAT THIS DOES:
    2
    --		By default, NULL values take up storage as well. 
    3
    --		Microsoft recommends considering a feature called "sparse columns" that reduces the size of NULL values in that column. 
    4
    --		This only works well for columns with a large amount of NULL values. This script does this process for you.
    5