Damit draw IO die letzte Version des GIST laden kann, mit der HASH wert des Commits aus der URL entfernt werden.
Beispiel
aus...
https://gist.githubusercontent.com/jtuttas/1d483c1dde262c5609010a3c62e34d81/raw/d61ee7a522130a14addf429670109289bcaa547f/erd.drawio
wird....
https://gist.githubusercontent.com/jtuttas/1d483c1dde262c5609010a3c62e34d81/raw/erd.drawio
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import requests | |
data = { | |
"temp": 22.5 | |
} | |
headers = {'Content-type': 'application/json'} | |
r = requests.post('http://localhost:8080?temp=19', json=data, headers=headers) | |
print(str(r)) |
Import an Excel Sheet from O365, convert it to csv and Import the data into an sqlite Database!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from tkinter import * | |
from tkinter.font import Font | |
import time | |
import random | |
import win32com.client | |
from tkinter import filedialog | |
rand=-1 | |
slides=0 | |
myPresentation=None |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<mxfile host="65bd71144e" modified="2020-12-30T14:17:58.264Z" agent="5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Code/1.52.0 Chrome/83.0.4103.122 Electron/9.3.5 Safari/537.36" etag="O_ioZgWCppsgLUfVQ_hY" version="13.10.0" type="embed"> | |
<diagram id="7axcHnemPGxGrDsgHI2C" name="HS3"> | |
<mxGraphModel dx="545" dy="492" grid="1" gridSize="10" guides="0" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0"> | |
<root> | |
<mxCell id="0"/> | |
<mxCell id="1" parent="0"/> | |
<mxCell id="2" value="<h1>3. Handlungsschritt (25 Punkte)</h1><p>Die Realisierung des Onlineshops soll mit einer objektorientierten Programmiersprache erfolgen.</p><p>a) Es sind folgende Pflichfelder gegeben:</p><p>- Ein "Artikel" hat einen Namen und einen&nbsp; Preis</p><p>- Beim Anlegen eines neuen Artikels werden Name und Prei |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.io.IOException; | |
import java.io.OutputStream; | |
import java.net.InetSocketAddress; | |
import com.sun.net.httpserver.*; | |
public class SimpleServer implements HttpHandler { | |
public SimpleServer() { | |
HttpServer server; | |
try { |
Damit draw IO die letzte Version des GIST laden kann, mit der HASH wert des Commits aus der URL entfernt werden.
Beispiel
aus...
https://gist.githubusercontent.com/jtuttas/1d483c1dde262c5609010a3c62e34d81/raw/d61ee7a522130a14addf429670109289bcaa547f/erd.drawio
wird....
https://gist.githubusercontent.com/jtuttas/1d483c1dde262c5609010a3c62e34d81/raw/erd.drawio
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<mxfile host="274bb87b-bf1a-4ea0-b25d-980ede36c1ec" modified="2020-07-22T13:40:19.949Z" agent="5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Code/1.47.2 Chrome/78.0.3904.130 Electron/7.3.2 Safari/537.36" etag="sPV2mkp97nDqUmAvFHDA" version="13.1.3"> | |
<diagram id="6hGFLwfOUW9BJ-s0fimq" name="Page-1"> | |
<mxGraphModel dx="265" dy="204" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="827" pageHeight="1169" math="0" shadow="0"> | |
<root> | |
<mxCell id="0"/> | |
<mxCell id="1" parent="0"/> | |
<mxCell id="4" style="rounded=0;orthogonalLoop=1;jettySize=auto;html=1;exitX=0.5;exitY=0;exitDx=0;exitDy=0;entryX=0.5;entryY=1;entryDx=0;entryDy=0;" edge="1" parent="1" source="2" target="3"> | |
<mxGeometry relative="1" as="geometry"/> | |
</mxCell> | |
<mxCell id="2" value="Attribute" style="ellipse;whiteSpace=wrap;html=1;align=center;" ver |