renyaoxiang's Stars
llvm/llvm-project
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
aosabook/500lines
500 Lines or Less
FelisCatus/SwitchyOmega
No longer maintained, see pinned issues
oracle/graal
GraalVM compiles Java applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀
sqshq/piggymetrics
Microservice Architecture with Spring Boot, Spring Cloud and Docker
chillzhuang/SpringBlade
SpringBlade 是一个由商业级项目升级优化而来的SpringCloud分布式微服务架构、SpringBoot单体式微服务架构并存的综合型项目,采用Java17 API重构了业务代码,完全遵循阿里巴巴编码规范。采用Spring Boot 3.2 、Spring Cloud 2023 、Mybatis 等核心技术,同时提供基于React和Vue的两个前端框架用于快速搭建企业级的SaaS多租户微服务平台。
checkly/puppeteer-examples
Puppeteer example scripts for running Headless Chrome from Node.
huyubing/books-pdf
books pdf
bpmn-io/diagram-js
A toolbox for displaying and modifying diagrams on the web.
plctlab/riscv-operating-system-mooc
《从头写一个RISC-V OS》课程配套的资源
microsoft/node-jsonc-parser
Scanner and parser for JSON with comments.
hjiang/jsonxx
A JSON parser in C++
anilmaurya/fast_jsonparser
Fastest Json parser for Ruby, wrapper for simdjson
intoolswetrust/ldap-server
Simple in-memory LDAP server for testing purposes - single JAR based on ApacheDS
openembedded/openembedded
code4wt/JSONParser
一个简单的json解析器
pfmiles/dropincc.java
A small and easy to use parser generator. Specify your grammar in pure java and compile dynamically. Especially suitable for DSL creation in java.
ZhongAnTech/Annchain.OG
Annchain.OG is a DAG based decentralized ledger and Dapp platform
EndlessCheng/asm-x86
《x86 汇编语言:从实模式到保护模式》配套代码及工具
ietf-tools/bap
An ABNF parser, focusing on human-friendly error messages.
fusesource/jansi-native
Builds the JNI libraries for the jansi project
ldthomas/apg-java
Java APG - an ABNF Parser Generator written entirely in Java.
hildjj/node-abnf
Augmented Backus-Naur Form (ABNF) parsing for node.js. See RFC 5234.
bqluan/abnf-parser-generator
A tool that generates parser from a context-free grammar written in ABNF
mir1128/kafkasql
nextmetaphor/maven
Various Maven example projects
Tenloy/tenloy.github.io
chenx/Hyacc
A LR(0)/LALR(1)/LR(1)/partial LR(k) parser generator in C. (2006 - 2014)
mijamo911/parser
An implementation of an LA(j)LR(k) parser generator based on the book Practical Parsing Techniques
mir1128/500lines
500 Lines or Less