ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

126 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

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,492 views

12 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

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,011 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,017 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,841 views

5 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

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,653 views

1 year 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,055 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

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,445 views

6 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

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

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,351 views

7 months 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