Skip to content
View jonathan-grah's full-sized avatar
➡️
Learning...
➡️
Learning...

Highlights

  • Pro

Organizations

@freeCodeCamp @Musare
Block or Report

Block or report jonathan-grah

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
jonathan-grah/README.md

Jonathan's GitHub stats

Pinned

  1. Musare/Musare Musare/Musare Public

    An open-source collaborative music listening and catalogue curation application. Currently supporting YouTube based content.

    Vue 15 9

  2. freeCodeCamp/freeCodeCamp freeCodeCamp/freeCodeCamp Public

    freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.

    TypeScript 390k 35.7k

  3. A quick script to calculate k-means ... A quick script to calculate k-means for predesignated cluster centroids
    1
    const { fraction } = require('mathjs');
    2
    
                  
    3
    const clusters = [];
    4
    
                  
    5
    class Cluster {