全部 新建

user:thomas 由用户创建的 Gists

title:mygist 包含指定标题的 Gists

filename:myfile.txt 包含指定文件名的 Gists

extension:yml 包含指定扩展名的 Gists

language:go 包含指定编程语言的 Gists

topic:homelab 具有给定主题的 Gists

注册

登录


全部 新建 注册 登录

所有 Gists

最近 创建
最早 创建
最近 更新
最早 更新
kody's Avatar

kody / 8chan board search

0 喜欢
0 派生
2 文件
最后活跃于 1745256013
Search a string in all threads, in the current board
1 // ==UserScript==
2 // @name 8chan board search
3 // @namespace moe.rita.8chanSearchInThreads
4 // @match https://8chan.moe/*/res/*
5 // @match https://8chan.se/*/res/*
6 // @match https://8chan.moe/*/catalog*
7 // @match https://8chan.se/*/catalog*
8 // @run-at document-end
9 // @grant none
10 // @version 1.1.1
kody's Avatar

kody / Pull/Start all Docker Compose in subfolders

0 喜欢
0 派生
1 文件
最后活跃于 1744274917
1 #!/bin/bash
2 for f in ./*/docker-compose.yml; do
3 [ -e "$f" ] || continue
4 cd "$(dirname "$f")"
5 docker compose pull
6 docker compose down
7 docker compose up -d
8 cd ..
9 done
kody's Avatar

kody / freshrss2json

0 喜欢
0 派生
2 文件
最后活跃于 1744275162
1 <?php
2 require_once __DIR__ . '/config.php';
3
4 // First, login
5 $cLogin = curl_init($base . 'api/greader.php/accounts/ClientLogin?Email=' . $user . '&Passwd=' . $pass);
6 curl_setopt($cLogin, CURLOPT_SSL_VERIFYHOST, 0);
7 curl_setopt($cLogin, CURLOPT_SSL_VERIFYPEER, 0);
8 curl_setopt($cLogin, CURLOPT_RETURNTRANSFER, true);
9 $keys = curl_exec($cLogin);
10 curl_close($cLogin);
上一页 下一页

由 Opengist 强力驱动 ⋅ Load: 214ms⋅

中文
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文