This file contains 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
// ==UserScript== | |
// @name eBay Kleinanzeigen Notifier | |
// @namespace www.ebay-kleinanzeigen.de | |
// @description eBay Kleinanzeigen Notifier | |
// @version 1.0.0 | |
// @icon https://www.ebay-kleinanzeigen.de/static/img/favicon.png | |
// @match https://www.ebay-kleinanzeigen.de/* | |
// @grant GM_getValue | |
// @grant GM_setValue | |
// @grant GM_addStyle |
This file contains 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
From ac3f94f342abc50b57285d749229308926ba7324 Mon Sep 17 00:00:00 2001 | |
From: Leon Klingele <[email protected]> | |
Date: Wed, 15 Dec 2021 11:32:24 +0100 | |
Subject: [PATCH 1/5] Revert "runtime: use clock_gettime instead of | |
gettimeofday on darwin" | |
This reverts commit ae76f6e96216f352cc5021a4c8a7d879c4cb6873. | |
--- | |
src/runtime/sys_darwin.go | 2 +- | |
src/runtime/sys_darwin_amd64.s | 8 +++----- |
This file contains 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
From b27c969f972ae942dba6be33b21f0110adcf7f5f Mon Sep 17 00:00:00 2001 | |
From: Leon Klingele <[email protected]> | |
Date: Wed, 17 Feb 2021 09:55:58 +0100 | |
Subject: [PATCH] Revert "runtime: use clock_gettime instead of gettimeofday on | |
darwin" | |
This reverts commit ae76f6e96216f352cc5021a4c8a7d879c4cb6873. | |
--- | |
src/runtime/sys_darwin.go | 6 +++--- | |
src/runtime/sys_darwin_amd64.s | 8 +++----- |
This file contains 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
From 056f784b90d67dcd76aa87aa092d1ecd281b1480 Mon Sep 17 00:00:00 2001 | |
From: Leon Klingele <[email protected]> | |
Date: Thu, 24 Feb 2022 21:50:11 +0100 | |
Subject: [PATCH 1/2] apple-keychain-integration-other-changes | |
--- | |
Makefile.in | 16 +- | |
audit-bsm.c | 7 +- | |
auth.c | 2 +- | |
authfd.c | 25 ++ |
This file contains 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
From acb5bb89c0c6ebbf2b8b0b7978a5006189c04944 Mon Sep 17 00:00:00 2001 | |
From: Leon Klingele <[email protected]> | |
Date: Wed, 4 Oct 2017 03:33:36 +0200 | |
Subject: [PATCH 1/3] 0001-apple-keychain-integration-other-changes.patch | |
--- | |
Makefile.in | 18 +- | |
audit-bsm.c | 7 +- | |
auth-pam.c | 5 +- | |
auth.c | 2 +- |
This file contains 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
Apparently, OpenVPN 2.4.3 was released in two different revisions: | |
- Revision 1 (openvpn-2.4.3-r1) which was available on Wed Jun 21 14:00:36 2017 +0200 | |
- Revision 2 (openvpn-2.4.3-r2) which was and is still available after r1 | |
--- | |
diff -Naur openvpn-2.4.3-r1/Makefile.in openvpn-2.4.3-r2/Makefile.in | |
--- openvpn-2.4.3-r1/Makefile.in 2017-06-20 15:10:10.000000000 +0200 | |
+++ openvpn-2.4.3-r2/Makefile.in 2017-06-20 13:07:43.000000000 +0200 | |
@@ -1,7 +1,7 @@ |
This file contains 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
- .de-Domain 14 Cent Eine .de-Domain für nur 14 Cent/Monat bei 2 Euro Einrichtungsgebühr | |
https://www.netcup.de/bestellen/produkt.php?produkt=1810&hiddenkey=e6a58f069b28d04cd1e332be2684be77 | |
- .at-Domain 9,90 € pro Jahr! Zu Ostern bekommen Sie eine .at-Domain um 17,5% reduziert - Normalpreis 12€/Jahr! | |
https://www.netcup.de/bestellen/produkt.php?produkt=1811&hiddenkey=73d67dbaefe7222f61bf694e5d65e793 | |
- VPS A Ostern 2017 + Intel Dual-Core + 1 GB DDR3 RAM + 200 GB SATA + Fernwartungskonsole + und vieles mehr Nur 1,44€ / Monat | |
https://www.netcup.de/bestellen/produkt.php?produkt=1812&hiddenkey=9a1ef3d6ff803c6cae52bd8be3f36118 | |
- Root-Server Ostern 2017 + 2 dedizierte Kerne + Intel Xeon E5-2660V3 + 2 GB DDR4 RAM + 4 x 100 GB SAS + RAID10 + und vieles mehr Nur 4,66€ / Monat | |
https://www.netcup.de/bestellen/produkt.php?produkt=1813&hiddenkey=552b395c8acb1c4016fc93fd6a3c8f1d | |
- RS 4000 SSD 3 Monate kostenlos + 8 dedizierte Kerne + Intel Xeon E5-2680V4 + 24 GB DDR4 RAM + 120 GB SSD + RAID10 + und vieles mehr die ers |
This file contains 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
From 32a85e260f85fc820fd026637ad38e2230d2887f Mon Sep 17 00:00:00 2001 | |
From: Leon Klingele <[email protected]> | |
Date: Tue, 21 Mar 2017 22:37:56 +0100 | |
Subject: [PATCH 1/3] 0001-apple-keychain-integration-other-changes.patch | |
--- | |
Makefile.in | 18 +- | |
audit-bsm.c | 7 +- | |
auth-pam.c | 5 +- | |
auth.c | 2 +- |
This file contains 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
# .. | |
# Requires https://st.aticpan.org/source/PERLANCAR/App-nauniq-0.10/script/nauniq | |
# SHA256: 046d69b8b1ed74aaff38565f08acc9781e7404fa240b2d091601043a5838f9f0 | |
# gsed -i 's?#!perl?#!/usr/bin/env perl?' nauniq | |
# patch -p1 nauniq < nauniq-ignore-pattern.patch | |
__fzf_history__() ( | |
local line | |
shopt -u nocaseglob nocasematch |
This file contains 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
What we do now: | |
We use a static record size of 4K. This gives a good balance of latency and | |
throughput. | |
Optimize latency: | |
By initialy sending small (1 TCP segment) sized records, we are able to avoid | |
HoL blocking of the first byte. This means TTFB is sometime lower by a whole | |
RTT. | |
Optimizing throughput: |
NewerOlder