Skip to content
View shawnsmithdev's full-sized avatar
  • Seattle Area
Block or Report

Block or report shawnsmithdev

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

    A radix sorting library for Go (golang)

    Go 51 5

  2. discographic discographic Public

    discographic is a server daemon that scans a directory of music and serves music files and metadata over a REST api.

    Go 4

  3. wbtree wbtree Public

    wbtree is a weight balanced binary search tree for go 1.18+

    Go 1

  4. gravsim gravsim Public

    A dirt simple gravity-based retro shmup / demo

    Go 1

  5. Extract the MD5 field from a FLAC file Extract the MD5 field from a FLAC file
    1
    package main
    2
    
                  
    3
    import (
    4
    	"encoding/binary"
    5
    	"encoding/hex"
  6. Breakdown of float64 (IEEE 754 doubl... Breakdown of float64 (IEEE 754 double-precision binary floating-point format)
    1
    package main
    2
    
                  
    3
    import (
    4
    	"fmt"
    5
    	"math"