Skip to content

Instantly share code, notes, and snippets.

View MarkusPic's full-sized avatar

Markus Pichler MarkusPic

View GitHub Profile
@MarkusPic
MarkusPic / one_sc.inp
Last active March 9, 2023 15:07
SWMM Surface Runoff and Storage difference in RPT and OUT file
[TITLE]
;;Project Title/Notes
[OPTIONS]
;;Option Value
FLOW_UNITS LPS
INFILTRATION HORTON
FLOW_ROUTING DYNWAVE
LINK_OFFSETS DEPTH
MIN_SLOPE 0
@MarkusPic
MarkusPic / .gitlab-ci.yml
Last active June 13, 2023 01:01
logseq-publish-for-gitlab
pages:
image: ghcr.io/pengx17/logseq-base:master
stage: deploy
script:
- mkdir public
- mv publish.mjs /home/logseq/publish.mjs
- cd /home/logseq
- "xvfb-run node /home/logseq/publish.mjs -p $CI_PROJECT_DIR -t $CI_PROJECT_DIR/public/build_trace.txt -o $CI_PROJECT_DIR/public"
artifacts:
paths: