Instructional Video5:01
Curated Video

Vim Masterclass - Exercise Seven - Searching, Finding, and Replacing - Walkthrough

Higher Ed
This video presents an exercise to practice how to search, find, and replace text within a file using Vim. This clip is from the chapter "Transforming and Substituting Text" of the series "Vim Masterclass".This section explains how to...
Instructional Video0:17
The March of Time

VO Reading from Hitler's book

12th - Higher Ed
MOT 1938: MEIN KAMPF: Hitler's book opened to title page / Airplanes flying in sky / German Nazi flag flying w/ snow covered mountains BG / Young adult German soldiers standing in line / Nazi Banners blowing in wind / CU Pages of Mein...
Instructional Video0:45
The March of Time

MOT 1941: NORWAY MERCHANT MARINE

12th - Higher Ed
MS Norwegian tanker in harbor WS Front deck of tanker, Norway flag INT MS Captain sitting, reading magazine EXT WS Flags raising on mast VS Workers on deck, smoke stack blowing horn (SOT).
Instructional Video3:37
Curated Video

The Full Stack Web Development - Installing CouchDB in Linux

Higher Ed
Learning CouchDB: Installing CouchDB in Linux This clip is from the chapter "Learning CouchDB" of the series "The Full Stack Web Development".For CouchDB which is also no SQL database, we will checkout Fauxton – a web interface to manage...
Instructional Video2:53
Curated Video

World of Computer Networking Your CCNA start - Establishing a Transmission Control Protocol (TCP) Connection

Higher Ed
This video shows how to establish a TCP connection. This clip is from the chapter "Transport Layers: Transmission Control Protocol (TCP) and User Datagram Protocol (UDP)" of the series "World of Computer Networking: Your CCNA start".This...
Instructional Video7:18
Curated Video

Web Development with Node.JS and MongoDB (Video 7)

Higher Ed
Web development technology moves at a very fast pace with new tools and techniques being released daily. It is impossible to learn them all, but choosing similar technologies allows you to step up your game while developing web...
Instructional Video0:18
The March of Time

MOT 1941: NORWAY NAVY

12th - Higher Ed
MS Norwegian battleship (possibly given by US) LA MS Norway flag MS Norwegian sailors loading torpedo into tube CU Sailor working WS Deck cannon firing.
Instructional Video0:32
The March of Time

MOT 1945: BATTLE OF IWO JIMA: VICTORY

12th - Higher Ed
XWS United States Marines during flag ceremony at Northern Iwo Jima, American flag raising on pole, mountain BG / VS US Marines planting cross in cemetery, shoveling dirt onto base of cross, other soldiers, some w/ injuries, paying...
Instructional Video4:52
Curated Video

Learn Git in 3 Hours- Squashing Commits

Higher Ed
When working on our local repository, we may make several commits that create one logically distinct contribution. Before pushing our changes to the remote, we can squash those commits into one single commit for simplicity. • Create...
Instructional Video5:35
Curated Video

Learn Git in 3 Hours- Browsing Project History

Higher Ed
The main focus of Git is to track changes to files over time. To view all changes committed to a repository over a certain time period, we can use the Git log command. • Open a repository that has been committed to • Use Git log to view...
Instructional Video4:38
Curated Video

Creational Design Patterns in Modern C++ - Using the std::call_once Function

Higher Ed
This video demonstrates how to use the std::call_once function. This clip is from the chapter "Singleton" of the series "Creational Design Patterns in Modern C++".This section provides an overview of logger classes, multithreading,...
Instructional Video6:24
Curated Video

Docker Dockerfile and Docker Compose 2020 Ready - Running multiple Docker Containers, detaching and docker attach step by step

Higher Ed
Understanding Docker Run with Volume mounting and important flags step by step: Running multiple Docker Containers, detaching and docker attach step by step This clip is from the chapter "Understanding Docker Run with Volume mounting and...
Instructional Video6:10
OverSimplified

WW1 (Part 1)

6th - 11th
WW1 (Part 1)
Instructional Video4:10
Hip Hughes History

The NFL, Trump, The Anthem and Free Speech: A Discussion

6th - 12th
Should NFL players be allowed to protest the National Anthem? Was President Trump correct in condemning them? Join Sami Jarroush, Tom RIchey and HipHughes for a lively discussion of the NFL and Drumpf's latest comments regarding the...
Instructional Video0:44
NASA

NASA | "Plant the Flag" - Partially Restored Apollo 11 Video

3rd - 11th
This video comparison between the original and the newly restored Apollo 11 video shows Neil Armstrong and Buzz Aldrin raise the American flag on the moon. To commemorate the 40th anniversary of Apollo 11, NASA released partially...
Instructional Video0:49
The March of Time

MOT: Greece celebrates the end of Nazi occupation - part 1 of 20

12th - Higher Ed
MOT 1944: Man talking through loudspeaker people writing on wall of building, crowd gathers with flags, crowd mourns around crosses.
Instructional Video2:56
Curated Video

Learn Git in 3 Hours- Undoing Mistakes

Higher Ed
Sometimes when programming, we introduce bugs that break the software we work on. Git can be used to easily revert the change that broke the program. • Identify the commit to be reverted • Use Git revert to undo the mistake • Commit the...
Instructional Video5:51
Curated Video

Selenium Python Automation Testing from Scratch and Frameworks - Generating HTML Reports for Pytest Test Cases

Higher Ed
This video demonstrates how to generate HTML reports for pytest test cases. This clip is from the chapter "Part I-Unit Testing Framework" of the series "Selenium Python Automation Testing from Scratch and Frameworks".This section...
Instructional Video0:39
The March of Time

MOT 1941: NAZI OCCUPIED NORWAY: ESCAPEES CROSSING SEA:

12th - Higher Ed
WS Submarine above water MS Man steering sailboat watching WS British Royal Navy flag rising on submarine deck VS Norwegian refugees cheering WS Sailboat approaching sub MS Norwegian men pulling down sails LA MS Sub deck, English...
Instructional Video12:32
Curated Video

The Complete React Developer Course (with Hooks and Redux) - New Feature Workflow

Higher Ed
In this video you'll look at the basic workflow for adding, testing, and deploying a new feature. This clip is from the chapter "Deploying Your Apps" of the series "The Complete React Developer Course (with Hooks and Redux)".This section...
Instructional Video14:07
Curated Video

Web Security: Common Vulnerabilities And Their Mitigation - Validating input

Higher Ed
User Input Sanitization And Validation: Validating input This clip is from the chapter "User Input Sanitization And Validation" of the series "Web Security: Common Vulnerabilities And Their Mitigation".In this section, the author...
Instructional Video9:48
Curated Video

Docker Dockerfile and Docker Compose 2020 Ready - Running Docker Containers with a Shared Host File System (Volume Mounting)

Higher Ed
Understanding Docker Run with Volume mounting and important flags step by step: Running Docker Containers with a Shared Host File System (Volume Mounting) This clip is from the chapter "Understanding Docker Run with Volume mounting and...
Instructional Video10:18
Curated Video

Vim Masterclass - Searching, Finding, and Replacing - Part 2

Higher Ed
This is the second video of a two-part video that demonstrates how to search, find, and replace text using the Vim editor. This clip is from the chapter "Transforming and Substituting Text" of the series "Vim Masterclass".This section...
Instructional Video14:40
Curated Video

Web Security: Common Vulnerabilities And Their Mitigation - Learn by example - sessions without cookies

Higher Ed
Session Management: Learn by example - sessions without cookies This clip is from the chapter "Session Management" of the series "Web Security: Common Vulnerabilities And Their Mitigation".In this section, we look into security threats...