Skip to content
View arthuRHD's full-sized avatar
Block or Report

Block or report arthuRHD

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
arthuRHD/README.md

π™²πš‘πšŽπšŒπš” 𝚘𝚞𝚝 πš–πš’ πšπšŽπš™πš•πš˜πš’πš–πšŽπš—πšπšœ.

docker librariesdotio googleplaystore


Pinned

  1. immosheets immosheets Public

    Tired of searching with your mouse ? Let's automate the process. πŸš€

    Python 36 8

  2. Working on a way to crowdfund with ETH Working on a way to crowdfund with ETH
    1
    pragma solidity ^0.8.0;
    2
    
                  
    3
    contract CrowdFund {
    4
        address public creator;
    5
        address public fundRecipient;
  3. One Piece scans without ads One Piece scans without ads
    1
    #!/bin/bash
    2
    # Download the latest one piece chapter and aggregate each scan inside a PDF
    3
    #
    4
    # Prerequirements: 
    5
    # - sudo apt install img2pdf ocrmypdf
  4. JWK-Authorization-Mock-Server JWK-Authorization-Mock-Server Public

    Provides a JWT token signed with a RSA private key and a JWK generate with the RSA public key to verify the signature.

    JavaScript