Skip to content
View colewebb's full-sized avatar

Block or report colewebb

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 Loading

  1. gpea gpea Public

    A set of computer vision algorithms for measuring the growth rate of plants.

    Jupyter Notebook 1

  2. gpea-dataviewer gpea-dataviewer Public

    A dataviewer for the GPEureka algorithm and its variants

    Python

  3. Cole's extraordinarily simple powers... Cole's extraordinarily simple powershell build script
    1
    param([string]$main)
    2
    $javatest = $main + '.java'
    3
    if (Test-Path $javatest) {
    4
        javac ./*.java
    5
        echo "Build passed! Running Java..."
  4. cs5680-project cs5680-project Public

    A Python implementation of a color segmentation algorithm

    Jupyter Notebook

  5. Red Red Public

    A JavaFX web browser

    Java