Skip to content

Instantly share code, notes, and snippets.

View mxmilkiib's full-sized avatar
🔊
x1000ing w/ AI

Milkii Brewster mxmilkiib

🔊
x1000ing w/ AI
View GitHub Profile
@mxmilkiib
mxmilkiib / PKGBUILD
Last active January 24, 2018 12:22
Arch Linux PKGBUILD for helio-workstation
# Maintainer: Milk Brewster <aur@milkmiruku.com>
_pkgname=helio-workstation
pkgname="${_pkgname}-git"
pkgver=r308.f8e4225
pkgrel=1
pkgdesc="A high-performance MIDI sequencer with a clean interface, version control, VST support and more"
arch=('x86_64')
url="https://helioworkstation.com/"
license=('GPL3')
This file has been truncated, but you can view the full file.
_Z21qRegisterResourceDataiPKhS0_S0_(2, 0x564a5c56f6a0, 0x564a5c56f4a0, 0x564a5c548320) = 1
__cxa_atexit(0x564a5c544132, 0x564a5c77a890, 0x564a5c77a878, 0) = 0
_Z21qRegisterResourceDataiPKhS0_S0_(2, 0x564a5c56f6a0, 0x564a5c56f4a0, 0x564a5c548320) = 1
_ZN12QApplicationC1ERiPPci(0x7ffdb041ec20, 0x7ffdb041ec0c, 0x7ffdb041edf8, 0x50a00) = 0x564a5d918c00
strlen("DNSCryptClient") = 14
_ZN7QString16fromAscii_helperEPKci(0x564a5c544258, 14, 14, 600) = 0x564a5d9118e0
_ZN16QCoreApplication19setOrganizationNameERK7QString(0x7ffdb041ec18, 14, 0x564a5d9118e0, 0) = 0
_ZN16QCoreApplication18setApplicationNameERK7QString(0x7ffdb041ec18, 16, 0, 4) = 0
_ZN11QMainWindowC2EP7QWidget6QFlagsIN2Qt10WindowTypeEE(0x7ffdb041ec30, 0, 0, 14) = 0
_ZN9QSettingsC1EP7QObject(0x7ffdb041ecc0, 0, 0x564a5c778338, 0x7f769324d2ec) = 0
This file has been truncated, but you can view the full file.
execve("/usr/bin/DNSCryptClient", ["DNSCryptClient"], 0x7ffc417251b0 /* 67 vars */) = 0
brk(NULL) = 0x562d94132000
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=421751, ...}) = 0
mmap(NULL, 421751, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fe4143f6000
close(3) = 0
openat(AT_FDCWD, "/usr/lib/libKF5Auth.so.5", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0pq\0\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=100104, ...}) = 0
# m_drums.py - mididings drum kit switcheroo
from mididings import *
# for toggling cc state
from mididings.event import *
# for livedings
from mididings.extra.osc import OSCInterface
declare name "m_mixer_S4toS32";
declare version "0.8";
declare author "Milk";
declare license "GPLv2";
import("stdfaust.lib");
process = (_,_), (_,_), (_,_), (_,_) <: (_*ch0,_*ch0, _*ch1,_*ch1, _*ch2,_*ch2, _*ch3,_*ch3),
(_*ch0a,_*ch0a, _*ch1a,_*ch1a, _*ch2a,_*ch2a, _*ch3a,_*ch3a),
(_*ch0b,_*ch0b, _*ch1b,_*ch1b, _*ch2b,_*ch2b, _*ch3b,_*ch3b),
@mxmilkiib
mxmilkiib / m_control.py
Last active April 9, 2017 18:31
m_control.py
# m_control.py - mididings nano control switcheroo
from mididings import *
# for toggling cc state
from mididings.event import *
# auto restart - doesn't work - loads "mididings-01" client if not manually restarted
# from mididings.extra.inotify import AutoRestart
@mxmilkiib
mxmilkiib / dmenu_run.pl (2)
Last active August 29, 2015 14:06
An updated dmenu_run.pl with basic bspwm virtual desktop one-shot rule. Requires wmctrl.
#!/usr/bin/env perl
use warnings;
use strict;
# dmenu_run.pl - run dmenu, showing most used results first.
# use -r option to remove something from the database.
#
# written by Rex Roof <dmenu@rexroof.com> - February 2013
# released for free under the creative commons CC BY license.
@mxmilkiib
mxmilkiib / wp-install-base.sh
Created July 2, 2013 20:48
WP Install Base
#!/bin/bash
# this is a work in progress! NOT for production.
# requires wp-cli
# usage: wp-base-install
# or: ./wp-base-install.sh
# Bits of inspiration from https://gist.github.com/2853221
# to look at: http://www.servercobra.com/automated-wordpress-install-with-nginx-script/
@mxmilkiib
mxmilkiib / parts-of-speech.md
Last active December 19, 2015 03:49
Parts of Speech

Three little words you often see
Are ARTICLES: a, an, and the.

A NOUN's the name of anything,
As: school or garden, toy, or swing.

ADJECTIVES tell the kind of noun,
As: great, small, pretty, white, or brown.

VERBS tell of something being done:

@mxmilkiib
mxmilkiib / gist:4187160
Created December 2, 2012 06:01
remote patch for quick rm of drupal commons 7.3 welcome message
diff --git a/build-commons.make b/build-commons.make
index 2fcf916..72affdd 100644
--- a/commons.profile
+++ b/commons.profile
@@ -50,27 +50,6 @@ function commons_install_tasks() {
$demo_content = variable_get('commons_install_demo_content', FALSE);
- return array(
- 'commons_anonymous_message_homepage' => array(