From 02db6602352cf9b54af3aa9252a3b4edc0894a5c Mon Sep 17 00:00:00 2001 From: Lukas Pietzschmann Date: Mon, 13 May 2024 15:50:13 +0200 Subject: [PATCH] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 41fd826..31bf256 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ If you're using latexmk you don't have to do this manually as latexmk can figure ## Example slides I already prepared many presentations using this style. Here are some examples: +- [Haskell's lenses](https://raw.githubusercontent.com/LukasPietzschmann/haskell-lenses/build/slides/talk.pdf) ([Repo](https://github.com/LukasPietzschmann/haskell-lenses)) - [Hydrogen is an energy carrier](https://raw.githubusercontent.com/LukasPietzschmann/hydrogen-energy/build/talk.pdf) ([Repo](https://github.com/LukasPietzschmann/hydrogen-energy)) - [SIMD intrinsics](https://github.com/LukasPietzschmann/SIMD-Intrinsics/files/12775327/talk.pdf) ([Repo](https://github.com/LukasPietzschmann/SIMD-Intrinsics)) - [Building a dataflow graph for java](https://github.com/LukasPietzschmann/java-dataflow-graph/files/13249805/main.pdf) ([Repo](https://github.com/LukasPietzschmann/java-dataflow-graph))