A2Z-F21
A2Z-F21 copied to clipboard
ITP Course Programming from A to Z Fall 2021
```javascript const regex = /(.*?)/g; const str = 'Hi my name is Dan and I am teaching.'; let matchInfo = regex.exec(str); let matches = []; while (matchInfo !== null) {...
Need to fix this at old site on shiffman.net http://shiffman.net/a2z/data-apis/
(Just dropping links here as a way to remember them) https://twitter.com/younesbelkada/status/1592846517181636608?s=12&t=FiRI2fsxX_ZjTbdqREQEJw https://colab.research.google.com/drive/1aGGVHZmtKmcNBbAwa9hbu58DDpIuB5O4?usp=sharing https://twitter.com/joao_gante/status/1590293010385760256?s=12&t=SZo4JLjl3FXlJ_VoOdZLVA https://huggingface.co/blog/introducing-csearch