ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

232 results

NPTEL IIT Bombay
Lecture 26: Multithreaded application design

Week 6: Lecture 26: Multithreaded application design.

32:16
Lecture 26: Multithreaded application design

2,440 views

3 years ago

Chrome for Developers
A Quest to Guarantee Responsiveness: Scheduling On and Off the Main Thread (Chrome Dev Summit 2018)

To achieve a truly responsive experience, developers have to execute their code in 10ms chunks. That's nearly impossible. In this ...

33:08
A Quest to Guarantee Responsiveness: Scheduling On and Off the Main Thread (Chrome Dev Summit 2018)

14,420 views

7 years ago

Missing Semester
Lecture 3: Editors (vim) (2020)

You can find the lecture notes and exercises for this lecture at https://missing.csail.mit.edu/2020/editors/ Help us caption ...

48:27
Lecture 3: Editors (vim) (2020)

415,557 views

5 years ago

Chrome for Developers
Using WebAssembly and Threads (Chrome Dev Summit 2018)

WebAssembly enables new experiences that we've never been able to get on the Web before and now WebAssembly threads ...

22:13
Using WebAssembly and Threads (Chrome Dev Summit 2018)

23,639 views

7 years ago

nptelhrd
Mod-26 Lec-38 Simultanoues Multithreading

High Performance Computer Architecture by Prof.Ajit Pal,Department of Computer Science and Engineering,IIT Kharagpur.

55:25
Mod-26 Lec-38 Simultanoues Multithreading

6,619 views

10 years ago

wikipedia tts
Thread (computing) | Wikipedia audio article

This is an audio version of the Wikipedia Article: https://en.wikipedia.org/wiki/Thread_(computing) 00:00:48 1 Single vs ...

33:16
Thread (computing) | Wikipedia audio article

19 views

6 years ago

ABMedia
Java for C# Developers

Java for C# Developers In this video, we're going to cover the differences between C# and Java. There aren't MANY differences ...

25:32
Java for C# Developers

19,232 views

5 years ago

Drunken Engineer
Builder Design Pattern in java | Real Time Project Usage

This video explains builder design patter along with real time project usage. One of the best book for Interview Questions Top ...

22:37
Builder Design Pattern in java | Real Time Project Usage

6,593 views

4 years ago

nptelhrd
Mod-25 Lec-37 Multithreading and Multiprocessing

High Performance Computer Architecture by Prof.Ajit Pal,Department of Computer Science and Engineering,IIT Kharagpur.

54:26
Mod-25 Lec-37 Multithreading and Multiprocessing

21,910 views

10 years ago

Vaadin
Why we built Hilla: the modern web framework for Java

Does the world really need yet another frontend framework? We believe it does. With Hilla, you can build enterprise-grade web ...

54:08
Why we built Hilla: the modern web framework for Java

12,946 views

Streamed 3 years ago

Chrome for Developers
WebAssembly: A new development paradigm for the web

WebAssembly (Wasm) is a low level, high-performance binary format for the web, which can be compiled from languages such as ...

22:03
WebAssembly: A new development paradigm for the web

73,369 views

2 years ago

Heapspace
Async Showdown: Java Virtual Threads vs. Kotlin Coroutines - Riccardo Lippolis

Discover the potential impact of Java Virtual Threads on Kotlin Coroutines, the popular alternative for asynchronous programming ...

34:10
Async Showdown: Java Virtual Threads vs. Kotlin Coroutines - Riccardo Lippolis

1,354 views

1 year ago

John Kubiatowicz
CS162 Lecture 7 (2/13/2020): Semaphores, Monitors, and Readers/Writers

In this class, I discuss more advanced synchronization techniques, including atomic hardware primitives, semaphores, and the ...

2:03:31
CS162 Lecture 7 (2/13/2020): Semaphores, Monitors, and Readers/Writers

5,688 views

5 years ago

TLA+ - The Temporal Logic of Actions
TLA + specification of PCR parallel programming pattern - Jose Solsona & Sergio Yovine

https://conf.tlapl.us/2020/10-Yovine_and_Solsona-TLA_+_specification_of_PCR_parallel_programming_pattern.pdf.

31:56
TLA + specification of PCR parallel programming pattern - Jose Solsona & Sergio Yovine

227 views

5 years ago

Codegram
Beyond The Tab: Executing JavaScript Across Browser Contexts (Andrew Dunkman) - FSF 2016

Keeping JavaScript from interfering across tabs is great, but what about when a web application wants to share state without a ...

34:44
Beyond The Tab: Executing JavaScript Across Browser Contexts (Andrew Dunkman) - FSF 2016

1,555 views

9 years ago

XRPL Commons
Coding on the XRPL Ledger [Session 1/4] with Florent Uzio

Training led by Florent Uzio, Senior XRP Ledger Developer at Ripple Recorded on July 6-7th 2023 at the XRPL Commons HQ.

53:07
Coding on the XRPL Ledger [Session 1/4] with Florent Uzio

2,354 views

2 years ago

Fabrice Kordon
063 — Implémentation, ServeurMultiThreade v5

Let's draw a little digital timing diagram just for fun, from our example. Actually, it's not that little, so to make it as narrow as possible ...

24:07
063 — Implémentation, ServeurMultiThreade v5

855 views

9 years ago

Smilebringer Games
ColdFusion (Lucee) Tutorial - Lesson 1 - Basics & Variables

ColdFusion Tutorial - #1 - Basics & Tutorials In this first tutorial lesson I explain to you how the web browser requests a website, ...

22:11
ColdFusion (Lucee) Tutorial - Lesson 1 - Basics & Variables

21,394 views

5 years ago

CS76
Week 3
1:45:24
Week 3

837 views

12 years ago

nptelhrd
Mod-05 Lec-39 Exception Handling

Linux Programming & Scripting by Anand Iyer,Director, Calypto Design Systems.For more details on NPTEL visit http://nptel.ac.in.

39:02
Mod-05 Lec-39 Exception Handling

2,444 views

10 years ago

Confreaks
RailsConf 2016 - Introduction to Concurrency in Ruby by Thijs Cadier

In this talk we'll learn about the options we have to let a computer running Ruby do multiple things simultaneously. We'll answer ...

36:16
RailsConf 2016 - Introduction to Concurrency in Ruby by Thijs Cadier

7,469 views

9 years ago

DEFCONConference
DEF CON 21 -  Brian Gorenc and Jasiel Spelman -  Java Every Days

Java Every-Days: Exploiting Software Running on 3 Billion Devices BRIAN GORENC ZERO DAY INITIATIVE, HP SECURITY ...

43:16
DEF CON 21 - Brian Gorenc and Jasiel Spelman - Java Every Days

1,729 views

12 years ago

Linux Plumbers Conference
LPC2019 - Efficient Userspace Optimistic Spinning Locks

Efficient Userspace Optimistic Spinning Locks Speaker Mr Waiman Long (Red Hat) Description The most commonly used simple ...

41:59
LPC2019 - Efficient Userspace Optimistic Spinning Locks

961 views

6 years 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,284,575 views

6 years ago

Dandalf
ATM Simulator

Read, write, seek binary files with an ATM simulator. The video discusses big-endian and little-endian data formats for disk files.

22:32
ATM Simulator

731 views

4 years ago