At my university we use Moodle and that lets me setup a page where students can schedule one-on-one appointments with me (during office hours). When a student books a time, Moodle sends me an email with the details.
I use a rule and an Applescript to scrape the details from the email and put the booking into my calendar.
Here is my implementation in python of the Poisson equation on an arbitrary 2D domain using the finite element method. I used this for teaching a course in partial differential equations:
I think I've thanked you before in the HN comments for it, but thank you again!! itermplot is one of those great tools that actually makes things just work in a pinch. I wrote/maintain a low-latency gravitational wave/high-energy neutrino joint source search, and crazy stuff is always happening. Being able to throw together plots and just see them in my terminal right away helps me maintain my sanity ^_^
I'm already using the Unicode block range, and a little from the symbols, geometry, math and braille ranges. You can turn ranges on/off and combine them in different ways.
There's ASCII too in some of the examples because I think it works pretty well as a complement to blocks, when used for dithering only (--fill ascii).
I'm always looking for more Unicode symbols to put to use, though. I think PETSCII and Teletext symbols are supposed to make it into the standard soon, if they haven't already.
Edit: Forgot to mention TV looks very good, an actual useful tool for big geo images.
I use a rule and an Applescript to scrape the details from the email and put the booking into my calendar.