Skip to content
View HaraldKorneliussen's full-sized avatar
  • Ålesund, Norway
Block or Report

Block or report HaraldKorneliussen

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

  1. midi-ml-processing midi-ml-processing Public

    Perl scripts used in an attempt to make music with char-rnn and similar models.

    Perl 1

  2. A naive python implementation of Dav... A naive python implementation of David A. Scott's bijective Burrows-Wheeler transform + inverse
    1
    #!/usr/bin/python
    2
    
                  
    3
    # Factor a string into nonincreasing Lyndon words,
    4
    # using Duval's algorithm
    5
    def lyndonFactor(s):
  3. HolstStPaul HolstStPaul Public

    Lilypond files for engraving Holst's St. Paul suite.

    LilyPond

  4. pytorch-neural-search-optimizer pytorch-neural-search-optimizer Public

    Forked from daviddao/pytorch-neural-search-optimizer

    PyTorch implementation of PowerSign

    Python