ruby-tinder: http://paste.ubuntu.com/p/cJXcj7qV6W/- Retries should clear everything
ruby-minitest-shared-description: http://paste.ubuntu.com/p/7wWdFD3Z6H/- Retries should clear everything
ruby-mustermann19: http://paste.ubuntu.com/p/nDt3WJs8BT/- ruby-defaults fail can be cleared with the version in -proposed
- the version in -proposed needs ruby-grape to be fixed before it can migrate
- ruby-parslet: http://paste.ubuntu.com/p/JnRdywm2sw/
- ruby-powerpack: http://paste.ubuntu.com/p/Dg8WZKwMMV/
- ruby-pygments.rb: http://paste.ubuntu.com/p/nsH2Vw9N7K/
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
#!/bin/sh -eu | |
write() { | |
_TARGET=$1 | |
_ADDRESS="${BIG_GRAF_PROMETHEUS_ADDRESS:-"http://localhost:9090"}" | |
_TITLE="${GRAPH_TITLE:-""}" | |
_QUERY="$(echo "${GRAPH_QUERY:-"up"}" | sed 's,",\\",g')" | |
_LEGEND="${GRAPH_LEGEND:-"{{ .instance }}"}" | |
_UNIT="${GRAPH_UNIT:-""}" | |
_DECIMALS="${GRAPH_DECIMALS:-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
diff --git a/debian/changelog b/debian/changelog | |
index 5491e61..64f459c 100644 | |
--- a/debian/changelog | |
+++ b/debian/changelog | |
@@ -1,3 +1,9 @@ | |
+unattended-upgrades (2.3ubuntu0.4~oddbloke) UNRELEASED; urgency=medium | |
+ | |
+ * WIP | |
+ | |
+ -- Daniel Watkins <[email protected]> Wed, 21 Jun 2023 15:56:23 -0400 |
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
--- | |
- name: Set up RPi as a basic headless Guitarix amp | |
hosts: mirror | |
become_method: sudo | |
become: yes | |
tasks: | |
- name: Install required packages | |
apt: | |
name: |
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
// This assumes that you are using Chrome, as it relies on the $x function in the development console | |
// 1) Scroll all the way down through the list of tickets, so that all of them are loaded on the page | |
// 2) Open the Chrome Developer Tools (Ctrl-Shift-J) | |
// 3) Paste the below in to the console and press return | |
// 4) Curse out the filthy scalpers | |
$x('//div[@class="ticketsText"]/text()').map(ticket_text => { | |
match = /(\d+) tick/.exec(ticket_text.textContent); | |
if (match) { | |
return parseInt(match[1], 10) |
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
*.json | |
.mypy_cache | |
*.html | |
output/ | |
njpw_results |
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
- builder: | |
name: Macro | |
builders: | |
- shell: "" | |
- job: | |
name: Job | |
builders: | |
- conditional-step: | |
condition-kind: file-exists |
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
--- nested.py --- | |
Foo -> Bar | |
Foo -> Bar -> Baz | |
Foo -> Lolz | |
*InMethod -> InInMethod | |
Foo -> Eggs | |
*InFunc -> InInFunc | |
Second -> InSecond | |
InIf -> InInIf | |
InElse -> InInElse |
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
$ cut -d: -f1 < out | cut -d/ -f1-3 | sort | uniq -c | sort -r -n | |
355 third_party/2and3/boto | |
229 third_party/2and3/jinja2 | |
99 third_party/2and3/Crypto | |
81 third_party/2and3/pynamodb | |
43 third_party/2and3/requests | |
33 third_party/2and3/yaml | |
21 third_party/2and3/click | |
10 third_party/3/itsdangerous.pyi | |
10 stdlib/2and3/formatter.pyi |
NewerOlder