Search Articles — Sudonull

Search Results

In this project

LLM for parsing GOSTs: from 2 hours to 5 min

https://sudonull.com/llm-for-parsing-gosts-from-2-hours-to-5-min

Case of automating parameter extraction from GOST scans in production. LLM reduced time on control charts by 24 times. Architecture, prompts, debugging for developers.

ATS rejections: resume parsing problems

https://sudonull.com/ats-rejections-resume-parsing-problems

Breaking down why ATS reject resumes: weak parsing, exact keywords, 43% rejections due to format. Tips for optimization and bypassing for IT specialists. Learn how to pass filters.

SIMD CSV parsing: nibble classification

https://sudonull.com/simd-csv-parsing-nibble-classification

Learn how to vectorize a CSV parser with ARM NEON: nibble tables, bit masks, prefix XOR. Code and algorithms for middle/senior developers. Read!

Database Architecture for Parsing Tariffs on PostgreSQL

https://sudonull.com/database-architecture-for-parsing-tariffs-on-postgresql

Study the star schema for storing internet and TV tariffs: fact tables, dimensions, historicity triggers, indexes. Full SQL code for middle/senior developers. Implement provider monitoring without data loss.

Link Verification in Science with ML

https://sudonull.com/link-verification-in-science-with-ml

Automatic PDF Bibliography Check System: parsing, DOI validation, ML credibility assessment. For developers and reviewers — learn the pipeline and challenges. Implement it yourself.

From other projects

Elliot Anderson Misses Match After Mother's Passing

https://lrivo.com/elliot-anderson-misses-match-after-mother-s-passing

Nottingham Forest midfielder Elliot Anderson missed the Europa League tie vs Porto due to a personal loss. Forest advanced to the semi-finals.

From the web

Introduction to Parsers - GeeksforGeeks

https://www.geeksforgeeks.org/compiler-design/introduction-of-parsing-ambiguity-and-parsers-set-1/

Jul 2, 2026 · Parsing is the process of analyzing a sequence of tokens to determine their grammatical structure according to the rules of a language. It organizes tokens into a parse tree or syntax tree, which represents the structural relationship between different parts of the input.

Jan 16, 2026 ·

https://www.tutorialpedia.org/blog/what-is-parsing-in-terms-that-a-new-programmer-would-understand/

Jan 16, 2026 · For new programmers, parsing might sound intimidating, but it’s actually a fundamental concept you’ll encounter constantly—whether you’re writing code, building apps, or even just using software. In this blog, we’ll break down parsing in simple terms, using real-life analogies and step-by-step examples.

May 14, 2026 ·

https://tomassetti.me/guide-parsing-algorithms-terminology/

May 14, 2026 · An in-depth coverage of parsing terminology an issues, together with an explanation for each one of the major algorithms and when to use them

Oct 21, 2025 ·

https://www.ipcook.com/blog/what-is-data-parsing

Oct 21, 2025 · This article will show you what data parsing is, why it matters, how it works, and how to scrape and parse data efficiently using tools like IPcook.

May 29, 2010 ·

https://stackoverflow.com/questions/2933192/what-is-parsing-in-terms-that-a-new-programmer-would-understand

May 29, 2010 · What is parsing ? In computer science, parsing is the process of analysing text to determine if it belongs to a specific language or not (i.e. is syntactically valid for that language's grammar). It is an informal name for the syntactic analysis process.

Jan 8, 2025 ·

https://www.w3resource.com/computer-programming/parsing-types-uses.php

Jan 8, 2025 · Learn the basics of parsing , its uses, and types in this beginner-friendly guide. Includes examples in Python and JavaScript to help you get started.

Jul 3, 2019 ·

https://www.thoughtco.com/parsing-grammar-term-1691583

Jul 3, 2019 · Parsing is a grammatical exercise that involves breaking down a text into its component parts of speech to understand its meaning.

Aug 5, 2019 ·

https://themightyprogrammer.dev/article/parsing

Aug 5, 2019 · Parsing is a process of converting formatted text into a data structure.

Trending Now