Skip to content
View dextersjab's full-sized avatar
:electron:
👨🏿‍💻
:electron:
👨🏿‍💻

Block or report dextersjab

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. platern/fapi-connector platern/fapi-connector Public

    Connect to Financial-grade API (i.e. open banking) providers. Register, authorize and get access tokens.

    TypeScript 7

  2. code-interpreter-notes code-interpreter-notes Public

    Notes and insights about OpenAI's Code Interpreter

    Python 13

  3. gpt-arb-translator gpt-arb-translator Public

    Python script that uses OpenAI GPT to translate your arb files. The script is ideal for localising Flutter apps.

    Python 1

  4. node-openid-client node-openid-client Public

    Forked from panva/openid-client

    OpenID Certified™ Relying Party (OpenID Connect/OAuth 2.0 Client) implementation for Node.js.

    JavaScript

  5. openbankingnigeria/obn-gateway openbankingnigeria/obn-gateway Public

    TypeScript 6 2

  6. Convert Quicktime MOV to GIF on the ... Convert Quicktime MOV to GIF on the command line
    1
    #!/bin/sh
    2
    
                  
    3
    # check for correct number of args
    4
    if [ "$#" -lt 2 ]; then
    5
        echo "Usage: ./mov2gif.sh <input_file> <output_file> [<color>]"