Skip to content

Instantly share code, notes, and snippets.

@lucassha
lucassha / main.go
Created February 4, 2020 05:25
waitgroup error handling
package main
import (
"context"
"errors"
"fmt"
"math/rand"
"sync"
"time"
)
Allow Local URLs UrlValidator
======================================================
Testing SCHEMES below:
Testing scheme for url: http://www.google.com. Expected to return TRUE
false
Testing scheme for url: http://www.facebook.com. Expected to return TRUE
false
Testing scheme for url: ftp://www.amazon.com. Expected to return TRUE
false
Testing scheme for url: http:www.google.com. Expected to return FALSE

CS493 Final Project Documentation

Users, Teams, Players

  • Users

    • /users - GET
    • /users/{user id} - PUT, DELETE
    • /users/signup - POST
  • /users/login - POST

@lucassha
lucassha / docker-help.md
Created September 21, 2018 05:23 — forked from bradtraversy/docker-help.md
Docker Commands, Help & Tips

Docker Commands, Help & Tips

Show commands & management commands

$ docker

Docker version info