-
Tu-144 CCCP-68001 - Scrapped -
Tu-144S CCCP-77101 - Scrapped -
Tu-144S CCCP-77102 - Crashed at 1973 Paris Air Show -
Tu-144S CCCP-77103 - Scrapped -
Tu-144S CCCP-77104 - Remamed CCCP-77144, scrapped -
Tu-144S CCCP-77105 - Converted to Tu-144D, scrapped - Tu-144S CCCP-77106 - On display in Monino, Russia
- Tu-144S CCCP-77107 - On display in Kazan, Russia
- Tu-144S CCCP-77108 - On display in Samara, Russia
-
Tu-144S CCCP-77109 - Scrapped
Alabama:
- A-12 #06930 - On display at the U.S. Space & Rocket Center, Huntsville, AL.
- A-12 #06937 - On display at the Southern Museum of Flight, Birmingham, AL.
- A-12 #06938 - On display at the USS Alabama Battleship Memorial Park, Mobile, AL.
Arizona:
- SR-71A #17951 - On display at the Pima Air Museum, Tucson, AZ.
California:
- A-12 #06924 - On display at the Blackbird Airpark in Palmdale, CA.
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
| #!/bin/bash | |
| git ls-tree -r master --name-only | awk -F. '!/^\./ && NF>1 {print $NF}' | sort | uniq |
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
| #!/bin/bash | |
| set -e | |
| # shellcheck disable=SC1091 | |
| . "$NVM_DIR/nvm.sh" | |
| test_node_version() { | |
| VERSION=$1 | |
| echo "Testing Node $VERSION -------------------------------------------------" |
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
| // Inspired in http://www.johneday.com/422/time-based-gmail-filters-with-google-apps-script | |
| // Deletes old marked conversations | |
| function cleanUp() { | |
| var delayDays = 5; // # of days before messages are moved to trash | |
| var label = "Delete me"; // label to identify the messages | |
| var maxDate = new Date(Date.now() - delayDays * 24 * 60 * 60 * 1000); | |
| var userLabel = GmailApp.getUserLabelByName(label); | |
| if (!userLabel) { | |
| return; |
-
Challenger OV-099 - Enterprise OV-101 Intrepid Sea-Air-Space Museum, New York City, New York
-
Columbia OV-102 - Discovery OV-103 Udvar-Hazy Center, Smithsonian Institution's National Air and Space Museum, Chantilly, Virginia
- Atlantis OV-104 Kennedy Space Center, Merritt Island, Florida
- Endeavour OV-105 California Science Center, Los Angeles, California.
- 001 F-WTSS - Museum of Air and Space, Le Bourget, France
- 002 G-BSST - Fleet Air Arm Museum, Yeovilton, England, UK
- 101 G-AXDN - Imperial War Museum, Duxford, England, UK
- 102 F-WTSA - Musée Delta, Orly Airport, Paris, France
- 201 F-WTSB - Airbus Factory, Toulouse, France
- 202 G-BBDG - Brooklands Museum, Weybridge, Surrey, England, UK
-
203 F-BTSC - Destroyed in air crash outside Paris, France - 204 G-BOAC - Manchester Airport, England, UK
- 205 F-BVFA - Smithsonian National Air and Space Museum, Chantilly, Virginia USA
- 206 G-BOAA - Museum of Flight, East Lothian, Scotland, UK
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
| var async = require('async'); | |
| var GitHubApi = require('github'); | |
| var github = new GitHubApi({ | |
| version: '3.0.0', | |
| protocol: 'https' | |
| }); | |
| github.authenticate({ | |
| type: 'basic', |
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
| /** | |
| * Validator and brute-force checksum generator for "Clave Bancaria Uniforme" | |
| * fromat used in the Argentinan banking system. | |
| * | |
| * Legal stuff at http://www.infoleg.gob.ar/infolegInternet/anexos/45000-49999/47564/norma.htm | |
| * Code based on https://gist.github.com/delucas/4526176 | |
| * Universal loader based on https://gist.github.com/jrburke/1262861 | |
| */ | |
| /* global define, window */ |
NewerOlder