Generatest EPUBs for all Original Fiction published at Reactor (earlier Tor.com) using a combination of curl, pup, ag, xargs, and url-to-epub.
Final output should be roughly 700+ EPUBs weighing around 250MB.
Generatest EPUBs for all Original Fiction published at Reactor (earlier Tor.com) using a combination of curl, pup, ag, xargs, and url-to-epub.
Final output should be roughly 700+ EPUBs weighing around 250MB.
█████████████████████████████
██ ▄▄▄▄▄ █▀█▀▄ ▀▀▀█ ▄▄▄▄▄ ██
██ █ █ █▀ ▄█▀▀ ▄▀█ █ █ ██
██ █▄▄▄█ █▀█▀▄█▀█▀ █ █▄▄▄█ ██
██▄▄▄▄▄▄▄█▄█▄█▄█ ▀▄█▄▄▄▄▄▄▄██
██▄ ▄ ▀▄▄▄ ▄▀▄▄▄▄▀▄█ █▄█ ███
██▀█▀ ▀ ▄ ▀█▄█▀ ▀▄▀█▄▄█▄ ██
██ █▀ █ ▄█ ▄▀▀█ ▄▄▀ ▄▀▄▀▄ ▄██
██ █ ▀ ▄▄▀█▀██▀█▄▄ █▄ ▄█▄ ██
Apply the diff against https://github.com/openjdk/jdk22u/tree/jdk-22.0.1%2B8
require 'color' | |
module Jekyll | |
module HSLToHexFilter | |
def hsl_to_hex(input) | |
# Extract HSL components from the input string | |
hsl_match = input.match(/hsl\((\d+),\s*([\d.]+)%,\s*([\d.]+)%\)/) | |
hue, saturation, lightness = hsl_match.captures.map(&:to_f) | |
# Create HSL object |
require 'sqlite3' | |
module SQLiteGenerator | |
class Generator < Jekyll::Generator | |
priority :high | |
def generate(site) | |
site.config['sqlite'].each do |name, config| | |
require 'pp' | |
SQLite3::Database.new config['file'] do |db| | |
Jekyll.logger.info "Jekyll SQLite:", "Starting to load #{name}" |
diff --git a/PKGBUILD b/PKGBUILD | |
index 2786452..150320b 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -4,7 +4,7 @@ | |
# Maintainer: Quey-Liang Kao <[email protected]> | |
pkgname=openscap | |
-pkgver=1.3.6 | |
+pkgver=1.3.7 |
List of missing services on AWS Hyderbad region (at launch) is in missing-services.txt
Announcement text:
Hello Everyone,
We are excited to announce that the AWS Asia Pacific (Hyderabad) Region is now available.
/* | |
X-Frame-Options: DENY | |
X-XSS-Protection: 1; mode=block | |
# Generated using https://www.permissionspolicy.com/ | |
Permissions-Policy: accelerometer=(), ambient-light-sensor=(), autoplay=(), battery=(), camera=(), cross-origin-isolated=(), display-capture=(), document-domain=(), encrypted-media=(), execution-while-not-rendered=(), execution-while-out-of-viewport=(), fullscreen=(), geolocation=(), gyroscope=(), keyboard-map=(), magnetometer=(), microphone=(), midi=(), navigation-override=(), payment=(), picture-in-picture=(), publickey-credentials-get=(), screen-wake-lock=(), sync-xhr=(), usb=(), web-share=(), xr-spatial-tracking=() interest-cohort=() | |
X-Content-Type-Options: nosniff | |
Referrer-Policy: strict-origin | |
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload | |
/api* | |
Access-Control-Allow-Origin: * |
macOS Catalina 10.15.3, Security Update 2020-001 Mojave, Security Update 2020-001 High Sierra | |
macOS Catalina 10.15.3, Security Update 2020-001 Mojave, Security Update 2020-001 High Sierra | |
watchOS 6.1.2 | |
watchOS 6.1.2 | |
iOS 13.3.1 and iPadOS 13.3.1 | |
iOS 13.3.1 and iPadOS 13.3.1 | |
iOS 13.3.1 and iPadOS 13.3.1 | |
iOS 13.3.1 and iPadOS 13.3.1 | |
iOS 12.4.5 | |
iOS 12.4.5 |