dafang's recent timeline updates
dafang's repos on GitHub
98 watchers
notebook
My self learning notebook
HTML · 15 watchers
zitie
字贴工具
3 watchers
taro-weapp-plugin
Shell · 2 watchers
dotfiles
Self maintained dotfiles
Python · 2 watchers
GitAICodingCrew
TypeScript · 1 watchers
dynamic-workflow
1 watchers
so-vits-svc
基于vits与softvc的歌声音色转换模型(svc社区维护仓库)
0 watchers
AgentGPT
🤖 Assemble, configure, and deploy autonomous AI Agents in your browser.
HTML · 0 watchers
ai123
Python · 0 watchers
allennlp
An open-source NLP research library, built on PyTorch.
0 watchers
allennlp-models
Officially supported AllenNLP models
0 watchers
analysis_claude_code
本仓库包含对 Claude Code v1.0.33 进行逆向工程的完整研究和分析资料。包括对混淆源代码的深度技术分析、系统架构文档,以及重构 Claude Code agent 系统的实现蓝图。主要发现包括实时 Steering 机制、多 Agent 架构、智能上下文管理和工具执行管道。该项目为理解现代 AI agent 系统设计和实现提供技术参考。
C · 0 watchers
Android-AppDaemon
App process daemon.
JavaScript · 0 watchers
baidu-netdisk-downloaderx
⚡️ 百度网盘不限速下载器 BND,支持 Windows、Mac 和 Linux。
Go · 0 watchers
beego
beego is an open-source, high-performance web framework for the Go programming language.
Go · 0 watchers
community
Kubernetes community content
0 watchers
ControlNet
Let us control diffusion models
CSS · 0 watchers
dafang.github.io
My home page
0 watchers
dify-sandbox
A lightweight, fast, and secure code execution environment that supports multiple programming languages
Python · 0 watchers
dtrace-stap-book
Book about DTrace and SystemTap
0 watchers
dyad
Local, open-source AI app builder for power users ✨ v0 / Lovable / Replit / Bolt alternative 🌟 Star if you like it!
0 watchers
ethereum_book
精通以太坊 (中文版)
0 watchers
fangtalk
My WeChat notes
0 watchers
gh-proxy
github release、archive以及项目文件的加速项目
JavaScript · 0 watchers
gitlab-auditor
Auditing users' push/fetch events on GitLab
Go · 0 watchers
go-json-rest
A quick and easy way to setup a RESTful JSON API
Go · 0 watchers
goop
A simple dependency manager for Go (golang), inspired by Bundler.
0 watchers
gopm
Gopm(Go Package Manager) is a Go package manage and build tool for Go.
Go · 0 watchers
gorequest
GoRequest -- Simplified HTTP client ( inspired by nodejs SuperAgent )
0 watchers
guidance
A guidance language for controlling large language models.
Shell · 0 watchers
gvp
Go Versioning Packager
Python · 0 watchers
HanLP
中文分词 词性标注 命名实体识别 依存句法分析 成分句法分析 语义依存分析 语义角色标注 指代消解 风格转换 语义相似度 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁转换 自然语言处理
0 watchers
http-api-guide
0 watchers
ImageProcessing100Wen
「画像処理100本ノック」中文版本!为图像处理初学者设计的 100 个问题。
0 watchers
ios-good-practices
Good ideas for iOS development, by Futurice developers.
JavaScript · 0 watchers
izhihu
Helper userscript for zhihu.com
0 watchers
manus-open
Manus code from container
Java · 0 watchers
multi-language-bench
Automatically exported from code.google.com/p/multi-language-bench
Shell · 0 watchers
network-lab
Networking lab using UML
0 watchers
one-api
OpenAI 接口管理 & 分发系统,支持 Azure、Anthropic Claude、Google PaLM 2 & Gemini、智谱 ChatGLM、百度文心一言、讯飞星火认知、阿里通义千问、360 智脑以及腾讯混元,可用于二次分发管理 key,仅单可执行文件,已打包好 Docker 镜像,一键部署,开箱即用. OpenAI key management & redistribution system, using a single API for all LLMs, and features an English UI.
Shell · 0 watchers
openresty-debian
OpenResty Debian package builder
0 watchers
paseo
Orchestrate coding agents remotely from your phone, desktop and CLI
0 watchers
pdf-epub-gpt-translator
Enjoy reading with your favorite style.
0 watchers
playwright-python
Python version of the Playwright testing and automation library.
HTML · 0 watchers
pypy.run
0 watchers
react-to-weapp-skills
React + Tailwindcss stack to WeChat miniapp Claude skills
Go · 0 watchers
skaffold
Easy and Repeatable Kubernetes Development
0 watchers
streamlit-example
Example Streamlit app that you can fork to test out share.streamlit.io
0 watchers
tchMaterial-parser
国家中小学智慧教育平台 电子课本下载工具,帮助您从智慧教育平台中获取电子课本的 PDF 文件网址并进行下载,让您更方便地获取课本内容。
0 watchers
technote
My technique notebook.
Python · 0 watchers
test
Test
0 watchers
twitter_user_tweet_crawler
A Python crawler tool that can automatically simulate browser operations to crawl all users' tweet content and save all static resources (videos, pictures) locally without calling the Twitter API. Use the selenium library.
0 watchers
untrusted-python
📦 Run untrusted python code on the server
Python · 0 watchers
wap_weibo
模拟手机端的微博登录(weibo.cn),发微博,自动为女神点赞
JavaScript · 0 watchers
Weixinbot
Nodejs 封装网页版微信的接口,可编程控制微信消息
JavaScript · 0 watchers
xiaohongshu-simple-content-generator
JavaScript · 0 watchers
zhihuspider
网站「看知乎」的爬虫
dafang

dafang

Father of two daughters. Programmer and Linux enthusiasm!
V2EX member #2891, joined on 2010-11-12 15:10:07 +08:00
24 S 81 B
Father of two daughters. Programmer and Linux enthusiasm!
Per dafang's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
dafang's recent replies
Jan 26, 2016
Replied to a topic by jerry017cn Linux Cgroup - Linux 的 IO 资源隔离
系统调用通过异常进入,而不是软中断;软中断是中断处理的下半部,很容易混淆。

或者,也可以成为软件中断,但是软件中断 != 软中断..
Sep 15, 2015
Replied to a topic by czipeng 程序员 gitlab 稳定吗
现在 一台 8G 一台 4G 两台 PC 机支撑 600 多人 同时使用. 很稳定.
Aug 17, 2015
Replied to a topic by klakekent Linux linux 大神们,求助
semop resumed 和 poll resumed 肯定不是 CPU 100%的根源, 进程从睡眠恢复.

拿 poll 来说, poll 的过程如果没有可读写的 socket, poll 进程阻塞睡眠, 直到 socket 有数据后恢复.

用 systemtap 追踪一下.
Mar 29, 2015
Replied to a topic by lcj2class 程序员 发掘有趣的 console
请问有什么工具可以生成这种图案呢?
现在在research类似gearman的系统, 外加可以设定 定时任务
经验分享吧, 如果用的阿里云的服务器, 备案提交, 打电话给客服, 就会加入白名单.
只能忽略, 提交工单 人家客服说 忽略
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3132 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 20ms · UTC 08:21 · PVG 16:21 · LAX 01:21 · JFK 04:21
♥ Do have faith in what you're doing.