tlaplus / lecture

The TLA+ Video Course by Leslie Lamport

Home Page:https://lamport.azurewebsites.net/video/videos.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

One-liner to replace the original URLs pointing to external mp4s with relative URLs pointing to local mp4s:

sed -i '' -E 's/".*\/(smintla|init2|video[0-9]{1,2}|video[0-9]{1,2}(a|b){0,1}(v2){0,1})(_mid){0,1}\.mp4"/"\1.mp4"/g' *.html

About

The TLA+ Video Course by Leslie Lamport

https://lamport.azurewebsites.net/video/videos.html

License:Other


Languages

Language:HTML 76.3%Language:TLA 11.7%Language:JavaScript 11.0%Language:CSS 1.0%