Pinned Repositories
30dayMakeOS
《30天自制操作系统》源码中文版。自己制作一个操作系统(OSASK)的过程
a-programmer-prepares
📖《程序员的自我修养》
AdSafeDemo
antminer_auto_oc
bitcoin antminer overclock
appstract
Automatically exported from code.google.com/p/appstract
aria2
aria2 is a lightweight multi-protocol & multi-source, cross platform download utility operated in command-line. It supports HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalink.
aria2cengine
aria2加速下载引擎支持百度盘免登陆加速下载
asmshare
some ideas about asm && plan9 asm
Lua-Source-Internal
Lua source internal
xywwf's Repositories
xywwf/awesome-hacking-lists
平常看到好的各种工具的集合
xywwf/BaiduPCS-Go
Re-upload of iikira/BaiduPCS-Go
xywwf/Book
:green_book:我的个人书籍学习和收藏
xywwf/build-your-own-x
🤓 Build your own (insert technology here)
xywwf/chinese-poetry
最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人,21050首词。
xywwf/code
code
xywwf/daios-front
连接vertica,oracle,mysql,redis,mongodb的数据访问平台
xywwf/doslinux
Run Linux programs on DOS
xywwf/ebooks
A repository for ebooks, including C, C plus plus, Linux Kernel, Compiler, OS, Algorithm, Security, Database, Network, ML and DL
xywwf/form-builder
PHP表单生成器,快速生成现代化的form表单。包含复选框、单选框、输入框、下拉选择框等元素以及,省市区三级联动,时间选择,日期选择,颜色选择,文件/图片上传等功能。
xywwf/free-books
互联网上的免费书籍
xywwf/go-common
哔哩哔哩 bilibili 网站后台工程 源码
xywwf/How-to-be-a-good-programmer
I'm here to tell you some amazing stuff which teacher would never tell you.
xywwf/hunt-and-peck
Simple vimium/vimperator style navigation for Windows applications based on the UI Automation framework.
xywwf/index
企业内部导航页
xywwf/KeyMouse
Simple Vimium like program for Windows applications.
xywwf/learn-windows-drivers
Windows drivers 开发的各个基础示例,包含进程、内存、注册表、回调等管理
xywwf/LibUIDK
mfc skin ui,not directui。视频教程:https://v.youku.com/v_show/id_XNTczMzg5MDky.html 简单来说,LibUIDK是用来开发QQ、360安全卫士那样的漂亮软件界面的。 LibUIDK原来是商业界面库,2019年9月8号开源。是专业开发Windows平台下图形用户界面的开发包,该开发包基于Microsoft的MFC库。使用此开发工具包可轻易把美工制作的精美界面用Visual C++实现,由于LibUIDK采用所见即所得的方式创建产品界面,所以极大的提高了产品的开发速度,并大大增强图形用户界面(GUI)的亲和力。LibUIDK还可以使您的软件轻松具有当今流行的换肤功能,以提高产品的竞争力。 在很多公司或个人研发换肤产品的时候,我们就推出了第一款界面开发工具。与换肤工具不同的是,界面工具贯穿整个项目开发周期,整个项目的界面,都可由LibUIDK完成。LibUIDK提供了比换肤工具彻底的多的界面自由定制功能。 LibUIDK的目标用户: 任何使用MFC的程序开发人员。如果需要使用LibUIDK制作界面,请通知作者,QQ:1584793892。
xywwf/logs-monitor
An application like Linux tail for Windows. Using Windows FindFirstChangeNotification API to monitoring file changes.
xywwf/luban-h5
en: A mobile page builder/editor, similar with amolink. zh: 类似易企秀的H5制作、建站工具.
xywwf/MobaXterm-keygen
A keygen for MobaXterm
xywwf/NIM_Duilib_Framework
网易云信Windows应用界面开发框架(基于Duilib)
xywwf/openbilibili-go-common
嘘,不要问!我也不清楚这些是啥…
xywwf/RenZhengfei
任正非**
xywwf/Sandboxie
Open Source Sandboxie
xywwf/sdat2img
Convert sparse Android data image to filesystem ext4 image
xywwf/TIMSDK
腾讯云即时通信 IM 服务,国内下载镜像:
xywwf/VicWord
一个纯php分词
xywwf/wenshushu
基于 https://www.wenshushu.cn (文叔叔) 上传与下载文件的 Python 脚本
xywwf/write-a-C-interpreter
Write a simple interpreter of C. Inspired by c4 and largely based on it.