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

Block or report ccbrown

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. wasm-go-playground wasm-go-playground Public

    Go compiler running entirely in your browser

    JavaScript 253 11

  2. neural-net neural-net Public

    An educational neural net library in Rust

    Rust 40 2

  3. api-fu api-fu Public

    A collection of Go packages for creating robust GraphQL APIs

    Go 56 5

  4. keyvaluestore keyvaluestore Public

    Forked from theaaf/keyvaluestore

    Robust key-value store abstraction for DynamoDB and more

    Go 19 4

  5. go-immutable go-immutable Public

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

    Go 18 2

  6. 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;