Skip to content

Commit

Permalink
Post presentation version of GToR (kriskowal#41)
Browse files Browse the repository at this point in the history
Post presentation version of GToR
  • Loading branch information
kriskowal committed Apr 26, 2016
1 parent a59f2be commit f1e519f
Show file tree
Hide file tree
Showing 27 changed files with 4,818 additions and 0 deletions.
740 changes: 740 additions & 0 deletions presentation/README.md

Large diffs are not rendered by default.

17 changes: 17 additions & 0 deletions presentation/build.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#!/bin/bash

WW=$(inkscape -W "$PWD/gtor-master.svg")
HH=$(inkscape -H "$PWD/gtor-master.svg")

for NAME in perspective-value duals-value perspective-collection duals-iterator duals-deferred duals-generator-function duals-generator duals-generator-observer perspective-promise promise-order-independence promise-queue-order-independence promise-queue-temporal-independence promise-queue-iteration-transport duals-buffer duals-promsie-queue stream-using-queues perspective-stream
do
X=$(inkscape -X -I $NAME "$PWD/gtor-master.svg")
Y=$(inkscape -Y -I $NAME "$PWD/gtor-master.svg")
W=$(inkscape -W -I $NAME "$PWD/gtor-master.svg")
H=$(inkscape -H -I $NAME "$PWD/gtor-master.svg")
X0=$(echo "$X" | bc -l)
Y0=$(echo "$HH - $Y" | bc -l)
X1=$(echo "$X + $W" | bc -l)
Y1=$(echo "$HH - $Y - $H" | bc -l)
inkscape -z -e $PWD/$NAME.png -a "$X0:$Y0:$X1:$Y1" -w 600 $PWD/gtor-master.svg 2>/dev/null
done
Binary file added presentation/duals-buffer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added presentation/duals-deferred.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added presentation/duals-generator-function.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added presentation/duals-generator-observer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added presentation/duals-generator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added presentation/duals-iterator.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added presentation/duals-promise-queue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added presentation/duals-value.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added presentation/everything-is-array.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added presentation/everything-is-stream.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added presentation/fork.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f1e519f

Please sign in to comment.