Skip to content
View ccbrown's full-sized avatar

Block or report ccbrown

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

    A Rust crate for beautiful, artisanally crafted CLIs, TUIs, and text-based IO.

    Rust 288 4

  2. wasm-go-playground wasm-go-playground Public

    Go compiler running entirely in your browser

    JavaScript 254 11

  3. api-fu api-fu Public

    A collection of Go packages for creating robust GraphQL APIs

    Go 55 5

  4. neural-net neural-net Public

    An educational neural net library in Rust

    Rust 39 2

  5. Compact C Hex Dump Function w/ASCII Compact C Hex Dump Function w/ASCII
    1
    #include <stdio.h>
    2
    
                  
    3
    void DumpHex(const void* data, size_t size) {
    4
    	char ascii[17];
    5
    	size_t i, j;
  6. go-immutable go-immutable Public

    A collection of fast, general-purpose immutable data structures for Go.

    Go 18 2