Skip to content
View kbn-gh's full-sized avatar

Block or report kbn-gh

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. hengenlab/neuraltoolkit hengenlab/neuraltoolkit Public

    A powerful and fast set of tools for loading data, filtering, processing, working with data formats, and basic utilities for electrophysiology and behavioral data.

    Python 8 3

  2. torque torque Public

    Forked from adaptivecomputing/torque

    Torque Repository

    C

  3. hengenlab/musclebeachtools hengenlab/musclebeachtools Public

    This package used to analyze neuronal data, from basic plotting (ISI histograms, firing rate, cross correlation), to hard core computational work (ising models, branching ratios, etc).

    Python 4 2

  4. nwchem nwchem Public

    Forked from nwchemgit/nwchem

    NWChem: Open Source High-Performance Computational Chemistry

    Fortran

  5. Download and open numpy file from web Download and open numpy file from web
    1
    import requests
    2
    import io
    3
    import numpy as np
    4
    
                  
    5
    # Wrong link please change WEB_LINK
  6. Download and unzip zip file from web... Download and unzip zip file from web to a folder
    1
    import requests
    2
    import io
    3
    import zipfile
    4
    import os.path as op
    5