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

Block or report btrekkie

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

  1. WrapAsYouType WrapAsYouType Public

    Sublime Text plugin that performs hard word wrapping within specified sections, in real time as the user types

    Python 19

  2. eink-server eink-server Public

    A framework for displaying content on an Inkplate e-ink display

    Python 21 1

  3. file-builder file-builder Public

    Speeds up "build" operations that are performed repeatedly on a group of files that mostly stay the same between builds, by using caching

    Python 2

  4. RedBlackNode RedBlackNode Public

    Java implementation of augmented red-black trees. Easily maintain custom augmentation information by subclassing RedBlackNode: the base class does the work for you.

    Java 3 1

  5. dynamic-connectivity dynamic-connectivity Public

    Data structure for dynamic connectivity in undirected graphs. Supports adding and removing edges and checking whether two vertices are connected (there's a path between them) in polylogarithmic time.

    Java 17 2

  6. graphql graphql Public

    Python library for executing GraphQL documents. The schema is specified using decorators.

    Python