These commercial synthesizer (hardware sold as is) run Linux under the hood.
- prod-link: https://www.nonlinear-labs.de/product/c15.html
- download-page-link: https://www.nonlinear-labs.de/support/updates/updates.html
#!/bin/env python3 | |
# | |
# Convert epsonscan2 rules. | |
import re | |
vendor_match = re.compile(r"^ATTR\{idVendor\}!=\"([\dabcdef]*)\"") | |
device_match = re.compile(r"^ATTRS\{idProduct\}==\"([\dabcdef]*)\"") | |
file = open('epsonscan2.rules', 'r') |
These commercial synthesizer (hardware sold as is) run Linux under the hood.
#/bin/sh | |
set -e | |
# very hackish | |
# Change the directory name below | |
# Make sure you have exiftool installed | |
# | |
# Will create a folder YYYYMMDD and move the image into it | |
# based on Exif, or at worse on the file date. |
[Adblock Plus 3.1] | |
! Title: Wiki/Fandom List, and more | |
! | |
! Block Wikia/Fandom trackers | |
! | |
||fastly-insights.com/b^ | |
||fastly-insights.com/o.svg* | |
||fastly-insights.com/static/scout.js^ | |
||beacon.wikia-services.com/__track/ | |
||pixels.ad.gt/api/v1/getpixels^ |
[package] | |
name = "rust-sandbox" | |
version = "0.1.0" | |
authors = ["Hubert Figuière <[email protected]>"] | |
edition = "2018" | |
[dependencies] | |
gio = { git = "https://github.com/gtk-rs/gio" } |
var Gtk = imports.gi.Gtk; | |
var Abi = imports.gi.Abi; | |
Gtk.init(null, null) | |
var win = new Gtk.Window({title: 'AbiWord.js'}); | |
Abi.init([]); | |
var widget = new Abi.Widget(); | |
win.add(widget); |
www.flickr.com##div[id='hermes-opt-in'] |