Skip to content

Instantly share code, notes, and snippets.

View astromatt's full-sized avatar

Matt Harasymczuk astromatt

View GitHub Profile
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
from dataclasses import dataclass
from typing import Tuple
from unittest import TestCase
@dataclass
class Dragon:
name: str
x: int = 0
y: int = 0
@astromatt
astromatt / Apollo11GuidanceComputerVertAndNounList.txt
Created December 4, 2017 20:53 — forked from jeffThompson/Apollo11GuidanceComputerVertAndNounList.txt
A list of "nouns" and "verbs" to control the Apollo 11 guidance computer.
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)
@astromatt
astromatt / BrowserTerminal.js
Created June 5, 2011 00:08
Cross platform bookmarklet for keyword search
/*
* 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.