Executor 最近的时间轴更新
Executor's repos on GitHub
C# · 173 人关注
Mirai-CSharp
使用C#调用mirai-api-http。
C# · 35 人关注
ExtendNetease_DGJModule
允许添加歌单,登录网易云会员用户以享受320Kbps的高品质点歌
C# · 18 人关注
BililiveNotification
哔哩哔哩直播提醒
C# · 8 人关注
KugouDecryption
解密酷狗的kgma/vpr
C# · 4 人关注
Executorlibs
自用的一些类库
C# · 4 人关注
MyPCQQFramework
使用C#开发MyPCQQ插件
C# · 3 人关注
AowuaTranslator
兽音译者
C# · 3 人关注
AvBvHelper
B站Av号和Bv号互转
C# · 3 人关注
ExtendLogging
允许弹幕姬日志输出更多信息
C# · 2 人关注
ACRCloudSdkCore
Easy to recognize any music by using this sdk. Based on ACRCloud platform.
2 人关注
GreenOnions
一个Mirai的QQ机器人, 实现了搜图, RSS订阅转发, 根据PixivID下载原图, 翻译, setu等功能
C# · 2 人关注
MiguMusic_DGJModule
使用咪咕音乐平台进行点歌~
1 人关注
Antiaddiction
An Spigot AntiAddiction plugin that query through Tencent QQ
C# · 1 人关注
CacheManager
A modified version of MichaCo/CacheManager
Python · 1 人关注
pyBili
C# · 0 人关注
acrcloud_sdk_csharp
0 人关注
bilibili-API-collect
哔哩哔哩-API收集整理【不断更新中....】
0 人关注
bililive-room03
3号直播间的背景图和歌单
C# · 0 人关注
bililive_dm
B站直播彈幕工具
C# · 0 人关注
BiliMangaUtils
一次性购买整本漫画,偷懒专用
0 人关注
DGJv3
弹幕姬插件 点歌姬 v3
0 人关注
DNNE
Prototype native exports for a .NET Assembly.
C# · 0 人关注
DouyuDanmakuLib
使用C#解析斗鱼弹幕信息
C# · 0 人关注
DouyuDanmu.NET
接入斗鱼弹幕服务的客户端C#类库实现, 基于.NET 4.6
0 人关注
Executor-Cheng
0 人关注
FlvInteractiveRebase
Flv Interactive Rebase - Modify FLV file at flv tag level. Tag 级别 FLV 文件魔改工具
C# · 0 人关注
Konata.Core
Core implementation for Konata.
C · 0 人关注
nginx-http-flv-module
Media streaming server based on nginx-rtmp-module. In addtion to the features nginx-rtmp-module provides, HTTP-FLV, GOP cache and VHost (one IP for multi domain names) are supported now.
C · 0 人关注
nginx-rtmp-module
NGINX-based Media Streaming Server
0 人关注
obs-StreamFX-build
build obs-StreamFX with github actions
Executor

Executor

V2EX 第 616246 号会员,加入于 2023-02-27 17:12:52 +08:00
Executor 最近回复了
335 天前
回复了 PendingOni 创建的主题 程序员 [记录]-2023-06-01 昨天晚上做的笔试题
最后一道你搞复杂了, 命名也不怎么清楚, 还忘了写 return
var result = new int[nums.Length];
int index = 0, sum = 0;
foreach (int num in nums)
{
sum += num;
result[index] = sum;
index++;
}
return result;
2023-04-13 10:53:06 +08:00
回复了 233373 创建的主题 程序员 有没有大佬出域名的?
/t/932122
你可以去这里瞧瞧他目前想抛的双拼 com
2023-03-13 20:11:42 +08:00
回复了 voidmnwzp 创建的主题 程序员 想要维护自己的开源项目,但发现读不下去难以维护
深有同感
我自己的小玩具基本都是一年一重构的, 基本就是一年后回顾项目时发现: 啊, 我之前写的都是些什么鬼东西……
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1553 人在线   最高记录 6543   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 19ms · UTC 16:26 · PVG 00:26 · LAX 09:26 · JFK 12:26
Developed with CodeLauncher
♥ Do have faith in what you're doing.