Skip to content

Instantly share code, notes, and snippets.

View MillionthOdin16's full-sized avatar
💭
OH HAI

MillionthOdin16 MillionthOdin16

💭
OH HAI
View GitHub Profile
@ggerganov
ggerganov / iss-docking.js
Created May 16, 2020 12:30
Automatic ISS Docking in Javascript
// Auto-pilot for docking with the International Space Station
//
// The program uses Artificial Intelligence and Decision Trees (i.e. basic kinematics and a bunch of if statements)
// to perform docking with the ISS from any starting position.
//
// To use it:
// - open the SpaceX simulation website: https://iss-sim.spacex.com/
// - open the Developer's console and paste the contents of this file
//
// Demo: https://youtu.be/jWQQH2_UGLw
@osipxd
osipxd / !paper-versions.md
Last active June 21, 2024 15:48
Paper versions links