Hi, what do you want to do?
Brainwaves Video Anthology
Richard Ovenden - The Bodleian Library - University of Oxford
Richard Ovenden has been Bodley’s Librarian (the senior Executive position of the Bodleian Libraries, University of Oxford) since 2014. Prior to that Richard held positions at Durham University Library, the House of Lords Library,...
NASA
International Observe the Moon Night Trailer
International Observe the Moon Night is a worldwide celebration of lunar science and exploration, celestial observation, and our cultural and personal connections to the Moon. One day each year,...
Curated Video
C++ Standard Template Library in Practice - Section 2 Review
We have learned a lot of information and we wish to review and get ready for the next section.
• Discuss what we have covered unti
l now
• Discuss what we will cover in the comin
g sections
• Lead into t
he
next...
• Discuss what we have covered unti
l now
• Discuss what we will cover in the comin
g sections
• Lead into t
he
next...
Curated Video
C++ Standard Template Library in Practice - Project
The user now wishes to apply their gained knowledge and implement a container of their own.
• Introduce our project idea, and explain the functionality we are trying to impl
ement
• Implement the container in a long co
de...
• Introduce our project idea, and explain the functionality we are trying to impl
ement
• Implement the container in a long co
de...
Curated Video
C++ Standard Template Library in Practice - Sets and Multisets
The user is unfamiliar with the multimaps coding and wishes to know more about them, and when to use them.
• Begin by introducing the user to the set, discussing how it
works
• Show what it is used for and how it differs...
• Begin by introducing the user to the set, discussing how it
works
• Show what it is used for and how it differs...
Curated Video
C++ Standard Template Library in Practice - Lists
The user is unfamiliar with the list container, wishes to know more about them, and when to use them.
• Begin by introducing the user to the list, discussing how it
works
• Inform the user of the pros and cons of using...
• Begin by introducing the user to the list, discussing how it
works
• Inform the user of the pros and cons of using...
Curated Video
C++ Standard Template Library in Practice - Understanding Containers
The user is unfamiliar with what containers are available and how they are used.
• Begin by introducing the user to the different categories of conta
iners
• Familiarize the user with the abilities that each container has...
• Begin by introducing the user to the different categories of conta
iners
• Familiarize the user with the abilities that each container has...
Curated Video
C++ Standard Template Library in Practice - Multimaps - Coding
The user is unfamiliar with the multimaps coding and wishes to know more about them, and when to use them.
• Implement multimap to track line number in the
text
• Printout word keys and the position of all the
w
ord...
• Implement multimap to track line number in the
text
• Printout word keys and the position of all the
w
ord...
Curated Video
C++ Standard Template Library in Practice - Stacks and Queues
The user is unfamiliar with the deque container, the adapter containers that wrap it, wishes to know more about them, and when to use them.
• Begin by introducing the user to the deque container, discussing how it
works
...
• Begin by introducing the user to the deque container, discussing how it
works
...
Curated Video
C++ Standard Template Library in Practice - Vectors
The user is unfamiliar with the vector container, wishes to know more about them, and when to use them.
• Begin by introducing the user to the vector, discussing how it
works
• Inform the user of the pros and cons of...
• Begin by introducing the user to the vector, discussing how it
works
• Inform the user of the pros and cons of...
Curated Video
C++ Standard Template Library in Practice - Maps - Coding
The user is unfamiliar with the maps coding, wishes to know more about them, and when to use them.
• Include the map package and introduce a simple example of map c
oding
• Show a complex maps coding and displa
y...
• Include the map package and introduce a simple example of map c
oding
• Show a complex maps coding and displa
y...
Curated Video
C++ Standard Template Library in Practice - Standard Array
The user is unfamiliar with the standard array container, wishes to know more about them, and when to use them in contrast to the C style array.
• Begin by introducing the user to the standard array, discussing how it...
• Begin by introducing the user to the standard array, discussing how it...
Curated Video
C++ Standard Template Library in Practice - Maps and Multimaps - Overview
The user is unfamiliar with the maps and multimaps containers, wishes to know more about them, and when to use them.
• Begin by introducing the user to the map, discussing how it
works
• Show what it is used for, and how...
• Begin by introducing the user to the map, discussing how it
works
• Show what it is used for, and how...
Curated Video
The Human Library - YT.mp4
The Human Library is not your typical library. Yes, there are stories waiting to be shared, but not in the way that you're used to.
The Human Library is a global movement, where you can check out HUMAN books! It is...
The Human Library is a global movement, where you can check out HUMAN books! It is...
Curated Video
Extended House Tours: International Tours
An extended compilation of our best international tours.
Brainwaves Video Anthology
Richard Ovenden - Burning the Books: A History of the Deliberate Destruction of Knowledge
Richard Ovenden has been Bodley’s Librarian (the senior Executive position of the Bodleian Libraries, University of Oxford) since 2014. Prior to that Richard held positions at Durham University Library, the House of Lords Library,...
Curated Video
Mastering Grunt (Video 17)
Grunt is everywhere. From JavaScript projects in jQuery to Twitter Bootstrap, everyone's using Grunt to convert code, run tests, and produce distributions for production. Web development activities are marked by repetitive tasks...
Gresham College
The Historical Collections of the Guildhall Library - Dr Peter Ross
Originally founded in the 1420s under the terms of the will of Richard Whittington, Guildhall Library now specialises in the history of London, but amongst its many other collections of national and international importance is the...
Brainwaves Video Anthology
Greg Robinson - By Order of the President: FDR and the Internment of Japanese Americans
Greg Robinson, a professor of history at the Université du Québec à Montréal, discusses his book "By Order of the President: FDR and the Internment of Japanese Americans." Robinson's interest in the topic began while researching at the...
Curated Video
Scientists Build Lumber Library to Identify Poached Wood | Earth Focus | Season 2 | Episode 3
With rare wood being used for furniture, wood instruments and other high-end consumer products, illegal logging is the third-largest transnational crime. In the Northwest United States, scientists and citizens are collaborating to stop...
NASA
Raven is Heading to the International Space Station
A technology module known as Raven will launch aboard SpaceX 10 to the International Space Station, bringing NASA one step closer to an autopilot capability. Raven will test foundational technologies that will enable...
TED Talks
Kashfia Rahman: How risk-taking changes a teenager's brain
Why do teenagers sometimes make outrageous, risky choices? Do they suddenly become reckless, or are they just going through a natural phase? To find out, Kashfia Rahman -- winner of the Intel International Science and Engineering Fair...
Curated Video
Mastering C++ Standard Library Features [Video] - Passing Functions to Functions
Learn about higher-order functions and the problems solved by them, techniques to pass functions to other functions
Curated Video
Mastering C++ Standard Library Features [Video] - Example: Implemeting std::vector
Step-by-step implementation of an `std::vector` clone that uses move semantics and is move-aware