Skip to content
View thiagoguarnieri's full-sized avatar
💭
Always Available
💭
Always Available
Block or Report

Block or report thiagoguarnieri

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. Get Spotify Access Token (client cre... Get Spotify Access Token (client credentials) with PHP and cURL
    1
        //based on https://gist.github.com/ahallora/4aac6d048742d5de0e65
    2
        
    3
        $client_id = 'your client id';
    4
        $client_secret = 'your client secret';
    5
        $ch = curl_init();
  2. bittorrent-crawler bittorrent-crawler Public

    This script is used to collect the list of peers in a bittorrent swarm.

    Python

  3. audio-recorder audio-recorder Public

    A Legacy visual basic audio recorder application

    VBA