ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

71 results

Otavio Santana
Optional in Java - When better code is not an alternative

Since Java 8, Java Developers have one good way to avoid the classic NullPointerException. However, it is still a problem to use ...

23:13
Optional in Java - When better code is not an alternative

2,738 views

3 years ago

Sinhala java tutorials
Java🍵Tutorial for beginners Complete Full Course in Sinhala  | Java Sinhala Tutorial

Java Sinhala Tutorial Java for Beginners step by step in Sinhala | Java Sinhala | Complete Java Full Course in 8 Hours java ...

8:43:15
Java🍵Tutorial for beginners Complete Full Course in Sinhala | Java Sinhala Tutorial

35,468 views

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

416,325 views

5 years ago

Society of Research Software Engineering
Laura Moran and Freddy Wordingham: Rust for Scientific Computing

A talk from the Large-scale parallel session at RSECon2022. Details: ...

25:32
Laura Moran and Freddy Wordingham: Rust for Scientific Computing

990 views

2 years ago

set steps 360
example of nested for loop in C++| #nestedforloop#C++programming Example #C++nested for loop in C++

Conclusion (Word Count: 200) I. Understanding Nested Loops A. Introduction to Loops in C++ Loops are control structures that ...

20:48
example of nested for loop in C++| #nestedforloop#C++programming Example #C++nested for loop in C++

22 views

2 years ago

Sinhala java tutorials
Java🍵Tutorial for beginners Complete Full Course in Sinhala  | Step-by-Step Java Sinhala Tutorial

Java Sinhala Tutorial Java for Beginners step by step in Sinhala | Java Sinhala | Complete Java Full Course in 8 Hours java ...

8:44:14
Java🍵Tutorial for beginners Complete Full Course in Sinhala | Step-by-Step Java Sinhala Tutorial

3,645 views

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

4 years ago

wikipedia tts
Object-oriented programming | Wikipedia audio article

This is an audio version of the Wikipedia Article: https://en.wikipedia.org/wiki/Object-oriented_programming 00:01:40 1 Features ...

48:29
Object-oriented programming | Wikipedia audio article

27 views

6 years ago

ABMedia
Learn PowerShell: Episode 4, Types + Methods + Casting

As we know very well by now, objects are the most central part of PowerShell, everything is built around them, and as such, there's ...

28:55
Learn PowerShell: Episode 4, Types + Methods + Casting

18,928 views

4 years ago

CS 125 @ Illinois
CS 125 Fall 2018: Mon 10.8.2018. More Polymorphism and Class Design

A continued discussion of polymorphism and practice with inheritance and class design.

49:11
CS 125 Fall 2018: Mon 10.8.2018. More Polymorphism and Class Design

577 views

7 years ago

ABMedia
Learn PowerShell: Episode 1, The Basics

FUN FACT: By the end of this series, you'll be able to make your own graphical interface right from PowerShell! Download ...

26:43
Learn PowerShell: Episode 1, The Basics

111,022 views

4 years ago

ABMedia
Learn PowerShell: Episode 8, Operators + If Statements + Scripting Tips

Welcome to the eighth episode in the long-running PowerShell video series. This is nearing the very last episode now, and the ...

35:30
Learn PowerShell: Episode 8, Operators + If Statements + Scripting Tips

7,834 views

4 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

YAWL User Group
YAWL: The Story Behind the Workflow Engine

"There was also a reviewer of the workflow patterns paper that literally said I do not think that such complex patterns can be used ...

34:54
YAWL: The Story Behind the Workflow Engine

904 views

3 years ago

DEFCONConference
DEF CON 31 - Runtime Riddles - Abusing Manipulation Points in the Android Source - Laurie Kirk

Android malware creators constantly struggle to devise innovative methods to obscure apps and impede reverse engineering.

41:59
DEF CON 31 - Runtime Riddles - Abusing Manipulation Points in the Android Source - Laurie Kirk

35,084 views

2 years ago

timClicks
Writing a Rust-based ring buffer

A handy data structure for buffering input, the ring buffer (also known as a circular buffer, among a few other names) is a fun data ...

40:01
Writing a Rust-based ring buffer

6,712 views

2 years ago

Jon Gjengset
Crust of Rust: Lifetime Annotations

In the 2019 Rust Survey, a lot of people were asking for video content covering intermediate Rust content. So in this first video ...

1:33:23
Crust of Rust: Lifetime Annotations

265,638 views

5 years ago

nptelhrd
Mod-01 Lec-01

Compiler Design by Prof. Sanjeev K Aggarwal,Department of Computer Science and Engineering,IIT Kanpur.For more details on ...

42:10
Mod-01 Lec-01

176,507 views

10 years ago

wikipedia tts
Pointer (computer programming) | Wikipedia audio article

This is an audio version of the Wikipedia Article: https://en.wikipedia.org/wiki/Pointer_(computer_programming) 00:03:37 1 History ...

1:14:39
Pointer (computer programming) | Wikipedia audio article

45 views

7 years ago

Jon Gjengset
Implementing TCP in Rust (part 1)

In this stream, we started implementing the ubiquitous TCP protocol that underlies much of the traffic on the internet! In particular ...

5:19:48
Implementing TCP in Rust (part 1)

247,253 views

6 years ago

The Mentor CodeLab
Minecraft Modding Starter Pack – Full 2026 Setup for Developers (New Era Series)

Welcome to the New Era #2 – the complete 2026 Minecraft Modding Setup with Mojang's Official Mappings. If you've ever been ...

25:15
Minecraft Modding Starter Pack – Full 2026 Setup for Developers (New Era Series)

159 views

2 weeks ago

Chrome for Developers
C++ as a second language (Chrome University 2019)

A tour of C++ for experienced programmers coming from other languages, including Python, Java, JS, Ruby, JS and Golang.

25:29
C++ as a second language (Chrome University 2019)

78,139 views

5 years ago

The Mentor CodeLab
Flight Effect - Fabric Modding Minecraft 1.21.1 | #41

Modding Minecraft 1.21.1 - Fabric MC: Creative Flight Effect Being able to fly in Minecraft is one of the old desires of players.

34:21
Flight Effect - Fabric Modding Minecraft 1.21.1 | #41

219 views

1 year ago

HowlRound Theatre Commons
Negotiating Copyright in the American Theatre 1856 1951 at Stanford on Thursday 5 May 2022

The Stanford Center for Law and History and the Department of Theater and Performance Studies, Stanford present a ...

1:17:56
Negotiating Copyright in the American Theatre 1856 1951 at Stanford on Thursday 5 May 2022

151 views

3 years ago

Jon Gjengset
Lock-Free to Wait-Free Simulation in Rust

In this stream, we start implementing the concurrency algorithm from the academic paper "A Practical Wait-Free Simulation for ...

4:47:58
Lock-Free to Wait-Free Simulation in Rust

49,819 views

4 years ago