- 2019 Royal Air Maroc Boeing B787-9
- 9Air Boeing 737 MAX 8
- A320-251N Azul Linhas Aéreas Brasileiras PR-YSA
- A320-251N Sky Airline CC-DBE
- A320-271N JetSMART CC-AWO Tortuga Verde
- A320-271N Latam Airlines w/ mask PR-XBP
- A321-251NX Azul Linhas Aéreas Brasileiras PR-YJB
- Azores Airlines A321neo (CS-TSF)
- [A321Neo SKY Airline (CC-DCC)](htt
We can make this file beautiful and searchable if this error is corrected: It looks like row 10 should actually have 8 columns, instead of 1 in line 9.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| **Tag Name**, **Internal Name**, **ID3v2**, **Vorbis**, **APEv2**, **iTunes MP4**, **ASF/Windows Media**, **RIFF INFO** | |
| **AcoustID**, acoustid_id, TXXX:Acoustid Id, ACOUSTID_ID, ACOUSTID_ID, ----:com.apple.iTunes:Acoustid Id, Acoustid/Id, n/a | |
| **AcoustID Fingerprint**, acoustid_fingerprint, TXXX:Acoustid Fingerprint, ACOUSTID_FINGERPRINT, ACOUSTID_FINGERPRINT, ----:com.apple.iTunes:Acoustid Fingerprint, Acoustid/Fingerprint, n/a | |
| **Album**, album, TALB, ALBUM, Album, ©alb, WM/AlbumTitle, IPRD | |
| **Album Artist**, albumartist, TPE2, ALBUMARTIST, Album Artist, aART, WM/AlbumArtist, n/a | |
| **Album Artist Sort Order**, albumartistsort, TSO2 (Picard>=1.2) TXXX:ALBUMARTISTSORT (Picard<=1.1), ALBUMARTISTSORT, ALBUMARTISTSORT, soaa, WM/AlbumArtistSortOrder, n/a | |
| **Album Sort Order [4]**, albumsort, TSOA, ALBUMSORT, ALBUMSORT, soal, WM/AlbumSortOrder, n/a | |
| **Arranger**, arranger, TIPL:arranger (ID3v2.4) IPLS:arranger (ID3v2.3), ARRANGER, Arranger, n/a, n/a, n/a | |
| **Artist**, artist, TPE1, ARTIST, Artist, ©ART, Author, IART | |
| **Arti |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- DO NOT EDIT OR DELETE LINES WITH COMMENTS (it's look like as this or next line) | |
| -->{{WoWs_Ship | |
| |Promo=<!-- in case of gift or promo ship write conditions to get it. (optional)--> | |
| USS ''Missouri'' is now preserved as a [https://www.ussmissouri.org/ military museum ship] in Pearl Harbor, Hawaii. | |
| ''{{#var:ship_name}}'' was first released for sale worldwide on 7 December 2016, and was removed from sale on 28 February 2018 with the release of [[Ship:Update 0.7.2|Update 0.7.2]]. It was brought back as a ship available for purchase with the Pacific War event in [[Ship:Update 0.10.7|Update 0.10.7]], albeit unlike the legacy variant, it was returned to the game as a ship earning only the standard amount of credits per battle for a tier IX premium ship. | |
| |Anno=<!-- you can write below short description for the ship. it will replace default once. --> | |
| <!-- <br><br>{{Model3DViewer|cc01ed2a411e41f79c4d9a77aa1e3b03}}--> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import requests | |
| import sys | |
| import argparse | |
| import time | |
| from datetime import datetime | |
| from dateutil import parser as date_parser | |
| from dateutil import tz | |
| from markdownify import markdownify as md | |
| # --- Configuration --- |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Drafts Action: List Action Keyboard Shortcuts (Markdown) | |
| function getAllActions() { | |
| let all = []; | |
| ActionGroup.getAll().forEach((grp) => (all = all.concat(grp.actions))); | |
| return all; | |
| } | |
| function parseShortcut(action) { | |
| try { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html><html><head><meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width"> | |
| <meta name="format-detection" content="telephone=no,date=no"> | |
| <title>Screwtapes</title> | |
| <style> | |
| body { | |
| font-family: system-ui; | |
| font-size: 0.95em; | |
| margin-top: 1rem; | |
| margin-bottom: calc(1rem + env(safe-area-inset-bottom)); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class Bear { | |
| static get bearBaseURL() { | |
| return "bear://x-callback-url/"; | |
| } | |
| static formatNewNote(tags) { | |
| if (tags == undefined) tags = []; | |
| else if (!Array.isArray(tags)) tags = [tags]; | |
| return ( | |
| "# " + |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import requests | |
| import sys | |
| # --- Configuration --- | |
| INSTANCE = "mastodon.social" | |
| USER_HANDLE = "[email protected]" | |
| ACCESS_TOKEN = "YOUR_ACCESS_TOKEN" | |
| # --- End Configuration --- | |
| def main(): |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder