Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Rokko11
Rokko11 / input.md
Last active September 10, 2019 21:47
Um ein PDF-Beispiel-Dokument zu erstellen: Beispiel herunterladen und run.sh oder run.bat ausführen.
title author lang lof geometry
Dynamische Dokumentation
Simone Görner und Richard Vogel
de
true
margin=3cm, left=3cm

Pandoc

@Rokko11
Rokko11 / import-flow.http
Created February 11, 2020 08:52
This http call imports a flow file into H2O Flow. First the raw curl command, second the corresponding IntelliJ http file
###
POST http://localhost:54321/3/NodePersistentStorage.bin/notebook/my-model
Content-Type: multipart/form-data; boundary=WebAppBoundary
--WebAppBoundary
Content-Disposition: form-data; name="file"; filename="my-model.flow"
< path/to/my-model.flow
--WebAppBoundary--