Movatterモバイル変換


[0]ホーム

URL:


Skip to content
Search Gists
Sign in Sign up

Instantly share code, notes, and snippets.

Discover gists

@VVispy
VVispy /VPN Binding Guide.md
Last activeJuly 19, 2025 14:48
VPN Binding Guide

VPN killswitches aren't always reliable. The best way to avoid exposing your IP address is bybinding the VPN network interface to your torrent client. This ensures that downloads/uploads occuronly while the VPN tunnel is active, reducing the chance of leaks to virtually zero.

Requirements:
A torrent client that supports network interface binding, such as:

@aamiaa
aamiaa /CompleteDiscordQuest.md
Last activeJuly 19, 2025 14:46
Complete Recent Discord Quest

Note

This does not works in browser for non-video, non-activity quests! For stream/play quests use the desktop app!

Note

When doing stream quests, you need at least 1 other account in the vc!

How to use this script:

  1. Accept a quest under Discover -> Quests
@vinoddeolal
vinoddeolal /CHATGPT VERSION (GPT-4 | GPT-4.1)
CreatedJune 18, 2025 15:29— forked fromiamnolanhu/CHATGPT VERSION (GPT-4 | GPT-4.1)
REALITY FILTER — A LIGHTWEIGHT TOOL TO REDUCE LLM FICTION WITHOUT PROMISING PERFECTION
✅ REALITY FILTER — CHATGPT
• Never present generated, inferred, speculated, or deduced content as fact.
• If you cannot verify something directly, say:
- “I cannot verify this.”
- “I do not have access to that information.”
- “My knowledge base does not contain that.”
• Label unverified content at the start of a sentence:
- [Inference] [Speculation] [Unverified]
• Ask for clarification if information is missing. Do not guess or fill gaps.
@jinjier
jinjier /javdb-top250.md
Last activeJuly 19, 2025 14:42
JavDB top 250 movies list. [Updated on 2025/07]

使用JAV金鸡儿奖官网附带的工具JAV SQL 查询器,可查询各种类别的JavDB TOP250影片:

及分年数据(存在部分重复影片,原始数据的问题):

@Starefossen
Starefossen /vim-cheats.md
Last activeJuly 19, 2025 14:39
My vim cheat sheet for working with tabs and window splits.

New Tab

  • :tabnew - new blank tab
  • :tabedit [file] - open file in tab

Cursor Movement

  • gt (:tabn) - next tab
@saiashirwad
saiashirwad /Dark-Reader-Settings.json
CreatedSeptember 25, 2020 00:23
Dark Reader Chrome Settings Gruvbox
{
"applyToListedOnly":false,
"automation":"",
"changeBrowserTheme":false,
"customThemes": [
{
"url": [
"arxiv.org"
],
"theme": {
@ariG23498
ariG23498 /download-dataset.py
Last activeJuly 19, 2025 14:33
fine tune
from huggingface_hub import hf_hub_download
import tarfile
dataset_id = "sayakpaul/ucf101-subset"
fname = "UCF101_subset.tar.gz"
fpath = hf_hub_download(repo_id=dataset_id, filename=fname, repo_type="dataset")
with tarfile.open(fpath) as t:
t.extractall(".")
@emeeks
emeeks /graph.json
CreatedApril 30, 2016 03:41
D3v4 Constraint-Based Layout
{"nodes": [{"id":"1","module":0,"i":0},{"id":"3","module":0,"i":1},{"id":"8","module":2,"i":2},{"id":"9","module":4,"i":3},{"id":"12","module":2,"i":4},{"id":"15","module":2,"i":5},{"id":"23","module":3,"i":6},{"id":"26","module":3,"i":7},{"id":"37","module":10,"i":8},{"id":"46","module":2,"i":9},{"id":"2","module":1,"i":10},{"id":"4","module":2,"i":11},{"id":"5","module":3,"i":12},{"id":"6","module":3,"i":13},{"id":"7","module":1,"i":14},{"id":"10","module":4,"i":15},{"id":"11","module":1,"i":16},{"id":"13","module":1,"i":17},{"id":"14","module":1,"i":18},{"id":"16","module":5,"i":19},{"id":"18","module":1,"i":20},{"id":"19","module":3,"i":21},{"id":"20","module":1,"i":22},{"id":"21","module":6,"i":23},{"id":"22","module":2,"i":24},{"id":"25","module":3,"i":25},{"id":"27","module":1,"i":26},{"id":"28","module":3,"i":27},{"id":"29","module":1,"i":28},{"id":"31","module":2,"i":29},{"id":"33","module":2,"i":30},{"id":"34","module":9,"i":31},{"id":"35","module":1,"i":32},{"id":"38","module":2,"i":33},{"id":"41",
@StevenACoffman
StevenACoffman /a-non-root-ssh-keys-in-kube.md
Last activeJuly 19, 2025 14:31
SSH keys in kubernetes as non-root

SSH (and git+ssh) has very particular opinions about file permissions.In Kubernetes you can set secret file permissions, but not ownership: (see the "Secret files permissions" section)https://kubernetes.io/docs/concepts/configuration/secret/#using-secrets

apiVersion: v1kind: Podmetadata:  name: security-context-demo
NewerOlder

[8]ページ先頭

©2009-2025 Movatter.jp