Skip to content
View josiahdelange's full-sized avatar
  • Boston, Massachusetts
  • 06:42 (UTC -05:00)

Block or report josiahdelange

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. SLICOT-Reference SLICOT-Reference Public

    Forked from SLICOT/SLICOT-Reference

    SLICOT - A Fortran subroutines library for systems and control

    Fortran

  2. python-control python-control Public

    Forked from python-control/python-control

    The Python Control Systems Library is a Python module that implements basic operations for analysis and design of feedback control systems.

    Python

  3. dotfiles dotfiles Public

    Repository for configuration files

    Shell

  4. Make a Git bundle file Make a Git bundle file
    1
    #!/bin/bash
    2
    REPO_NAME=$(basename `git rev-parse --show-toplevel`)
    3
    BRANCH_NAME=$(git rev-parse --abbrev-ref HEAD)
    4
    LAST_COMMIT=$(git rev-parse --short HEAD)
    5
    BUNDLE_FILENAME=${REPO_NAME}_${BRANCH_NAME}_${LAST_COMMIT}_$(date +%m-%d-%Y).bundle