Hi, what do you want to do?
Curated Video
Learn and Master C Programming - Working with 2D Arrays
We look at an example of declaring and printing out a 2D array in C/C++.
r/>
This clip is from the chapter "Arrays" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we will look at how to...
r/>
This clip is from the chapter "Arrays" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we will look at how to...
Curated Video
.NET Core Microservices - Async Await is not Async Communication in the Project
This video explains Async Await is not Async Communication in the project.
r/>
This clip is from the chapter "Checkout Functionality" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section,...
r/>
This clip is from the chapter "Checkout Functionality" of the series ".NET Core Microservices - The Complete Guide (.NET 6 MVC)".In this section,...
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.<br/>
• Quick guide to us<br/>ing JavaDoc
• Use the bot example to show the act<br/>ual process of Javadoc
• See how Java<br/>Doc looks by compiling via gradle
• Quick guide to us<br/>ing JavaDoc
• Use the bot example to show the act<br/>ual process of Javadoc
• See how Java<br/>Doc 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
Curated Video
Mastering Tableau 2018.1, Second Edition 7.6: Nested Table Calculations in Tableau
We’ll see nested calculation functions. • Explore nested table calculations • Implement nested calculations
Curated Video
Mastering Tableau 2018.1, Second Edition 5.1: Creating Your First Visual
In this video, we’ll create our first visualization. • Understand the data • Connect to the data • Understand Data pane
Curated Video
Mastering Tableau 2018.1, Second Edition 4.1: Joining Your Data
In this video, we’ll see how to join data. • Different types of joins • Merge data worksheets with join
Curated Video
Serverless JavaScript Projects 5.4: Link Front-End Application to AWS CloudFront
In this video, we need to work out all the calls to the S3 storage endpoints from the front-end application.<br/>
• Test it in fr<br/>ont-end app
• Make sure <br/>everything is in place
• Test it in fr<br/>ont-end app
• Make sure <br/>everything is in place
Curated Video
Serverless JavaScript Projects 1.2: Welcome
This video is an introduction to serverless JavaScript<br/>
• Recognize that servers can block <br/>development
• Show how serverless architecture can so<br/>lve the server problem
• Start <br/>showing how to utilize serverless
• Recognize that servers can block <br/>development
• Show how serverless architecture can so<br/>lve the server problem
• Start <br/>showing how to utilize serverless
Curated Video
Learning D3.JS 5.0 9.2: Coding a Horizontal Tree
In this video, we will learn about the tree diagram’s structure. • Understand the HTML file • Learn about the CSS file • Understand the JS file
Curated Video
Learning D3.JS 5.0 6.4: Putting a Label
To complete the bar chart, we will add labels.<br/>
• Write the code for labels and view <br/>the results
• Play with the ‘<br/>x’ and ‘y’ coordinates
• Finalize the ‘x’ and ‘y’ coordina<br/>tes and display the datacorrectly
• Write the code for labels and view <br/>the results
• Play with the ‘<br/>x’ and ‘y’ coordinates
• Finalize the ‘x’ and ‘y’ coordina<br/>tes and display the datacorrectly
Curated Video
Learning D3.JS 5.0 2.3: Creating Rectangles
In this video, we will learn how to create rectangles.
• Code a rectangle and view it in the browser.Play with the element
tab.
• Understand why background color and border w
on’t work.
• Fix the border issue in two...
• Code a rectangle and view it in the browser.Play with the element
tab.
• Understand why background color and border w
on’t work.
• Fix the border issue in two...
Curated Video
Bug Bounty Program Certification 6.5: Gather Machine User Login Credentials
In this video, you will gather information about Windows and Kali Linux password files. • Learn about Kali Linux shadow file • Use john the Ripper to crack password file • Gather information about Windows SAM file
Curated Video
Bug Bounty Program Certification 5.4: Perform Buffer Overflow Attack on Server
This video will help you perform buffer overflow attack.<br/>
• Setup lab for buffer overflow i<br/>n Windows10
• Use BadBlue ex<br/>ploit using metasploit
• Get meterpreter session using exploitation
• Setup lab for buffer overflow i<br/>n Windows10
• Use BadBlue ex<br/>ploit using metasploit
• Get meterpreter session using exploitation
Curated Video
Learn and Master C Programming - Edit Menu
We look at some of the important items on the edit menu and learn how to use Undo/Redo as well as the clipboard operations.
r/>
This clip is from the chapter "Walkthrough: Visual Studio IDE" of the series "Learn and Master C...
r/>
This clip is from the chapter "Walkthrough: Visual Studio IDE" of the series "Learn and Master C...
Curated Video
Learn and Master C Programming - Passing By Value vs. Passing By Pointer
We will revisit passing parameters to functions to go over differences between passing by value and passing by reference (pointer).
r/>
This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For...
r/>
This clip is from the chapter "Pointers" of the series "Learn and Master C Programming For...
Curated Video
Learn and Master C Programming - Character Arrays versus Strings
We will learn the main difference between declaring and using character arrays versus strings in C/C++.
r/>
This clip is from the chapter "Arrays" of the series "Learn and Master C Programming For Absolute Beginners!".In this...
r/>
This clip is from the chapter "Arrays" of the series "Learn and Master C Programming For Absolute Beginners!".In this...
Curated Video
Ensemble Machine Learning Techniques 3.4: Random Forest
This video aims to teach the viewer about a versatile and powerful algorithm called Random Forest. • We discuss what is Random Forest • We see the difference between Bagging Trees and Random Forest • We look at the advantages and...
Curated Video
Python for Network Forensics 1.2: Learning Dshell
In this video, we will learn how to inspect network traffic at the packet level using Dshell. • Learn to set up a Python virtual environment • Learn to import packet capture • Use Dshell decoders to fuller analyze automate network traffic
Curated Video
Java 11 Programming for Beginners 4.3: Working with Strings, Characters, and Regular Expressions
Strings and regular expressions are key to everyday Java programming. This video gives an overview of how to use them. • Three slides to explain string and regular expression • Use regex in code to split a word • Use string functions to...