Skip to content
View backupbrain's full-sized avatar
Block or Report

Block or report backupbrain

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. php-email-open-tracking php-email-open-tracking Public

    Track how your email campaign subscribers open and click through your emails.

    PHP 33 10

  2. android-ripple-wallet android-ripple-wallet Public

    Android Ripple Wallet

    Java 23 15

  3. ArduinoBoardManager ArduinoBoardManager Public

    Arduino library to determine the Arduino models and features as well as the SDK version.

    C++ 25 16

  4. job_title_analysis.py job_title_analysis.py
    1
    import re
    2
    import nltk
    3
    from nltk.corpus import stopwords
    4
    import pandas as pd
    5
    stop_words = set(stopwords.words("english"))
  5. google-oauth2-php google-oauth2-php Public

    Simple Google OAuth2 authentication example in PHP

    PHP 15 2