Skip to content
View jedmitten's full-sized avatar
  • Devo, Inc.
  • San Diego, CA
Block or Report

Block or report jedmitten

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. humble_catalog humble_catalog Public

    A script to parse the saved Humble Bundle library HTML

    Python 6 2

  2. a demonstration of speed differences... a demonstration of speed differences to between 3 different styles of regular expression building / execution in python
    1
    import timeit
    2
    import logging
    3
    import re
    4
    
                  
    5
    log = logging.getLogger(__name__)
  3. machine_learning_ng machine_learning_ng Public

    Code repo for solutions during Andrew Ng's Stanford class Machine Learning

    MATLAB

  4. mpcap_classification mpcap_classification Public

    Classification of malware based on supervised learning

    Jupyter Notebook

  5. poem_parser poem_parser Public

    parser poetry from around the web

    Python