Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukaspietzschmann/java-dataflow-graph-poster
A poster about building a dataflow graph for java
https://github.com/lukaspietzschmann/java-dataflow-graph-poster
dataflow-analysis latex latex-poster
Last synced: about 2 months ago
JSON representation
A poster about building a dataflow graph for java
- Host: GitHub
- URL: https://github.com/lukaspietzschmann/java-dataflow-graph-poster
- Owner: LukasPietzschmann
- Created: 2023-11-12T13:15:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-12T13:26:50.000Z (about 1 year ago)
- Last Synced: 2023-11-12T16:00:04.977Z (about 1 year ago)
- Topics: dataflow-analysis, latex, latex-poster
- Language: TeX
- Homepage:
- Size: 285 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Building a dataflow graph for java
## Clone the repo
Don't forget to clone recursively!## Compile the poster
To make the java code look nice, I _customized_ [pygments's `stata_light` style](https://pygments.org/styles/)
a bit. For this to work, you have to replace the original `stata_light.py` file with the one provided in this
repo. On my machine the original file was located in `~/.local/lib/python3.11/site-packages/pygments/styles/`.If you've done this, you can just run `latexmk main.tex`.
If you don't want to build the poster yourself, you can also download it [here](https://github.com/LukasPietzschmann/java-dataflow-grap-poster/files/13328099/poster.pdf).