Skip to content
View eferbarn's full-sized avatar
:atom:
Atom addicted
:atom:
Atom addicted
Block or Report

Block or report eferbarn

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

Let's build something on Web3!

EferBarn's Metrics

Pinned

  1. Leo-Lottery Leo-Lottery Public

    ♌️ A simple lottery app built on the top of the Lovely Leo Programming Ecosystem!

    Shell 2

  2. FlipsiderEfer/ShroomDK FlipsiderEfer/ShroomDK Public

    🍄 How to use Flipside out of Flipside

    4

  3. Simple-Solidity-Contracts Simple-Solidity-Contracts Public

    You can find some handy examples of Solidity contracts here! I hope they will be inspirational!

    Solidity 2

  4. Strong-Password-Generator Strong-Password-Generator Public

    Using this‌ CLI tool, create strong and secure passwords in a standalone manner and use them where needed.

    Python 1

  5. NFT attributes extractor (SVG based ... NFT attributes extractor (SVG based NFTs)
    1
    function cyrb53(str, seed = 0) {
    2
        let h1 = 0xdeadbeef ^ seed, h2 = 0x41c6ce57 ^ seed;
    3
        for (let i = 0, ch; i < str.length; i++) {
    4
            ch = str.charCodeAt(i);
    5
            h1 = Math.imul(h1 ^ ch, 2654435761);
  6. ChatGPT-to-Markdown ChatGPT-to-Markdown Public

    GPT2MD is a neat way to convert your chats with OpenAI - ChatGPT to Markdown. Just inject GPT2MD.js and then call the "SaveChatGPTtoMD" function.

    JavaScript 1