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:
| 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 |
| //***********************************/ | |
| //* 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. |
| 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(''); |
I hereby claim:
To claim this, I am signing this object:
Hey I am me lol trust me
| 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 |
| //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. | |
| } |
| //***********************************/ | |
| //* Falcon Core Test Script */ | |
| //* - */ | |
| //* Falcon Reusability System v2.3 */ | |
| //* © FAITO Aerospace Inc. - 2059*/ | |
| //***********************************/ | |
| // Author : HerrCrazi | |
| 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 |