Skip to content
View mKotoulas's full-sized avatar

Block or report mKotoulas

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Vegetation-Indexes Vegetation-Indexes Public

    A python script to apply VARI,GLI and VIGREEN vegetation indexes in a set of user defined images

    Python 3

  2. NewsPaperScrapper NewsPaperScrapper Public

    A python script to scrape data from various greek newspapers

    Python 2

  3. Hidden-Beauty Hidden-Beauty Public

    Hiding files inside RGB images using steganography

    Python 1

  4. Advent_Of_Code_puzzles_2022 Advent_Of_Code_puzzles_2022 Public

    My solutions for the Aoc puzzles (year=2022)

    Python 1

  5. Knight-Tour Knight-Tour Public

    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

    Python

  6. Json-Encryptor-Decryptor Json-Encryptor-Decryptor Public

    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 enc…