Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weliveindetail/talks
Slides and code examples from talks and lectures I gave
https://github.com/weliveindetail/talks
Last synced: 20 days ago
JSON representation
Slides and code examples from talks and lectures I gave
- Host: GitHub
- URL: https://github.com/weliveindetail/talks
- Owner: weliveindetail
- License: apache-2.0
- Created: 2014-05-21T18:45:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-25T10:40:04.000Z (7 months ago)
- Last Synced: 2024-10-15T02:48:58.786Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 20.8 MB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Talks
Slides and code examples from talks and lectures I gave. Please find further materials in the subdirectories.
* 2024, April 24: **Hacking Sema for clang-repl** @ LLVM Meetup Berlin
[PDF Slides](https://github.com/weliveindetail/talks/raw/master/berlin-meetup/2024-clang-repl/slides.pdf)* 2023, December 13: **From Zero to Rust-JIT** @ LLVM Meetup Berlin
[Markdown Slides](https://github.com/weliveindetail/talks/blob/master/berlin-meetup/2023-zero-to-rust-jit/slides.md)* 2023, May 10: **Extending the LLVM AArch32 JITLink backend** @ EuroLLVM, Glasgow
[PDF Slides](https://github.com/weliveindetail/talks/raw/master/EuroLLVM23-jitlink-aarch32.pdf) | [Video Recording](https://www.youtube.com/watch?v=9jFXNRzDSf0)* 2022, October 26: **LLVM Essentials - A practical introduction to TableGen** @ LLVM Meetup Berlin
[PDF Slides](https://github.com/weliveindetail/talks/raw/master/berlin-meetup/2022-tablegen/slides.pdf)* 2022, May 11th: **ez-clang C++ REPL for bare-metal embedded devices** @ EuroLLVM, London
[PDF Slides](https://github.com/weliveindetail/talks/raw/master/EuroLLVM22-ez-clang.pdf) | [Video Recording](https://www.youtube.com/watch?v=_qYqEYh1nHE)* 2018, October 17th: **ThinLTO Summaries in JIT Compilation** @ LLVM Developers' Meeting, San Jose
[PDF Slides](https://github.com/weliveindetail/talks/raw/master/ThinLtoSummariesInJitCompilation.pdf) | [Video Recording](https://www.youtube.com/watch?v=ZCnHxRhQmvs)* 2017, September 19th: **Rich Polymorphic Error Handling with llvm::Expected<T>** @ C++ User Group Berlin
[PDF Slides](https://github.com/weliveindetail/talks/raw/master/Expectify.pdf)* 2016, November 4th: **Behind the Scenes of the Projucer C++ Live-Build Engine** @ Audio Developer Conference, London
[PDF Slides](https://github.com/weliveindetail/talks/raw/master/adc16/stefan-graenitz-projucer-cpp-live-builds.pdf)* 2015, May 9th: **NI Reaktor and Beyond** @ MIDIHack 2015, Berlin
[sublime text slides](https://rawgit.com/weliveindetail/talks/master/midihack/slides.txt)* 2015, April 28th: **NI Reaktor - The Ez Parts**
[sublime text slides](https://rawgit.com/weliveindetail/talks/master/nireaktor/slides.txt)* 2014, September 9th: **Value Semantics in C++11**
[reveal.js slides](https://rawgit.com/weliveindetail/talks/master/valuesemantics/pres/index_with_notes.html)* 2014, June 17th: **Return Type Covariance in C++**
[reveal.js slides](https://rawgit.com/weliveindetail/talks/master/covariance/pres/index.html)* 2014, May 20th: **Google C++ Testing Framework**
[reveal.js slides](https://rawgit.com/weliveindetail/talks/master/gtest/pres/index.html)