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
| @@ -0,0 +1,24 @@ | |
| +From 45be828fb6b25f5a77288a995bb2236da4015c96 Mon Sep 17 00:00:00 2001 | |
| +From: Christoffer Aasted <chr.aasted@gmail.comc> | |
| +Date: Sat, 14 Feb 2026 03:34:25 +0100 | |
| +Subject: [PATCH 2/2] fix: pcie clkreq | |
| + | |
| +--- | |
| + arch/arm64/boot/dts/broadcom/bcm2712-d-rpi-5-b.dts | 4 ++++ | |
| + 1 file changed, 4 insertions(+) | |
| + |
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
| @@ -0,0 +1,35 @@ | |
| +From 8b59d9e965aa754770813b17b995d5a79bea649e Mon Sep 17 00:00:00 2001 | |
| +From: Christoffer Aasted <chr.aasted@gmail.comc> | |
| +Date: Fri, 13 Feb 2026 11:10:58 +0100 | |
| +Subject: [PATCH 1/2] fix: bcm2712d0 pinctrl | |
| + | |
| +--- | |
| + .../arm64/boot/dts/broadcom/bcm2712-d-rpi-5-b.dts | 15 +++++++++++++++ | |
| + 1 file changed, 15 insertions(+) | |
| + |
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
| # Save repo state | |
| git_repo_hash() { | |
| set -- "${1%/}" # remove trailing slash | |
| { | |
| cat "$1/.git/logs/HEAD" "$1/.git/ORIG_HEAD" "$1/.git/packed-refs" \ | |
| "$1/.git/refs/heads/*" "$1/.git/refs/remotes/*" "$1/.git/refs/stash" \ | |
| "$1/.git/logs/refs/stash" "$1/.git/hooks/*" "$1/.git/info/exclude" \ | |
| "$1/.git/refs/tags/*" 2>/dev/null | |
| git -C "$1" ls-files --modified --deleted --others |
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
| /* https://github.com/sindresorhus/refined-github */ | |
| /* Default height viewport for edit view of gist is weirdly snug and shrinked */ | |
| .CodeMirror { height: calc(34vw) !important; } |
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
| borger.dk | |
| patienterstatningen.dk | |
| mitid.dk | |
| sundhed.dk | |
| laegevejen.dk | |
| stpk.dk | |
| sundhedsdatastyrelsen.dk | |
| digst.dk | |
| netseidbroker.dk | |
| mit.dk |
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
| # Norlys Digital A/S | |
| # AS39642 | |
| 2a00:1b70::/29 | |
| 2a00:1f98::/29 | |
| 2a02:25c8::/29 | |
| 2a02:2b98::/32 | |
| 2a02:6940::/32 | |
| 2a03:7400::/29 | |
| 2a0c:63c0::/48 | |
| # AS213320 |
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: dezza's uBlacklist subscription | |
| description: Personal opinionated blocklist | |
| homepage: https://gist.github.com/dezza/2ede13cc2df2db618e85bceb55228635 | |
| --- | |
| # WARNING: Firefox can crash if there's a Syntax Error in this list while browsing a search engine. | |
| # - Check syntax error in "Show" under the subscription list. | |
| # TLD |
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
| ! Title: dezza's Ad Annoyance filters | |
| ! Expires: 12 hours | |
| ! Description: Filters for Global Website Annoyances | |
| ! Homepage: https://abp.recv.ws | |
| ! ## YouTube | |
| ! Shorts | |
| youtube.com##ytd-reel-shelf-renderer | |
| ! Sponsored result | |
| youtube.com##ytd-in-feed-ad-layout-renderer:upward(ytd-ad-slot-renderer) |
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
| ! Title: dezza's Danish filters | |
| ! Expires: 12 hours | |
| ! Description: Filters for Danish websites. | |
| ! Homepage: https://abp.recv.ws | |
| ! https://www.pricerunner.dk/cl/36/Harddiske | |
| ! https://www.pricerunner.dk/c/black-friday | |
| ! https://www.pricerunner.dk/deals | |
| pricerunner.dk##svg[aria-label="PriceRunner logo"] > path:nth-last-of-type(-n+2) | |
| pricerunner.dk##:xpath(//p[text()='Mine produkter']/../../../..) |
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
| if has('viminfo') && !empty(&viminfo) | |
| " Ignore paths, such as :help files | |
| set viminfo+=r/usr/share/vim/vim81/doc | |
| endif | |
| set viminfofile=$HOME/.vim/viminfo | |
| function! Oldfiles() | |
| rviminfo! | |
| enew |
NewerOlder