Skip to content

Instantly share code, notes, and snippets.

View a2intl's full-sized avatar

Andrew Allen a2intl

  • San Francisco + Mt. Shasta, California
View GitHub Profile
@a2intl
a2intl / wsd.dtd
Created March 26, 2025 18:56
WSD dtd for Wireshark
<?wireshark:protocol proto_name="wsd" media="application/xml+soap" hierarchy="yes" ?>
<!ELEMENT soap:Envelope (#PCDATA|soap:Body|soap:Header)* >
<!ATTLIST soap:Envelope
xmlns:soap CDATA #IMPLIED
xmlns:wsa CDATA #IMPLIED >
<!ELEMENT soap:Header (#PCDATA|wsa:Action|wsa:From|wsa:MessageID|wsa:RelatesTo|wsa:ReplyTo|wsa:To|wsd:AppSequence|wse:Identifier)* >
<!ELEMENT wsa:Action (#PCDATA)* >
<!ELEMENT wsa:MessageID (#PCDATA)* >
<!ELEMENT wsa:To (#PCDATA)* >
a rather slightly longer line
a spacer line that won't change
another spacer line
a ridiculously long line in Italian: 'Noi e i nostri fornitori elaboriamo i tuoi dati personali, quali gli indirizzi IP e gli identificatori dei cookie, utilizzando tecnologie quali quelle dei cookie per personalizzare gli annunci e i contenuti in base ai tuoi interessi, misurare le prestazioni di annunci e contenuti e ricavare informazioni sul pubblico che ha visualizzato gli annunci e i contenuti. Fai clic di seguito per acconsentire o scegliere i fornitori che elaboreranno i tuoi dati e per quali finalità. Puoi modificare le tue impostazioni in qualsiasi momento.'
@a2intl
a2intl / AWS Console Popup Search.user.js
Last active November 16, 2019 06:06
add a search box to the top of long (>10 items) popups in AWS Console, like the CloudFront Distribution List in Reports & Analytics
// ==UserScript==
// @name AWS Console Popup Search
// @namespace http://tampermonkey.net/
// @version 0.1
// @description add a search box to the top of long (>10 items) popups in AWS Console, like the CloudFront Distribution List in Reports & Analytics
// @author Andrew Allen https://github.com/a2intl
// @match https://console.aws.amazon.com/*
// @grant none
// ==/UserScript==
// ==UserScript==
// @name Resizeable Jenkins Script Editor
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Display pipeline options in wide screen, make script editor resizeable.
// @author Andrew Allen (credit to Victor Toulouse for previous version)
// @match http://jenkins-ci.org
// @grant none
// ==/UserScript==