Skip to content

Instantly share code, notes, and snippets.

@MrsPuff
MrsPuff / Analytical Engine calculationsVer2.txt
Last active October 11, 2016 12:23
Analytical Engine calculations with bell when error!
// Code for Ada's table: https://www.fourmilab.ch/babbage/figures/menat3_l.png
// Source: https://www.fourmilab.ch/babbage/sketch.html
// table with code references for no-developers: https://cdn-images-1.medium.com/max/2000/1*OMxBw7S_0c60qzx5pMs6Pw.png
// working program: https://cdn-images-1.medium.com/max/800/1*xomOzLz9HRJBiqRrK4MlEw.gif
using System;
using System.Threading;
namespace AnalyticalEngine
{
@MrsPuff
MrsPuff / Analytical Engine calculations.txt
Created October 9, 2015 13:21
Analytical Engine calculations
using System;
namespace AnalyticalEngine
{
public enum VariableChangeCard
{
Zero,
Retain
}