Skip to content

Instantly share code, notes, and snippets.

@m1no
m1no / motu-bridge.js
Last active May 9, 2024 17:15
MOTU Ultralite-mk5 API Bridge
// 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.
@m1no
m1no / gist:cca414e9d6917965f394c486aaf0444e
Created May 4, 2020 04:17
Jetbrains GIT clone via URL from your browser on OS X
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.
@m1no
m1no / sleepy-mongoose
Created January 21, 2013 11:34
Ubuntu 12.04 LSB init script for 10gen-labs/sleepy.mongoose
#! /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