-
Notifications
You must be signed in to change notification settings - Fork 326
Home
Brian "Beej Jorgensen" Hall edited this page Feb 6, 2019
·
40 revisions
Everything can be found on the Pages tab to the right.
The annex can be found here. This is a collection of repositories that used to be taught as part of the LambdaSchool CS curriculum but are now no longer taught for various reasons. For the curious student, the annex makes these archived repositories available for exploration. Note that these repositories are no longer actively managed. Bugs and issues may be prevalent in these repositories.
- Solving Programming Problems
- Computer Science Reading List
- Arrays, prototypes, slices, calls
- C and Cpp Debugging in VS Code
- Casting Signed to Unsigned in C
- Keeping GitHub Forks in Sync
- Getting Your C Compiler Installed
- Why Learn Computer Science?
- Why Learn C?
- How to Google Effectively
- How Unix Pipes are Implemented
- How to Read Specifications and Code
- Useful vim commands
- Javascript/Python cheatsheet
- Installing Python 3 and pipenv
- Command Line Primer
- CS Coding Style Guidelines
- Interview Practice Resources
- Building a SQLite Clone in C