Skip to content
View mcculloh213's full-sized avatar
🐳
🐳
  • Dublin, OH

Highlights

  • Pro
Block or Report

Block or report mcculloh213

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. falcon-auth0 falcon-auth0 Public

    Auth0 Authorization Middleware for The Falcon Web Framework

    Python 2 1

  2. XMLHttpRequestPromise XMLHttpRequestPromise Public

    Promise-able XMLHttpRequest

    JavaScript

  3. SmartStreetlight SmartStreetlight Public

    Arduino project

    Arduino

  4. NaiveBayesClassifier_Python NaiveBayesClassifier_Python Public

    Naive Bayes Classifier built in Python

    Python

  5. Kafkaesque Kafkaesque Public

    Another Android event streaming library that nobody asked for, built out of frustration!

    Kotlin

  6. Master Gradle dependency versioning ... Master Gradle dependency versioning for Android apps
    1
    // Define config map
    2
    ext.config = [
    3
            build_tools: '30.0.2',
    4
            sdk: [
    5
                    compile: 29,