ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,310 results

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

BioniChaos
Exploring Advanced Eye Tracking with GPT-4 and Python

In this video, I delve into the intricacies of eye and pupil tracking technology, differentiating between the two and testing their ...

13:22
Exploring Advanced Eye Tracking with GPT-4 and Python

487 views

1 year ago

The Alone Coder
10 CODING CHALLENGES to Skyrocket Your Skills in 2024!

From optimizing your workflow to mastering advanced programming concepts, we've got you covered. So, what are you waiting ...

4:47
10 CODING CHALLENGES to Skyrocket Your Skills in 2024!

87 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,710 views

5 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 05, Segment 08 - Debugging your code

With this video, we start our discussion of the debugger by example of gdb(1). First, we illustrate just why exactly we might want to ...

8:22
Advanced Programming in the UNIX Environment: Week 05, Segment 08 - Debugging your code

2,353 views

4 years ago

Chrome for Developers
Debugging JavaScript - Chrome DevTools 101

If you're still using console.log() to find and fix JavaScript issues, you might be spending more time debugging than you need to.

7:28
Debugging JavaScript - Chrome DevTools 101

902,595 views

8 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

Red Hat Enterprise Linux
Advanced find commands every sysadmin should know

We look into advanced techniques using the 'find' command in Linux. We explore identifying files with specific permissions, ...

9:10
Advanced find commands every sysadmin should know

451 views

9 months ago

MOOC de l'IMT
5. Good Programming Practices 🌐 MOOC Advanced Algorithmics & Graph Theory with Python

Strengthen your skills in algorithmics and graph theory, and gain experience in programming in Python along the way. To follow ...

5:53
5. Good Programming Practices 🌐 MOOC Advanced Algorithmics & Graph Theory with Python

2,673 views

7 years ago

Inria Learning Lab
🌶 Advanced Points on Classes [W7S1-EN]

Mooc "Immersive Object Programming with Pharo" - English voice over Pharo (http://pharo.org) is a pure dynamic and reflective ...

9:57
🌶 Advanced Points on Classes [W7S1-EN]

259 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

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

Chrome for Developers
Inspect Network Activity - Chrome DevTools 101

Learn how to use the most popular Chrome DevTools features related to inspecting network activity, including: 1:05 - View a ...

9:00
Inspect Network Activity - Chrome DevTools 101

397,957 views

6 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

LeanProductivity - Sascha D. Kasper
Best Obsidian Content Maps with Bases (Tutorial)

obsidian #tutorial #bases Thanks for watching, and I hope you enjoyed these tips for building the best Obsidian content maps with ...

17:33
Best Obsidian Content Maps with Bases (Tutorial)

2,133 views

2 days ago

Savary Tech
How to Make a Keylogger that Sends Keystrokes via email

In this video, I show how hackers make a keylogger from scratch and how it is used to steal information. Link to Python code: ...

8:34
How to Make a Keylogger that Sends Keystrokes via email

11,246 views

1 year ago

Chrome for Developers
Advanced Network Analysis with Chrome DevTools #DevToolsTips

Explore advanced Network panel techniques, including how to find performance bottlenecks, debug popups, configure network ...

5:17
Advanced Network Analysis with Chrome DevTools #DevToolsTips

17,789 views

11 months ago

Trading Nerd
I Build My Own Charting Software | From 0 To Algo Trader - Ep. 2

In this episode, I build a charting software for my algotrading framework using Lightweight Charts. Lightweight Charts is a free ...

4:50
I Build My Own Charting Software | From 0 To Algo Trader - Ep. 2

10,751 views

1 year 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 07, Segment 4 - Signals

In this video lecture, we look at Unix signals, simple, asynchronous event notifications. We run through a number of examples to ...

16:58
Advanced Programming in the UNIX Environment: Week 07, Segment 4 - Signals

3,002 views

5 years ago

Chrome for Developers
Advanced promises - Progressive Web App Training

Do you want to know how to wrap an existing API in Promises? How about running multiple promises at the same time?

4:10
Advanced promises - Progressive Web App Training

7,676 views

6 years ago

cs631apue
Advanced Programming in the UNIX Environment: Week 12, Segment 2 - Non-blocking I/O

In this video lecture, we briefly cover non-blocking I/O, whereby a system call that would normally block, waiting for I/O, returns ...

8:08
Advanced Programming in the UNIX Environment: Week 12, Segment 2 - Non-blocking I/O

2,927 views

5 years ago

cs631apue
Advanced Programming in the UNIX Environment: Week 02, Segment 2 - open(2) and close(2)

In this second segment for our week 2 materials of "Advanced Programming in the UNIX Environment", we will cover the open(2) ...

16:12
Advanced Programming in the UNIX Environment: Week 02, Segment 2 - open(2) and close(2)

6,408 views

5 years ago