Skip to content
View ILPlais's full-sized avatar
👨‍🏫
In cyber-security training
👨‍🏫
In cyber-security training

Block or report ILPlais

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

Pinned Loading

  1. GPSLib GPSLib Public

    Delphi component for the management of the NMEA 0183 GPS frames received on COM ports.

    Pascal 2

  2. GooglePhotosRemoveEmptyAlbums GooglePhotosRemoveEmptyAlbums Public

    Remove all empty albums from a Google Photos account

    Python

  3. Recursively scans a directory and ca... Recursively scans a directory and calculates the MD5 sums of files to find duplicates and delete the oldest ones.
    1
    #!/bin/python3
    2
    import hashlib
    3
    import os
    4
    import datetime
    5
    from tqdm import tqdm	# To install tqdm: pip install tqdm
  4. GetFindVUKOnllineDB GetFindVUKOnllineDB Public

    Get the Blu-ray database from FindVUK Onlline Database

    PowerShell 3

  5. binary_qrcode_stegano binary_qrcode_stegano Public

    Uses QR codes to steganograph binary data in a video.

    Python 3

  6. SudokuHTML SudokuHTML Public

    An HTML/JS sudoku solver

    JavaScript