ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

6,284 results

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,806 views

5 years ago

BioniChaos
Advanced EEG & ECG Analysis: Neural Networks, Chaos Theory, and Practical Coding Insights

In this video, I dive into the intricate world of EEG and ECG biosignals, examining how time series analysis can be enhanced ...

23:29
Advanced EEG & ECG Analysis: Neural Networks, Chaos Theory, and Practical Coding Insights

99 views

1 year 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,642 views

5 years ago

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,976 views

4 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,650 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,620 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,069 views

6 months 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,791 views

6 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 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,976 views

5 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,098 views

9 months 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

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

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,624 views

5 years ago

NERSC
Day 1, Advanced Users- Video3: Reductions

This is part of the Performance Portability Series: Kokkos Training, Apr 25-26, 2024 ...

41:56
Day 1, Advanced Users- Video3: Reductions

29 views

1 year 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

How to Learn Excel
Advanced Grouping - Power Query Challenge 18

Advanced Grouping - Power Query Challenge 18 In this tutorial, we'll dive into an exciting Power Query challenge where we'll sort ...

3:22
Advanced Grouping - Power Query Challenge 18

334 views

1 year 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,711 views

5 years 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

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,181 views

5 years ago

DEFCONConference
DEF CON 31 - Advanced ROP Framework  Pushing ROP to Its Limits - Brizendine, Kusuma

This research provides innovative contributions to return-oriented programming (ROP), not seen before. We introduce ROP ...

45:57
DEF CON 31 - Advanced ROP Framework Pushing ROP to Its Limits - Brizendine, Kusuma

3,172 views

2 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

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 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

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

Ready for a tougher reverse-engineering challenge packed with tricks and anti-debug defenses? In this episode, we take on a ...

10:01
Can You Crack This Password? (Advanced Reverse Engineering Tutorial)

1,073 views

5 months ago