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
##### 使用说明 ##### | |
# 1. 请填写 proxy-providers - subscribe - url 为订阅链接 | |
# 2. 下载 https://github.com/Loyalsoldier/clash-rules/archive/refs/heads/release.zip 并解压至 ./profiles/ruleset 文件夹下 | |
# 3. 若需要自动更新 ruleset, 请编辑 rule-providers-config - type 为 http | |
##### 参考链接 ##### | |
# 1. clash 样例配置文件 | |
# https://lancellc.gitbook.io/clash/clash-config-file/an-example-configuration-file | |
# 2. clash 规则集 | |
# https://github.com/Loyalsoldier/clash-rules |
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
local apps = {"iTerm2", "Terminal"} | |
local hyper = {"cmd", "alt", "ctrl", "shift"} | |
local hotkey = hs.hotkey.new({'ctrl'}, 'tab', function() hs.eventtap.keyStroke({'ctrl'}, 'z') end) | |
local hotkeys = { | |
hs.hotkey.new({'ctrl'}, 'tab', function() hs.eventtap.keyStroke({'ctrl'}, 'z') end), | |
hs.hotkey.new(hyper, 'f', function() hs.eventtap.keyStroke({'ctrl'}, 'z') end), | |
hs.hotkey.new({'cmd'}, 's', function() hs.eventtap.keyStroke({'ctrl'}, 'z') end), | |
} |
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 oledvod mpv | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author You | |
// @match https://www.olevod.com/static/player/plyr3.html | |
// @match https://www.olevod.com/static/player/videojs.html | |
// @grant GM_webRequest | |
// @grant GM_openInTab |
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 DoubanRating | |
// @namespace http://tampermonkey.net/ | |
// @version 0.0.1 | |
// @description 在欧乐上显示豆瓣分数. | |
// @author ke | |
// @match https://*.pangzitv.com/* | |
// @match https://*.olevod.com/* | |
// @match https://*.xiaobaotv.net/* | |
// @grant GM.xmlHttpRequest |
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
package main | |
import ( | |
"flag" | |
"io" | |
"log" | |
"net" | |
"net/http" | |
"strings" | |
) |
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
(def TILES | |
{:floor {:type :floor | |
:blocking false | |
:opaque false | |
:glyph "."} | |
:wall {:type :wall | |
:blocking true | |
:opaque true | |
:glyph "#"} |
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
:cljfmt {:remove-consecutive-blank-lines? false | |
:indents ^:replace {#"^[-*+!?_a-zA-Z]" [[:inner 0]]}} |
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 WeiyunExporter | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author You | |
// @match https://www.weiyun.com/disk* | |
// @grant none | |
// ==/UserScript== |
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
Content-Length: 58 | |
{"jsonrpc":"2.0","method":"initialize","params":{},"id":1} | |
Content-Length: 52 | |
{"jsonrpc":"2.0","method":"exit","params":{},"id":1} |
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
class Aria2 < Formula | |
desc "Download with resuming and segmented downloading" | |
homepage "https://aria2.github.io/" | |
url "https://github.com/aria2/aria2/releases/download/release-1.35.0/aria2-1.35.0.tar.xz" | |
sha256 "1e2b7fd08d6af228856e51c07173cfcf987528f1ac97e04c5af4a47642617dfd" | |
bottle do | |
cellar :any | |
sha256 "9cc5e04be8b0a58d1f2b60b8abfc636168edbf23e7018003c40f1dd6952aab0c" => :catalina | |
sha256 "761836ac608eb0a59d4a6f6065860c0e809ce454692e0937d9d0d89ad47f3ce4" => :mojave |
NewerOlder