Pinned Repositories
Advent_Of_Code_puzzles_2022
My solutions for the Aoc puzzles (year=2022)
GUI
Hidden-Beauty
Hiding files inside RGB images using steganography
Json-Encryptor-Decryptor
Code snippets to encrypt JSON data in node.js with crypto and decrypt them in javascript using crypto-js under the aes-256 in cbc mode and with random init vector (iv). The encoded JSON is then encoded as a base-64 string.
Knight-Tour
A python script to find a solution to the famous chess problem, either by brute forse or by applying a heuristic solution along with the functionality to try yourself solving the puzze
NewsPaperScrapper
A python script to scrape data from various greek newspapers
Vegetation-Indexes
A python script to apply VARI,GLI and VIGREEN vegetation indexes in a set of user defined images
mKotoulas's Repositories
mKotoulas/Vegetation-Indexes
A python script to apply VARI,GLI and VIGREEN vegetation indexes in a set of user defined images
mKotoulas/NewsPaperScrapper
A python script to scrape data from various greek newspapers
mKotoulas/Advent_Of_Code_puzzles_2022
My solutions for the Aoc puzzles (year=2022)
mKotoulas/Hidden-Beauty
Hiding files inside RGB images using steganography
mKotoulas/GUI
mKotoulas/Json-Encryptor-Decryptor
Code snippets to encrypt JSON data in node.js with crypto and decrypt them in javascript using crypto-js under the aes-256 in cbc mode and with random init vector (iv). The encoded JSON is then encoded as a base-64 string.
mKotoulas/Knight-Tour
A python script to find a solution to the famous chess problem, either by brute forse or by applying a heuristic solution along with the functionality to try yourself solving the puzze