- Avoid accessing NetBanking from shared computer networks such as cyber cafes or public Wi-Fi networks like hotels/airports, etc.
- Do not click on links in the emails or sites other than www.hdfcbank.com to access your NetBanking webpage.
- Don’t write your passwords anywhere or share your computer with unknown sources.
- Do not disclose your passwords, OTPs, Debit Card Number, CVV etc to anyone (including Bank Staff).
- Don’t respond to emails that request personal information.
- Do not choose passwords that are easy to guess like your date of birth, spouse’s name etc.
- Never download an attachment if it is not from a trusted source.
- Don’t leave your account unattended after logging in.
res/gd7.txt
from the latest WhatsApp.apk downloaded on 17th June.
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
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
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 |
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
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}" |
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/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.
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
/* | |
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: * |
NewerOlder