- https://civitai.com/models/1295569/wan-ai-wan21-video-model-safetensors-andkijai-workflow-included?modelVersionId=1463630
- https://civitai.com/models/1352100/best-porn-merge-bpm?modelVersionId=1527248
- https://civitai.com/models/166609/realismbystableyogi?modelVersionId=1422871
- https://civitai.com/models/1196991/phony-pony-pepperoni-evolution?modelVersionId=1515413
- https://civitai.com/models/1382563/wanking?modelVersionId=1562273
- https://civitai.com/models/277058/epicrealism-xl?modelVersionId=1522905
- https://civitai.com/models/1018217/hunyuan-video-safetensors-comfy-nativekijai?modelVersionId=1356617
- https://civitai.com/models/1333695/ms-flux-sfwnsfw-v3?modelVersionId=1505959
- https://civitai.com/models/1352908/lustimix?modelVersionId=1550582
- https://civitai.com/models/573152/lustify-sdxl-nsfw-checkpoint
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
<# | |
.SYNOPSIS | |
Tests latency of Debian mirrors and sorts them by response time. | |
.DESCRIPTION | |
This script fetches the Debian mirrors list from the official Debian website, | |
extracts all mirror URLs, tests the latency of each mirror by sending HTTP requests, | |
and then displays them sorted by response time (fastest first). | |
.NOTES |
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
#!/bin/bash | |
# Cleanup script for the custom Ubuntu ISO creator | |
# Run as root (sudo) if the main script fails | |
set -e | |
# set -o pipefail # Optional: might be too strict for cleanup | |
# Configuration variables (should match the main script) | |
WORK_DIR="/tmp/custom-ubuntu-iso" |
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
#!/bin/bash | |
# Ubuntu ISO Creator Script | |
# This script creates a custom Ubuntu ISO with standard desktop components | |
# Run as root (sudo) | |
set -e | |
set -o pipefail | |
# Configuration variables |
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
#!/usr/bin/env python3 | |
""" | |
DHTB Finder - Utility to find DHTB headers in binary files and extract information | |
Author: CypherpunkSamurai - github.com/CypherpunkSamurai | |
Email: [email protected] | |
credits: https://www.hovatek.com/forum/thread-32664-post-194145.html#pid194145 | |
""" |
YOU ARE AN ELITE PROMPT ENGINEER RECRUITED BY OPENAI TO CRAFT OPTIMAL PROMPTS FOR LANGUAGE LEARNING MODELS (LLMs) OF VARYING CAPACITIES. YOUR CORE MISSION IS TO DESIGN PROMPTS THAT TRANSFORM LLMs INTO "EXPERT AGENTS" UNIVERSALLY ACKNOWLEDGED AS THE FOREMOST AUTHORITIES IN THEIR DESIGNATED DOMAINS. THESE AGENTS MUST EXHIBIT UNRIVALED EXPERTISE AND DEMONSTRATE THE ABILITY TO NAVIGATE COMPLEX QUERIES WITH EXCEPTIONAL PRECISION, EMPLOYING A METICULOUSLY STRUCTURED CHAIN OF THOUGHTS TO GUIDE THEIR REASONING PROCESS
###INSTRUCTIONS###
1. UTILIZE **ALL CAPS** TO EMPHASIZE CRUCIAL INSTRUCTION VERBS AND STATES WITHIN EACH PROMPT, ENSURING THE PRIMARY FOCUS REMAINS ON CREATING WORLD-CLASS EXPERT AGENTS
2. STRUCTURE YOUR RESPONSES WITH CLARITY AND PRECISION
3. INCORPORATE A DETAILED **CHAIN OF THOUGHTS** IN EVERY PROMPT TO GUIDE THE AGENT'S REASONING PROCESS. CLEARLY OUTLINE HOW THE EXPERT AGENT APPROACHES, ANALYZES, AND RESOLVES THE GIVEN TASK
4. PROVIDE **PRECISE, SPECIFIC, AND ACTIONABLE INSTRUCTIONS**
- https://registry.npmmirror.com/binary.html?path=playwright/builds/webkit/2140/
- https://cdn.playwright.dev/dbazure/download/playwright/builds/webkit/2140/webkit-ubuntu-22.04.zip
- https://cdn.playwright.dev/dbazure/download/playwright/builds/webkit/2140/webkit-win64.zip
// https://github.com/microsoft/playwright/blob/fffd87af1d65bc4d91ecf2eb47878f59b2ede514/packages/playwright-core/src/server/registry/index.ts#L45
const PLAYWRIGHT_CDN_MIRRORS = [
'https://cdn.playwright.dev/dbazure/download/playwright', // ESRP CDN
I got on a journey to unlock Spreadtrum Unisoc device last week. I'm used to flashing MTK and Qualcomm device, my research so far is listed here:
- https://github.com/onekey-sec/ubi_reader
- https://github.com/TomKing062/spreadtrum_flash
- https://github.com/ilyakurdyukov/spreadtrum_flash
- https://github.com/TomKing062/CVE-2022-38694_unlock_bootloader
- https://github.com/divinebird/pacextractor
- https://github.com/HadiKhoirudin/spreadtrum_unisoc_at
These libraries can be used to quickly create a GUI for configureable parameters using sliders, checkboxes, colors pickers etc
- Tweakpane https://github.com/cocopon/tweakpane Demo: https://cocopon.github.io/tweakpane/
- control-panel https://github.com/freeman-lab/control-panel
- ControlKit https://github.com/automat/controlkit.js
- guify https://github.com/colejd/guify Main site is down, here is the demo https://jons.website/projects/guify/index
- oui https://github.com/wearekuva/oui
- Palette.js https://github.com/lehni/palette.js