Skip to content

Instantly share code, notes, and snippets.

View jtuttas's full-sized avatar

jtuttas jtuttas

  • http://www.mmbbs.de
View GitHub Profile

Hallo

Welt

@jtuttas
jtuttas / README.md
Last active October 8, 2021 15:34
MocUps

Hinweise

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
@jtuttas
jtuttas / client.py
Last active April 27, 2021 06:49
PythonServer
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))
@jtuttas
jtuttas / README.md
Last active February 20, 2021 16:15
O365Excel2SQLite

Import an Excel Sheet from O365, convert it to csv and Import the data into an sqlite Database!

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
@jtuttas
jtuttas / GA1_Winter2020_HS3.drawio
Last active December 30, 2020 14:17
IHK Aufgaben
<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="&lt;h1&gt;3. Handlungsschritt (25 Punkte)&lt;/h1&gt;&lt;p&gt;Die Realisierung des Onlineshops soll mit einer objektorientierten Programmiersprache erfolgen.&lt;/p&gt;&lt;p&gt;a) Es sind folgende Pflichfelder gegeben:&lt;/p&gt;&lt;p&gt;- Ein &quot;Artikel&quot; hat einen Namen und einen&amp;nbsp; Preis&lt;/p&gt;&lt;p&gt;- Beim Anlegen eines neuen Artikels werden Name und Prei
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 {
@jtuttas
jtuttas / README.md
Last active October 8, 2021 15:34
ERDiagramm

Hinweise

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
@jtuttas
jtuttas / test2.ipynb
Last active January 1, 2021 15:10
Jupyter Test
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jtuttas
jtuttas / test.drawio
Created July 22, 2020 13:39
Drawio Test
<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