橙子的短想法
1.01K subscribers
487 photos
13 videos
26 files
4.28K links
好资源和短想法
Download Telegram
What isgood code? These are a few of its characteristics:❑Good code is extensible without drastic modification. It's easy to add features withouttearing it apart.❑Good code is easy to read and maintain.❑Good code is well documented.❑Good code makes it hard to write bad code around it. For example, objects expose clean,easy-to-use interfaces that promote good use. Both good code and bad code breed.❑Good code is easy to test.❑Good code is easy to debug. Remember that even if a piece of code works perfectly, it's still aproblem if it doesn't favor debugging. What if a developer is trying to track down an error inimperfect code, and the stack trace disappears into perfect but obscure code?❑Good code contains no code duplication.❑Good code gets reused.
Forwarded from Szechuan Sauce
稍后阅读的服务,有人用 raindeop.io
Forwarded from Leonn的博客 (Leonn 频道投稿 [Beta])
#投稿 来自 @hsun94
【吃灰的小鸡可以用来干啥?】教你轻松搭建高性能高并发的CDN集群!
https://qing.su/article/traffic-server-cdn-cluster.html
Forwarded from Parallel Experiments (Linghao)
喜欢这期,信息量很大。
https://liqi.io/haicheng/
Forwarded from elecV2
在 okteto 上快速搭建一个免费的 V2RAY 服务器

1、使用 Github 授权登录 https://cloud.okteto.com
2、Deploy,选择Deploy from Github,填写 URL: https://github.com/elecV2/v2ku
3、然后点击Deploy,服务器搭建完成。

搭建的V2RAY 服务器默认使用 WS+TLS 模式,相关参数如下:
地址:见Endpoints
端口:443
UUID/密码:7c0aceec-0c5d-4468-bf61-e22c65e9abbb
WS转发路径(path/obfs-uri):/elecV2

对应 QuanX 格式为:
vmess=xxxx-xxxxxx.cloud.okteto.net:443, method=aes-128-gcm, password=7c0aceec-0c5d-4468-bf61-e22c65e9abbb, obfs=wss, obfs-uri=/elecV2, fast-open=false, udp-relay=false, tag=ELECV2OK

频道:@elecV2