Skip to content
View magnusnissel's full-sized avatar
Block or Report

Block or report magnusnissel

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. cleantweets cleantweets Public

    Forked from danielfaulknor/TweetDeleter

    Remove your likes on twitter or delete your own tweets.

    Python 92 18

  2. whatscorp whatscorp Public

    A simple script that parses WhatsApp chat logs and turns them into something more useful for corpus linguistics analysis

    Python 1

  3. mihomegateway mihomegateway Public

    Read data from Xiaomi Mi Smart Home gateways and push it into a Redis list

    Python

  4. ps_reddit_tool ps_reddit_tool Public

    Download Reddit dumps from pushshift.io and extract only comments from specified subreddits

    Python 7

  5. Yule's K and Yule's I for lexical di... Yule's K and Yule's I for lexical diversity in Python 3 (quick & dirty)
    1
    import collections
    2
    import re
    3
    
                  
    4
    def tokenize(s):
    5
        tokens = re.split(r"[^0-9A-Za-z\-'_]+", s)
  6. Reading midi input from nanoKontrol ... Reading midi input from nanoKontrol 2 in python, using python-rtmidi and jack-audio
    1
    #!/usr/bin/python
    2
    
                  
    3
    import rtmidi, time
    4
    
                  
    5
    buttons = {