Making an Attendance System Part 1
This lecture is split across the two sections, it's worth watching both.
I have a need to build an attendance processing system for CSCI 1, so I coded a solution live in class since the skills needed for it are actually going to be used in the Pokemon Part 2 assignment.
Basically, given a bunch of files that contain Discord usernames and a number corresponding to how many times they participated that week, I want to output the real life name (sorted by last name) with their total participation across all weeks. This will make it easy to enter into Canvas.
In Part 1, we went over parsing the input files, building up a database, and making a lookup table to find entries in that database quickly.
This is an actual thing similar to what I've been paid to do in the past, and an actual need for myself right now.
Other Videos By Bill Kerney
2021-11-05 | Unordered Maps + ELO Coding Competition |
2021-11-05 | Corporate Censorship |
2021-11-05 | Master Theorem Part 2 |
2021-11-05 | Linear Algebra for Video Games - Vector x Scalar, Matrix x Vector, Transformation Matrices |
2021-11-04 | Networking in C++ with TCP Streams |
2021-11-04 | The Impact of Social Media |
2021-11-03 | Raytracing Explained in 40 minutes |
2021-11-02 | All The Things in QuakeC (and UE4!) |
2021-11-02 | Memoization to Speed Up Recursion; The Master Theorem |
2021-11-01 | Making an Attendance System Part 2 |
2021-11-01 | Making an Attendance System Part 1 |
2021-11-01 | Making a Movie in Scratch |
2021-10-31 | Racism in Facial Recognition Databases |
2021-10-31 | Reading Code (C++) |
2021-10-29 | The best Team Fortress 1 map (Rock2) + Overview of Where Code is in QuakeC |
2021-10-28 | Proof By Induction Part 2 |
2021-10-28 | Explaining Triangle Rasterization in 30 Minutes |
2021-10-27 | Racism and Computer Science |
2021-10-27 | Making an Image Filter in C++ Version 1 |
2021-10-27 | Making an Image Filter in C++ Version 2 |
2021-10-26 | Roughing out a level |