Curated Video
Complete Java SE 8 Developer Bootcamp - Primitive Data Types
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,...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Overview of Current File Distribution
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...
Curated Video
Complete Git Guide: Understand and Master Git and GitHub - Git Read-tree
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...
Packt
Advanced Computer Vision Projects 2.2: Plate Utility Functions
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...
Oxford Comma
Chapter by Chapter (Never Let Me Go): Chapter Eighteen
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....
Schooling Online
Shakespeare Today: Romeo and Juliet - Context
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...
Curated Video
Learning Python Web Penetration Testing (Video 15)
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...
Curated Video
Core Java Programming Course- String Search Operations
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...
Curated Video
Core Java Programming Course- Removing Duplicate Words from a Text File
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...
Schooling Online
Powering Through Prose: Margaret Atwood, Hag-Seed - Theme of The Role Of Women Part 2
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...
Englishing
ESL - Dialogue Writing (A step-by-step guideline)
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...
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++. This clip is from the chapter "Arrays" of the series "Learn and Master C Programming For Absolute Beginners!".In this section, we...
Curated Video
C++ Standard Template Library in Practice - Basic Architecture of the I/O Stream Library
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...
Curated Video
Learning Lodash 4.0 (Video 18)
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...
Curated Video
Core Java Programming Course- "Dot" Operator
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...
Schooling Online
Shakespeare Today: Othello - Theme of Manipulation and Jealousy
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...
Schooling Online
Shakespeare Today: Julius Caesar - Theme of Fate vs Free Will
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...
Schooling Online
Destroying Drama: Arthur Miller, The Crucible - Theme of Truth, Lies & Deceit
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....
Curated Video
GCSE Secondary English Age 13-17 - Reading: Answering the Question - Explained
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...
Packt
Use variables to modify data : Overview of the Different Variable Types
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...
The Wall Street Journal
Rewriting the Script
"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.
Schooling Online
Shakespeare Today: The Tempest - Theme of Appearance vs Reality
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...
IDG TECHtalk
How to use the fold command: 2-Minute Linux Tips
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.