From da71121f0f6aabbac30f961c77916ba0e982ac7f Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 24 Sep 2018 01:38:12 +0200 Subject: content update --- .../cartesian-coordinate-system.svg | 404 +++++++++++++++++++++ .../basic-math-in-programming/default.pug | 13 +- .../basic-math-in-programming/kmplot.fkt | 37 ++ .../basic-math-in-programming/kmplot.svg | 395 ++++++++++++++++++++ .../basic-math-in-programming/test.png | Bin 0 -> 454303 bytes 5 files changed, 848 insertions(+), 1 deletion(-) create mode 100644 slides/presentations/basic-math-in-programming/cartesian-coordinate-system.svg create mode 100644 slides/presentations/basic-math-in-programming/kmplot.fkt create mode 100644 slides/presentations/basic-math-in-programming/kmplot.svg create mode 100644 slides/presentations/basic-math-in-programming/test.png (limited to 'slides/presentations/basic-math-in-programming') diff --git a/slides/presentations/basic-math-in-programming/cartesian-coordinate-system.svg b/slides/presentations/basic-math-in-programming/cartesian-coordinate-system.svg new file mode 100644 index 0000000..8090e31 --- /dev/null +++ b/slides/presentations/basic-math-in-programming/cartesian-coordinate-system.svg @@ -0,0 +1,404 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + (0,0) + + + + + + + + + + + + + + + + diff --git a/slides/presentations/basic-math-in-programming/default.pug b/slides/presentations/basic-math-in-programming/default.pug index 954e083..41792ee 100644 --- a/slides/presentations/basic-math-in-programming/default.pug +++ b/slides/presentations/basic-math-in-programming/default.pug @@ -3,7 +3,13 @@ section p September 21, 2018, rev2 a(href="https://twitter.com/mitjafelicijan") @mitjafelicijan - +section + h2 Agenda + ol + li Levenshtein distance + li Shortest path algorithm + li Distance Formula + li section.center q We Cannot Solve Our Problems With The Same Thinking We Used When We Created Them. @@ -32,6 +38,11 @@ section hr + div.center + img(src="test.png") + + hr + pre code.language-python | def levenshtein(seq1, seq2): diff --git a/slides/presentations/basic-math-in-programming/kmplot.fkt b/slides/presentations/basic-math-in-programming/kmplot.fkt new file mode 100644 index 0000000..85e4ec6 --- /dev/null +++ b/slides/presentations/basic-math-in-programming/kmplot.fkt @@ -0,0 +1,37 @@ + + + + 1 + 1 + 1 + -0.3319027181688177 + 6.615164520743903 + -1.445161290322586 + 6.5032258064516 + + + 1 + + + 0 + 0 + 1 + 1 + + + f(x) = 0 + + 0 + + + + g(x) = 0 + 0 + + + + Cantarell + Cantarell + Cantarell + + diff --git a/slides/presentations/basic-math-in-programming/kmplot.svg b/slides/presentations/basic-math-in-programming/kmplot.svg new file mode 100644 index 0000000..877038c --- /dev/null +++ b/slides/presentations/basic-math-in-programming/kmplot.svg @@ -0,0 +1,395 @@ + + +Qt SVG Document +Generated with Qt + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +X +Y + + + ++0.4 + + + ++0.8 + + + ++1.2 + + + ++1.6 + + + ++2.0 + + + ++2.4 + + + ++2.8 + + + ++3.2 + + + ++3.6 + + + ++4.0 + + + ++4.4 + + + ++4.8 + + + ++5.2 + + + ++5.6 + + + ++6.0 + + + ++6.4 + + + +−1.0 + + + +−0.5 + + + ++0.5 + + + ++1.0 + + + ++1.5 + + + ++2.0 + + + ++2.5 + + + ++3.0 + + + ++3.5 + + + ++4.0 + + + ++4.5 + + + ++5.0 + + + ++5.5 + + + ++6.0 + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/slides/presentations/basic-math-in-programming/test.png b/slides/presentations/basic-math-in-programming/test.png new file mode 100644 index 0000000..5b57317 Binary files /dev/null and b/slides/presentations/basic-math-in-programming/test.png differ -- cgit v1.2.3