Skip to content

Instantly share code, notes, and snippets.

View kyr0's full-sized avatar
hyperfocus

Aron Homberg kyr0

hyperfocus
  • Freelancer
  • Germany, remote
View GitHub Profile
@kyr0
kyr0 / enterprise_token.rb
Created November 26, 2025 16:24 — forked from markasoftware/enterprise_token.rb
OpenProject Enterprise mode for free
############ If you are using DOCKER all-in-one image, create Dockerfile like: ################
############ FROM openproject/openproject:16 ################
############ COPY ./enterprise_token.rb app/models/enterprise_token.rb ################
############ If you are runing a manual installation: ################
############ REPLACE app/models/enterprise_token.rb in the source code with this file! ################
############ also be sure to RESTART OpenProject after replacing the file. ################
############ If using some other set up (eg docker-compose), read the comments on ################
############ https://gist.github.com/markasoftware/f5b2e55a2c2e3abb1f9eefcdf0bfff45 ################
@kyr0
kyr0 / pulsetest.cc
Created November 2, 2024 21:04 — forked from jasonwhite/pulsetest.cc
A simple PulseAudio test program for monitoring volume changes on the default sound sink.
/**
* Author: Jason White
* License: Public Domain
*
* Description:
* This is a simple test program to hook into PulseAudio volume change
* notifications. It was created for the possibility of having an automatically
* updating volume widget in a tiling window manager status bar.
*
* Compiling: