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

Block or report chris-mcdonald-dev

Report abuse

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

Report abuse

Pinned Loading

  1. recharts/recharts recharts/recharts Public

    Redefined chart library built with React and D3

    TypeScript 26.9k 1.9k

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

    Official documentation for the Solid ecosystem

    MDX 282 349

  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 9 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 8

  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