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:
| # 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') |
| _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 |
| 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), |
| # 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 |
| #!/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/ |
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:
| 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( |