Given a set of documents, each associated with multiple tags, how can I retrieve the documents tagged with an arbitrary set of tags?
My solution
I am no Virgil, but having stumbled my way through Python packaging a few times already, I'm documenting the things I learn as I go here.
To help me learn, I took a survey of the top 15 Python packages on Github along with 12 other commonly referenced packages. I thought... if there are any best
// ==UserScript== | |
// @name Terminator | |
// @namespace https://service.berlin.de/terminvereinbarung/termin/* | |
// @description Automates find an apointment in Berlin's website | |
// @include https://service.berlin.de/terminvereinbarung/termin/* | |
// @version 1 | |
// @grant none | |
// @require http://code.jquery.com/jquery-2.1.4.min.js | |
Download the appropriate Kali Linux .iso
I used a 64 bit .iso
image, downloaded via HTTP. I downloaded the amd64 weekly version, as the pool
linux headers (needed below for installation of wireless drivers) were ahead of the stable release kernel.
Download the SHA256SUMS
and SHA256SUMS.gpg
files from the same location.
import * as pulumi from '@pulumi/pulumi'; | |
import * as docker from '@pulumi/docker'; | |
import * as pg from '@pulumi/postgresql'; | |
const cfg = new pulumi.Config(); | |
const network = new docker.Network('net'); | |
const pgImg = new docker.RemoteImage('postgresql-image', { | |
name: 'postgres:11', | |
keepLocally: true |