Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@laramiel
laramiel / wwu_schedule.py
Last active March 8, 2024 18:07
A python script to fetch available class slots for WWU schedule generation
#!/usr/bin/env python3
#
'''
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
WWU Schedule Generator
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This requires python; it's probably easiest to run on linux or WSL.
First install the prerequisites:
@laramiel
laramiel / approximation.md
Last active January 11, 2019 01:15
Transcendental functions, approximations, and random variates

Approximating transcendental functions is an art beginning with simple expansions involving taylor series, and then, often, quickly moving to Chebyshev polynomials and other more advanced techniques. Numerical recipies has a chapter on this topic:

NASA's published approximations: