Curated Video
Age of Revolution: When Enough is Enough
In the late 1700s, three major revolutions changed the course of history in the name of freedom and equality. The Age of Revolutions bore witness to this change.
Cerebellum
The Declaration Of Independence - Continental Congress 1774
The Declaration of Independence, written in 1776, is critical for American citizens to understand their importance in defining their freedoms and the foundation of democracy. This video looks at the path Americans took to Independence...
The March of Time
1948: NATIONAL ADVERTISERS CONVENTION: SPEECH: President of Columbia University General Dwight D. Eisenhower talking about a 'spirit' that existed long before the signing of the Declaration of Independence.'
MOT 1948: NATIONAL ADVERTISERS CONVENTION: SPEECH: President of Columbia University General Dwight D. Eisenhower talking about a 'spirit' that existed long before the signing of the Declaration of Independence.'
Curated Video
Understanding and Answering Questions: Creating an "I Need to" Statement
This video provides a step-by-step guide on how to understand and answer questions effectively. It emphasizes the importance of taking the time to comprehend what a question is asking before attempting to answer it. The video introduces...
ACDC Leadership
American Government with Jacob Clifford (Hilarious)
I made this with my 4th period government class to encourage people to vote and remind everyone that American politics, like the classroom, will never be ideal. You have to make the best with what you have. Although we joking portray...
The Wall Street Journal
Pulitzer Prize Winner Annette Gordon-Reed on American Ideals
The nation's founders set an ambitious American idea and ideal. Getting there takes time, experience, and social evolution.
Mr. Beat
How Did Feminism Start?
On January 21, 2017, millions around the world marched to promote legislation and policies supporting women's rights, among other things. The main event was in Washington, D.C., known as the Women's March on Washington. It featured over...
Cerebellum
Compromise And Conflict in America: 1848-1857 - Introduction To The Period
This video looks at the documents conceived in a period when the civil rights of women and Native Americans were in question, and slavery was driving a wedge between slaveholders and abolitionists. Documents of Destiny: And Conflict...
Encyclopaedia Britannica
Britannica Q&A: The Fourth of July
Learn more about the U.S. holiday known as Independence Day or the Fourth of July.
IDG TECHtalk
Using the short-form assignment syntax | Smart Go
Learn about Go's short-form assignment syntax, the quick way to declare variables -- how it works, and where it's most appropriate to use it in place of Go's more conventionally verbose assignment form.
Soliloquy
How a Dutchman became the King of England
In 1689 a new King and Queen were crowed in England, it was an unusual event, the pair would rule as coregents and the King wasn’t English but Dutch. The story, or perhaps stories, of how a Dutchman found himself King of England is a...
Curated Video
Mastering Swift 2 Programming (Video 16)
Swift 2 is a multi-paradigm programming language that has expressive features familiar to modern functional languages, and does not forget the object-oriented features of Objective-C. Things that took a block of code in Objective-C are...
Curated Video
C++ for Beginners - Encapsulation, Part 2
In this video, your instructor discusses encapsulation and the benefits of object-oriented programming. This clip is from the chapter "Classes and Objects" of the series "C++ for Beginners".Objects and Inheritance
TLDR News
31st January: What Happens When The UK Leaves the EU? - Brexit Explained.
The UK is set to leave the EU at the end of the month, but what happens the next day once the UK's left? In this video, we discuss how British people will be affected by leaving the Union. Ultimately not a whole lot changes for now, but...
Cerebellum
The Declaration Of Independence - Understanding The Declaration
The Declaration of Independence, written in 1776, is critical for American citizens to understand their importance in defining their freedoms and the foundation of democracy. This video looks at the wording of the declaration of...
IDG TECHtalk
Creating constant values in Go with the const keyword | Smart Go
The const keyword in Go lets you create values that are immutable across the lifetime of your program. But Go consts behave a little differently from similar features in other languages. Learn how consts work in Go, and how to use them...
Curated Video
Learning LESS (Video 10)
CSS is great; it's a staple of the web and it helps us to produce beautiful websites, but some parts of it are archaic, and it's often time-consuming to get right. LESS changes that. LESS includes built-in features that allow you to...
Curated Video
Excel VBA Programming The Complete Guide - The String Data Type
A string is a collection of characters --- in layman's terms, it's just text. In this lesson, we take a look at VBA's support for two types of strings -- variable-length and fixed-length -- as well as the advantages of both. This clip is...
Curated Video
Complete Modern C++ - Functions Basics - Part II
This video discusses the concept of function declaration and definition. This clip is from the chapter "Basic Language Facilities" of the series "Complete Modern C++".In this section, we will see basic functions, pointers, references,...
Curated Video
Java Programming for Complete Beginners - Java 16 - Step 06 - Introduction to Java Method Arguments - Puzzles and Tips
In this video, we will learn about introduction to Java method arguments - puzzles and tips. This clip is from the chapter "Introduction to Method with Multiplication Table" of the series "Java Programming for Complete Beginners - Java...
Curated Video
A2 English Listening Practice - 4th of July
This video serves as English listening comprehension practice for lower-level students. In this video, a native English speaker talks slowly and clearly about the topic of the 4th of July. The subtitles are included at the bottom of the...
Curated Video
Excel VBA Programming The Complete Guide - Variable Declarations and Assignments
In this lesson, we explore the syntax for declaring a variable and its data type, as well as assigning it an initial value with the assignment operator ( = ). This clip is from the chapter "Variables and Data Types" of the series "Excel...
Curated Video
Core Java Programming Course- "Throws" Declaration
This video explains how to declare "Throws". This clip is from the chapter "Exception Handling" of the series "Learn How to Code: The Complete Core Java Programming Course".This section explores exception handling.
Curated Video
Complete Modern C++ - Static Class Members
This video explains how to use the static keyword to create static member variables and functions. This clip is from the chapter "Classes and Objects" of the series "Complete Modern C++".This section gives an overview of classes and...