Posts

  • action-send-mail

    :gear: A GitHub Action to send an email to multiple recipients

    An action that simply sends a mail to multiple recipients.

    Some features:

    • plain text body
    • HTML body
    • multipart body (plain text + HTML)
    • Markdown to HTML converting (use html_body, not body)
    • file attachments (supports globbing)

    Tags: #javascript β€’ github-actions β€’ action

  • rspec_api_documentation

    Automatically generate API documentation from RSpec

    Generate pretty API docs for your Rails APIs.

    Check out a sample.

    Tags: #ruby β€’ rspec β€’ api

  • pan_pp.pytorch

    Official implementations of PSENet, PAN and PAN++.

    • (2022/12/08) We will release the code and models of FAST in link.
    • (2022/10/09) We release stabler code for PAN++, see pan_pp_stable.
    • (2022/04/22) Update PAN++ ICDAR 2015 joint training & post-processing with vocabulary & visualization code.
    • (2021/11/03) Paddle implementation of PAN, see Paddle-PANet. Thanks @simplify23.
    • (2021/04/08) PSENet and PAN are included in MMOCR.

    Tags: #python β€’ text-recognition β€’ psenet

  • alexa_media_player

    This is a custom component to allow control of Amazon Alexa devices in Home Assistant using the unofficial Alexa API.

    This is a custom component to allow control of Amazon Alexa devices in Home Assistant using the unofficial Alexa API. Please note this mimics the Alexa app but Amazon may cut off access at anytime.

    Originally inspired and created by Keaton Taylor

    Tags: #python β€’ alexa β€’ home-assistant

  • DGFraud

    A Deep Graph-based Toolbox for Fraud Detection

    git clone https://github.com/safe-graph/DGFraud.git
    cd DGFraud
    python setup.py install
    

    Tags: #python β€’ fraud-detection β€’ fraud-prevention

  • react-native-document-scanner

    Document scanner, features live border detection, perspective correction, image filters and more ! πŸ“²πŸ“Έ

    Live document detection library. Returns either a URI or a base64 encoded string of the captured image, allowing you to easily store it or use it as you wish !

    Features :

    • Live detection
    • Perspective correction and crop of the image
    • Live camera filters (brightness, saturation, contrast)
    • Flash
    • Easy to use base64 image

    Tags: #java β€’ react-native β€’ ios

  • slug-generator

    Slug Generator Library for PHP, based on Unicode’s CLDR data

    The delimiter can be any string, it is used to separate words. It gets stripped from the beginning and the end of the slug.

    $generator->generate('Hello World!');                         // Result: hello-world
    $generator->generate('Hello World!', ['delimiter' => '_']);   // Result: hello_world
    $generator->generate('Hello World!', ['delimiter' => '%20']); // Result: hello%20world
    

    Tags: #php β€’ library β€’ slug

  • omniauth-google-oauth2

    Oauth2 strategy for Google

    Strategy to authenticate with Google via OAuth2 in OmniAuth.

    Get your API key at: https://code.google.com/apis/console/ Note the Client ID and the Client Secret.

    For more details, read the Google docs: https://developers.google.com/accounts/docs/OAuth2

    Tags: #ruby β€’ omniauth β€’ google-oauth2

  • badjs-report

    monitor error and report

    caihuiji yorts52

    Tags: #javascript

  • poweradmin

    A web-based control panel for PowerDNS

    Poweradmin is a friendly web-based DNS administration tool for PowerDNS server. The interface supports most of the features of PowerDNS. It is a hybrid solution that uses SQL for most operations and has PowerDNS API support for DNSSEC operations.

    Tags: #php β€’ dns-administration β€’ pdns

subscribe via RSS