Skip to content
View frkr's full-sized avatar

Organizations

@fxtec
Block or Report

Block or report frkr

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. ebox ebox Public template

    Broker de e-mails - Atua como uma caixa postal de correio

    TypeScript

  2. whatsapp-ts whatsapp-ts Public template

    Whatsapp Business API 18 unofficial

    TypeScript 1

  3. mlearn mlearn Public archive

    My Machine Learn

    Jupyter Notebook 1

  4. kommo-cli kommo-cli Public template

    Kommo CLI - Command Line

    TypeScript

  5. drlexec drlexec Public archive

    Sample start to learn drools

    Java

  6. RClone check files and sendmail with... RClone check files and sendmail with SMTP
    1
    #!/usr/bin/env -S deno run --allow-net
    2
    
                  
    3
    console.log("rclone lsjson r2: --files-only --recursive | ./sendjson.ts");
    4
    
                  
    5
    import {readLines} from "https://deno.land/std@0.222.1/io/mod.ts";