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

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

  1. GetFindVUKOnllineDB GetFindVUKOnllineDB Public

    Get the Blu-ray database from FindVUK Onlline Database

    PowerShell

  2. GPSLib GPSLib Public

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

    Pascal 2

  3. BingMapsGPS BingMapsGPS Public

    Bing Maps GPS

    Component Pascal

  4. Récupère des informations sur un exé... Récupère des informations sur un exécutable
    1
    // Information sur un exécutable
    2
    TInfoSurExe = record
    3
      FileDescription,
    4
      CompanyName,
    5
      FileVersion,
  5. Retourne les informations de version... Retourne les informations de version d'un applicatif déterminé
    1
    procedure InfosVersion(Fichier: String;
    2
      out Majeure, Mineure, Release, Build: Integer);
    3
    var
    4
      VerInfoSize, VerValueSize, Dummy: DWord;
    5
      VerInfo:  Pointer;
  6. binary_qrcode_stegano binary_qrcode_stegano Public

    Uses QR codes to steganograph binary data in a video.

    Python 2