Skip to content
View bitmorse's full-sized avatar
👋
👋

Highlights

  • Pro

Organizations

@inn-ac @nervousnet @Octanis1 @ttn-zh
Block or Report

Block or report bitmorse

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. react-horizontal-schedule react-horizontal-schedule Public

    A horizontally scrolling week view for scheduling things like rooms, meetings, projects, resources.

    JavaScript 9 2

  2. lastfm scrobble exporter (from https... lastfm scrobble exporter (from https://gitorious.org/fmthings/lasttolibre/blobs/master/lastexport.py // changed the script to try more often on failure )
    1
    #!/usr/bin/env python
    2
    #-*- coding: utf-8 -*-
    3
    
                  
    4
    # This program is free software: you can redistribute it and/or modify
    5
    # it under the terms of the GNU General Public License as published by
  3. bearings-max78000 bearings-max78000 Public

    Condition monitoring of bearings on MAX78000

    Jupyter Notebook 2

  4. How to record data from an STWIN.box... How to record data from an STWIN.box (STEVAL-STWINBX1) on a Raspberry Pi via USB and convert the resulting .dat files to Pandas df or numpy arrays.
    1
    '''
    2
    # README FIRST #
    3
    4
    ###Goal###
    5
    On a Raspberry Pi, read .dat files created by STWIN.box from disk and get numpy or pandas objects to work with.