Skip to content
View michaelperret's full-sized avatar

Block or report michaelperret

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. blog blog Public

    this is my blog. sometimes I write and post markdown.

    2

  2. TurntableFM-Bot TurntableFM-Bot Public

    Forked from jlbruno/TT-Helper-Bot

    A bot for helpful functions on turntable.fm

    JavaScript 2

  3. clear_hsts_headers.js clear_hsts_headers.js
    1
    // add any other domains you've used while HTTPS was enabled to the list below.
    2
    // then, visit chrome://net-internals/#hsts and run this in the console.
    3
    
                  
    4
    var subdomain_list = ['testing', 'files', 'test', 'admin', 'create', ''];
    5
    var base_url = ".wake.devel";
  4. python-saml python-saml Public

    Forked from SAML-Toolkits/python-saml

    Python SAML Toolkit

    Python