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
| PROGRAM VPMDECO | |
| C=============================================================================== | |
| C Varying Permeability Model (VPM) Decompression Program in FORTRAN | |
| C | |
| C Author: Erik C. Baker | |
| C | |
| C "DISTRIBUTE FREELY - CREDIT THE AUTHORS" | |
| C | |
| C This program extends the 1986 VPM algorithm (Yount & Hoffman) to include | |
| C mixed gas, repetitive, and altitude diving. Developments to the algorithm |
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
| from dataclasses import dataclass | |
| from typing import Tuple | |
| from unittest import TestCase | |
| @dataclass | |
| class Dragon: | |
| name: str | |
| x: int = 0 | |
| y: int = 0 |
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
| APOLLO 11 GUIDANCE COMPUTER: VERB AND NOUN LIST | |
| https://en.wikipedia.org/wiki/Apollo_Guidance_Computer#/media/File:Agc_verb-noun-list.jpg | |
| VERB LIST | |
| 50 PLEASE PERFORM | |
| 51 PLEASE MARK | |
| 53 PLEASE MARK ALT LOG | |
| 54 REND COAS MARK | |
| 56 TERMINATE P20 | |
| 58 STICKFLAG (R) V50N18 FLAG(S) |
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
| /* | |
| * Cross platform bookmarklet for keyword search. | |
| * Easy to use, modify and extend. | |
| * | |
| * Author: Matt Harasymczuk, http://www.matt.harasymczuk.pl | |
| * License: Apache 2.0 License, http://www.apache.org/licenses/LICENSE-2.0.html | |
| * | |
| * How to install? | |
| * Add new bookmark in your browser, | |
| * and paste below text as a URL (bookmark) address. |