Problem I have this code that I’ve made to parse a string of HTML and tell me if it is […]
Tag: parsing
Parsing ~100,000 strings and matching them to various classes
Problem I have an app that takes in “commands” in the form of strings that are parsed, and then passed […]
Variadic function to find the first matching (string) argument in a larger array
Problem Playing around with parsing a data buffer I wrote a small search function to find the first complete match […]
Stack based recursive arithmetic expression parser
Problem I recently started to learn C++ and came across this problem in a book “Object Oriented Programming in C++” […]
Parsing JSON with JavaScript
Problem I need to write some JavaScript code that will take a JSON string, parse it, and return the names […]
Simple parser using Flex and C++
Problem This is an alternative parser based on the specifications from this question. Briefly stated, the input file is a […]
Matching a set of conditions based on keywords to text
Problem I am currently working on a function that should return true or false based on a condition written in […]
Extracting a database name from a file
Problem I am developing a project that converts SQL server file to MySQL file based on some assumptions. I have […]
The Bucketizer Script
Problem This code is written in a SSIS Script Component that basically accomplishes what I previously had as a T-SQL […]
Python hash format converter
Problem This program should convert a file containing Mana, Hashcat or John the Ripper NTLMv1 hashes to another file containing […]