Discover gists
This file contains 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
www.youtube.com##ytd-reel-shelf-renderer | |
www.youtube.com##.ytd-rich-section-renderer.style-scope | |
www.youtube.com##ytd-guide-entry-renderer:has(a[title="Shorts"]) | |
www.youtube.com##yt-chip-cloud-chip-renderer:has(yt-formatted-string[title="Shorts"]) |
This file contains 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
/mvnw text eol=lf | |
*.cmd text eol=crlf |
This file contains 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
<?php | |
namespace App\Jobs; | |
use App\Models\GeneralExport; | |
use Storage; | |
class CreateGeneralExportFileJob implements ShouldQueue | |
{ |
This file contains 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
Ashampoo PDF Pro is an impressive application that can be used to view, edit and protect PDF files. It has many features that will enhance the way you process PDF files. You can create documents of suitable size that can be read on any device, and use encryption to protect your property when needed.Ashampoo PDF Pro Full has an easy-to-use user interface, and its layout is simple and clear, whether it is a professional or novice, users can easily use it. After opening the PDF file in this application, it will enable you to set the viewing mode that suits you best. It has a manual tool that may be helpful when browsing documents. | |
Download Link | |
https://sulkurl.com/lxm |
This file contains 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
#!/usr/bin/env bash | |
# Generate the correct Gravatar URL for the provided email address. | |
# When the -o option is provided, `open` the URL in your default browser. | |
usage() { >&2 echo "Usage: ${0##*/} [-o] <email>"; exit 1; } | |
GRAVATAR_BASE_URL="https://gravatar.com/avatar/" | |
GRAVATAR_OPTIONS="d=wavatar" | |
# Parse command line arguments. |
This file contains 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
Log uploaded on Tuesday, February 11, 2025, 8:30:48 PM | |
Loaded mods: | |
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1) | |
Core(Ludeon.RimWorld): (no assemblies) | |
EdB Prepare Carefully(EdB.PrepareCarefully)[mv:1.5.12]: EdBPrepareCarefully(av:1.1.1,fv:1.5.12) | |
Wall Light(Murmur.WallLight): WallLight(av:1.5.8874.26767,fv:1.0.0) | |
Replace Stuff(Uuugggg.ReplaceStuff): Replace_Stuff(av:1.0.0,fv:1.1.0) | |
Tilled Soil(GT.Sam.TilledSoil): (no assemblies) | |
Smarter Construction(dhultgren.smarterconstruction): SmarterConstruction(1.5.1) | |
QualityBuilder(hatti.qualitybuilder): 0Harmony(av:2.3.3,fv:1.2.0.1), QualityBuilder(av:1.0.18,fv:1.0.18) |
This file contains 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
namespace Lesson; | |
internal class Program | |
{ | |
static void Main(string[] args) | |
{ | |
string password = "qwerty56222"; | |
string secretMessage = "Do not tell anyone about this!"; | |
string userInput; | |
int attempts = 3; |
This file contains 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
YouTube Music Downloader an easy-to-use impressive Windows software that downloads YouTube music videos and converts them to MP3, AVI, WMV, MOV, MP4, 3GP formats. You can download millions of music from YouTube and listen to it on your iPod, MP3 player, or on your PC, iPod, iPhone. Unlimited downloads of more than 6,000,000 pieces of music from YouTube and get started right away. | |
Download Link | |
https://sulkurl.com/lxn |
This file contains 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
%^^Roxio Creator NXT Pro 9 Crack |
This file contains 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
from functools import cache | |
from typing import TypeVar | |
T = TypeVar("T") | |
@cache | |
def foo(x: type[T]) -> list[type[T]]: | |
return [x] | |