Packt
Advanced Computer Vision Projects 2.4: Finding and Reading License Plates
In this video, we identify which characters do in fact belong to plates and convert them to text. • Figure out what locations are actually plates • Use k-nearest neighbors to convert images to text • View and analyze the results
Curated Video
High Performance Scientific Computing with C 2.4: Compiler Optimizations
How can we use the compiler to automatically speed up our programs? • Learn about the basic -O optimizations • See how -Ofast-math can squeak out even better optimizations • See why -Ofast-math isn’t enabled by default
Curated Video
Learning D3.JS 5.0 7.6: Visualization with Scales
In this video, we will learn how to use the scale, range, and domain functions in the scatter plot to dynamically present data. • Create the variables for x and y coordinates • Alternate the returning values of circles and labels • View...
Curated Video
Learning D3.JS 5.0 3.3: Creating Texts
In this video, we will learn how to create texts. • Create the text element and add some CSS properties • Create a text area • Make the text clickable
Curated Video
Bug Bounty Program Certification 11.2: Download Reverse Engineering Tools
This video focuses on the tools to perform reverse engineering tools. • Explore reverse engineering tools listing • Download dex2jar tool • Download JD-gui tool
Curated Video
Bug Bounty Program Certification 4.2: Setup External Network Attack
In this video, we will see how to setup external wireless adapter and wireless attack. • Explore information about external wireless adapter • Connect wireless adapter to Kali Linux OS • Setup wireless attack lab
Curated Video
Cloud Native Development on Azure with Java 4.1: Create a Jenkins Master in Azure Using an Ubuntu Virtual Machine
We will create a Jenkins master and deploy it on Azure using a new Azure virtual machine. • Deploy a new virtual machine and set up the Jenkins master server • Look for a ready-made instance with Jenkins installed and configured • Track...
Curated Video
Cloud Native Development on Azure with Java 2.2: Deploy a New Cosmos DB in Azure
Now it’s time to take a step ahead with the TODO list we created in the previous video! We are going to connect our Java application to use Azure Cosmos DB as a backend for storing the TODO list data items. • Create a new Cosmos DB...
The Wall Street Journal
The High-Tech World of Working Out
John Foley, co-founder and CEO of Peloton, talks to WSJ sports columnist Jason Gay about engaging with traditional exercise equipment by applying technology to the mix.
Curated Video
Design test cases to verify a computer program : Introduction to this Section
From the section: Unit Testing with Python. In this section, you will learn about unit testing using Python. This video provides an introduction to this section.
IDG TECHtalk
How to safely erase data under Windows
See how to save a data frame from R to Excel – with styling or multiple tabs. If you have a request for a future episode of Do More With R, leave a comment below.
Curated Video
CISM Certification Domain 1: Information Security Governance Video Boot Camp 2019 - Designing security into our software
CISM Domain 1: Information Security Governance: Designing security into our software This clip is from the chapter "CISM Domain 1: Information Security Governance" of the series "CISM Certification Domain 1: Information Security...
R Programming 101
How to install R and install R Studio. How to use R studio - R programming for beginners
This video will walk you through how to install R and how to install R studio. There is also a short introduction to R Studio. This is part of a series called, R programming for beginners. If you're interested in data science or...
Packt
CompTIA Network+ Certification N10-007: The Total Course - Open Systems Interconnection (OSI) Model versus Transmission Control Protocol/Internet Protocol (TCP/IP) Model
This video illustrates the difference between the OSI model and TCP/IP model. This clip is from the chapter "Network Models" of the series "CompTIA Network+ Certification N10-007: The Total Course".In this section, you will learn to work...
Executive Finance
Vendor Selection for ERP Projects: Tips and Best Practices
This video is a lesson on vendor selection for ERP projects. The teacher emphasizes the importance of evaluating vendors based on both their software product and culture fit. She also provides tips on using scorecards and consulting with...
All In One Social Media
How To Use SnapChat To Grow Your Business with Rhonda Greene
How To Use SnapChat To Grow Your Business with Rhonda Greene // Don't be sleeping on SnapChat for business development. Did you know that Snapchat has development tool that helps you make your own SnapChat filter. This could be fun or...
Curated Video
Ensemble Machine Learning Techniques 6.3: Example on Kaggle Competition
We will get comfortable with using ensemble learning for competitive data science. • We will understand the dataset • We will create and train different models • We will combine the trained models using stacking and get our final result
Curated Video
Python for Network Forensics 3.3: Deeper File Properties
In this video, we will explore other important properties of file that will allow you to decipher a known bad or malicious actor. • Learn how a digest algorithm works with a file • Develop a Python application to hash a file • Alter our...
Curated Video
Mastering Tableau 2018.1, Second Edition 4.2: Data Blending with Tableau
Merge different data sources with the help of data blending. • Understand how data blending works • Blend data in Tableau
Curated Video
Serverless JavaScript Projects 4.1: Creating the UI by Building a Good Front End with Drag and Drop Tiles
This video covers a usable front end UI that works for people to visualize a SCRUM or KANBAN board. • Set up an HTML template with Bootstrap and jQuery • Link the jQuery UI Library for drag and drop functionality • Build a UI that has...
Curated Video
High Performance Scientific Computing with C 3.3: Vectorizing with AVX
How can we use automatic vectorization to speed up our code? What vectorization options currently exist? • Learn about the history of vector instructions • Learn how to compile with AVX/AVX2 • Learn about the latest AVX-512 instruction set
Curated Video
Tips, Tricks, and Techniques for Node.js Development 5.1: Process Environment Variables
In this video, we will learn why and how we can use environment variables, as well as how to manage these variables. • Show how environment variables work • Load variables from .env files • Show node-env-run
Curated Video
Learning D3.JS 5.0 5.2: Function in Methods
In this video, we will learn to add functions to methods to make them more dynamic. • Add a function in the text method • Create the style method • Add a function and an if-else statement in the style method
Curated Video
Bug Bounty Program Certification 9.4: Forge Request Attack on Websites
In this video, you will perform cross site request forgery attack on website. • Setup Lab setup using Mutillidae Buggy web application for forgery attack • Learn from the example of Force someone to add a blog without consent • Learn...