- 平衡设备之间可以完全地互相转换,只要接口线序一一对应不出错
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
| from fastapi import FastAPI, Request, HTTPException | |
| from fastapi.responses import FileResponse, HTMLResponse | |
| import requests, time, json, hashlib, random, threading, os | |
| from datetime import datetime, timedelta | |
| from starlette.middleware.base import BaseHTTPMiddleware | |
| # uvicorn subscribe:app --host 127.0.0.1 --port 9233 | |
| # uvicorn subscribe:app --host 0.0.0.0 --port 80 | |
| # 全局变量 流量信息 |
Shader powered image transition
Forked from Szenia Zadvornykh's Pen THREE Text Animation #1.
A Pen by TAYLOR ENGEL on CodePen.
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 | |
| # Modify By Bemly_ | |
| # MIT license | |
| UBUNTU_CODENAME=$(grep "^UBUNTU_CODENAME=" /etc/os-release | cut -d'=' -f2) | |
| # Copyright 2023 aqz/tamaina, joinmisskey | |
| # | |
| # Permission is hereby granted, free of charge, to any person | |
| # obtaining a copy of this software and associated documentation files (the "Software"), |
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
| # mihomo (Clash Meta) 懒人配置 | |
| # 版本 V1.8-240904 | |
| # https://gist.github.com/liuran001/5ca84f7def53c70b554d3f765ff86a33 | |
| # https://obdo.cc/meta | |
| # 作者: 笨蛋ovo (bdovo.cc) | |
| # Telegram: https://t.me/baka_not_baka | |
| # 关注我的 Telegram 频道谢谢喵 https://t.me/s/BDovo_Channel | |
| # 修改自官方示例规则 https://wiki.metacubex.one/example/#meta | |
| # 转载请保留此注释 | |
| # 尽量添加了较为详尽的注释,不理解的地方建议对照 虚空终端 (Clash Meta) Docs 进行理解 |
The Scope class regulates lexical scoping within CoffeeScript. As you
generate code, you create a tree of scopes in the same shape as the nested
function bodies. Each scope knows about the variables declared within it,
and has a reference to its parent enclosing scope. In this way, we know which
variables are new and need to be declared with var, and which are shared
with external scopes.
Import the helpers we plan to use.
{extend, last} = require './helpers'
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
| #include <stdio.h> | |
| #include <stdlib.h> | |
| #include <X11/Xlib.h> | |
| #include <assert.h> | |
| #include <X11/cursorfont.h> | |
| #include <X11/extensions/shape.h> | |
| // Include the mouse cursor xbm directly | |
| #define mouse_width 12 | |
| #define mouse_height 21 |

