Ross ROSS = Recommend OSS · open-source software intelligence for agents

resource: parser

126 resources, primary matches first, then adoption-weighted; health v2 shown.

ResourceHealth v2StarsMaturity
ziishaned/learn-regex
A popular open-source tutorial that teaches regular expressions step by step, from basic matchers to lookarounds, with examples and transla…
4946084active
wistbean/learn_python3_spider
A Chinese-language tutorial series and example code repository teaching Python web scraping from zero to advanced, covering packet capture …
7522033active
toml-lang/toml
The official repository for the TOML (Tom's Obvious, Minimal Language) specification, a minimal, human-readable configuration file format t…
7120588stable
DoctorWkt/acwj
A step-by-step tutorial series documenting the journey of writing a self-compiling compiler for a subset of C, with detailed explanations o…
7113389active
munificent/craftinginterpreters
The repository for the book 'Crafting Interpreters', containing the full Markdown text, a static site generator, and complete implementatio…
3211009stable
onceupon/Bash-Oneliner
A curated collection of handy Bash one-liners and terminal tricks for data processing and Linux system maintenance, maintained as a GitHub …
7610764active
whatwg/html
The WHATWG HTML Living Standard, the authoritative specification defining HTML, its syntax, DOM APIs, and related web platform features suc…
779371active
any86/any-rule
A curated collection of 84+ commonly used regular expressions (phone numbers, URLs, IMEI, magnet links, etc.) available as a web app, VS Co…
328647active
erikgrinaker/toydb
toyDB is a distributed SQL database written in Rust, built from scratch as an educational project to illustrate database internals. It feat…
757276stable
dbohdan/structured-text-tools
A curated list of command-line tools for manipulating structured text data formats such as CSV, JSON, YAML, TOML, XML, HTML, and INI. It or…
767145active
jamiebuilds/the-super-tiny-compiler
An ultra-simplified, heavily commented example compiler written in JavaScript that demonstrates all the major pieces of a modern compiler e…
3228558maintenance
aoaostar/legado
A curated collection of book sources, subscription feeds, themes, and layout configs for the Legado (阅读) Android reading app, served via a …
766098active
chai2010/go-ast-book
A free open-source Chinese-language book (《Go语言定制指南》, formerly Go语法树入门) teaching Go's abstract syntax tree via the go/ast and go/token pack…
325508active
estree/estree
The ESTree Spec is a community-maintained specification for the JavaScript AST (Abstract Syntax Tree) format originally produced by SpiderM…
685424active
oceanbase/miniob
MiniOB is a compact, educational relational database developed by the OceanBase team for learning database internals from scratch. It inclu…
634405active
konsheng/Sensitive-lexicon
A continuously updated Chinese sensitive-word lexicon covering political, pornographic, and violent content, distributed as plain-text word…
724035active
electricitymaps/electricitymaps-contrib
A community-maintained collection of Python parsers that collect and standardize electricity data (production, exchanges, prices) from offi…
894025active
cel-expr/cel-spec
The specification and canonical protobuf binary representation for the Common Expression Language (CEL), a fast, non-Turing-complete expres…
983954stable
xiaohucode/yidaRule
A community rule repository ('Yida Rules') for the Yida app, a cross-platform Flutter + Rust media aggregator that plays video, audio, read…
103811active
CodingChallengesFYI/SharedSolutions
A community repository collecting publicly shared solutions to the Coding Challenges series, where developers build their own versions of t…
723774active
orangeduck/BuildYourOwnLisp
A free online book that teaches the C programming language by guiding readers through building their own Lisp interpreter in under 1000 lin…
593272stable
oxylabs/how-to-scrape-amazon-product-data
A Python tutorial repository from Oxylabs demonstrating how to scrape Amazon product data (titles, ratings, prices, images, descriptions) u…
613197active
XIU2/Yuedu
A curated collection of book source rules for the Legado (阅读) Android e-reader app, which parses third-party novel websites for search, det…
7612135maintenance
publicsuffix/list
The Public Suffix List is a community-maintained dataset of all known public internet domain suffixes such as com, co.uk, and pvt.k12.ma.us…
762921active
woai3c/nand2tetris
A repository of JavaScript solutions for the Nand2Tetris course projects, where learners build a complete computer system from NAND gates u…
752914stable
pwxcoo/chinese-xinhua
An open Chinese Xinhua dictionary database distributed as JSON files, containing 14,032 xiehouyu (two-part allegorical sayings), 16,142 Chi…
3211657maintenance
tc39/test262
Test262 is the official conformance test suite for the ECMAScript (JavaScript) language specifications, including ECMA-262, ECMA-402, and E…
952813active
rswier/c4
A tiny self-hosting C interpreter/compiler written in about 500 lines of C across four functions. It is an educational exercise in minimali…
3210785maintenance
mapbox/awesome-vector-tiles
A curated awesome list of implementations of the Mapbox Vector Tile specification, including parsers, generators, and related tools across …
762622active
cstack/db_tutorial
A step-by-step tutorial that builds a SQLite clone from scratch in C, covering a REPL, a simple SQL compiler and virtual machine, persisten…
3210504maintenance
northwesternfintech/2027QuantInternships
A community-maintained dataset of quantitative finance internship openings for Summer 2027, stored as YAML files and rendered into a Markdo…
752462active
mattnotmax/cyberchef-recipes
A curated collection of CyberChef recipes, useful regular expressions, and links for data transformation and DFIR work. It serves as a refe…
322215active
mengjian-github/copilot-analysis
A research write-up with accompanying JavaScript tooling that reverse engineers the closed-source GitHub Copilot VSCode extension. It uses …
292205stable
miloyip/json-tutorial
A free, open-source Chinese-language tutorial that teaches how to build a standards-compliant JSON parser and generator in C (C89) from scr…
327920maintenance
kyclark/command-line-rust
The companion code repository for the O'Reilly book 'Command-Line Rust' by Ken Youens-Clark, containing small complete Rust programs built …
322025stable
CommonMark
CommonMark is a rationalized, unambiguous specification of the Markdown syntax, with BSD-licensed reference implementations in C (cmark) an…
772022stable
norvig/paip-lisp
Open-source repository for Peter Norvig's classic textbook 'Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp',…
237503maintenance
GuoYaxiang/craftinginterpreters_zh
A Chinese translation of the book 'Crafting Interpreters', a tutorial that teaches how to build interpreters for a small language called Lo…
321966stable
ronami/HypeScript
HypeScript is a simplified reimplementation of TypeScript's type system written entirely in TypeScript type annotations, with no runtime co…
341965active
w3c/css-houdini-drafts
The W3C CSS-TAG Houdini Task Force repository containing editor drafts of specifications that expose CSS engine internals (Paint API, Layou…
751888active
rspivak/lsbasi
Source code and examples for the 'Let's Build A Simple Interpreter' blog series, which teaches how to build a basic interpreter in Python s…
491874stable
LawRefBook/Laws
A curated dataset of Chinese laws, regulations, and departmental rules, structured by chapters and stored in Markdown with a generated SQLi…
631845active
aloisdg/awesome-regex
A curated, community-driven awesome list of regular expression resources, including libraries, testing tools, generators, documentation, tu…
321827active
eggert/tz
The IANA Time Zone Database (tzdb/zoneinfo) with its C reference implementation, containing historical and current local time rules, UTC of…
771826active
Kengxxiao/ArknightsGameData
A repository of extracted game data for the mobile game Arknights (明日方舟), stored largely in Lua files and parsed in part via the OpenArknig…
761798active
whatwg/dom
The WHATWG DOM Standard, the living specification defining the platform-neutral Document Object Model for events, aborting activities, and …
771730active
oxylabs/how-to-scrape-google-jobs
A tutorial repository with sample Python code showing how to scrape Google Jobs listings, both with a free scraper and at scale using Oxyla…
651707active
mazen160/secrets-patterns-db
Secrets Patterns DB is the largest open-source database of over 1600 tested regular expressions for detecting secrets, API keys, passwords,…
471609active
Robert-van-Engelen/tinylisp
A tiny Lisp interpreter written in 99 lines of C, accompanied by an article explaining how to build it yourself. It includes 21 Lisp primit…
771594stable
fpinscala/fpinscala
Companion repository for the book 'Functional Programming in Scala' containing exercises, hints, and answers organized by chapter. It provi…
325851maintenance
kdl-org/kdl
The official specification repository for KDL, a small document language with XML-like node semantics usable as both a serialization format…
661589stable
openqasm/openqasm
OpenQASM is an imperative intermediate representation and assembly language for describing quantum circuits, supporting universal quantum c…
671503active
elastic/protections-artifacts
Elastic's open repository of endpoint detection content, including EQL-based behavior rules, YARA malware rules, and ransomware protection …
761482active
NiuTrans/Classical-Modern
A large parallel corpus of Classical Chinese (wenyanwen) aligned with modern Chinese translations, covering 327 classical books with ~972k …
321479stable
wooorm/dictionaries
A monorepo of 92 normalized, installable Hunspell dictionaries in UTF-8, packaged as npm ESM packages (e.g. dictionary-en). Each package ex…
321404active
oxylabs/how-to-scrape-google-finance
A Python tutorial repository from Oxylabs demonstrating how to scrape Google Finance data (stock titles, prices, and percentage price chang…
421346active
REMitchell/python-scraping
Companion code samples for the O'Reilly book 'Web Scraping with Python' (2nd Edition), mostly provided as Jupyter notebooks. It covers scra…
324723maintenance
Kr1s77/Python-crawler-tutorial-starts-from-zero
A Chinese-language tutorial repository teaching Python web scraping from zero, covering requests, data extraction, JS reverse engineering, …
324613maintenance
uds-se/fuzzingbook
An interactive online textbook on automated software testing and fuzzing, with executable code available as Jupyter notebooks, web pages, s…
611269active
lotabout/write-a-C-interpreter
A small, self-hosting C interpreter written in C, inspired by and largely based on c4, accompanied by a step-by-step tutorial series (in En…
564397maintenance
wainshine/Chinese-Names-Corpus
A curated corpus of Chinese, Japanese, and translated English personal names, plus surnames, kinship terms, and idioms, totaling millions o…
464327maintenance
nst/JSONTestSuite
A comprehensive test suite of JSON files for validating RFC 8259 compliant JSON parsers, with files named to indicate whether content must …
321163stable
browserengineering/book
The source for 'Web Browser Engineering', an open-access book by Pavel Panchekha and Chris Harrelson that teaches how web browsers work by …
761159active
xingag/spider_python
A collection of Python web scraping examples and tutorials covering requests, xpath, BeautifulSoup, regex, multithreading, Selenium, Scrapy…
751152active
learnbyexample/learn_gnuawk
An example-based ebook and guide for mastering GNU awk, with hundreds of examples and exercises available as markdown, web, pdf, and epub v…
581145active
DOS-History/Paterson-Listings
A transcription of Tim Paterson's original DOS printouts, containing the source code of the 86-DOS 1.00 kernel, PC-DOS 1.00 pre-release ker…
601127stable
taoyds/spider
Spider is a large-scale human-labeled dataset for complex and cross-domain semantic parsing and text-to-SQL, with 10,181 questions and 5,69…
321097stable
dloss/binary-parsing
A curated awesome-list of libraries and tools for parsing binary data structures such as file formats, network protocols, and bitstreams, o…
751064active
kajweb/dict
A collection of English vocabulary word lists (CET-4/6, postgraduate entrance exam, IELTS, TOEFL, SAT, GMAT, GRE) scraped from a vocabulary…
323505maintenance
sdiehl/write-you-a-haskell
A free online book by Stephen Diehl that teaches how to build a modern functional language compiler from first principles in Haskell. It co…
323482maintenance
opencypher/openCypher
openCypher is an open-source specification of the Cypher property graph query language, including grammar, TCK test suites, and language re…
711022active
NAalytics/Assemblies-of-putative-SARS-CoV2-spike-encoding-mRNA-sequences-for-vaccines-BNT-162b2-and-mRNA-1273
A research dataset repository containing experimentally derived sequence assemblies of the mRNA components of the Moderna (mRNA-1273) and P…
323352maintenance
ronami/minipack
Minipack is a simplified, heavily commented implementation of a modern JavaScript module bundler, intended to teach how tools like Webpack,…
323300maintenance
cdoco/common-regex
A curated collection of commonly used regular expressions, documented in Chinese, covering email, phone numbers, domains, IPs, account name…
323133maintenance
neologd/mecab-ipadic-neologd
A customized system dictionary for the MeCab Japanese morphological analyzer, containing millions of neologisms and named entities extracte…
232789maintenance
edn-format/edn
A specification for Extensible Data Notation (edn), a text-based data format for conveying immutable values, used by Clojure, Datomic, and …
322766maintenance
cdoco/learn-regex-zh
A Chinese translation of the 'Learn Regex the Easy Way' tutorial, teaching regular expressions from basic matching to lookaheads and flags.…
322726maintenance
geohot/corona
A Python project by geohot that applies software reverse engineering techniques to analyze the SARS-CoV-2 coronavirus genome, treating the …
322516maintenance
Python3WebSpider/Python3WebSpider
Source code repository for the Chinese book 'Python3 Web Spider Development in Practice' by Cui Qingcai. It contains example code covering …
322434maintenance
MinhasKamal/CreepyCodeCollection
A curated collection of bizarre, obfuscated, and clever code snippets such as quines, polyglots, code-golfed programs, and esoteric tricks …
322401maintenance
lukehaas/RegexHub
RegexHub is a curated collection of useful regular expression patterns with names, descriptions, and tags, browsable on a hosted website. I…
352309maintenance
mathiasbynens/small
A curated collection of the smallest possible syntactically valid files across many formats, including archives, images, executables, docum…
322298maintenance
google-deepmind/code_contests
CodeContests is a competitive programming dataset from DeepMind used to train AlphaCode. It contains programming problems with test cases p…
102202maintenance
lemonhu/stock-knowledge-graph
A small educational project that builds a securities knowledge graph in Neo4j from public web data, including company executives and stock …
322171maintenance
ngaut/builddatabase
An open-source book/course that teaches how to build a distributed SQL database from scratch, using TiDB and TiKV source code as reference …
322149maintenance
talent-plan/tinysql
TinySQL is an educational course for building the SQL layer of a distributed relational database in Go, modeled on a simplified TiDB. It co…
322047maintenance
react/jsx
The JSX specification defines an XML-like syntax extension to ECMAScript for expressing tree structures with attributes, intended to be con…
321999maintenance
Ehco1996/Python-crawler
A systematic, from-scratch tutorial repository for learning how to write Python web crawlers, with example code for BeautifulSoup, Scrapy, …
321915maintenance
parsiya/Hacking-with-Go
A free tutorial series teaching Go programming to security professionals, modeled on the Black Hat Python/C# book series. It covers Go fund…
101815maintenance
salesforce/WikiSQL
WikiSQL is a large crowd-sourced annotated dataset for semantic parsing, pairing natural language questions with SQL queries over Wikipedia…
101805maintenance
librauee/Reptile
A Python3 web scraping learning repository containing dozens of hands-on crawler examples targeting popular Chinese websites like Maoyan, D…
321749maintenance
brenns10/lsh
LSH is a minimal Unix shell written in C, created as the companion code for a well-known tutorial on how shells work. It demonstrates the c…
321717maintenance
mbrubeck/robinson
Robinson is a toy web rendering engine written in Rust, built purely for educational purposes to demonstrate how browser engines work. It i…
321651maintenance
andrejbauer/plzoo
The Programming Languages Zoo is a collection of miniature programming language implementations in OCaml demonstrating techniques for build…
321592maintenance
duguying/parsing-techniques
A collaborative Chinese translation of the classic compiler book 'Parsing Techniques' by Dick Grune and Ceriel J.H. Jacobs. The translation…
621559maintenance
kkdai/project52
A collection of 52 small Go projects written one per week over a year as a personal learning challenge. It serves as example code covering …
321470maintenance
scrapy/quotesbot
A sample Scrapy project that scrapes quotes, authors, and tags from quotes.toscrape.com using two spiders (CSS selectors and XPath). It is …
321360maintenance
spandanb/learndb-py
LearnDB is an educational project that teaches database internals by guiding users through implementing a simplified SQLite-like relational…
321326maintenance
OTRF/OSSEM
OSSEM is a community-led project that documents, standardizes, and models security event logs through data dictionaries, a common data mode…
321300maintenance
wainshine/Company-Names-Corpus
A Chinese-language corpus dataset of company names (4.8M entries), organization names (1.1M), and company abbreviations/brand names (280K),…
231296maintenance

page 1 / 2 next →