ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

118 results

NERSC
06 Debugging and Profiling Tools

Part of the NERSC New User Training on June 16, 2020. Please see ...

34:04
06 Debugging and Profiling Tools

201 views

5 years ago

Craig Piercy
Basic Debugging with Eclipse

Here we provide an example of a debugging session using the debugging perspective in the Eclipse IDE.

29:32
Basic Debugging with Eclipse

4,655 views

9 years ago

CodeTV
Debugging complicated apps

When you've got a frontend, a backend, and more in between, how do you debug issues? Lazar Nikolov teaches us how to use ...

1:29:46
Debugging complicated apps

2,663 views

Streamed 1 year ago

ABMedia
Learn PowerShell: Episode 9, Debugging + Select + Looping

In this 40-minute long episode, we're going to continue our exploration through PowerShell. This episode has a lot more practical ...

37:10
Learn PowerShell: Episode 9, Debugging + Select + Looping

7,223 views

4 years ago

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

Managed Code Rootlets (MCRs) are terrifying post-exploitation attacks that open the doors for cementing and expanding a ...

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

1,829 views

9 years ago

Google for Developers
YouTube Developers Live: Debugging & Dealing with Errors

Jeff Posnick gets into the nitty-gritty details of what do to when things go wrong, covering best practices for debugging your ...

23:17
YouTube Developers Live: Debugging & Dealing with Errors

24,494 views

12 years ago

CodeTV
Going further with tests and cleaner code

Part 2: an exploration of TDD as a way to clean up our code — and our thinking. Cory Speisman returns. Upcoming episodes: ...

1:32:19
Going further with tests and cleaner code

1,179 views

Streamed 10 months ago

Otavio Santana
Java Record, exploring the feature beyond the DTO

This post will explain more about the Java record feature, what it is, and how to apply it in several cases beyond DTOs.

32:04
Java Record, exploring the feature beyond the DTO

1,454 views

2 years ago

DEFCONConference
DEF CON 21 - Joe Grand - JTAGulator Assisted Discovery Of On Chip Debug

JTAGulator: Assisted Discovery Of On-Chip Debug Interfaces JOE GRAND AKA KINGPIN On-chip debug (OCD) interfaces can ...

47:06
DEF CON 21 - Joe Grand - JTAGulator Assisted Discovery Of On Chip Debug

6,013 views

12 years ago

DEFCONConference
DEF CON 21 - Joseph Paul Cohen - Blucat Netcat For Bluetooth

Blucat: Netcat For Bluetooth JOSEPH PAUL COHEN TCP/IP has tools such as nmap and netcat to explore devices and create ...

36:52
DEF CON 21 - Joseph Paul Cohen - Blucat Netcat For Bluetooth

1,277 views

12 years ago

LetCode with Koushik
Selenium Test Practice - Page Object Model

Hello guys, in this video, we'll take a scenario and automate that using a page object model with selenium java. Scenario: 1.

1:46:08
Selenium Test Practice - Page Object Model

7,018 views

4 years ago

Missing Semester
Lecture 5: Command-line Environment (2020)

You can find the lecture notes and exercises for this lecture at https://missing.csail.mit.edu/2020/command-line/ Help us caption ...

56:07
Lecture 5: Command-line Environment (2020)

122,903 views

5 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,160 views

5 years ago

Google for Developers
Dartisans ep. 10: Dart Plugin for IntelliJ

Edit and debug your Dart apps with IntelliJ and WebStorm! In this episode of Dartisans, meet the engineers working on the Dart ...

35:25
Dartisans ep. 10: Dart Plugin for IntelliJ

3,178 views

Streamed 13 years 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

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

179,840 views

1 year ago

codingjerk
Zig is better than Rust (sometimes)

Since I use both Rust and Zig, I've collected some use cases, where I prefer Zig over Rust. While it's not an objective comparison, ...

20:21
Zig is better than Rust (sometimes)

93,921 views

7 months 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,451 views

6 years ago

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

Like any other language, Java has the enum feature that allows us to enumerate items. It is helpful to list delimited items in your ...

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

2,960 views

3 years ago

J David Eisenberg
COMSC 076 Lecture 14 Feb 2024 - Take 2

I accidentally turned off the audio during the Zoom session, so I have re-recorded the remainder of the lecture (and it's probably ...

26:34
COMSC 076 Lecture 14 Feb 2024 - Take 2

87 views

1 year ago

ArchiLab
The Return of the Evil Stacktrace, or: How to Debug

Unerklärliches Programmverhalten und Stacktraces gehören zum täglichen Brot von Programmierer*innen. Wie liest man so ...

29:02
The Return of the Evil Stacktrace, or: How to Debug

670 views

4 years ago

Jookia
Programming a DOS Twitch Bot: Part 17 (Giving up)

I gave up in this video. It just wasn't possible. Nothing made sense. But the DOS gods, they... They couldn't let it go. No, they ...

4:05:54
Programming a DOS Twitch Bot: Part 17 (Giving up)

36 views

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

5 years ago

Confreaks
RubyConf 2017: Deterministic Solutions to Intermittent Failures by Tim Mertens

Deterministic Solutions to Intermittent Failures by Tim Mertens Monday mornings are bad when the coffee runs out, but they're ...

41:19
RubyConf 2017: Deterministic Solutions to Intermittent Failures by Tim Mertens

728 views

8 years ago

Chrome for Developers
Swipeable Cards: Live Code Session - Supercharged

In this Swipeable Cards Live Code Session (Supercharged), Paul and Surma break down the step by step build process. Expect ...

58:07
Swipeable Cards: Live Code Session - Supercharged

235,153 views

Streamed 9 years ago