Skip to content
View janinge's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report janinge

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. live-wspsr live-wspsr Public

    Whisper ASR and diarization models packaged for offline use from a live medium

    Shell 1

  2. live-wspsr-tui live-wspsr-tui Public

    Terminal user interface for Whisper live distribution

    Python 1

  3. smittestopp smittestopp Public

    Tools for measuing the spread and performance of our Norwegian Smittestopp phone application

    Python 1 1

  4. Mac OS X defaults Mac OS X defaults
    1
    #!/bin/sh
    2
    
    
    3
    defaults write NSGlobalDomain AppleKeyboardUIMode -int 3
    4
    defaults write NSGlobalDomain AppleShowAllExtensions -bool true
    5
    defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true
  5. ID3.py ID3.py
    1
    #!/usr/bin/env python3
    2
    '''
    3
    Implementation of ID3. Tested using Python 3.5.
    4
    5
    https://gist.github.com/janinge/89bd0662121496f7f88d