Skip to content

Instantly share code, notes, and snippets.

View felipemarinho97's full-sized avatar

Felipe Marinho felipemarinho97

View GitHub Profile
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
#!/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
version: '3.8'
services:
ollama:
volumes:
- ollama:/root/.ollama
container_name: ollama
pull_policy: always
tty: true
restart: unless-stopped
// ==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";