Pinned Repositories
amicable_pairs
A program that finds all amicable pairs up to a LIMIT
asan_examples
AutomaticWatering
This is a project for Automatic Watering an indoors plant, using an Arduino UNO, a water pump, and other modules.
cpp-concurrency
C++ Concurrency Snippets and Algorithms
cpp_dbg_out
A dbg_out variadic macro that prints the function, file, line and the rest of the arguments from where it's called, to the standard output.
cpp_tutorial
This is a C++ tutorial
hash
pocket-cli
A CLI (Command Line Interface) for Pocket (getpocket.com)
signal_handler
spef-check
A tool to parse and check the correctness of a SPEF file
christosg88's Repositories
christosg88/pocket-cli
A CLI (Command Line Interface) for Pocket (getpocket.com)
christosg88/amicable_pairs
A program that finds all amicable pairs up to a LIMIT
christosg88/asan_examples
christosg88/cpp-concurrency
C++ Concurrency Snippets and Algorithms
christosg88/cpp_dbg_out
A dbg_out variadic macro that prints the function, file, line and the rest of the arguments from where it's called, to the standard output.
christosg88/cpp_tutorial
This is a C++ tutorial
christosg88/hash
christosg88/spef-check
A tool to parse and check the correctness of a SPEF file
christosg88/AutomaticWatering
This is a project for Automatic Watering an indoors plant, using an Arduino UNO, a water pump, and other modules.
christosg88/markov_guessing
Guess an MD5 hashed password using Markov chains to reduce the character space and the sequence by which the characters are tried.
christosg88/signal_handler
christosg88/BinarySearchTree
A Binary Search Tree class
christosg88/christosg88
christosg88/cpplox
A Lox parser written in C++20
christosg88/def
Si2 DEF parser
christosg88/hackerrank
My hackerrank solutions
christosg88/hackerrank-rust
christosg88/lef
Si2 LEF parser
christosg88/lifetimekata
An exploration of lifetimes in Rust.
christosg88/mt_du
A tool to find the disk usage of directories using all available threads
christosg88/nvim
My Neovim config
christosg88/Parser-SPEF
A Fast C++ Header-only Parser for Standard Parasitic Exchange Format (SPEF).
christosg88/ProjectEuler-old
christosg88/raycasting
christosg88/rustlings
:crab: Small exercises to get you used to reading and writing Rust code!
christosg88/SortingAlgorithms
A collection of sorting algorithms.
christosg88/third-party-libs
Examples with using third-party libraries
christosg88/thread-pool
BS::thread_pool: a fast, lightweight, and easy-to-use C++17 thread pool library
christosg88/tqdm
A Fast, Extensible Progress Bar for Python and CLI
christosg88/vim-night