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

Block or report cbporch

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. commit-msg: Prepend Jira ID to a com... commit-msg: Prepend Jira ID to a commit in a git hook that Pycharm will execute
    1
    #!/bin/sh
    2
    #
    3
    # Automatically prepends branch name to every commit message
    4
    #   if the branch name has a prefix with a Jira ticket id, i.e. FOO-123/my-branch.
    5
    #
  2. bjodah/chempy bjodah/chempy Public

    ⚗ A package useful for chemistry written in Python

    Python 527 77

  3. qrcode qrcode Public

    Forked from x-hw/amazing-qr

    artistic QR Code in Python (Animated GIF qr code)- Python 艺术二维码生成器 (GIF动态二维码、图片二维码)

    Python

  4. perceptron perceptron Public

    Implementation of various Machine Learning algorithms

    Python