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
hashcat (v7.0.0) starting in benchmark mode | |
Benchmarking uses hand-optimized kernel code by default. | |
You can use it in your cracking session by setting the -O option. | |
Note: Using optimized kernel code limits the maximum supported password length. | |
To disable the optimized kernel code in benchmark mode, use the -w option. | |
Initializing bridges. Please be patient...Initialized bridgesInitializing backend runtimes. Please be patient...Initialized backend runtimesInitializing backend devices. Please be patient...Initialized backend devicesCUDA API (CUDA 12.9) | |
==================== | |
* Device #01: NVIDIA GeForce RTX 5070, 11490/11755 MB, 48MCU |
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 | |
# Usage: import-show-pack.sh | |
# --show-pack-dir <show_pack_dir> | |
# --show-import-dir <show_import_dir> | |
# --dry-run | |
# --verbose | |
# --help | |
# Process arguments |
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
version: '3.8' | |
services: | |
ollama: | |
volumes: | |
- ollama:/root/.ollama | |
container_name: ollama | |
pull_policy: always | |
tty: true | |
restart: unless-stopped |
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
// ==UserScript== | |
// @name JinbuPal Hack | |
// @version 1.4 | |
// @grant none | |
// @match https://beta.jinbupal.com/* | |
// @require https://cdn.jsdelivr.net/npm/[email protected]/dist/hanzi-writer.min.js | |
// ==/UserScript== | |
var jq = document.createElement('script'); | |
jq.src = "https://cdn.jsdelivr.net/npm/[email protected]/dist/hanzi-writer.min.js"; |