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

Block or report cymerrad

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. uva-online-judge uva-online-judge Public

    My solutions to the UVa problems

    C++

  2. aoc aoc Public

    My Advent of Code solutions

    Python

  3. dotfiles dotfiles Public

    Emacs, zsh, VSCode, i3, etc.

    Vim Script

  4. z3-clojure-attempt z3-clojure-attempt Public

    3-in-1 "Hello world!"

    Clojure

  5. Gentle Golang installation/update sc... Gentle Golang installation/update script - it doesn't modify existing GOPATH or binary location.
    1
    #!/usr/bin/env bash
    2
    
    
    3
    # USER DEFINED
    4
    go_version=1.12.7
    5
    go_platform=linux-amd64