Skip to content
View bacloud23's full-sized avatar
πŸ’­
https://www.youtube.com/watch?v=FbXCjfwNORA
πŸ’­
https://www.youtube.com/watch?v=FbXCjfwNORA
  • France

Block or report bacloud23

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 Loading

  1. greys greys Public

    Make photos and colors easier to see by applying a color filter to your screen.

    C# 3 2

  2. mylinks mylinks Public

    [For sale] A 100% server'less Linktree alternative based on QR codes.

    HTML 1 1

  3. open-listings-front open-listings-front Public

    The front-end part of Open-Listings

    JavaScript 1

  4. Equalz Equalz Public

    Simple and fast equality checker for Node environments

    JavaScript

  5. This is a very strong text sanitizer... This is a very strong text sanitizer which accepts plain natural language or even HTML. The pipeline is very efficient and probably contains all you need to accept clean HTML. You would omit language detection if you don't need it, as it is a resource consuming operation.
    1
    // @flow
    2
    
                  
    3
    import { promisify } from 'util'
    4
    import { tidy } from 'htmltidy2'
    5
    import DOMPurify from 'isomorphic-dompurify'