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
| 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), |
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
| # 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 |
This file has been truncated, but you can view the full file.
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
| 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 |
This file has been truncated, but you can view the full file.
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
| _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 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
| # 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 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
| #!/usr/bin/env python | |
| # m_ctrl.py - mididings things | |
| # scene_1 maps s/m/r buttons to seq64 pattern grid | |
| # scene_2 to map control to a channel strip | |
| # http://dsacre.github.io/mididings/doc/genindex.html | |
| from mididings import * | |
| # for sending LED scene changes |
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
| #!/usr/bin/env python | |
| # m_ctrl.py - mididings things | |
| # scene_1 maps s/m/r buttons to seq64 pattern grid | |
| # scene_2 to map control to a channel strip | |
| # http://dsacre.github.io/mididings/doc/genindex.html | |
| from mididings import * | |
| # for sending LED scene changes |
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
| # Maintainer: Your Name <milk on freenode> | |
| pkgname=milk-meta | |
| pkgver=0.1 | |
| pkgrel=1 | |
| epoch= | |
| pkgdesc="Package bootstrap" | |
| arch=('x86_64') | |
| url="" | |
| license=('GPL') | |
| groups=() |
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
| // ==UserScript== | |
| // @name Trello List Column Colours | |
| // @description Highlight certain columns in Trello. | |
| // @include https://trello.com/b/AdniCH2y/to-do | |
| // @require https://code.jquery.com/jquery-1.11.0.min.js | |
| // @version 2.1 | |
| // @copyright 2014, Gareth J M Saunders | |
| // ==/UserScript== | |
| $(document).ready(function() { |
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
| #!/usr/bin/env bash | |
| echo -e "n\n\n\n\n+512M\n n\n\n\n\n+1G\n n\n\n\n\n\n a\n1\n t\n2\n82\nw\n"|fdisk /dev/vda |