Skip to content

Instantly share code, notes, and snippets.

View flexwie's full-sized avatar
🤠
yeehaw

Felix Wieland flexwie

🤠
yeehaw
View GitHub Profile
@flexwie
flexwie / swagger.json
Last active April 23, 2024 08:46
Swagger DYCE Cloud
{
"openapi": "3.0.1",
"info": {
"title": "DYCE Business API",
"description": "Whether you're a developer, business analyst, or an entrepreneur looking to integrate your time recording and resource planning appsinto the backend of DYCE, the **DYCE Business API** is your gateway to improved efficiency and innovation. This documentation is your comprehensive resource, guiding you through integrating the API seamlessly into your time and resource management solutions, explaining endpoints, authentication methods, and sharing best practices for a smooth, tailored integration experience.",
"termsOfService": "https://dyce.cloud/licence-agreement/",
"contact": {
"name": "Singhammer IT Consulting AG",
"url": "https://www.singhammer.com"
},
@flexwie
flexwie / go.mod
Last active August 25, 2023 13:42
test.go
test
@flexwie
flexwie / test.sh
Created August 22, 2023 17:59
test.sh
#!/bin/sh
echo "works"
@flexwie
flexwie / kontrol.py
Created April 23, 2020 12:48 — forked from tolnem/kontrol.py
Reading midi input from nanoKontrol 2 in python, using python-rtmidi and jack-audio
#!/usr/bin/python
import rtmidi, time
buttons = {
58: 'track_left',
59: 'track_right',
46: 'cycle',
60: 'marker_set',
61: 'marker_left',
@flexwie
flexwie / alfio_manual_install.md
Last active August 23, 2023 12:22
How to install Alf.io manually

Alf.io Manual Installation

This is a quick guide on how to install Alf.io manually on a fresh machine.

Prerequisites

The following are neccessay to follow this quick start guide:

  • Server running Ubuntu 16.04
  • Domain pointed to the Server

JDK8

To run Alf.io we need to install the Java Developement Kit 8 (jdk8). First, add Oracles PPA and update the package repository.