Week 9 Day 1 - How to UNIX
Channel:
Subscribers:
2,640
Published on ● Video Link: https://www.youtube.com/watch?v=GjN01GXTsxU
We covered a bit of NCURSES today, which you should probably use for your big project, or you can use my colors library which is probably a bit easier to use (https://github.com/ShakaUVM/colors).
Mostly though we talked about using UNIX systems. There's a lot of UNIX-like systems out there, the most popular of which is called Linux, or as I've come to call it recently, GNU/Linux or GNU+Linux.
We went over the UNIX philosophy of having a number of small interacting UNIX utilities (like sort, grep, uniq, and so forth) and using the pipe command ( | ) to connect them together. It's the kind of thing you should study your whole life today, but class today should be a good intro.
Other Videos By Bill Kerney
2021-03-13 | Extra Credit Workshop: Sea Shanties |
2021-03-13 | Week 8 Day 3 - Quantifier Fallacies and Cognitive Biases |
2021-03-12 | Week 9 Day 3 - Binary Search Trees |
2021-03-12 | Week 9 Day 2 - Matrix Multiplies and Interactivity |
2021-03-11 | Lecture 9 Day 2 - Floating Point Numbers |
2021-03-11 | Week 8 Day 2 - Online Privacy |
2021-03-10 | Week 9 Day 2 - File I/O with Classes and NCURSES Programming |
2021-03-09 | Week 9 Day 1 - Matrix x Vector, Traceline |
2021-03-09 | Week 9 Day 1 - Hex & Octal, Image Processing, NEON |
2021-03-09 | Week 8 Day 1 - Corporate Censorship |
2021-03-08 | Week 9 Day 1 - How to UNIX |
2021-03-06 | Week 7 Day 3 - Is/Ought |
2021-03-05 | Lecture 8 - Procedural Generation |
2021-03-05 | Week 8 Day 3 - Deques, Pairs, Tuples |
2021-03-04 | Week 8 Day 2 - Cross Product |
2021-03-04 | Week 8 Day 2 - SIMD |
2021-03-04 | Week 7 Day 2 - Modal Logic |
2021-03-03 | Week 8 Day 2 - Memory Leaks, RPG 41 |
2021-03-02 | Week 8 Day 1 - Dot Products |
2021-03-02 | Week 8 Day 1 - Out of Order Execution, Register Renaming, Superscalar |
2021-03-02 | Week 7 Day 1 - Quantifiers |
Tags:
csci 41
unix
ncurses