Online link generator for Microsoft Store. https://store.rg-adguard.net
Media Foundation Codecs For Windows 10 and 11 https://www.codecguide.com/media_foundation_codecs.htm
<# ORIGINAL INSTALL SCRIPT FOR LINUX/MACOS | |
#!/bin/sh | |
# Copyright 2023 n0. All rights reserved. Dual MIT/Apache license. | |
set -e | |
repo="n0-computer/sendme" | |
release_url="https://api.github.com/repos/$repo/releases/latest" |
{ | |
"Genesis": { | |
"1": { | |
"1": "In the beginning God created the heaven and the earth.", | |
"2": "And the earth was without form, and void; and darkness was upon the face of the deep. And the Spirit of God moved upon the face of the waters.", | |
"3": "And God said, Let there be light: and there was light.", | |
"4": "And God saw the light, that it was good: and God divided the light from the darkness.", | |
"5": "And God called the light Day, and the darkness he called Night. And the evening and the morning were the first day.", | |
"6": "¶ And God said, Let there be a firmament in the midst of the waters, and let it divide the waters from the waters.", | |
"7": "And God made the firmament, and divided the waters which were under the firmament from the waters which were above the firmament: and it was so.", |
Ever had the urge to create a url shortcut to a webpage but didn't want to leave your code IDE?
It's actually quite simple to do.
Just follow the code below and replace the url value with the webpage that you want to access.
[InternetShortcut]
URL=https://www.example.com/
; %APPDATA%\Everything\Everything.ini | |
; Read the docs: https://www.voidtools.com/support/everything/ini/ | |
; Please make sure Everything is not running before modifying this file. | |
[Everything] | |
; General Settings | |
allow_multiple_windows=1 | |
run_in_background= | |
show_tray_icon= | |
language=0 | |
open_folder_command2= |
<# | |
.SYNOPSIS | |
Hashes all files in a directory and sub-directories. | |
.DESCRIPTION | |
Hashes all files in a directory and sub-directories. | |
.PARAMETER Path | |
Path to the directory to hash. | |
.PARAMETER Algorithm | |
Select hash algorithm. | |
.EXAMPLE |
Chinese Text Project (https://ctext.org)
Purple Culture Dictionary https://www.purpleculture.net/dictionary-details
A cross-browser library of CSS animations. As easy to use as an easy thing.
Build faster websites with Astro's next-gen island architecture
Large collection of Developer Cheat Sheets, created and maintained by the awesome developers across the globe
re='^[0-9]+$' | |
if ![[ $yournumber =~ $re ]]; then | |
echo "error: Not a number" >&2 | |
fi |