Skip to content

Instantly share code, notes, and snippets.

View dnagl's full-sized avatar
🥐

David Nagl dnagl

🥐
View GitHub Profile
@dnagl
dnagl / blockly.xml
Created April 1, 2021 11:54
SmartRent
Close
@dnagl
dnagl / blockly.xml
Created April 1, 2021 09:10
TrainingContract
When
[Case
(Deposit
(Role "Coach")
(Role "Client")
(Token "" "")
(Constant 50)
)
(When
[Case
@dnagl
dnagl / runner.py
Created January 9, 2020 21:48
Git commit & push for multiple subfolder
import os
import sys
def gitAddAll():
os.system("git add .")
def gitCommit():
os.system("git commit -m '" + commitmsg + "'")
def gitPush():