Pinned Repositories
mergesort
Merge sort algorithm in C. This program demonstrates merge sort of an array of unsigned integers. This C code is written with the mindset of OOP, and features objects, constructor/destructor, separation of data and algorithm.
CppVerbalExpressions
C++ regular expressions made easy
dictionary
A JSON representation of Webster's Unabridged Dictionary
json
JSON for Modern C++
libconfuse
Small configuration file parser library for C.
minicheckers-electronjs
MyMakefileExample
This is a demonstration of my Makefile at work.
tokenize
Tokenizer Module. The Module features: 1. Returning all tokens at once in an STL vector. 2. Supports delimiters of any length. 3. Enables treating some delimiters as tokens, while others are regular delimiters in the same parse.
ariel1segal's Repositories
ariel1segal/minicheckers-electronjs
ariel1segal/MyMakefileExample
This is a demonstration of my Makefile at work.
ariel1segal/mergesort
Merge sort algorithm in C. This program demonstrates merge sort of an array of unsigned integers. This C code is written with the mindset of OOP, and features objects, constructor/destructor, separation of data and algorithm.
ariel1segal/json
JSON for Modern C++
ariel1segal/libconfuse
Small configuration file parser library for C.
ariel1segal/tokenize
Tokenizer Module. The Module features: 1. Returning all tokens at once in an STL vector. 2. Supports delimiters of any length. 3. Enables treating some delimiters as tokens, while others are regular delimiters in the same parse.
ariel1segal/dictionary
A JSON representation of Webster's Unabridged Dictionary
ariel1segal/CppVerbalExpressions
C++ regular expressions made easy