Hi, what do you want to do?
Wonderscape
The Sixteenth Amendment: A Milestone in American Taxation
Explore the history and significance of the Sixteenth Amendment to the United States Constitution, which granted Congress the power to levy income taxes. Learn about the context of its creation, its implications for government revenue,...
Curated Video
Python for Network Forensics 5.1: Enumeration
In this video, we will begin to think as an attacker and learn how to enumerate devices on a network. • Learn the basics of calling system commands in Python • Learn how to enumerate network devices • Using Python, build an application...
Curated Video
Hands-On WebAssembly for C++ Programmers - Passing Complex Data with Embind
So far, we can pass primitive types only. How do we pass objects, enumerations, and more?
• Learn how to pass enumera
tions
• Learn how to pass val
ue objects
• Learn how
to
pass classes
This clip is from...
• Learn how to pass enumera
tions
• Learn how to pass val
ue objects
• Learn how
to
pass classes
This clip is from...
Curated Video
Python for Network Forensics 2.3: Querying the Registry
In this video, we will become familiar with the Windows registry and how the key:value data store maintains OS configuration data. • Learn how to interact with the registry using regedit • Use Python to interact with the registry by...
Curated Video
Excel VBA Programming The Complete Guide - The Range.Delete Method
Most deletion operations will involve removing entire rows or columns at a time. In this lesson, we discuss how to make that happen in VBA as well as what happens when we delete a single cell instead.
r/>
This clip is from the...
r/>
This clip is from the...
Curated Video
Excel VBA Programming The Complete Guide - The Paste and PasteSpecial Methods on the Worksheet Object
Excel offers several paste options in its user interface -- pasting just the value, just the formats, and more. In this lesson, we walk through how to emulate this feature in VBA with the help of predefined enumerations.
r/>
...
r/>
...
Curated Video
Excel VBA Programming The Complete Guide - The MsgBox Method In Depth, Part I
In this lesson, we dive deeper into the MsgBox method including its Buttons and Title parameter. We modify the aesthetics of the alert, including the clickable buttons and the information icon.
r/>
This clip is from the chapter...
r/>
This clip is from the chapter...
Curated Video
Implement logical operations in a computer program : Exploring Logical Operators – Part 2
From the section: Introduction to Decision Statements and Control Flow. In this section, you will be introduced to Java's decision statements and control flow constructs. This will include getting to know the Java keywords of if...