Skip to content

Instantly share code, notes, and snippets.

View Epse's full-sized avatar

Stef Pletinck Epse

View GitHub Profile
@MikeRomaa
MikeRomaa / fsdlp.md
Last active May 22, 2025 08:31
Flight Simulation Data Link Protocol (FSDLP) v1

Warning

This document is still work in progress. All parts are subject to change following working group discussion.

Flight Simulation Data Link Protocol (FSDLP) v1

Status Work In Progress
Author Michael Romashov
@jannikolai
jannikolai / convert_enpass_to_keepass.rb
Created July 16, 2014 09:52
Ruby script to migrate Enpass to KeePass
# Converts the Export of Enpass to a format readable by KeePass
#
# This file is not heavily tested but worked for me in most cases. Of course
# some manual steps to regroup and edit the entries had to be done afterwards
#
# Exported with Enpass 4.0.1: File > Export > TXT
# ruby convert_enpass_to_keepass.rb FILENAME.txt > OUTPUT.xml
# Imported with KeePassX 0.4.3: File > Import from ... > KeePassX XML (*.xml)
require 'set'