ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

48 results

Sinhala java tutorials
Java MySql CRUD operations INSERT, UPDATE, DELETE, SEARCH | Java CRUD in Sinhala #java #javasinhala

JAVA MySQL CRUD INSERT, UPDATE, DELETE, SEARCH and DISPLAY Application Design GUI and Connection. Java CRUD ...

22:09
Java MySql CRUD operations INSERT, UPDATE, DELETE, SEARCH | Java CRUD in Sinhala #java #javasinhala

8,234 views

2 years ago

Jon Gjengset
Porting Java's ConcurrentHashMap to Rust (part 3)

This stream is (probably) the last segment in our journey into porting Java's ConcurrentHashMap to Rust. We start writing some ...

5:39:15
Porting Java's ConcurrentHashMap to Rust (part 3)

10,887 views

5 years ago

Denis Kuzmin
🔀 Between unmanaged C++ / C# / Java /... Complex types and Strings. [Part-2]

Do NOT combine unnecessary code, please turn ON your brains [both host sides - CLR/Native/JVM]. /This is Part 2. C++, C# and ...

28:04
🔀 Between unmanaged C++ / C# / Java /... Complex types and Strings. [Part-2]

14,045 views

7 years ago

Jon Gjengset
Porting Java's ConcurrentHashMap to Rust (part 2)

In this stream we continue the work of porting Java's ConcurrentHashMap to Rust. We finish up the concurrent hash table resizing ...

5:20:13
Porting Java's ConcurrentHashMap to Rust (part 2)

13,462 views

6 years ago

Jon Gjengset
Desktop and editor setup for Rust development

After and during nearly every live stream, I get asked about my setup, my editor, my browser, and various other tidbits that are ...

2:01:03
Desktop and editor setup for Rust development

129,429 views

7 years ago

Jon Gjengset
impl Rust: One Billion Row Challenge

I'm late to the party, but it's time we take a stab at the One Billion Row Challenge ( https://github.com/gunnarmorling/1brc ) in Rust.

10:36:57
impl Rust: One Billion Row Challenge

79,557 views

1 month ago

OmniFish News
Changes in GlassFish 7 Logging System

For GlassFish 7 we completely changed the logging system (GJULE = GlassFish Java Util Logging Extension), fixed many bugs, ...

58:49
Changes in GlassFish 7 Logging System

613 views

2 years ago

wikipedia tts
One instruction set computer | Wikipedia audio article

This is an audio version of the Wikipedia Article: https://en.wikipedia.org/wiki/One_instruction_set_computer 00:00:42 1 Machine ...

21:37
One instruction set computer | Wikipedia audio article

142 views

7 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

991 views

2 years ago

Confreaks
RubyConf 2015 - Softly, softly typing by John Cinnamond

Softly, softly typing by John Cinnamond The ruby community is large and varied but, for the most part, we haven't rushed to ...

44:34
RubyConf 2015 - Softly, softly typing by John Cinnamond

942 views

10 years ago

ITFreeTraining
Web Servers - CompTIA A+ 220-1101 – 6.3

Let's have a look at web servers. Download PowerPoint: https://itfreetraining.com/handouts/ap11/6a15.pptx Web Servers Web ...

25:06
Web Servers - CompTIA A+ 220-1101 – 6.3

89 views

2 weeks ago

wikipedia tts
Software transactional memory | Wikipedia audio article

This is an audio version of the Wikipedia Article: https://en.wikipedia.org/wiki/Software_transactional_memory 00:01:16 1 ...

28:53
Software transactional memory | Wikipedia audio article

10 views

7 years ago

Jon Gjengset
Decrusting the tokio crate

In this stream, we peeled back the crust on the tokio crate — https://github.com/tokio-rs/tokio/ — and explored its interface, ...

3:31:48
Decrusting the tokio crate

180,716 views

1 year ago

LF Decentralized Trust
Configure, Deploy, and Manage a Besu Private Network

Besu, an LF Decentralized Trust project, is an open-source Ethereum client developed under the Apache 2.0 license and written ...

3:21:28
Configure, Deploy, and Manage a Besu Private Network

1,799 views

9 months ago

CS 125 @ Illinois
CS 125 Fall 2018:  Fri 9.7.2018. Arrays and Algorithms

Continuation of arrays and introduction and practice with simple algorithms.

51:59
CS 125 Fall 2018: Fri 9.7.2018. Arrays and Algorithms

1,842 views

7 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,308,747 views

6 years ago

SwedenCpp
Jean Guegant - Meta Crush Saga: a C++17 compile-time game

Meta Crush Saga is a game pet project made to explore the new metaprogramming features available (if-constexpr, constexpr ...

30:07
Jean Guegant - Meta Crush Saga: a C++17 compile-time game

7,491 views

7 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

7 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

Jon Gjengset
Implementing (part of) a BitTorrent client in Rust

In this stream, we're doing the "implement BitTorrent" challenge from https://app.codecrafters.io/join/bittorrent?via=jonhoo in Rust.

4:09:16
Implementing (part of) a BitTorrent client in Rust

108,717 views

2 years ago

COMPUTER & EXCEL SOLUTION
Predefined functions of string in C Language@COMPUTEREXCELSOLUTION #class10th #class12 #clanguage

Join this channel to get access to perks: https://www.youtube.com/channel/UC4C_tfy6WLDxzVVO3y6YinA/join In C language, ...

29:00
Predefined functions of string in C Language@COMPUTEREXCELSOLUTION #class10th #class12 #clanguage

12 views

7 hours ago

Confreaks
RubyConf 2016 - Why recursion matters by James Coglan

RubyConf 2016 - Why recursion matters by James Coglan In modern programming, recursion is so common that we take it for ...

38:43
RubyConf 2016 - Why recursion matters by James Coglan

1,065 views

9 years ago

Confreaks
RubyConf 2016 - (m)Ruby on small devices by Shashank Daté

RubyConf 2016 - (m)Ruby on small devices by Shashank Daté mruby is the lightweight implementation of the Ruby language for ...

35:57
RubyConf 2016 - (m)Ruby on small devices by Shashank Daté

998 views

9 years ago

a11yMTL
Web Accessibility: A Catalyst to Greatness #a11yMTL

In this session Shawn Lawton Henry explains how accessibility overlaps with usability, mobile web, and innovation. You'll get ...

34:54
Web Accessibility: A Catalyst to Greatness #a11yMTL

2,428 views

13 years ago

wikipedia tts
Scope (computer science) | Wikipedia audio article

This is an audio version of the Wikipedia Article: https://en.wikipedia.org/wiki/Scope_(computer_science) 00:02:24 1 Definition ...

1:04:03
Scope (computer science) | Wikipedia audio article

25 views

7 years ago