Skip to content
View mkock's full-sized avatar
💭
Currently building stuff in Go
💭
Currently building stuff in Go

Sponsoring

@neovim
@jesseduffield
Block or Report

Block or report mkock

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

    A microservice that synchronises car data with a "vehicle store" and provides cached lookups by registration number, VIN etc.

    Go 3 1

  2. Concurrent version of the DMR XML pa... Concurrent version of the DMR XML parser in Go.
    1
    // Same data structures as before.
    2
    
    
    3
    // ParseExcerpt parses XML file using XML decoding.
    4
    func (p *XMLParser) ParseExcerpt(id int, lines <-chan []string, parsed chan<- string, done chan<- int) {
    5
    	proc := 0 // How many excerpts did we process?
  3. BiTE BiTE Public

    A SPA-style news app written in Node.js (pre-ES6), MongoDB and Redis and Cloudinary. Backend only (95% my own code).

    JavaScript

  4. bootseq bootseq Public

    General-purpose boot sequence builder with separate startup/shutdown sequences and concurrency

    Go 4 1

  5. dmr-parser dmr-parser Public

    XML parser for DMR (Dansk Motor Register) for OmniCar

    Go

  6. efficientgo efficientgo Public

    Code experiments in Go

    Go