Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukaspietzschmann/java-dataflow-graph
Slides for a short presentation about building a dataflow graph for java
https://github.com/lukaspietzschmann/java-dataflow-graph
dataflow-analysis latex latex-beamer
Last synced: about 2 months ago
JSON representation
Slides for a short presentation about building a dataflow graph for java
- Host: GitHub
- URL: https://github.com/lukaspietzschmann/java-dataflow-graph
- Owner: LukasPietzschmann
- Created: 2023-11-03T10:20:01.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-05T10:36:37.000Z (12 months ago)
- Last Synced: 2024-01-05T11:55:11.022Z (12 months ago)
- Topics: dataflow-analysis, latex, latex-beamer
- Language: TeX
- Homepage:
- Size: 581 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Building a dataflow graph for java
This repo contains the slides for a very short presentation I gave about creating a
dataflow graph for java.I also made a poster about the same topci. You can find it on [my
wesbite](https://lukas.pietzschmann.org) under _University Stuff_ > _Java dataflow graph_.## Build it
1. You need to clone using the `--recursive` switch
2. Just call `latexmk` on the `main.tex` fileIf you don't want to build the slides yourself, you can also download them [here](https://github.com/LukasPietzschmann/java-dataflow-graph/files/13249805/main.pdf).