Curated Video
Java 11 Programming for Beginners 4.4: Error Handling in Java 11
The goal here is to acclimatize the beginner with Java’s error handling mechanisms. • Glance through theory on Java exception and the newer try-with-resource • We improve the code by avoiding errors using checks • Use try-catch to better...
Curated Video
Mastering Tableau 2018.1, Second Edition 7.7: Creating Ad-hoc Calculations
We’ll see how to create ad hoc calculations. • Implement ad hoc calculations in Tableau
Curated Video
Mastering Tableau 2018.1, Second Edition 7.3: Quick Table Calculations – Percent Difference and Percent of Total
In this video, we’ll see percent difference and percent total. • Understand and implement percent difference • Understand and implement percent total
Curated Video
Mastering Tableau 2018.1, Second Edition 7.1: Working with Table Calculations
In this video, we’ll see the working of table calculations. • Different types of calculations • Implement table calculations
Curated Video
Cloud Native Development on Azure with Java 5.1: Introduction to Azure Kubernetes Service
Before we take our cloud-native application one step further and deploy it in a containerized environment, let’s understand what Kubernetes is through this video. • Get introduced to Kubernetes • Explore the advantages of using Kubernetes
Learning Mole
Mystery of Uncle George's Hat
This Lucas Detective video lesson is Uncle George's Mising Hat.Students will enjoy joining Lucas in this animated video as they discover STEM subjects and work to unveil the mystery.
Weatherthings
Water Smart: Water on Earth - Rivers
Water on Earth focuses on water as most kids would think about it. We start with water in obvious locations such as oceans, lakes, and rivers. We quickly learn that water can change phase to remain a solid in glaciers. Many kids may be...
Curated Video
I WONDER - What Is Chlorophyll?
This video is answering the question of what is chlorophyll.
Curated Video
Writing a Memorable Conclusion
In this video transcript, the teacher explains how to write a memorable conclusion for an essay by leaving the reader with a "NIP" (New thinking, Implication, or Plea). The teacher guides the students through the steps of rereading the...
Science360
Retrospective - An informal chat with the NSF Director
Outgoing NSF director Dr. France Córdova discusses her tenure at the National Science Foundation, the legacy she hopes to leave, and her hopes for the future of science and engineering.
Curated Video
Python for Network Forensics 5.4: Post Enumeration
In this video, we will learn how to perform post enumeration once access has been obtained. • Learn what post-enumeration will provide an attacker • Learn how popular post-exploitation scripts find data • Challenge yourself to modify...
Curated Video
Python for Network Forensics 5.2: Port Enumeration
In this video, we will further our attack by enumerating devices found on our network. This will provide us with services that may be exploitable. • Introduce network sockets and network connections in Python • Use sockets and build a...
Packt
Advanced Computer Vision Projects 3.2: Single-Person Pose Detection
In this video, we study and execute DeeperCut to extract 2D pose data from single-person images. • Open notebook and setup TensorFlow model • Apply model to single-person images; understand the capabilities limitations • Analyze and...
Packt
Advanced Computer Vision Projects 1.4: Running Our Captioning Code in Jupyter
In this video, we deploy a Jupyter notebook to study and run im2txt image captioning. • Load the model and initialize the TensorFlow session • Apply the model to sample images • Develop code to visualize the results
Curated Video
Java 11 Programming for Beginners 3.5: Documentation Using Javadoc
Illustrate how JavaDoc can be used to nicely document the code. • Quick guide to using JavaDoc • Use the bot example to show the actual process of Javadoc • See how JavaDoc looks by compiling via gradle
Curated Video
Java 11 Programming for Beginners 2.2: Writing Your First Java 11 Program
Here, once more, we guide you to create the skeleton project. • Create the directory, package, class and so on • Explain the package • Explain the class declaration