Skip to content
View mnlwldr's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Block or report mnlwldr

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
mnlwldr/README.md

๐Ÿ‘‹ Hi there


๐Ÿ”ญ Here is my usual developer sales pitch

  • Open-source and free software enthusiast
  • Linux and OpenBSD
  • Programming in Go, Java, and PHP
  • Application back-end development

๐Ÿ“ซ How to reach me

I love hearing from people around the world.

Pinned Loading

  1. owo Public

    This is a port of the logic behind @zuzak's JavaScript OWO into Golang.

    Go 2

  2. multihash Public

    Multihash is a console utility to calculate hashes recursively.

    Go 1

  3. ssh-merge-config Public

    Little tool written in Go to merge several individual ssh configuration files to a single configuration.

    Go

  4. yes Public

    Golang implementation of `yes`

    Go

  5. Update go to the latest version
    1
    #!/bin/sh
    2
    
                  
    3
    
                  
    4
    RELEASE=$(/usr/local/bin/go list -m -f '{{.Version}}' go@latest)
    5