ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

757 results

Software Preservation Network
Episode 4: Working with Source Code and Software Licenses

In the fourth episode in our seven-part series about using the Code of Best Practices in Fair Use, you'll learn speakers explore ...

1:01:07
Episode 4: Working with Source Code and Software Licenses

83 views

6 years ago

Confreaks
RailsConf 2017: Perusing the Rails Source Code - A Beginners Guide by Alex Kitchens

RailsConf 2017: Perusing the Rails Source Code - A Beginners Guide by Alex Kitchens Open source projects like Rails are ...

38:45
RailsConf 2017: Perusing the Rails Source Code - A Beginners Guide by Alex Kitchens

8,525 views

8 years ago

All Systems Go!
2017 Streamlining systemd's code and safety

https://media.ccc.de/c/asg2017/ASG2017-124-streamlining_systemd_s_code_and_safety Today, the systemd project uses a ...

26:55
2017 Streamlining systemd's code and safety

110 views

8 years ago

All Systems Go!
Microcontroller Firmware from Scratch

https://media.ccc.de/v/ASG2019-161-microcontroller-firmware-from-scratch Follow a journey of writing STM32 microcontroller ...

25:52
Microcontroller Firmware from Scratch

51,342 views

6 years ago

osswatch
Getting Started in Open Source Software

Scott Wilson and Mark Johnson of OSS Watch discuss how to engage with and contribute to open source projects, including ...

34:21
Getting Started in Open Source Software

3,131 views

12 years ago

All Systems Go!
A debugger from scratch

https://media.ccc.de/v/ASG2018-213-a_debugger_from_scratch At some stage in your programming life you may well have used ...

31:11
A debugger from scratch

7,062 views

7 years ago

FINOS
Durable Execution & Open Source Innovation, Max Fateev, CTO, Temporal | OS in Finance Podcast

Max Fateev, CTO and Co-Founder of Temporal on Durable Execution & Open Source Innovation | Open Source in Finance ...

33:14
Durable Execution & Open Source Innovation, Max Fateev, CTO, Temporal | OS in Finance Podcast

168 views

1 year ago

DEFCONConference
DEF CON 31 - The Art of Compromising C2 Servers  A Web App Vulns Perspective - Vangelis Stykas

This can give them access to administrator panels and malware source code, and result in the identity of threat actors being ...

35:06
DEF CON 31 - The Art of Compromising C2 Servers A Web App Vulns Perspective - Vangelis Stykas

16,137 views

2 years ago

WunderGraph
Daniel Kocot (API Leader @ codecentric) on Building Great APIs

APIs run the modern digital world, but what separates the good from the great? Daniel has been part of the codecentric team since ...

1:12:57
Daniel Kocot (API Leader @ codecentric) on Building Great APIs

150 views

4 months ago

Open Source Initiative
State of the Source 2020: How Open Source in Public Administrations and Government is different

How Open Source in Public Administrations and Government is Different Boris van Hoytema Collaboration is not intrinsic to public ...

25:26
State of the Source 2020: How Open Source in Public Administrations and Government is different

55 views

5 years ago

Microsoft Visual Studio
Source Generators in C#

Source Generators are a new C# feature currently in preview that runs during compilation and can inspect your program to ...

38:32
Source Generators in C#

12,786 views

5 years ago

DEFCONConference
DEF CON 24 - Benjamin Holland - Developing Managed Code Rootkits for JRE

Best of all, working at the intended abstraction level of source code allows the attacker to 'write once, exploit anywhere'. When the ...

42:55
DEF CON 24 - Benjamin Holland - Developing Managed Code Rootkits for JRE

1,829 views

9 years ago

wikipedia tts
Coding theory | Wikipedia audio article

This is an audio version of the Wikipedia Article: https://en.wikipedia.org/wiki/Coding_theory 00:01:44 1 History of coding theory ...

23:39
Coding theory | Wikipedia audio article

26 views

7 years ago

Meow's Cafe
📕I failed as my target kissed the transfer—but my system died, killed by someone I never expected

Story Synopsis: Stricken with a terminal illness, I had no choice but to conquer Willow, only because I was bound to a simp system ...

44:28
📕I failed as my target kissed the transfer—but my system died, killed by someone I never expected

7,581 views

13 hours ago

Confreaks
RubyConf 2017: Compiling Ruby by Kevin Deisz

Compiling Ruby by Kevin Deisz Since Ruby 2.3 and the introduction of RubyVM::InstructionSequence::load_iseq, we've been ...

35:54
RubyConf 2017: Compiling Ruby by Kevin Deisz

1,538 views

8 years ago

Jon Gjengset
The Why, What, and How of Pinning in Rust

With the Future trait stabilized and async/await coming soon, many more people are being exposed to the Pin type and its sibling ...

3:03:54
The Why, What, and How of Pinning in Rust

82,895 views

6 years ago

Jon Gjengset
Crust of Rust: Build Scripts and Foreign-Function Interfaces (FFI)

This time we go over Cargo build scripts and Rust foreign-function interfaces, including looking at some widely used *-sys crates.

2:15:42
Crust of Rust: Build Scripts and Foreign-Function Interfaces (FFI)

45,664 views

3 years ago

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

In this talk, I'll reveal my strategy for pinpointing manipulation targets in Android's source code. I will describe how I craft ...

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

35,640 views

2 years ago

Code with Ebrima
Python Documentation Tutorial for Beginners 2025: From Basics to Expert!📚

Description: Master Python Documentation: Learn How to Use Official Python Docs Like a Pro! Python documentation is an ...

29:16
Python Documentation Tutorial for Beginners 2025: From Basics to Expert!📚

740 views

10 months ago

NPTEL IIT Guwahati
Lec 27: Coding Basics

Design & Implementation of Human-Computer Interfaces URL: https://onlinecourses.nptel.ac.in/noc22_cs125/preview Prof.

30:59
Lec 27: Coding Basics

4,160 views

3 years ago

Otavio Santana
The Power of Java Enum - Take advantage of it to make your code more readable and efficient

#enum #javaenums #JAVA #cleancode #Design The source code: https://github.com/osarchitech/java-videos-code.

20:26
The Power of Java Enum - Take advantage of it to make your code more readable and efficient

2,962 views

3 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

181,354 views

1 year ago

YuriODev
Session 02 - Representing Algorithms | Pseudocode, Flowcharts & Python Code Explained

Session 02: Writing Algorithms in Pseudocode | Creating Flowcharts | Translating to Python Code Welcome to the 2nd session of ...

1:27:50
Session 02 - Representing Algorithms | Pseudocode, Flowcharts & Python Code Explained

698 views

1 year ago

CodeWithRayees
How to Built MultiVendorOnlineShopping Cart Using CodeIgniter Complete  Project with Source Code

In this Videos How to Built Multivendor Online Shopping Store Like Flipkart Amazon type with (Payment Gatway Integration, ...

27:50
How to Built MultiVendorOnlineShopping Cart Using CodeIgniter Complete Project with Source Code

266 views

4 years ago

Confreaks
RubyConf 2016 - Ruby’s C Extension Problem and How We're Solving It by Chris Seaton

In JRuby+Truffle we have a radical solution to this problem – we're going to interpret the source code of your C extensions, like ...

35:28
RubyConf 2016 - Ruby’s C Extension Problem and How We're Solving It by Chris Seaton

2,015 views

9 years ago