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

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.

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. 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. crawly crawly Public

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

    Go 1

  3. 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 {
  4. rpc_find_raydium_pool_first_transact... rpc_find_raydium_pool_first_transactions.rs
    1
    use std::str::FromStr as _;
    2
    
                  
    3
    use solana_client::{
    4
        client_error::{ClientError, ClientErrorKind},
    5
        rpc_client::GetConfirmedSignaturesForAddress2Config,
  5. pfTradeEventMonitor.ts pfTradeEventMonitor.ts
    1
    import web3 from "@solana/web3.js";
    2
    import * as BufferLayout from "@solana/buffer-layout";
    3
    
                  
    4
    import QuickLRU from "quick-lru";
    5
    
                  
  6. avr-scratch avr-scratch Public

    🤖 An example minimal compile/deploy setup for AVR microcontrollers

    C 2 1