ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,584 results

The Coding Gopher
99% of Developers Don't Get Sockets

Get 40% OFF CodeCrafters: https://app.codecrafters.io/join?via=the-coding-gopher ⬆️ Best project-based coding platform.

12:05
99% of Developers Don't Get Sockets

477,425 views

8 months ago

Chris Kauffman
UMN CSCI 4061 Demo of poll() System Call

Demonstrates the principle of multiplexed I/O via the poll() function. This system call notifies a process when any of a collection of ...

15:19
UMN CSCI 4061 Demo of poll() System Call

1,675 views

5 years ago

John Kubiatowicz
CS162 Lecture 5: Abstractions 3: IPC, Pipes and Sockets

In this lecture, we pick up our discussion of user-level abstractions with a discussion of inter-process communication (IPC).

1:26:42
CS162 Lecture 5: Abstractions 3: IPC, Pipes and Sockets

18,553 views

4 years ago

CppNow
C++Now 2017: Michael Caisse “Networking TS Workshop (part 1 of 2)"

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:28:46
C++Now 2017: Michael Caisse “Networking TS Workshop (part 1 of 2)"

9,224 views

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

246,821 views

6 years ago

The Debug Zone
Multicasting with IPv6 UDP Sockets in C/C++ on Linux: A Complete Guide

Join us as we explore the intricacies of socket programming, multicast addresses, and best practices to ensure seamless data ...

3:13
Multicasting with IPv6 UDP Sockets in C/C++ on Linux: A Complete Guide

19 views

3 months ago

Utah Cpp Programmers
TCP/IP Networking with Boost.Asio

Boost.Asio is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent ...

1:33:36
TCP/IP Networking with Boost.Asio

16,150 views

2 years ago

xmdi
Python vs C/C++ vs Assembly side-by-side comparison

next i will compare fortran and 4chan a test of the relative performance, not the prime-checking algorithm.

1:01
Python vs C/C++ vs Assembly side-by-side comparison

5,116,074 views

4 years ago

VoidRealms
Episode 60 - Example App: TCP Echo Server

In this video series we will cover Python 3. In this video we will make an Echo server using non-blocking TCP sockets. Python 3 ...

18:11
Episode 60 - Example App: TCP Echo Server

3,593 views

5 years ago

Studio IIT Bombay
CN C LS2 Socket Programming

This is 2nd Lab session of Computer Networking workshop arranged for coordinators. It was delivered by Prof. Bhaskaran Raman ...

10:55
CN C LS2 Socket Programming

258 views

9 years ago

Utah Cpp Programmers
Messaging with 0MQ (ZeroMQ)

ZeroMQ (also known as ØMQ, 0MQ, or zmq) looks like an embeddable networking library but acts like a concurrency framework.

1:19:17
Messaging with 0MQ (ZeroMQ)

17,159 views

3 years ago

CppNow
The Optimization of a Boost.Asio-based Networking Server

Sergei Khandrikov's presentation from C++Now 2014 Slides are available here: ...

1:05:21
The Optimization of a Boost.Asio-based Networking Server

6,884 views

11 years ago

Muhammad Hilman
[Jarkom-C] Application Layer - Video Streaming, CDN & Socket Programming
1:51:51
[Jarkom-C] Application Layer - Video Streaming, CDN & Socket Programming

86 views

3 years ago

Engineering Community
Socket programming with C++ by Borys Sadovnykov

During this presentation, we will talk about what is sockets, different socket protocols, how to use it and why do we need it. Also ...

57:49
Socket programming with C++ by Borys Sadovnykov

397 views

2 years ago

Utah Cpp Programmers
Getting Started with Boost.Asio: Timers and Serial Ports

I/O operations are inherently asynchronous -- we don't know when input will arrive and when output will be generated. Network ...

1:18:13
Getting Started with Boost.Asio: Timers and Serial Ports

12,541 views

2 years ago

Chris Kauffman
UMN CSCI 4061 14 Sockets Part1

Begins coverage of network programming and sockets. Surveys some difficulties associated with network programming in general ...

40:56
UMN CSCI 4061 14 Sockets Part1

646 views

5 years ago

VoidRealms
C++ Qt 137 - High Performance TCP Server Design Part 6

QML Beginners: https://www.udemy.com/course/qml-for-beginners/?referralCode=3B69B9927B587BBF40F1 Qt Core Beginners: ...

31:41
C++ Qt 137 - High Performance TCP Server Design Part 6

8,996 views

10 years ago

Jean-Baptiste Yunès
Cours programmation socket (réseau) n°5 -  TCP en langage C

L'API C de programmation réseau pour les flux TCP. Plus d'informations : http://yunes.informatique.univ-paris-diderot.fr/ Licence ...

1:25:30
Cours programmation socket (réseau) n°5 - TCP en langage C

26,431 views

12 years ago

Aaron Bauer
CS 208 Network Programming

We learn about internet protocols and network sockets. Music by BoxCat Games.

1:10:29
CS 208 Network Programming

78 views

4 years ago

Roel Van de Paar
C Socket API Call with Swift

C Socket API Call with Swift Helpful? Please support me on Patreon: https://www.patreon.com/roelvandepaar With thanks & praise ...

2:39
C Socket API Call with Swift

15 views

3 years ago

Roel Van de Paar
Code Review: Secure socket programming with OpenSSL and C

Code Review: Secure socket programming with OpenSSL and C Helpful? Please support me on Patreon: ...

2:59
Code Review: Secure socket programming with OpenSSL and C

67 views

3 years ago

CppNow
C++Now 2018: Jason Rice “Generalized Full Duplex Messaging”

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:27:35
C++Now 2018: Jason Rice “Generalized Full Duplex Messaging”

4,096 views

7 years ago

Shadow Breakerz
Learn Socket Programming in just 5 minutes ! TCP Echo Client Server Model | C Programming | Networks

Learn about the basics and working of TCP Echo Client Server Iterative Architecture using C Programming.

5:02
Learn Socket Programming in just 5 minutes ! TCP Echo Client Server Model | C Programming | Networks

581 views

5 years ago

Utah Cpp Programmers
Basic HTTP and WebSocket Programming with Boost.Beast

Boost.Beast is a C++ header-only library serving as a foundation for writing interoperable networking libraries by providing ...

1:31:30
Basic HTTP and WebSocket Programming with Boost.Beast

14,308 views

2 years ago

Utah Cpp Programmers
Writing a Network Client With Facebook's Wangle is a Fail

Networking is often a core requirement for modern applications, but the standard C++ library doesn't yet include any networking ...

1:41:22
Writing a Network Client With Facebook's Wangle is a Fail

1,764 views

3 years ago