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
// MOTU Ultralite-mk5 API Bridge | |
// Author: mino | |
// Date: 2023-02-22 | |
// License: MIT | |
// | |
// Description: | |
// ------------ | |
// I was looking for a easy way to mute and umute my main speakers via a Stream Deck button on the MOTU Ultralite-mk5. | |
// Unfortunately, Motu does not provide an HTTP API for this series, this feature is only available on the AVB devices. | |
// But with a bit of tinkering and reverse engineering of the Motu CueMix 5 app, it is possible to understand the used protocols and to send arbitrary commands. |
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
Issue: | |
-- | |
Jetbrains released a Chrome Extension for working as a companion app to the Toolbox App. | |
Allowing you from the major repository Web UIs (Github, Bitbucket..) to click a link and | |
opening up directly your IDE. | |
Unfortunately this extension does not work properly with my company BitBucket server installation. | |
It always wanted to open IDEA rather then my main tool PyCharm. | |
But i was curious how they did it. |
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
#! /bin/bash | |
# Sleepy Mongoose | |
# Maintainer: @m1no | |
# App Version: 1.0 | |
### BEGIN INIT INFO | |
# Provides: sleepy-mongoose | |
# Required-Start: $local_fs $remote_fs $network $syslog mongodb | |
# Required-Stop: $local_fs $remote_fs $network $syslog |