Markup Language Operations in Nim to extract and remove el

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • HTML-XML-Operations-Nim

    Mark Up Language extraction, removal and copy

  • q.nim

    Query HTML/XML elements using a CSS3 or jQuery-like selector syntax

  • nim does have basic HTML support too¹, and there are a bunch of packages available with nimble to extend that support in various ways(including a few that offer CSS selector filtering like q²).

    ¹ https://nim-lang.org/docs/htmlparser.html

    ² https://github.com/OpenSystemsLab/q.nim

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • gumbo-parser

    Discontinued An HTML5 parsing library in pure C99

  • oops... I saw a markup parser and automatically thought XML, but you are right! HTML is actually a whole different beast!

    As it turns out, seems like nim also has an html parser [1], but I'm guessing something like Google's gumbo [2] could be more reliable, but you would have to write bindings for nim.

    1: https://nim-lang.org/docs/htmlparser.html

    2: https://github.com/google/gumbo-parser

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts