ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

8,755 results

CppNow
Christopher Kohlhoff: Why C++0x is the Awesomest Language for Network Programming

Warning: This is not a talk for the faint-hearted. There will be bleeding-edge language features. There will be hackery. There will ...

1:02:16
Christopher Kohlhoff: Why C++0x is the Awesomest Language for Network Programming

3,649 views

12 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,222 views

8 years 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,051 views

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

245,262 views

6 years ago

The Linux Foundation
Understanding and Working with the Cgroups Interface - Michael Anderson, The PTR Group, LLC

Understanding and Working with the Cgroups Interface - Michael Anderson, The PTR Group, LLC The cgroups (control group) ...

38:28
Understanding and Working with the Cgroups Interface - Michael Anderson, The PTR Group, LLC

31,099 views

6 years ago

Rendis
Network Programming

All video material belongs to ArsDigita (http://www.aduni.org/). This course was released under CC BY-SA 2.0 license ...

1:02:41
Network Programming

15 views

9 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,874 views

11 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

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

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

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

1,907 views

8 years ago

StableCoder
201 - Basic Networking, Addresses and Socket Binding

In particular, first is an overview of what this would entail, then dives into Beej's Guide Network to Network Programming, then ...

1:47:31
201 - Basic Networking, Addresses and Socket Binding

251 views

2 years ago

CNCF [Cloud Native Computing Foundation]
A Beginner's Guide to eBPF Programming for Networking - Liz Rice, Isovalent

Don't miss out! Join us at our next event: KubeCon + CloudNativeCon Europe 2022 in Valencia, Spain from May 17-20.

29:37
A Beginner's Guide to eBPF Programming for Networking - Liz Rice, Isovalent

22,581 views

4 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,761 views

3 years ago

Network Engineering Video Blog
NE #87 WPF Reflection PropertyInfo: New Config File Save

In this first half of our two part video on Config File Open, we will be using the Reflection PropertyInfo for our new and improved ...

23:49
NE #87 WPF Reflection PropertyInfo: New Config File Save

226 views

6 years ago

Lil' Bits
MPMII on the Z180 for SCC - User Setup and C Programming

Patreon: patreon.com/lilbits Blog: https://www.magesguild.io Compatible Systems: SC126: ...

1:08:46
MPMII on the Z180 for SCC - User Setup and C Programming

349 views

4 months ago

Cisco DevNet
Introduction to Python Network Programming for Network Architects and Engineers   Part 1  The Basics

A classroom session from the DevNet Zone at Cisco Live Berlin 2017. This is Part 1 in a 3 part series that introduces participants ...

1:57:29
Introduction to Python Network Programming for Network Architects and Engineers Part 1 The Basics

20,749 views

8 years ago

Next Day Video
Live network coding in 8sync

Christopher Allan Webber https://chicagolug.org/meetings/2017-02-11/ Isn't network programming a pain? Wouldn't it be nice if ...

36:59
Live network coding in 8sync

977 views

8 years ago

ozzloy
c network socket tcp thread accept still fails 2022 12 04 19 00 56

we tried to figure out why accept did not work on the remote machine. we moved the code from my machine, which works on my ...

38:08
c network socket tcp thread accept still fails 2022 12 04 19 00 56

28 views

3 years ago

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

Anyone interested in network programming, or making generic interfaces in their libraries will find this presentation useful.

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

4,096 views

7 years ago

CoreCppIL
Evolving C++ Networking with Senders & Receivers [part 1] :: Robert Leahy

Presented at the Core C++2024 conference, Tel Aviv. For part 2 see https://youtu.be/PF0g3dOSdao. std::execution (“senders ...

59:51
Evolving C++ Networking with Senders & Receivers [part 1] :: Robert Leahy

1,264 views

8 months ago

Cisco DevNet
Introduction to Python Network Programming for Network Architects and Engineers  [repeated session]

"A classroom session from the DevNet Zone at Cisco Live Berlin 2017. This is a Part 1, 2 and 3 in a 3 part series that introduces ...

3:03:37
Introduction to Python Network Programming for Network Architects and Engineers [repeated session]

63,307 views

8 years ago

iMProgrammer
C Programming Tutorial for Beginners

Learn about C Programming in this tutorial for beginners. Learn the basic of C programming in Linux Environment.

1:36:03
C Programming Tutorial for Beginners

61 views

2 years ago

OWASP Foundation
Securing C code that seems to work just fine - AppSecUSA 2017

Securing C code that seems to work just fine Fastly offers a content delivery network (CDN) that ubiquitous and high-profile web ...

28:54
Securing C code that seems to work just fine - AppSecUSA 2017

572 views

8 years ago

SwedenCpp
Arvid Norberg: High performance networking TS

In this talk I will share my experience of boost.asio's networking TS from my work on libtorrent, a network-centric library.

1:13:12
Arvid Norberg: High performance networking TS

4,641 views

6 years ago

Utah Cpp Programmers
Writing a Network Client with POCO

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

1:20:05
Writing a Network Client with POCO

8,735 views

3 years ago

Centre for Development of Academic Excellence USM (CDAE USM)
CST234 Chapter 1: Introduction

CST234 Network Programming Mr. G.C Sodhy School of Computer Sciences Universiti Sains Malaysia USM Open Courseware.

1:23:14
CST234 Chapter 1: Introduction

38 views

2 years ago