Hey I am me lol trust me
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
parameter defaultRadarOffset is 7, gearDeployTime is 6. | |
clearscreen. | |
print "*****************************". | |
print "* FAITO Aerospace *". | |
print "* XASR-3.1 Autolander Pilot *". | |
print "* © Empire of Fegeland, 2055*". | |
print "*****************************". | |
if defaultRadarOffset <> 7 |
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
//***********************************/ | |
//* Falcon Core Test Script */ | |
//* - */ | |
//* Falcon Reusability System v2.3 */ | |
//* © FAITO Aerospace Inc. - 2059*/ | |
//***********************************/ | |
// Author : HerrCrazi | |
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
//getLandingSite(String siteName) | |
// Return the GeoPosition of the site matching siteName, or the current vessel's position if not found | |
function getLandingSite | |
{ | |
parameter name is "auto". | |
if name = "auto" | |
{ | |
return ship:geoposition. | |
} |
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
parameter defaultRadarOffset is 7, gearDeployTime is 6. | |
clearscreen. | |
print "*****************************". | |
print "* FAITO Aerospace *". | |
print "* XASR-3.1 Autolander Pilot *". | |
print "* © Empire of Fegeland, 2055*". | |
print "*****************************". | |
if defaultRadarOffset <> 7 |
I hereby claim:
- I am HerrCraziDev on github.
- I am herrcrazi (https://keybase.io/herrcrazi) on keybase.
- I have a public key whose fingerprint is 5930 D34E 16CD 022D F28F ED8E 1518 3180 1B16 E193
To claim this, I am signing this object:
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
new Promise((resolve, reject) => { | |
function getImage() { | |
resolve( [...this.document.querySelectorAll("div#image a img")].map(el => el.src) ); | |
} | |
function getImageFromHtml() { | |
console.log("green yoda dongers") | |
let pageCode = new this.URL(this.document.querySelector("div.container select#pages option").dataset.img).pathname.split('.').shift().split(''); | |
let imageCode = new this.URL(this.document.querySelector("#image a img").src).pathname.split('.').shift().split(''); |
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
//***********************************/ | |
//* Auto-docking system */ | |
//* - */ | |
//* © FAITO Aerospace Inc. - 2059 */ | |
//***********************************/ | |
// Author : HerrCrazi - License : GNU GPL 3.0 | |
// This program is distributed by FAITO Aerospace and the Feguan Open Source Foundation under a GNU GLP 3.0 license, | |
// as part of the National Open-source Initiative of 2096. |
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
unbind C-b | |
set -g prefix C-a | |
bind C-a send-prefix | |
# More friendly split pane | |
bind-key h split-window -h | |
bind-key v split-window -v | |
bind - split-window -h | |
bind _ split-window -v |