diff options
author | Yuchen Pei <me@ypei.me> | 2018-05-08 14:26:30 +0200 |
---|---|---|
committer | Yuchen Pei <me@ypei.me> | 2018-05-08 14:26:30 +0200 |
commit | 01f413e24b760d5cb95b6286465741ce45ed13aa (patch) | |
tree | f5cffc516de0645c256904a711a516460baf0186 /microposts | |
parent | 94d313c7827523e168953009067f528d53b495b1 (diff) |
added an mpost
Diffstat (limited to 'microposts')
-rw-r--r-- | microposts/sql-injection-video.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/microposts/sql-injection-video.md b/microposts/sql-injection-video.md new file mode 100644 index 0000000..76fadb9 --- /dev/null +++ b/microposts/sql-injection-video.md @@ -0,0 +1,4 @@ +--- +date: 2018-05-08 +--- +Computerphile has some brilliant educational videos on computer science, like [a demo of SQL injection](https://www.youtube.com/watch?v=ciNHn38EyRc), [a toy example of the lambda calculus](https://www.youtube.com/watch?v=eis11j_iGMs), and [explaining the Y combinator](https://www.youtube.com/watch?v=9T8A89jgeTI). |