Curated Video
Vim Masterclass - Exercise Seven - Searching, Finding, and Replacing - Walkthrough
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...
The March of Time
VO Reading from Hitler's book
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...
The March of Time
MOT 1941: NORWAY MERCHANT MARINE
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).
Curated Video
The Full Stack Web Development - Installing CouchDB in Linux
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...
Curated Video
World of Computer Networking Your CCNA start - Establishing a Transmission Control Protocol (TCP) Connection
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...
Curated Video
Web Development with Node.JS and MongoDB (Video 7)
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...
The March of Time
MOT 1941: NORWAY NAVY
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.
The March of Time
MOT 1945: BATTLE OF IWO JIMA: VICTORY
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...
Curated Video
Learn Git in 3 Hours- Squashing Commits
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...
Curated Video
Learn Git in 3 Hours- Browsing Project History
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...
Curated Video
Creational Design Patterns in Modern C++ - Using the std::call_once Function
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,...
Curated Video
Docker Dockerfile and Docker Compose 2020 Ready - Running multiple Docker Containers, detaching and docker attach step by step
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...
Hip Hughes History
The NFL, Trump, The Anthem and Free Speech: A Discussion
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...
NASA
NASA | "Plant the Flag" - Partially Restored Apollo 11 Video
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...
The March of Time
MOT: Greece celebrates the end of Nazi occupation - part 1 of 20
MOT 1944: Man talking through loudspeaker people writing on wall of building, crowd gathers with flags, crowd mourns around crosses.
Curated Video
Learn Git in 3 Hours- Undoing Mistakes
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...
Curated Video
Selenium Python Automation Testing from Scratch and Frameworks - Generating HTML Reports for Pytest Test Cases
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...
The March of Time
MOT 1941: NAZI OCCUPIED NORWAY: ESCAPEES CROSSING SEA:
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...
Curated Video
The Complete React Developer Course (with Hooks and Redux) - New Feature Workflow
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...
Curated Video
Web Security: Common Vulnerabilities And Their Mitigation - Validating input
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...
Curated Video
Docker Dockerfile and Docker Compose 2020 Ready - Running Docker Containers with a Shared Host File System (Volume Mounting)
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...
Curated Video
Vim Masterclass - Searching, Finding, and Replacing - Part 2
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...
Curated Video
Web Security: Common Vulnerabilities And Their Mitigation - Learn by example - sessions without cookies
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...