Articles by Tag #parser

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Бесплатный парсер сайта 2GIS с помощью браузера Google Chrome.

Представьте на минутку, как Вы (или любой другой человек) открывает браузер, «ходит» по сайтам и...

Learn More 27 0Aug 28 '24

Getting Started with Tree-sitter: Syntax Trees and Express API Parsing

Tree-sitter is a powerful parser generator tool that enables you to build efficient and incremental...

Learn More 23 4Apr 15

Parsing in C#

Introduction Silverfly is a robust framework designed for building parsers with a focus on...

Learn More 2 2Aug 12 '24

FG.CsvParser: A Powerful .NET Library for Working with CSV Files

FG.CsvParser: A Powerful .NET Library for Working with CSV Files Working with CSV files is...

Learn More 2 0Jan 18

Validating Terraform configuration just got easier

Upgrading provider versions is essential for keeping your infrastructure managed with Terraform...

Learn More 0 0Dec 30 '24

ua-parser-js License Change and What It Means for Developers

ua-parser-js, one of the most used libraries on npm with over 54 million monthly downloads, is...

Learn More 0 0Jan 6

Fast Mode—AgentQL is “fast by default”—Launch week day 2

AgentQL’s new Fast Mode is now the default for all users. Designed for quick, reliable web scraping and automation, Fast Mode offers faster response times without sacrificing accuracy. Perfect for high-volume data scrapers, automation workflows, and rapid prototyping!

Learn More 0 0Nov 12 '24

Apache Log Parser and Data Normalization Application

Python handles File Processing & MySQL handles Data Processing ApacheLogs2MySQL...

Learn More 0 0Nov 10 '24

The One Hour Expression Language

Write an Expression Langauge in One Hour or More

Learn More 0 0Jan 20

DOMParser() usage in react-scan source code.

I found DOMParser in react-scan source code as shown below. const iconSprite = new...

Learn More 0 0Feb 25

How to parse computer code, Advent of Code 2024 day 3

Having tackled some of the later Advent of Code challenges, I wanted to revisit Day 3, which...

Learn More 0 0Jan 6

Building a parser combinator: the `char` parser.

In the previous post, an implementation of the parser class have been introduced, and in this post...

Learn More 0 0Jun 25 '24