Commands based on https://iainhouston.com/blog/z_on_osx.html
$ wget http://spivey.oriel.ox.ac.uk/mike/fuzz/fuzz-3.4.1.tgz$ brew install gawk| #!/bin/bash | |
| export PYSPARK_DRIVER_PYTHON=jupyter | |
| export PYSPARK_DRIVER_PYTHON_OPTS='notebook' | |
| exec /PATH/TO/SPARK/spark-2.2.0-bin-hadoop2.7/bin/pyspark "$@"% |
Commands based on https://iainhouston.com/blog/z_on_osx.html
$ wget http://spivey.oriel.ox.ac.uk/mike/fuzz/fuzz-3.4.1.tgz$ brew install gawk| transformations { translate( x: 10, y: 10 ) } | |
| antialias('on') | |
| rect( x: 0, y: 0, width: 250, height: 150, arcWidth: 40, arcHeight: 40, asShape: true, id: 'background' ) | |
| clip( background ) | |
| draw( background, borderColor: false ) { | |
| gradientPaint( | |
| x1: 0, y1: 0, x2: 50, y2: 50, |