Pinned Repositories
acme.sh
A pure Unix shell script implementing ACME client protocol
algorithm-structure
2021年最新总结 500个常用数据结构,算法,算法导论,面试常用,大厂高级工程师整理总结
annotated_nginx
Annotated Nginx Source(中文)
apisix
The Cloud-Native API Gateway
apisix-dashboard
Dashboard for Apache APISIX
awesome-php
收集整理一些常用的PHP类库, 资源以及技巧. 以便在工作中迅速的查找所需...
awesome-php-cn
PHP资源大全中文版,库、框架、模板、安全、代码分析、日志、第三方库、配置工具、Web 工具等
awk
The AWK Programming Language (AWK 程序设计语言, awkbook) 中文翻译, LaTeX 排版
openresty_dev
Code for OpenResty Development Guide
PHP-7-Real-World-Application-Development
PHP 7: Real World Application Development 中文翻译
gxlct008's Repositories
gxlct008/annotated_nginx
Annotated Nginx Source(中文)
gxlct008/design_patterns
图说设计模式
gxlct008/dgiot
Open source platform for iot , 30 min Quick Deployment,10M devices connection,Carrier level Stability;物联网开源平台,30分钟快速部署,千万级承载,电信级稳定性. Low code for Object model-Rule Engine-Data Channel-Configuration Page; Fully open source, Multi industrial protocols are compatible.物模型-规则引擎-数据通道-组态页面全流程零代码开发、全业务全链路模拟压测、前后端完全开源、多行业工业协议兼容。QQ群:346566935
gxlct008/docs
gxlct008/domain-driven-hexagon
Learn Domain-Driven Design, software architecture, design patterns, best practices. Code examples included
gxlct008/flash-linux0.11-talk
你管这破玩意叫操作系统源码 — 像小说一样品读 Linux 0.11 核心代码
gxlct008/Go
Algorithms implemented in Go for beginners, following best practices.
gxlct008/goal
a graceful framework of go
gxlct008/httpsbook
《深入浅出HTTPS:从原理到实战》代码示例、勘误、反馈、讨论
gxlct008/javascript-algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
gxlct008/Learn-Algorithms
算法学习笔记
gxlct008/learngo
1000+ Hand-Crafted Go Examples, Exercises, and Quizzes
gxlct008/linux-insides
A little bit about a linux kernel
gxlct008/linux-insides-zh
Linux 内核揭秘
gxlct008/lua-resty-tofu
a modern api/web framework
gxlct008/lumen-api-starter
Lumen 8 基础上扩展出的API 启动项目,精心设计的目录结构,规范统一的响应数据格式,Repository 模式架构的最佳实践。
gxlct008/mdBook
Create book from markdown files. Like Gitbook but implemented in Rust
gxlct008/openresty
High Performance Web Platform Based on Nginx and LuaJIT
gxlct008/openresty-best-practices
gxlct008/os-tutorial
How to create an OS from scratch
gxlct008/owlcache
🦉owlcache is a lightweight, high-performance, non-centralized, distributed Key/Value memory-cached data sharing application written by Go . keyword : golang cache、go cache、golang nosql
gxlct008/practical-programming-books
这里收录比较实用的计算机相关技术书籍,可以在短期之内入门的简单实用教程、一些技术网站以及一些写的比较好的博文,欢迎Fork,你也可以通过Pull Request参与编辑。
gxlct008/reactjs-interview-questions
List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!!
gxlct008/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, Streams, HyperLogLogs, Bitmaps.
gxlct008/Restler
Simple and effective multi-format Web API Server to host your PHP API as Pragmatic REST and / or RESTful API
gxlct008/rust-by-example-cn
Rust By Example 中文版(包含在线代码编辑器)
gxlct008/rust-by-practice
Learning Rust By Practice, narrowing the gap between beginner and skilled-dev through challenging examples, exercises and projects.
gxlct008/rust-course
“连续六年成为全世界最受喜爱的语言,无 GC 也无需手动内存管理、极高的性能和安全性、过程/OO/函数式编程、优秀的包管理、JS 未来基石" — 工作之余的第二语言来试试 Rust 吧。<<Rust语言圣经>>拥有全面且深入的讲解、生动贴切的示例、德芙般丝滑的内容,甚至还有JS程序员关注的 WASM 和 Deno 等专题。这可能是目前最用心的 Rust 中文学习教程 / Book
gxlct008/RustBook
A book about Rust Data Structures and Algorithms.
gxlct008/swoole-by-examples
Learn Swoole by Examples