Instructional Video7:13
Zach Star

What is Computer Science? (Part 2 Algorithms, Computation, and more)

12th - Higher Ed
In this part 2 video I discuss a few more topics in computer science including the design and analysis of algorithms, theory of computation, computer architecture, and more. This should show you the wide range of topics you will...
Instructional Video3:43
Science360

Computer scientist Mark Hill - ScienceLives

12th - Higher Ed
Mark Hill knows more about the inner workings of computer hardware than most. As Amdahl Professor of Computer Science at the University of Wisconsin, he studies the way computers transform 0s and 1s into social networks and EBay...
Instructional Video5:06
Science360

Computer scientist Shwetak Patel - ScienceLives

12th - Higher Ed
Shwetak Patel would like to change your home, and make sensors tell you amazing things from every appliance. His creative thinking spurred the John D. and Catherine T. MacArthur Foundation to call him a "genius" in 2011. He has been a...
Instructional Video5:30
Curated Video

Python for Network Forensics 5.4: Post Enumeration

Higher Ed
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...
Instructional Video10:16
Curated Video

Python for Network Forensics 5.2: Port Enumeration

Higher Ed
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...
Instructional Video15:57
Packt

Advanced Computer Vision Projects 3.2: Single-Person Pose Detection

Higher Ed
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...
Instructional Video11:47
Packt

Advanced Computer Vision Projects 1.4: Running Our Captioning Code in Jupyter

Higher Ed
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
Instructional Video3:47
Curated Video

Java 11 Programming for Beginners 3.5: Documentation Using Javadoc

Higher Ed
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
Instructional Video5:55
Curated Video

Java 11 Programming for Beginners 2.2: Writing Your First Java 11 Program

Higher Ed
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
Instructional Video3:48
Curated Video

Mastering Tableau 2018.1, Second Edition 7.6: Nested Table Calculations in Tableau

Higher Ed
We’ll see nested calculation functions. • Explore nested table calculations • Implement nested calculations
Instructional Video4:00
Curated Video

Mastering Tableau 2018.1, Second Edition 5.1: Creating Your First Visual

Higher Ed
In this video, we’ll create our first visualization. • Understand the data • Connect to the data • Understand Data pane
Instructional Video6:50
Curated Video

Mastering Tableau 2018.1, Second Edition 4.1: Joining Your Data

Higher Ed
In this video, we’ll see how to join data. • Different types of joins • Merge data worksheets with join
Instructional Video3:57
Curated Video

Serverless JavaScript Projects 5.4: Link Front-End Application to AWS CloudFront

Higher Ed
In this video, we need to work out all the calls to the S3 storage endpoints from the front-end application. • Test it in front-end app • Make sure everything is in place
Instructional Video3:09
Curated Video

Serverless JavaScript Projects 1.2: Welcome

Higher Ed
This video is an introduction to serverless JavaScript • Recognize that servers can block development • Show how serverless architecture can solve the server problem • Start showing how to utilize serverless
Instructional Video5:07
Curated Video

Learning D3.JS 5.0 9.2: Coding a Horizontal Tree

Higher Ed
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
Instructional Video4:37
Curated Video

Learning D3.JS 5.0 6.4: Putting a Label

Higher Ed
To complete the bar chart, we will add labels. • Write the code for labels and view the results • Play with the ‘x’ and ‘y’ coordinates • Finalize the ‘x’ and ‘y’ coordinates and display the datacorrectly
Instructional Video3:51
Curated Video

Learning D3.JS 5.0 2.3: Creating Rectangles

Higher Ed
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 won’t work. • Fix the border issue in two different ways.
Instructional Video8:33
Curated Video

Bug Bounty Program Certification 6.5: Gather Machine User Login Credentials

Higher Ed
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
Instructional Video8:45
Curated Video

Bug Bounty Program Certification 5.4: Perform Buffer Overflow Attack on Server

Higher Ed
This video will help you perform buffer overflow attack. • Setup lab for buffer overflow in Windows10 • Use BadBlue exploit using metasploit • Get meterpreter session using exploitation
Instructional Video7:59
Packt

List computer networking media : Virtual Private Networks (VPNs)

Higher Ed
From the section: The Internet. Here, we explore our internet options. In this episode, Mike shows how virtual private networking (VPN) works and why people use VPN connections. He discusses the types of protocols and clients that make...
Instructional Video2:48
Curated Video

Import external packages or libraries : Seeing Installed Packages

Higher Ed
From the section: Advanced Python. This section helps to understand about OOP, classes, class interface etc. We will dive into learning Advance Python How to check if you have a package installed already.
Instructional Video3:08
Curated Video

Fix the errors in a computer program or algorithm : Creating User Defined Exception

Higher Ed
From the section: Errors and Exceptions Handling. In this section, you will learn about Errors and Exception handling in detail. Errors and Exceptions Handling: Creating User Defined Exception
Instructional Video2:29
Curated Video

Fix the errors in a computer program or algorithm : Exceptions Handling Introduction

Higher Ed
From the section: Errors and Exceptions Handling. In this section, you will learn about Errors and Exception handling in detail. Errors and Exceptions Handling: Exceptions Handling Introduction
Instructional Video7:24
Packt

Introduction to computer hardware and software : Installing RAM

Higher Ed
From the section: RAM. Here, we learn about RAM technology. Installing RAM is at first glance a simple process but the devil’s in the details. RAM slots, pairing, and speed matching must all be considered during the installation.