Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 939 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 939 Bytes

etc

Minor projects.

  • crypto: Homework in C# from the Stanford "massive open online course" crypto-class.org.

  • dividing-the-kingdom: Simple assignment from an entry-level recruiting challenge at ASML. I did it for fun when I was already working at the company, in mechanical development. The goal was to provide a scalable solution with the minimum runtime order of magnitude O(N+M+K).

  • heatsim: Finite difference solver for the heat diffusion equation, written in D.

  • nlp-cyphers (sic): Solving simple word ciphers with probabilistic Natural Language Processing and search algorithms, in C#.

  • pytensors: Just re-inventing the wheel if you need to make or manipulate tensors as Python lists of lists.

  • sunpos: Calculates the position of the Sun at any time of the year, with respect to any point on Earth's surface.