Skip to content

Instantly share code, notes, and snippets.

View pdf's full-sized avatar

Peter Fern pdf

  • Melbourne, Australia
View GitHub Profile
@pdf
pdf / main.go
Created March 1, 2018 20:28 — forked from egonelbre/main.go
Size visual changing
package main
import (
"encoding/hex"
"fmt"
"math/rand"
"github.com/gopherjs/vecty"
"github.com/gopherjs/vecty/elem"
"github.com/gopherjs/vecty/event"
#!/bin/bash
set -e
# Usage:
# rsync_parallel.sh [--parallel=N] [rsync args...]
#
# Options:
# --parallel=N Use N parallel processes for transfer. Defaults to 10.
#
# Notes: