This file contains 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
.PHONY: tests | |
CFLAGS=-Wall -std=c99 | |
TESTCFLAGS:=$(shell pkg-config --cflags --libs check) | |
#FILE=<datei> | |
main: | |
make -B CFLAGS="$(CFLAGS) main.c" $(FILE) | |
run: main | |
./$(FILE) |
This file contains 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
# https://docs.docker.com/get-started/part2/#define-a-container-with-a-dockerfile | |
# Use an official Python runtime as a parent image | |
FROM python:3-alpine | |
# Set the working directory to /app | |
WORKDIR /app | |
# Copy the current directory contents into the container at /app | |
ADD . /app |
This file contains 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
# Byte-compiled / optimized / DLL files | |
__pycache__/ | |
*.py[cod] | |
# plot.ly | |
*.html |
This file has been truncated, but you can view the full file.
This file contains 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
This file isn't important. |
This file contains 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
#!/usr/bin/python3 | |
import requests | |
from json import JSONDecoder | |
import plotly | |
from datetime import datetime | |
from sys import argv | |
jsondec = JSONDecoder() | |
BASE_URL = "http://mete/api/v1/audits.json" | |
parameters = dict() | |
if "--user" in argv: |
This file contains 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
unix:!android { | |
isEmpty(target.path) { | |
qnx { | |
target.path = /tmp/$${TARGET}/bin | |
} else { | |
target.path = /opt/$${TARGET}/bin | |
} | |
export(target.path) | |
} | |
INSTALLS += target |
I hereby claim:
- I am ytvwld on github.
- I am ytvwld (https://keybase.io/ytvwld) on keybase.
- I have a public key whose fingerprint is 73DA AC8A 8F66 5966 2031 187F 8385 2BB8 5516 C1C7
To claim this, I am signing this object:
NewerOlder