Skip to content
View bchess's full-sized avatar

Block or report bchess

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. coreweave/tensorizer coreweave/tensorizer Public

    Module, Model, and Tensor Serialization/Deserialization

    Python 175 24

  2. plt_patcher plt_patcher Public

    An example of how to patch symbols inside an .so

    C 5

  3. vtables_tutorial vtables_tutorial Public

    Some example code for demonstrating how C++ vtables work

    C++ 1

  4. list_empty_nodes.py list_empty_nodes.py
    1
    """ Emit all nodes (with an optional label selector) that have no pods running except for daemonsets
    2
    """
    3
    import sys
    4
    from kubernetes import client, config
    5
    
                  
  5. Generate a query that expands repeat... Generate a query that expands repeated fields in bigquery tables
    1
    import string
    2
    from google.cloud import bigquery
    3
    
                  
    4
    client = bigquery.Client()
    5