ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

6,278 results

cs631apue
Advanced Programming in the UNIX Environment: Week 05, Segment 7 - make(1)

In this video lecture, we look at how the make(1) utility can be used to help us selectively build our code project. Slides for this ...

21:04
Advanced Programming in the UNIX Environment: Week 05, Segment 7 - make(1)

1,975 views

4 years ago

codingjerk
Zig Language | Thoughts After 2 Years

Voiced by @tokisuno ... Check out his channel. So, in this talk I want to tell about the reasons I love the Zig programming language ...

13:38
Zig Language | Thoughts After 2 Years

111,062 views

9 months ago

cs631apue
Advanced Programming in the UNIX Environment: Week 01 - Introduction

In this video lecture, we provide an introduction to the class CS631 "Advanced Programming in the UNIX Environment" and ...

31:47
Advanced Programming in the UNIX Environment: Week 01 - Introduction

50,633 views

5 years ago

cs631apue
Advanced Programming in the UNIX Environment: Week 13, Segment 1 - POSIX ACLs

In this video lecture, we begin a look at the various ways in which processes can be restricted from (negatively) impacting one ...

19:14
Advanced Programming in the UNIX Environment: Week 13, Segment 1 - POSIX ACLs

1,805 views

5 years ago

cs631apue
Advanced Programming in the UNIX Environment: Week 03, Segment 1 - All about stat(2)

In this video lecture, we meet our new best friend, the 'struct stat'. We'll cover the stat(2) system calls and begin discussing each of ...

20:31
Advanced Programming in the UNIX Environment: Week 03, Segment 1 - All about stat(2)

4,408 views

5 years ago

cs631apue
Advanced Programming in the UNIX Environment: Week 05, Segment 1 - The Unix Development Environment

In this video lecture, we begin our discussion of the Unix userland as an Integrated Development Environment. This introduction ...

7:59
Advanced Programming in the UNIX Environment: Week 05, Segment 1 - The Unix Development Environment

2,347 views

4 years ago

cs631apue
Advanced Programming in the UNIX Environment: Tool Tip: screen(1)

In this short video, we introduce the GNU screen(1) window manager and terminal multiplexer to allow you to manage your ...

9:01
Advanced Programming in the UNIX Environment: Tool Tip: screen(1)

2,623 views

5 years ago

cs631apue
Advanced Programming in the UNIX Environment: Week 01 - Unix Basics

In this video lecture, we provide a whirlwind tour of the Unix programming environment. In the process, we write a simple shell, ...

50:28
Advanced Programming in the UNIX Environment: Week 01 - Unix Basics

30,648 views

5 years ago

cs631apue
Advanced Programming in the UNIX Environment: Week 11, Segment 2 - Of Linkers and Loaders

In this video lecture, we take a look at how a relocatable object file is turned into an executable by the dynamic linker (ld) and how ...

10:25
Advanced Programming in the UNIX Environment: Week 11, Segment 2 - Of Linkers and Loaders

2,710 views

5 years ago

cs631apue
Advanced Programming in the UNIX Environment: Week 08, Segment 1 - Interprocess Communication Intro

In this video lecture, we begin our discussion of Interprocess Communication. We provide a quick overview of the different ...

7:13
Advanced Programming in the UNIX Environment: Week 08, Segment 1 - Interprocess Communication Intro

2,180 views

5 years ago

cs631apue
Advanced Programming in the UNIX Environment: Week 13, Segment 4 - Process Priorities

In this video lecture, we revisit resource utilization by processes and how to set their CPU scheduling priority or "niceness".

17:00
Advanced Programming in the UNIX Environment: Week 13, Segment 4 - Process Priorities

1,117 views

5 years ago

cs631apue
Advanced Programming in the UNIX Environment: Week 07, Segment 2 - Process Groups and Sessions

In this video lecture, we look at how processes are grouped together and begin to develop an understanding of how a login ...

8:56
Advanced Programming in the UNIX Environment: Week 07, Segment 2 - Process Groups and Sessions

3,544 views

5 years ago

cs631apue
Advanced Programming in the UNIX Environment: Week 01 - UNIX History

In this video lecture, we provide a brief summary of the history of the UNIX family of operating systems. Slides for this lecture: ...

22:17
Advanced Programming in the UNIX Environment: Week 01 - UNIX History

15,974 views

5 years ago

freeCodeCamp.org
Python for Everybody - Full University Python Course

This Python 3 tutorial course aims to teach everyone the basics of programming computers using Python. The course has no ...

13:40:10
Python for Everybody - Full University Python Course

7,574,340 views

6 years ago

Dr. Pavel Vlašánek
Can You Crack This Program? (Beginner Reverse Engineering Tutorial)

Curious how software cracks actually work? In this video, I walk you through a beginner‑friendly reverse‑engineering challenge ...

12:19
Can You Crack This Program? (Beginner Reverse Engineering Tutorial)

15,032 views

6 months ago

cs631apue
Advanced Programming in the UNIX Environment: Week 06, Segment 3 - Program Termination

In this video lecture, we look at how programs terminate. We observe the return status and how exit handlers are registered.

12:55
Advanced Programming in the UNIX Environment: Week 06, Segment 3 - Program Termination

1,659 views

5 years ago

How to Learn Excel
How to Use Advanced Grouping - Power Query Challenge 38

How to Use Advanced Grouping - Power Query Challenge 38 In this video, we tackle a fun and practical Power Query challenge: ...

3:03
How to Use Advanced Grouping - Power Query Challenge 38

547 views

1 year ago

freeCodeCamp.org
Learn Data Science Tutorial - Full Course for Beginners

Learn Data Science is this full tutorial course for absolute beginners. Data science is considered the "sexiest job of the 21st ...

5:52:09
Learn Data Science Tutorial - Full Course for Beginners

4,330,449 views

6 years ago

cs631apue
Advanced Programming in the UNIX Environment: Week 04, Segment 8 - time(3) is an illusion

Having revisited the atime, mtime, and time in our last video segment, we now have to come to terms with time(3) itself.

16:27
Advanced Programming in the UNIX Environment: Week 04, Segment 8 - time(3) is an illusion

1,947 views

5 years ago

cs631apue
Advanced Programming in the UNIX Environment: Week 13, Segment 5 - Processor Affinity and CPU Sets

In this video lecture, we discuss how we can restrict a process to a specific CPU or set of CPUs by way of "CPU pinning" or ...

17:08
Advanced Programming in the UNIX Environment: Week 13, Segment 5 - Processor Affinity and CPU Sets

1,889 views

5 years ago

Improbable Matter
How a Computer Works - from silicon to apps

A whistle-stop tour of how computers work, from how silicon is used to make computer chips, perform arithmetic to how programs ...

42:32
How a Computer Works - from silicon to apps

1,945,311 views

5 years ago

cs631apue
Advanced Programming in the UNIX Environment: Week 04, Segment 6 - getpwuid(2) and /etc/groups

In this video lecture, we look at the library functions used to look up account information. We learn about how primary and ...

15:29
Advanced Programming in the UNIX Environment: Week 04, Segment 6 - getpwuid(2) and /etc/groups

1,867 views

5 years ago

cs631apue
Advanced Programming in the UNIX Environment: Week 08, Segment 2 - System V IPC

In this video lecture, we cover traditional System V IPC: semaphores, shared memory, and message queues. We also look at the ...

24:03
Advanced Programming in the UNIX Environment: Week 08, Segment 2 - System V IPC

5,097 views

5 years ago

cs631apue
Advanced Programming in the UNIX Environment: Week 06, Segment 2 - Program Startup

In this video lecture, we learn how a program starts. "What, you write 'main()' and off you go!" you say? Not so fast! Let's look at the ...

16:14
Advanced Programming in the UNIX Environment: Week 06, Segment 2 - Program Startup

2,604 views

5 years ago

cs631apue
Advanced Programming in the UNIX Environment: Week 12, Segment 1 - syslog(3)

In this video lecture, we take a look at the standard Unix central logging facility, syslogd(8), and the syslog(3) library function.

17:37
Advanced Programming in the UNIX Environment: Week 12, Segment 1 - syslog(3)

1,594 views

5 years ago