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

function: parser

2660 products, primary matches first, then adoption-weighted; health v2 shown.

ProductHealth v2StarsMaturity
i-net-software/JWebAssembly
JWebAssembly is a Java bytecode to WebAssembly compiler that takes Java class files as input and generates .wasm binary or .wat text output…
671052active
soulverteam/SoulverCore
SoulverCore is a Swift framework providing a natural language math engine that evaluates expressions like '65 kg in pounds' or '$25k over 1…
951051active
nygard/class-dump
class-dump is a command-line utility that examines the Objective-C runtime information in Mach-O binaries and generates Objective-C header …
233587maintenance
python-attrs/cattrs
cattrs is a Python library for converting unstructured data like dictionaries into attrs classes and dataclasses and back, with validation.…
841050active
blang/semver
A Semantic Versioning (semver) library for Go that fully implements the semver 2.0.0 spec. It provides parsing, validation, comparison, ran…
231050stable
danielstjules/jsinspect
jsinspect is a Node.js CLI tool that detects copy-pasted and structurally similar JavaScript code by comparing ASTs rather than raw tokens.…
233581maintenance
jaimeiniesta/metainspector
MetaInspector is a Ruby gem for web scraping that fetches a given URL and exposes its title, meta description, keywords, links, images, cha…
691049active
cyang-kth/fmm
FMM is an open-source map matching framework in C++ with Python bindings that aligns noisy GPS trajectories to road networks using hidden M…
231049active
lijiejie/GitHack
GitHack is a Python CLI exploit tool that reconstructs a website's source code from an exposed .git folder. It parses the .git/index file, …
323574maintenance
Ullaakut/nmap
An idiomatic Go library that wraps the nmap network scanner by shelling out to the nmap binary and parsing its XML output. It lets Go devel…
901047active
arq5x/bedtools2
bedtools is a suite of command-line utilities for genome arithmetic, enabling set-theory operations like intersect, merge, count, complemen…
621047stable
alecthomas/kingpin
Kingpin is a fluent-style, type-safe command-line and flag parser for Go, supporting flags, nested sub-commands, positional arguments, and …
673569maintenance
atenfyr/UAssetGUI
UAssetGUI is a desktop tool for low-level inspection and hand-editing of Unreal Engine game asset files (.uasset). It also supports command…
821046active
HVML/PurC
PurC is the prime interpreter for HVML, a programmable markup (descriptive) programming language, implemented in C/C++. It is distributed b…
641046active
geotiffjs/geotiff.js
geotiff.js is a pure JavaScript library for parsing TIFF and GeoTIFF files, reading geospatial metadata and raw raster data in both browser…
841045active
hanFengSan/eHunter
eHunter is a Tampermonkey/userscript that injects a Vue 3-based comic reader UI into supported comic sites (EH/EXHentai, NHentai), offering…
761045active
0x7c13/Pal3.Unity
Pal3.Unity is an open-source C#/Unity re-implementation of the classic Chinese RPGs The Legend of Sword and Fairy 3 and its Gaiden: Wenqing…
681045active
kelvinBen/AppInfoScanner
A Python-based static information-gathering scanner for mobile apps (Android APK/DEX, iOS IPA/Mach-O) and static web content (HTML, JS, H5)…
233558maintenance
danfengcao/binlog2sql
A Python CLI tool that parses MySQL row-format binary logs and converts them into standard SQL, rollback (flashback) SQL, or INSERT stateme…
323555maintenance
remarkjs/remark-lint
remark-lint is a collection of ~70 remark plugins and 3 presets that lint markdown code style, built on the unified/remark ecosystem and in…
611042active
Rightpoint/BonMot
BonMot is a Swift library for building attributed strings with a declarative, chainable styling API across iOS, macOS, tvOS, and watchOS. I…
233548maintenance
python-hyper/h2
h2 is a pure-Python implementation of the HTTP/2 protocol stack that performs no I/O, making it embeddable in any program or framework. It …
751041stable
sqlparser/sqlflow_public
SQLFlow is a tool that tracks column-level data lineage from SQL scripts across more than 20 major databases like Snowflake, Hive, Oracle, …
691041active
taozhi8833998/node-sql-parser
A Node.js and browser library that parses SQL statements into an abstract syntax tree (AST) and converts ASTs back to SQL. It supports mult…
801039active
tidyverse/readr
readr is an R package from the tidyverse for fast, friendly reading of rectangular data from delimited files such as CSV, TSV, fixed-width,…
711039stable
uber-go/gopatch
gopatch is a command-line tool for matching and transforming Go source code using patch files that understand Go syntax. It operates like t…
261039active
kofrasa/mingo
Mingo is a TypeScript library that implements the MongoDB query language for in-memory JavaScript objects. It supports queries, projections…
751038active
braintree/credit-card-type
A small JavaScript/TypeScript utility library that identifies credit card brand types from full or partial card numbers, supporting type-as…
741038stable
contentlayerdev/contentlayer
Contentlayer is a content SDK that validates and transforms Markdown, MDX, and CMS content into type-safe JSON data you can import directly…
233535maintenance
gobwas/glob
A Go library for compiling and matching glob patterns like *.github.com, ?, [a-c], and {alt1,alt2}. Patterns are compiled once into a match…
761037stable
Jeffail/gabs
Gabs is a small Go library for parsing, creating, and editing dynamic or unknown JSON structures. It wraps map[string]interface{} hierarchi…
323527maintenance
argdown/argdown
Argdown is a simple markup syntax for analyzing complex argumentation, letting users write pros/cons and premise-conclusion structures that…
771035active
santinic/pampy
Pampy is a small (~150 line) Python library providing pattern matching, letting you match values against literals, types, tuples, lists, di…
233521maintenance
guybedford/es-module-lexer
A tiny, fast JavaScript lexer (~7KiB gzipped with inlined WebAssembly) that parses ES module syntax to extract export names and import spec…
951033stable
composecraft/composecraft
Compose Craft is an open-source web application providing a visual GUI for creating, editing, and sharing Docker Compose files via drag-and…
571033active
jszwec/csvutil
csvutil is a Go library providing fast, idiomatic, dependency-free mapping between CSV data and Go struct values via struct tags. It wraps …
281033stable
Phylliade/ikpy
IKPy is a pure-Python inverse kinematics library that computes IK for arbitrary kinematic chains defined via URDF, MJCF, DH parameters, or …
961032active
Agentic Document Extraction (ADE)
The official CLI for LandingAI's Agentic Document Extraction (ADE), which parses documents into grounded Markdown and elements and extracts…
841032active
nodeca/probe-image-size
A small JavaScript library that reads image dimensions (width, height, type, mime, orientation) from URLs, streams, or buffers without down…
761032active
benawad/destiny
A CLI tool that restructures JavaScript/TypeScript codebases into a fractal folder layout by analyzing the import graph, moving files, and …
233511maintenance
eclipse-langium/langium
Eclipse Langium is a TypeScript framework for building programming languages and domain-specific languages with built-in Language Server Pr…
931031active
rickyah/ini-parser
A C# library for reading and writing INI configuration files, compatible with .NET, Mono, and Unity3d. It stores INI data in nested diction…
231031stable
spatie/pdf-to-text
A PHP library that wraps the pdftotext binary to extract plain text from PDF files with a simple, fluent API. It requires the poppler-utils…
671029stable
CyberZHG/toolbox
A web-based collection of encoding and parsing tools, including Base64/URL encoding, diff viewing, and compiler-theory utilities that conve…
611029active
veryl-lang/veryl
Veryl is a modern hardware description language based on SystemVerilog, with a Rust-implemented compiler that transpiles Veryl source into …
991028active
ruby/prism
Prism is a portable, error-tolerant parser for the Ruby programming language written in dependency-free C99. It provides a shared library (…
911028stable
ThatOpen/engine_web-ifc
web-ifc is a JavaScript/TypeScript library backed by a C++ WASM module for reading and writing IFC (BIM) files at native speeds. It is part…
911028active
jfilter/clean-text
A Python package for cleaning and normalizing messy text, especially user-generated content from the web and social media. It fixes unicode…
811028active
mapbox/earcut.hpp
A fast, header-only C++ port of the earcut.js polygon triangulation library, implementing a modified ear-slicing algorithm optimized with z…
821026stable
wujunwei928/parse-video
A Go library and CLI tool that parses short-video share links from 25+ Chinese platforms (Douyin, Kuaishou, Bilibili, Xiaohongshu, Weibo, e…
811026active
go-playground/webhooks
A Go library for receiving and parsing webhook payloads from GitHub, Bitbucket, GitLab, Docker Hub, Gogs, and Azure DevOps. It parses the e…
231026stable
fossology/fossology
FOSSology is an open source license compliance system and toolkit that scans software for licenses, copyrights, and export control data. It…
871024active
harehare/mq
mq is a jq-like command-line tool and query language for slicing, filtering, and transforming Markdown via its AST, written in Rust as a si…
831024active
acl-org/aclpubcheck
A Python CLI tool that checks ACL conference paper PDFs for formatting violations such as font errors, margin violations, and author format…
571023active
answer-huang/dSYMTools
A macOS GUI application that symbolicates iOS crash logs by resolving hexadecimal memory addresses against dSYM or xcarchive files. It wrap…
443472maintenance
maxmind/libmaxminddb
A C library for reading MaxMind DB files, the binary format used by MaxMind's GeoIP databases. It provides fast IP address lookups with fle…
901022stable
daijro/hrequests
hrequests is a Python HTTP client library that replaces the requests library with browser TLS fingerprint replication, HTTP/2 support, and …
301022active
thoughtbot/Argo
Argo is a functional JSON parsing library for Swift that extracts type-safe models from JSON with explicit failure states. It was inspired …
233471maintenance
gcarmix/HexWalk
HexWalk is a cross-platform GUI hex editor, viewer, and binary analyzer built on qhexedit2, Capstone, and Qt. It combines hex editing with …
841021active
leafo/moonscript
MoonScript is a programmer-friendly dynamic scripting language with significant whitespace, classes, and comprehensions that compiles to Lu…
863463maintenance
michelf/php-markdown
A PHP library that parses Markdown and Markdown Extra syntax and converts it to HTML, derived from John Gruber's original Markdown.pl. It i…
443462maintenance
owner888/phpspider
phpspider is a PHP web crawling framework that lets developers build scrapers with a simple config array, handling multi-process workers, l…
233461maintenance
LuckyPray/DexKit
DexKit is a high-performance dex parsing and deobfuscation library implemented in C++ with Kotlin bindings, used to locate obfuscated class…
871019active
ArashPartow/exprtk
ExprTk is a C++ runtime mathematical expression parsing and evaluation engine, provided as an easy-to-integrate library. It supports arithm…
751019stable
Shopify/go-lua
go-lua is a port of the Lua 5.2 virtual machine and compiler to pure Go, provided as a Go library for embedding Lua scripting into Go appli…
473453maintenance
ma6254/FictionDown
FictionDown is a Go-based command-line tool for batch downloading and crawling web novels from sites like Qidian and Biquge. It supports mu…
241015active
SethMMorton/natsort
natsort is a Python library providing natural (human-friendly) sorting of strings containing numbers, as a drop-in replacement for the buil…
751012stable
jabcode/jabcode
JAB Code (Just Another Bar Code) is a high-capacity 2D color bar code that encodes more data than traditional black-and-white barcodes. The…
671012active
jackwener/wechat-article-to-markdown
A Python CLI tool that fetches WeChat Official Account articles using anti-detection browser automation (Camoufox) and converts them to cle…
481012active
quietvoid/dovi_tool
dovi_tool is a Rust CLI tool combining utilities for working with Dolby Vision metadata, including parsing, editing, generating, muxing, an…
891011active
syntax-tree/unist
unist is a specification for universal syntax trees that can represent abstract and concrete syntax trees for code, markup, and natural lan…
611011stable
ownthink/Jiagu
Jiagu is a Python library for Chinese natural language processing built on deep learning models trained on large-scale corpora. It provides…
323424maintenance
gimli-rs/gimli
gimli is a Rust library for reading and writing the DWARF debugging format. It is zero-copy, lazy, and works with any object file format, u…
751010stable
cshuaimin/ssr.nvim
A Neovim plugin providing structural search and replace at the AST level using Tree-sitter. Users write search patterns with wildcards like…
661010active
devongovett/regexgen
A JavaScript library and CLI that generates minimal regular expressions matching a given set of strings, using a trie, DFA minimization, an…
323421maintenance
JoMingyu/google-play-scraper
A Python library that provides APIs to crawl the Google Play Store for app details, reviews, and other data without any external dependenci…
321009active
noties/Markwon
Markwon is an Android markdown library that parses markdown per the CommonMark spec using commonmark-java and renders it as native Android …
233415maintenance
kennethreitz/maya
Maya is a Python library that provides a human-friendly API for working with datetimes, wrapping Python's datetime with simpler parsing, fo…
233410maintenance
dlbeer/quirc
Quirc is a small, dependency-free C library for extracting and decoding QR codes from images, fast enough for realtime video. It handles ro…
421005active
odedshimon/BruteShark
BruteShark is an open-source Network Forensic Analysis Tool (NFAT) that deeply inspects network traffic from PCAP/PCAPng files or live capt…
233396maintenance
letiantian/TextRank4ZH
A Python implementation of the TextRank algorithm tailored for Chinese text, extracting keywords, key phrases, and extractive summaries usi…
413392maintenance
noraj/haiti
Haiti is a CLI tool and Ruby library that identifies hash types, detecting 675+ hash formats including modern algorithms like SHA3, Keccak,…
761000active
ezyang/htmlpurifier
HTML Purifier is a PHP library that filters HTML input using whitelists and aggressive parsing to remove XSS attacks while producing standa…
713352maintenance
Voog/wysihtml
wysihtml is an open-source, dependency-free rich text WYSIWYG editor for the web, forked from xing/wysihtml5. It generates valid semantic H…
233349maintenance
slevithan/xregexp
XRegExp is a JavaScript library providing augmented, extensible regular expressions with modern syntax and flags beyond native browser supp…
553326maintenance
ccampbell/rainbow
Rainbow is a lightweight (~2.5kb) JavaScript syntax highlighting library for coloring code blocks in web pages. It works in the browser via…
233297maintenance
kevinzg/facebook-scraper
A Python library for scraping public Facebook pages, groups, profiles, and posts without requiring an API key. It provides a simple get_pos…
323276maintenance
YousefED/typescript-json-schema
A TypeScript library and CLI tool that compiles TypeScript sources and generates JSON Schema definitions from their types. It handles requi…
743267maintenance
mojombo/chronic
Chronic is a pure Ruby natural language date and time parser that converts phrases like 'tomorrow at 6:45pm' or '3rd wednesday in november'…
323252maintenance
wenbochang888/house
A Java web scraper built with SpringBoot, HttpClient, and JSoup that crawls famous Tianya forum threads about China's housing market and co…
323231maintenance
caj2pdf/caj2pdf
A Python CLI tool that converts CNKI's proprietary CAJ document files into PDFs while preserving selectable text and outline information. I…
323228maintenance
jceb/vim-orgmode
A Vim file type plugin that brings Emacs Org-Mode's text outlining and task management to Vim, including folding, heading navigation, TODO …
643185maintenance
bluelinelabs/LoganSquare
LoganSquare is a fast JSON parsing and serialization library for Android, built on Jackson's streaming API with compile-time annotation pro…
323180maintenance
sharkdp/insect
Insect is a high-precision scientific calculator with full support for physical units, available both as a terminal application and a brows…
103168maintenance
malcommac/SwiftRichString
A lightweight Swift library for elegantly creating and manipulating attributed strings on iOS, macOS, tvOS, and watchOS. It supports declar…
233148maintenance
twitter/twitter-text
A collection of official Twitter libraries and conformance tests for parsing and tokenizing Tweet text. It determines character counts and …
233138maintenance
zzz40500/GsonFormat
GsonFormat is a JetBrains IDE plugin (Android Studio / IntelliJ IDEA) that generates Java entity classes from a JSON string, following Gson…
233128maintenance
layervault/psd.rb
PSD.rb is a Ruby library for parsing Adobe Photoshop (PSD) files. It exposes the document as a manageable tree structure with access to lay…
233115maintenance
soot-oss/soot
Soot is a Java bytecode analysis and optimization framework providing four intermediate representations (Baf, Jimple, Shimple, Grimp) for a…
783099maintenance
CrawlScript/WebCollector
WebCollector is an open-source Java web crawler framework that provides simple interfaces for building multi-threaded web crawlers quickly.…
623084maintenance

← prev page 17 / 27 next →