Instructional Video7:52
Curated Video

Complete Java SE 8 Developer Bootcamp - Primitive Data Types

Higher Ed
The author dives into syntax and usage of primitive data types. This clip is from the chapter "Java Conventions and Primitives" of the series "Complete Java SE 8 Developer Bootcamp".This section gives brief overview on coding standards,...
Instructional Video3:50
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Overview of Current File Distribution

Higher Ed
This video provides an overview of the current file distribution. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to...
Instructional Video3:51
Curated Video

Complete Git Guide: Understand and Master Git and GitHub - Git Read-tree

Higher Ed
This video sheds light on the Git read-tree. This clip is from the chapter "How Git Works Under the Hood" of the series "Complete Git Guide: Understand and Master Git and GitHub".This section explains how to initialize a new Git...
Instructional Video6:41
Packt

Advanced Computer Vision Projects 2.2: Plate Utility Functions

Higher Ed
In this video, we define several functions to aid us in extracting license plate data. • Develop function to grayscale and binarize input images • Create function to analyze possible characters • Create class to process and store...
Instructional Video10:00
Oxford Comma

Chapter by Chapter (Never Let Me Go): Chapter Eighteen

9th - 12th
Welcome to the eighteenth video in our chapter by chapter analysis of Kazuo Ishiguro's Never Let Me Go! In this video we'll look at the start of part three and how Ishiguro masterfully makes an extreme situation seem all too relatable....
Instructional Video9:07
Schooling Online

Shakespeare Today: Romeo and Juliet - Context

3rd - Higher Ed
Watch this video to learn about Shakespeare’s fascinating world, and its influence on the play Romeo and Juliet. Watch the Elizabethan era come to life and come to a deeper understanding of courtly love, religion, gender norms and much...
Instructional Video5:17
Curated Video

Learning Python Web Penetration Testing (Video 15)

Higher Ed
With the huge growth in the number of web applications in the recent times, there has also been an upsurge in the need to make these applications secure. Web penetration testing is the use of tools and code to attack a website or web app...
Instructional Video8:37
Curated Video

Core Java Programming Course- String Search Operations

Higher Ed
This video explains how to search strings. This clip is from the chapter "String Operations" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the various string operations that you can...
Instructional Video5:22
Curated Video

Core Java Programming Course- Removing Duplicate Words from a Text File

Higher Ed
This video explains how to remove duplicate words from a text file. This clip is from the chapter "Working with Text Files (Apache Commons IO)" of the series "Learn How to Code: The Complete Core Java Programming Course".This section...
Instructional Video18:24
Amor Sciendi

Measure for Measure Act 5

12th - Higher Ed
Analysis of Shakespeare's play Measure for Measure Act 5
Instructional Video10:23
Schooling Online

Powering Through Prose: Margaret Atwood, Hag-Seed - Theme of The Role Of Women Part 2

3rd - Higher Ed
How important is it to respect your female colleagues? Pretty darn important! In this lesson, we’ll look at the way Margaret Atwood portrays the role of women in the workplace. The characters of Estelle and Anne-Marie are central to...
Instructional Video7:36
Englishing

ESL - Dialogue Writing (A step-by-step guideline)

9th - Higher Ed
Writing dialogue is hard work. However, there is a step-by-step guideline that you need to follow. In this video lesson, Mr. P. will teach you the rules you need to follow in order to write a good dialogue, and he will provide examples...
Instructional Video6:54
Curated Video

Learn and Master C Programming - Character Arrays versus Strings

Higher Ed
We will learn the main difference between declaring and using character arrays versus strings in C/C++. This clip is from the chapter "Arrays" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we...
Instructional Video2:51
Curated Video

C++ Standard Template Library in Practice - Basic Architecture of the I/O Stream Library

Higher Ed
The user is unfamiliar with I/O in the STL. • Introduce the basic classes and overview of I/O • Talk about how it is an extensible framework • Set up for the next section dealing with Console I/O This clip is from the chapter "I/O in...
Instructional Video8:07
Curated Video

Learning Lodash 4.0 (Video 18)

Higher Ed
Lodash was built to simplify JavaScript application development. It contains hundreds of methods built for the purpose of providing developers with a fast, reliable, cross-browser toolkit to write applications. With Lodash, you can...
Instructional Video3:36
Curated Video

Core Java Programming Course- "Dot" Operator

Higher Ed
This video explains the "Dot" operator. This clip is from the chapter "Regular Expressions" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explains the various regular expressions available in...
Instructional Video15:55
Schooling Online

Shakespeare Today: Othello - Theme of Manipulation and Jealousy

3rd - Higher Ed
Watch this lesson today to discover how Shakespeare explores the destructive power of manipulation and jealousy in Othello. See Othello’s downfall, as Iago’s manipulation causes jealousy to consume him. Along the way, learn how to...
Instructional Video9:56
Schooling Online

Shakespeare Today: Julius Caesar - Theme of Fate vs Free Will

3rd - Higher Ed
Watch this lesson today to discover how Shakespeare explores the tension between fate and free will in Julius Caesar. Decide for yourself: are the downfalls of Caesar and Brutus caused by destiny, or by the foolish choices they make...
Instructional Video9:34
Schooling Online

Destroying Drama: Arthur Miller, The Crucible - Theme of Truth, Lies & Deceit

3rd - Higher Ed
What motivated some characters to lie? Why did others tell the terrible truth? This lesson explores the theme of truth, lies and deceit in Arthur Miller’s ‘The Crucible’. Unpack the role that fear plays in spreading dangerous rumours....
Instructional Video8:00
Curated Video

GCSE Secondary English Age 13-17 - Reading: Answering the Question - Explained

9th - 12th
SchoolOnline's Secondary English videos are brilliant, bite-size tutorial videos delivered by examiners. Ideal for ages 13-17, they cover every key skill in English Reading and Writing that students need to master in clear and easy to...
Instructional Video6:41
Packt

Use variables to modify data : Overview of the Different Variable Types

Higher Ed
From the section: Primer on Python. This section is made to teach you the fundamentals of Python. You will write your first Python code lines by learning to structure and store information in your program, using functions in order to...
Instructional Video24:58
The Wall Street Journal

Rewriting the Script

Higher Ed
"Pose" director, writer and producer Janet Mock has pioneered inclusive storytelling on-screen and behind the camera. Hear how she is shining a light on untold stories and is helping fuel a boom in diverse, specific storytelling.
Instructional Video13:19
Schooling Online

Shakespeare Today: The Tempest - Theme of Appearance vs Reality

3rd - Higher Ed
Watch this lesson today to discover how Shakespeare explores the tension between appearances and reality in The Tempest. See that Shakespeare is playing around with our imaginations, blurring the line between reality and fantasy on...
Instructional Video1:09
IDG TECHtalk

How to use the fold command: 2-Minute Linux Tips

Higher Ed
In this Linux tip, learn how to use the fold command. It allows you to limit the length of lines when displaying a text file by "folding" long lines into smaller pieces and, of course, you can save the shortened lines into another file.