Skip to content

Instantly share code, notes, and snippets.

View ucefkh's full-sized avatar

Youssef Khouidi ucefkh

View GitHub Profile
@esperlu
esperlu / mysql2sqlite.sh
Created April 27, 2011 05:46
MySQL to Sqlite converter
#!/bin/sh
# Converts a mysqldump file into a Sqlite 3 compatible file. It also extracts the MySQL `KEY xxxxx` from the
# CREATE block and create them in separate commands _after_ all the INSERTs.
# Awk is choosen because it's fast and portable. You can use gawk, original awk or even the lightning fast mawk.
# The mysqldump file is traversed only once.
# Usage: $ ./mysql2sqlite mysqldump-opts db-name | sqlite3 database.sqlite
# Example: $ ./mysql2sqlite --no-data -u root -pMySecretPassWord myDbase | sqlite3 database.sqlite
@vool
vool / ryanapi.md
Last active March 22, 2026 23:30
Ryanair api endpoints

Note

This gist was created in 2015 with endpoints and parameters info for Ryanair’s API's, I just wrote a bit about it here

It's 2025, if you have landed here while looking to access Ryanair’s API I suggest you check out ryanair-py by Ciarán Ó hAoláin.


API domains

https://desktopapps.ryanair.com