Skip to content
View pmulard's full-sized avatar
🥝
🥝

Block or report pmulard

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
pmulard/README.md
class AboutMe {
    static socials() {
        linkedin = 'linkedin.com/in/petermulard'
        instagram = 'instagram.com/pmully94'
        website = 'petermulard.me'

        return [linkedin, instagram, website]
    }    

    static life() {
        location = 'San Francisco, CA'
        nationalities = ['American', 'French']
        countriesVisited = 7

        return [location, nationalities, countriesVisited]
    }
}

Skills

Pinned Loading

  1. me me Public

    personal website

    JavaScript

  2. machine-learning-specialization-andrew-ng machine-learning-specialization-andrew-ng Public

    A collection of notes and implementations of machine learning algorithms from Andrew Ng's machine learning specialization.

    Jupyter Notebook 578 130

  3. data-structures-and-algorithms data-structures-and-algorithms Public

    a collection of data structures and algorithms written in JavaScript, Python and Rust

    JavaScript 2 2

  4. tcp-echo-server tcp-echo-server Public

    a simple multi-threaded TCP echo server and client

    Rust

  5. Sorting-Visualizer Sorting-Visualizer Public

    Displays a visual representation of sorting algorithms working in real time

    JavaScript 1

  6. NBA-Data-Visualization NBA-Data-Visualization Public

    NBA statistics scraper, which visualizes the data and saves locally

    Python 1