Low Level Academy - Zero2Hero C Programming

seeders: 36
leechers: 8
updated:

Download Fast Safe Anonymous
movies, software, shows...

Files

Low Level Academy - Zero2Hero C Programming 01 - What is this course about?
  • lecture.mp4 (24.8 MB)
  • notes.html (1.6 KB)
  • notes.pdf (109.1 KB)
02 - Goal Setting and Motivation
  • lecture.mp4 (21.7 MB)
  • notes.html (1.8 KB)
  • notes.pdf (119.9 KB)
03 - Tool & Environment Setup
  • lecture.mp4 (17.4 MB)
  • notes.html (2.6 KB)
  • notes.pdf (36.7 KB)
04 - Project Introduction & Course Expectations
  • lecture.mp4 (8.5 MB)
  • notes.html (1.7 KB)
  • notes.pdf (106.8 KB)
05 - What is C? (pros and cons)
  • lecture.mp4 (40.1 MB)
  • notes.html (1.5 KB)
  • notes.pdf (88.9 KB)
06 - C vs Other Languages
  • lecture.mp4 (53.4 MB)
  • notes.html (2.1 KB)
  • notes.pdf (135.8 KB)
07 - Is C Still Relevant in Today's World?
  • lecture.mp4 (29.5 MB)
  • notes.html (1.4 KB)
  • notes.pdf (82.8 KB)
08 - Introduction to Variables
  • lecture.mp4 (9.7 MB)
  • notes.html (5.3 KB)
  • notes.pdf (119.4 KB)
09 - Variable Scope Rules
  • lecture.mp4 (11.6 MB)
  • notes.html (14.6 KB)
  • notes.pdf (167.8 KB)
10 - Introduction to the Preprocessor
  • lecture.mp4 (10.1 MB)
  • notes.html (4.0 KB)
  • notes.pdf (165.1 KB)
11 - Compiling Hello World
  • notes.html (1.9 KB)
  • notes.pdf (21.5 KB)
12 - Arrays
  • lecture.mp4 (25.2 MB)
  • notes.html (12.4 KB)
  • notes.pdf (182.9 KB)
13 - Arrays Exercise
  • notes.html (15.4 KB)
  • notes.pdf (29.4 KB)
14 - Strings
  • lecture.mp4 (13.0 MB)
  • notes.html (10.0 KB)
  • notes.pdf (177.9 KB)
15 - Strings Exercise
  • notes.html (19.8 KB)
  • notes.pdf (56.5 KB)
16 - Conditional Statements
  • lecture.mp4 (17.0 MB)
  • notes.html (17.0 KB)
  • notes.pdf (231.3 KB)
17 - Loops
  • lecture.mp4 (28.2 MB)
  • notes.html (17.6 KB)
  • notes.pdf (171.2 KB)
18 - Functions
  • lecture.mp4 (22.0 MB)
  • notes.html (13.8 KB)
  • notes.pdf (192.9 KB)
19 - Structures
  • lecture.mp4 (22.2 MB)
  • notes.html (9.9 KB)
  • notes.pdf (121.8 KB)
20 - Unions
  • lecture.mp4 (9.9 MB)
  • notes.html (10.4 KB)
  • notes.pdf (89.8 KB)
21 - Special Struct Modifiers
  • lecture.mp4 (8.9 MB)
  • notes.html (7.8 KB)
  • notes.pdf (131.4 KB)
22 - Struct Exercise
  • notes.html (15.4 KB)
  • notes.pdf (73.8 KB)
23 - Pointers
  • lecture.mp4 (24.0 MB)
  • notes.html (9.1 KB)
  • notes.pdf (118.8 KB)
24 - Pointers Exercise
  • notes.html (22.4 KB)
  • notes.pdf (60.7 KB)
25 - Dynamic Memory Allocation
  • lecture.mp4 (17.4 MB)
  • notes.html (10.7 KB)
  • notes.pdf (168.4 KB)
26 - Static Memory Allocation
  • lecture.mp4 (14.0 MB)
  • notes.html (9.2 KB)
  • notes.pdf (139.8 KB)
27 - Pointers to Pointers
  • lecture.mp4 (21.1 MB)
  • notes.html (40.7 KB)
  • notes.pdf (376.9 KB)
28 - Double Pointers Exercise
  • notes.html (22.5 KB)
  • notes.pdf (71.5 KB)
29 - Testing for Memory Leaks
  • lecture.mp4 (16.5 MB)
  • notes.html (5.1 KB)
  • notes.pdf (120.9 KB)
30 - What is glibc?
  • lecture.mp4 (16.9 MB)
  • notes.html (4.0 KB)
  • notes.pdf (163.3 KB)
31 - How to read a manpage
  • lecture.mp4 (20.6 MB)
  • notes.html (3.7 KB)
  • notes.pdf (151.6 KB)
32 - Checking for Errors with errno
  • lecture.mp4 (16.1 MB)
  • notes.html (8.1 KB)
  • notes.pdf (122.6 KB)
33 - Introduction to File Descriptors
  • lecture.mp4 (6.2 MB)
  • notes.html (1.6 KB)
  • notes.pdf (95.3 KB)
34 - File Output
  • lecture.mp4 (29.3 MB)
  • notes.html (13.1 KB)
  • notes.pdf (134.9 KB)
35 - File Input
  • lecture.mp4 (13.8 MB)
  • notes.html (17.9 KB)
  • notes.pdf (182.5 KB)
36 - Reading File Metadata
  • lecture.mp4 (25.1 MB)
  • notes.html (11.6 KB)
  • notes.pdf (125.7 KB)
37 - Variable Types
  • lecture.mp4 (21.0 MB)
  • notes.html (4.8 KB)
  • notes.pdf (252.8 KB)

Description

This is a course scraped from the payed course site Low Level Academy recorded on December 08, 2024.

Leave a comment if:
- you find any mistakes, inconsistencies or bad quality content (lower resolution/FPS)
- you find missing or outdated content
- you would like for me to scrape more parts of the content from Low Level Academy, like the random exercises tab or to make a program that automatically tests your code in the course exercises

Course description:
This is the course ALL C programmers should take. In this course, we take you from zero experience to mastery of the C language. In this course, I teach you the fundamentals of C programming and we build an employee database command line utility, all in C.

Course curriculum:
Introduction
- What is this course about?
- Goal Setting and Motivation
- Tool & Environment Setup
- Project Introduction & Course Expectations
Why Learn C?
- What is C? (pros and cons)
- C vs Other Languages
- Is C Still Relevant in Today's World?
C Fundamentals
- Introduction to Variables
- Variable Scope Rules
- Introduction to the Preprocessor
- Compiling Hello World
Arrays & Strings
- Arrays
- Arrays Exercise
- Strings
- Strings Exercise
Control Flow Structures
- Conditional Statements
- Loops
- Functions
Structs & Unions
- Structures
- Unions
- Special Struct Modifiers
- Struct Exercise
Pointers & Memory Allocation
- Pointers
- Pointers Exercise
- Dynamic Memory Allocation
- Static Memory Allocation
- Pointers to Pointers
- Double Pointers Exercise
- Testing for Memory Leaks
Introduction to glibc
- What is glibc?
- How to read a manpage
- Checking for Errors with errno
File Input & Output
- Introduction to File Descriptors
- File Output
- File Input
- Reading File Metadata
Data Types
- Variable Types
- Type Casting
Advanced C Programming
- Multi Module Programming
- Build Systems
- Creating Libraries
Course Project
- Project Design
- Creating a Unix Command Line Utility with Getopt
- Handling Logic Based on Flag Input
- Crafting Database Headers
- Adding Employees to Our Database
- Listing Employees in the Database, and Beyond...



Download torrent
1 GB
seeders:36
leechers:8
Low Level Academy - Zero2Hero C Programming


Trackers

tracker name
udp://tracker.opentrackr.org:1337/announce
udp://z.mercax.com:53/announce
udp://u6.trakx.crim.ist:1337/announce
https://tracker.tamersunion.org:443/announce
https://tracker.lilithraws.org:443/announce
https://trackers.mlsub.net:443/announce
https://tracker.ipfsscan.io:443/announce
udp://d40969.acod.regrucolo.ru:6969/announce
udp://ttk2.nbaonlineservice.com:6969/announce
udp://evan.im:6969/announce
https://tracker.yemekyedim.com:443/announce
udp://martin-gebhardt.eu:25/announce
udp://amigacity.xyz:6969/announce
http://taciturn-shadow.spb.ru:6969/announce
http://tracker.beeimg.com:6969/announce
µTorrent compatible trackers list

Download torrent
1 GB
seeders:36
leechers:8
Low Level Academy - Zero2Hero C Programming


Torrent hash: 0094005D45D16ED779B2B091D87269E0AC166E68