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

Block or report ThanosDi

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. enhance-url enhance-url Public

    Enhance any url with inline menu options such as open in a new tab or preview in an iframe.

    TypeScript 3

  2. post-it post-it Public

    A minimal electron application to have a post-it on the fly.

    JavaScript 1

  3. azure-table-query-recursive azure-table-query-recursive Public

    Exports an async recursive function to fetch more than 1000 entities from azure storage using continuation token.

    JavaScript 3

  4. piratebay-stremio-addon piratebay-stremio-addon Public

    Fetch streams from piratebay. Stremio addon

    JavaScript 24 8

  5. youtube-bpm-playlist youtube-bpm-playlist Public

    Create a youtube playlist for songs of certain bpm tempo

    JavaScript 6

  6. Turn off or on your second monitor. ... Turn off or on your second monitor. Second monitor assume its on the right of your main monitor.
    1
    #!/bin/bash
    2
    
                  
    3
    monitors=`xrandr --listactivemonitors | head -n1 | cut -d " " -f 2`
    4
    if [ "$monitors" == 1 ]
    5
    then