Pinned Repositories
apollo
Apollo(阿波罗)是携程框架部门研发的分布式配置中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性,适用于微服务配置管理场景。
Code
面试高频算法题总结,个人博客
CS-Book
计算机类常用电子书整理,并且附带下载链接,包括Java,Python,Linux,Go,C,C++,数据结构与算法,人工智能,计算机基础,面试,设计模式,数据库,前端等书籍
CS-Notes
:books: 面试必备基础知识
CS_Review
面试常见问题汇总
gunicorn
gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.
Interview-Summary
Linux-kernel-notes
Linux内核学习笔记
note
学习笔记整理📚
Python_Notes
Python笔记
Miller-Xie's Repositories
Miller-Xie/Code
面试高频算法题总结,个人博客
Miller-Xie/CS_Review
面试常见问题汇总
Miller-Xie/Linux-kernel-notes
Linux内核学习笔记
Miller-Xie/CS-Notes
:books: 面试必备基础知识
Miller-Xie/CS-Book
计算机类常用电子书整理,并且附带下载链接,包括Java,Python,Linux,Go,C,C++,数据结构与算法,人工智能,计算机基础,面试,设计模式,数据库,前端等书籍
Miller-Xie/programmer-job-blacklist
:see_no_evil:程序员找工作黑名单,换工作和当技术合伙人需谨慎啊 更新有赞
Miller-Xie/fanqiang
翻墙-科学上网
Miller-Xie/WebServer
A C++ High Performance Web Server
Miller-Xie/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, HyperLogLogs, Bitmaps.
Miller-Xie/LibreCAD
在开源软件libreCAD基础上,在dev分支上添加CAM功能
Miller-Xie/memcached
memcached development tree
Miller-Xie/Python_Notes
Python笔记
Miller-Xie/tornado
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
Miller-Xie/apollo
Apollo(阿波罗)是携程框架部门研发的分布式配置中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性,适用于微服务配置管理场景。
Miller-Xie/gunicorn
gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.
Miller-Xie/awesome-python
A curated list of awesome Python frameworks, libraries, software and resources
Miller-Xie/incubator-brpc
Industrial-grade RPC framework used throughout Baidu, with 1,000,000+ instances and thousands kinds of services. "brpc" means "better RPC".
Miller-Xie/interpy-zh
📘《Python进阶》(Intermediate Python 中文版)
Miller-Xie/leveldb
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
Miller-Xie/muduo
A C++ non-blocking network library for multi-threaded server in Linux
Miller-Xie/mykernel
It is a platform to write your own OS kernel,its based on Linux Kernel 3.9.4 source code.
Miller-Xie/netease-music-cracker
:musical_note:将网易云音乐的缓存文件解密得到 MP3 文件
Miller-Xie/nginx
An official read-only mirror of http://hg.nginx.org/nginx/ which is updated hourly. Pull requests on GitHub cannot be accepted and will be automatically closed. The proper way to submit changes to nginx is via the nginx development mailing list, see http://nginx.org/en/docs/contributing_changes.html
Miller-Xie/Nuft
Nuft is an C++17 implementation of the Raft consensus algorithm.
Miller-Xie/pyapollo
Python client for Ctrip's Apollo.
Miller-Xie/Python
All Algorithms implemented in Python
Miller-Xie/Terminal
The new Windows Terminal, and the original Windows console host -- all in the same place!
Miller-Xie/the-art-of-command-line
Master the command line, in one page
Miller-Xie/TinyWeb
A high-performance web server in C++11.
Miller-Xie/TNN
TNN:由腾讯优图实验室打造,移动端高性能、轻量级推理框架,同时拥有跨平台、高性能、模型压缩、代码裁剪等众多突出优势。TNN框架在原有Rapidnet、ncnn框架的基础上进一步加强了移动端设备的支持以及性能优化,同时也借鉴了业界主流开源框架高性能和良好拓展性的优点。目前TNN已经在手Q、微视、P图等应用中落地,欢迎大家参与协同共建,促进TNN推理框架进一步完善。