Skip to content
View rubpy's full-sized avatar
💭
💥 Phosphorylating
💭
💥 Phosphorylating

Highlights

  • Pro

Block or report rubpy

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 Loading

  1. derdec derdec Public

    🔑 A silly single-header library for extracting (decoding) modulus N & exponent E arbitrary-precision integers from ASN.1 DER-encoded RSA public keys.

    C 4 1

  2. estimateMevProbability.ts estimateMevProbability.ts
    1
    // --- `@solana/web3.js` v1 ---
    2
    import web3 from '@solana/web3.js';
    3
    
                  
    4
    (async (rpcUrl: string) => {
    5
      const rpc = new web3.Connection(rpcUrl);
  3. avr-scratch avr-scratch Public

    🤖 An example minimal compile/deploy setup for AVR microcontrollers

    C 2 1

  4. crudecrypto-php crudecrypto-php Public

    🗝 A native PHP 7-8 AES algorithm implementation.

    PHP 1

  5. crawly crawly Public

    🔦 An extensible library for developing asynchronous crawlers (or cron-like background services).

    Go 1

  6. Fetching Pump.fun bonding curve stat... Fetching Pump.fun bonding curve state and calculating price of token/SOL.
    1
    import * as web3 from "@solana/web3.js";
    2
    
                  
    3
    //////////////////////////////////////////////////
    4
    
                  
    5
    function readBytes(buf: Buffer, offset: number, length: number): Buffer {