Skip to content
View glxxyz's full-sized avatar
💭
Learning Go, liking it
💭
Learning Go, liking it

Organizations

@google @GoogleCloudPlatform @googlers

Block or report glxxyz

Report abuse

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

Report abuse

Pinned Loading

  1. dedupe dedupe Public

    A tool for efficiently scanning over large numbers of files, to find and remove duplicates. Written as an excersise in learning a few Go features, but also a unique and useful CLI tool. Uses gorout…

    Go 4

  2. snippets snippets Public

    A place for little odds and ends. So far there's a Go implementation of Stroustrup's C++ CLI calculator, a Stata/Mata implementation of Vogelsang's PS Test, and a Haskell CGI photo album.

    Haskell 1

  3. hskhsk.com hskhsk.com Public

    Chinese language vocabulary graph generation. Python/Flask tool that performs dictionary search and analysis on Chinese Hanzi characters. Lists to help with studying for the HSK exam. Beta version …

    HTML 129 59

  4. bedstead bedstead Public

    Forked from textmodes/bedstead

    Teletext50 is a pixelated Teletext font as generated by the Mullard SAA5050 and seen in the BBC Micro Mode 7 display.

    C 15 3

  5. gohanzi gohanzi Public

    Rewrite of my Python hanzi analysis tool in Go for better performance and lower memory usage.

    Go 2 1

  6. filter filter Public

    Forked from robpike/filter

    Simple apply/filter/reduce package. Rewritten with type parameters.

    Go