date | tags | url | |
---|---|---|---|
2012-07-26 |
|
Here I am, at tumblr. It's a temporary setting for now, but please stay with me.
date | tags | url | |
---|---|---|---|
2012-07-26 |
|
Here I am, at tumblr. It's a temporary setting for now, but please stay with me.
Lame-but-worked-for-me^TM approach to add your GitHub stars to your linkding instance.
The default theme (since 3.6.0) is [helmholtz][2] which provides a colour scheme of well-balanced appearance and luminance; see the comments in the theme file about its crafting principles.
[PATCH] Kernel probes for i386 2.5.26 [2002-07-20]
[PATCH] Kernel probes for 2.5.30 [2002-08-02]
[PATCH] (re-xmit): kprobes for i386 [2002-08-20]
[patch] kprobes for 2.5.73 with single-stepping out-of-line (follow-ups) [2003-06-24]
<!DOCTYPE html> | |
<!-- saved from url=(0073)https://useful-forks.github.io/?repo=AUTOMATIC1111/stable-diffusion-webui --> | |
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
<!-- Global site tag (gtag.js) - Google Analytics --> | |
<script async="" src="./stable-diffusion-webui_files/js"></script> | |
<script> | |
window.dataLayer = window.dataLayer || []; | |
function gtag(){dataLayer.push(arguments);} | |
gtag('js', new Date()); |
Some sites needlessly force you to log in or sign up to continue browsing them. Sometimes it can be bypassed, partially or fully.
I will put down down JavaScript bookmarklets/snippets dealing with these nagging modal dialog boxes to some extent one way or another. No guarantee it will work in the future.
Tested in Chrome (106), Edge (106), Firefox (106).
Domain: archive.today
Public IPv4 DNS resolver list: https://en.wikipedia.org/wiki/Public_recursive_name_server
Tested: 2022-01-30
Resolver | Response |
---|---|
1.0.0.1 | www.archive.today. |
1.0.0.2 | www.archive.today. |
javascript:(function(){l=[].map.call(document.querySelectorAll("span.ytd-thumbnail-overlay-time-status-renderer"),function(e){l=e.innerHTML.trim().split(":").map(function(t){return parseInt(t)}).reduce(function(p,c){return p*60+c});return{a:e.parentElement.parentElement.parentElement,l:l}}).sort(function(a,b){return a.l-b.l});i=document.querySelector("#primary #items");l.forEach(function(o){i.appendChild(o.a.parentElement.parentElement.parentElement)})})() |
Make plzip compilable on MSYS2+MinGW-w64. | |
It's Hannes Domani's plzip.patch taken from: | |
http://download.savannah.gnu.org/releases/lzip/plzip/plzip-1.1-w.zip | |
that was applied against plzip 1.7: | |
http://download.savannah.gnu.org/releases/lzip/plzip/plzip-1.7.tar.gz | |
changed to not artificially limit number of threads (the limit was 32), | |
and finally diff has been regenerated using output with unified context. | |
--- a/decompress.cc 2018-02-07 20:17:00.000000000 +0100 |