Skip to content

Instantly share code, notes, and snippets.

@mloskot
Last active November 3, 2020 09:17
Show Gist options
  • Save mloskot/5781378 to your computer and use it in GitHub Desktop.
Save mloskot/5781378 to your computer and use it in GitHub Desktop.
Watched Lectures Log (programming, mathematics, algorithms, databases, etc.)

List of lectures with watching stop-times (hr:min):

  1. Meeting C++ 2018: More Modern CMake by Deniz Bahadir
  2. A Hitchhiker's Guide to Cloud Native API Gateways by Mario-Leander Reimer
  3. The Linux Foundation: API Gateway Pattern & Kong in a Microservices World by Marco Palladino
  4. Open Source API Management by predic8 (German)
  5. CppCon 2020: The Hidden Secrets of Move Semantics by Nicolai Josuttis
  6. Making Iterators, Views and Containers Easier to Write with Boost.STLInterfaces by Zach Laine
  7. Ansible and HashiCorp: Better Together by Dylan Silva, Sean Carolan
  8. Using Terraform with Azure by John Savill
  9. HashiCorp: CloudInit: The Good Parts by James Nugent
  10. code::dive 2018: East const but constexpr West by Daniel Saks
  11. C++Now 2018: Smart Output Iterators by JOnathan Boccara
  12. CppCon 2016: Building and Extending the Iterator Hierarchy in a Modern, Multicore World by Patrick Niedzielski
  13. CppCon 2016: The Blaze High Performance Math Library by Klaus Iglberger
  14. C++ On Sea: A linear algebra library for C++23 by Guy Davidson
  15. Google Developers: Compressor Head
  16. CppCon 2019: The C++ ABI From the Ground Up by Louis Dionne
  17. Meeting C++ 2017: API & ABI versioning by Meeting C++ 2017
  18. Meeting C++ 2019: Can AI replace programmers? by Frances Buontempo
  19. JetBrainsTV: 10 Tips for Pythonic Code by Michael Kennedy
  20. PyCon SK 2018: Pythonic code, by example by Michael Kennedy
  21. Discussion: Making Programming Language Parsers, etc. by Jonathan Blow
  22. Utah C++: Automated Testing with CMake, CTest and CDash by Richard Thomson
  23. ACCU 2017: Mongrel Monads, Dirty, Dirty, Dirty by Niall Douglas
  24. ACCU 2018: C++17 - The Best Features by Nicolai Josuttis
  25. ACCU 2018: Parallel Design Patterns and Stream Parallelism by J. Daniel Garcia
  26. ACCU 2018: These 10 tricks that only library implementors know! by Jonathan Wakely & Marshall Clow
  27. ACCU 2019: C++ Insights: How stuff works, Lambdas and more! by Adreas Fertig
  28. All Hail the Algorithm by Al Jazeera
  29. Asynchronous Programming with Modern C++ by Kenny Kerr
  30. Avast C++: C++ Memory Model & Lock-Free Programming by Tony van Eerd
  31. Barbara Fusińska - Od aspektów... Part 1
  32. Beautiful REST & JSON APIs
  33. Behavior Driven Development by Gordon Force
  34. Best Practices for Building a REST-ful API - kevin Dockx 33:00
  35. BoostCon 2010: A First Look at Proto-0x by Eric Niebler
  36. Building beautiful RESTful APIs using Flask by Michał Karzyńsk
  37. C++ CoreHard Spring 2017: Considerations for choosing the parallel computing by Dori Exterman
  38. C++ CoreHard Spring 2017: Considerations for choosing the parallel computing by Dori Exterman (Boost.GIL?)
  39. C++ Meetup 2020 in Prague: C++20 Generic Programming by Bjarne Stroustrup
  40. C++ metaprogramming: a paradigm shift by Louis Dionne
  41. C++ Metaprogramming: evolution and future direction by Louis Dionne, Keynote Meeting C++ 2016
  42. C++ REST SDK: OSS web services on Windows and Linux
  43. C++ Russia 2019: The C++ rvalue lifetime disaster by Arno Schoedl
  44. C++ Weekly - Ep 78 - Intro to CMake
  45. C++: Be type-safe - The journey of determining the number of elements in an array by Andreas Fertig
  46. C++11 Library Design by Eric Niebler
  47. C++Now 2013: A system for resource deadlock prevention by Louis Dionne
  48. C++Now 2013: Inside Spirit X3: Redesigning Boost.Spirit for C++11 by Joel de Guzman
  49. C++Now 2016: Understanding Boost.Build by Steven Watanabe
  50. C++Now 2017: Sorting in less than O(n log n): Generalizing and optimizing radix sort by Malte Skarupke
  51. C++Now 2018: An Allocator is a Handle to a Heap by Arthur O'Dwyer
  52. C++Now 2018: Argot: Simplifying Variants, Tuples, and Futures by Matt Calabrese
  53. C++Now 2018: Beyond C++17 by Mateusz Pusz
  54. C++Now 2018: Concepts As She Is Spoke by Arthur O'Dwyer
  55. C++Now 2018: Runtime Polymorphism: Back to the Basics by Louis Dionne
  56. C++Now 2018: The Best Type Traits that C++ Doesn't Have by Arthur O'Dwyer
  57. ClojureTV: All I needed for FP I learned in High School Algebra by Eric Normand
  58. ClojureTV: Building composable abstractions by Eric Normand (blog)
  59. Cloud Next 2018: Better API Design with OpenAPI by Marsh Gardiner
  60. code::dive 2014: Cpu Caches and Why You Care by Scott Meyers
  61. code::dive 2017: The fastest template metaprogramming in the West by Odin Holmes
  62. CppCon 2014: Efficiency with Algorithms, Performance with Data Structures by Chandler Carruth
  63. CppCon 2014: How you can make a Boost C++ Library by Robert Ramey
  64. CppCon 2014: Make Simple Tasks Simple! by Bjarne Stroustrup
  65. CppCon 2014: Modern Template Metaprogramming: A Compendium, Part I by Walter E. Brown
  66. CppCon 2014: Modern Template Metaprogramming: A Compendium, Part I by Walter E. Brown
  67. CppCon 2014: Modern Template Metaprogramming: A Compendium, Part II by Walter E. Brown
  68. CppCon 2014: Pragmatic Unit Testing in C++ by Matt Hargett
  69. CppCon 2015: Boost Units Library for Correct Code by Robert Ramey
  70. CppCon 2015: Declarative Control Flow by Andrei Alexandrescu
  71. CppCon 2015: Evolving array_view and string_view for safe C++ code by Neil MacIntosh
  72. CppCon 2015: Functional Design Explained by David Sankel
  73. CppCon 2015: Ranges for the Standard Library by Eric Niebler
  74. CppCon 2015: Stop Teaching C by Kate Gregory
  75. CppCon 2015: Variadic Templates in C++11 / C++14 - An Introduction by Peter Sommerlad
  76. CppCon 2016: Asynchronous IO with Boost.Asio by Michael Caisse
  77. CppCon 2016: Template Normal Programming (part 1 of 2) by Arthur O'Dwyer
  78. CppCon 2016: Template Normal Programming (part 2 of 2) by Arthur O'Dwyer
  79. CppCon 2016: Using build2, C++ Build Toolchain by Boris Kolpackov
  80. CppCon 2017: C++ as a "Live at Head" Language by Titus Winters
  81. CppCon 2017: How to Write a Custom Allocator by Bob Steagall
  82. CppCon 2017: Is Parallel Programming still hard? PART 2 of 2 by P. McKenney, M. Michael & M. Wong
  83. CppCon 2017: Learning and Teaching Modern C++ by Bjarne Stroustrup
  84. CppCon 2017: Postmodern C++ by Tony Van Eerd
  85. CppCon 2017: Runtime Polymorphism: Back to the Basics by Louis Dionne
  86. CppCon 2017: The Nightmare of Move Semantics for Trivial Classes by Nicolai Josuttis
  87. CppCon 2018: Build Systems: a Simple Solution to a Complicated Problem by Peter Bindels
  88. CppCon 2018: Concepts: The Future of Generic Programming (the future is here) by Bjarne Stroustrup
  89. CppCon 2018: Creating the Complete Build Package
  90. CppCon 2018: Get rich quick! Using Boost.Beast WebSockets and Networking TS by Vinnie Falco
  91. CppCon 2018: Modern C++ Design (part 1 of 2) by Titus Winters
  92. CppCon 2018: Modern C++ Design (part 2 of 2) by Titus Winters
  93. CppCon 2018: Patterns and Techniques Used in the Houdini 3D Graphics Application by Mark Elendt
  94. CppCon 2018: Sane and Safe C++ Classes by Peter Sommerlad
  95. CppCon 2018: Simplicity: Not Just For Beginners by Kate Gregory
  96. CppCon 2018: Thoughts on a more powerful and simpler C++ (5 of N) by Herb Sutter
  97. CppCon 2019: Back to Basics: Move Semantics (part 1 of 2) by Klaus Iglberger
  98. CppCon 2019: Back to Basics: Move Semantics (part 2 of 2) by Klaus Iglberger
  99. CppCon 2019: Concurrency in C++20 and Beyond by Anthony Williams
  100. CppCon 2019: How to Herd 1,000 Libraries by Robert Schumacher
  101. CppCon 2019: Polymorphism != Virtual: Easy, Flexible Runtime Polymorphism Without Inheritance by John Bandela
  102. CppCon 2019: The C++20 Synchronization Library by Bryce Adelstein Lelbach
  103. CppCon 2019: Type punning in modern C++ by Timur Doumler
  104. CppCon 2019: What is C++ by Chandler Carruth, Titus Winters
  105. CppCon 2019: Path Tracing Three Ways: A Study of C++ Style by Matt Godbolt
  106. David Heinemeier Hansson-Unlearn Your MBA
  107. DConf 2014: The Last Thing D Needs by Scott Meyers
  108. Designing Hypermedia APIs by Camille Baldock
  109. dotJS 2017: A framework author's case against frameworks by Adrian Holovaty
  110. Effective dependency management with CMake by Kai Wolf
  111. Embracing Modern CMake by Stephen Kelly
  112. FOSDEM 2017: Introduction to Boost.Geometry by Adam Wulkiewicz
  113. FOSDEM 2018: Distance computation in Boost.Geometry by Vissarion Fysikopoulos
  114. FOSDEM 2019: Latest developments in Boost Geometry by Vissarion Fysikopoulos
  115. FOSDEM 2019: Spatial Reference Systems Transformations with Boost.Geometry by Adam Wulkiewicz
  116. FOSS4G SotM Oceania 2019: How I auto-refactored GDAL's test suite by Craig de Stigter
  117. Four Dimensional Maths: Things to See and Hear in the Fourth Dimension with Matt Parker by Matt Parker | 38:40
  118. Functional Geometry: Producing Pure Spaces by Pablo Colapinto
  119. Functional reactive programming with C++ by Gustaf Räntilä
  120. Getting Customer Development Right by Rob Fitzpatrick
  121. Git For Ages 4 And Up at Linux.conf.au 2013
  122. GoingNative 2012: C++11 Style by Bjarne Stroustrup
  123. GoingNative 2012: STL11 Magic && Secrets by Stephan T. Lavavej
  124. GoingNative 2013: Andrei Alexandrescu - Writing Quick Code in C++, Quickly | 30:00
  125. GoingNative 2013: Inheritance Is The Base Class of Evil by Sean Parent
  126. Google I/O 2010 - How Google builds APIs
  127. Google's Go Programming Language by Chuck Preslar
  128. How to create a Web API no one wants to use by Karoline Klever
  129. How To Design A Good API and Why it Matters by Joshua Bloch
  130. Immutability Changes Everything by Pat Helland
  131. Improving Your Flask APIs by Thomas Peterson 9:00
  132. INTEGRATION TESTS ARE BOGUS by Piotr Szotkowski
  133. J.B. Rainsberger - Integrated Tests Are A Scam
  134. JaxConf 2012: The Value of Values by Rich Hickey | 08:00
  135. Keeping Time in Real Systems by Kavya Joshi
  136. Keith Devlin - 4. Calculus: One of the Most Successful Technologies
  137. Kernel Recipes 2016 - Patches carved into stone tablets… - by Greg KH
  138. LangNext 2014 (C++, Rust, D, Go)
  139. Martin Isenburg - LASindex - simple spatial indexing of LiDAR data | 10:00
  140. Meeting C++ 2014: Designing value classes for modern C++ by Mark Mutz
  141. Meeting C++ 2018: C++ Concepts and Ranges by Mateusz Pusz
  142. Meeting C++ 2018: More Modern CMake by Deniz Bahadi
  143. Meeting C++ 2018: Writing cache friendly C++ by Jonathan Müller
  144. Meeting C++ 2019: Debugging memory corruptions in C++ by Mateusz Nowak
  145. Meeting C++ 2019: Optimizing Generic Algorithms by Denis Yaroshevskiy
  146. Meeting C++ live: Multithreading with Rainer Grimm
  147. Multithreading in C++ by Barbara Geller & Anselm Sermersheim
  148. NDC 2014: Kevlin Henney. Seven Ineffective Coding Habits of Many Programmers at NDC 2014 | 45:30
  149. Neo4j, Graphs R Cool
  150. Pacific++ 2018: Generic Programming by Sean Parent
  151. Pacific++ 2018: Time Travel Debugging by James McNellis
  152. Pavel Tsatsouline - Beyond stretching vol 2
  153. performance.now() 2018: Image Optimization by Kornel Lesiński
  154. Plain Threads are the GOTO of todays computing by Hartmut Kaiser
  155. Practical Fractals in Space by Michelle Brush
  156. Protocol-oriented Programming in Swift by David Abrahams, Apple WWDC 2015 | 30:00
  157. Rest APIs | The talk will introduce the project and its community
  158. REST+JSON API Design - Best Practices for Developers
  159. Roland Bock - Selected C++11 Template Toffees From sqlpp11 - Part 3
  160. Roland Bock - Selected C++11 Template Toffees From sqlpp11 - Part 4
  161. Runtime Polymorphism: Back to the Basics by Louis Dionne, CppCon 2017
  162. Simple hand written parsers by Michał Dominiak, BoostCon
  163. Small Is Beautiful by Kevlin Henney
  164. Some fun with Reactive Programming in C++17 by Joaquin M. Lopez Muñoz.
  165. Swagger: How to Create an API Documentation by Dominik Marczuk
  166. SwedenCpp: Introduction to CMake by Florent Castelli
  167. TDD: Why We Don't Party Like It's 1999 by Jason Felice
  168. Tell, Don't Ask by Kevin Rutherford
  169. The Art of Protocol Design by Pieter Hintjens
  170. The evolving search for effective C++ - Keynote @ Meeting C++ 2014 by Scott Meyers
  171. The Great Debate on Unum Arithmetic by John Gustafson and William Kahan, July 12, 2016
  172. The Language Server Protocol Why The Hype by Mikael Barbero
  173. The REST And Then Some by Asbjørn Ulsberg at Nordic APIs 2016
  174. The Royal Institution: There is No Algorithm for Truth by Tom Scott
  175. The Scams That Derail Programming, Motherfucker by Zed Shaw
  176. Timo Bingmann - STXXL 1.4.0 and Beyond
  177. Tips and Tricks for Graph Data Modeling
  178. Tony Van Eerd: The Basics of Lock-free Programming
  179. Tools for Entrepreneurs: Introduction to APIs
  180. Using Go Channels by Natik Shah
  181. Using the Windows Runtime from C++ by Herb Sutter (original http://channel9.msdn.com/Events/BUILD/BUILD2011/TOOL-532T)
  182. VulcanJS: The full-stack React+GraphQL framework by Sacha Greif
  183. WildLinAlg1: Introduction to Linear Algebra (N J Wildberger)
  184. Wroc.NET: Jak przemiawiać jako programista? by Cezary Walenciuk
  185. WWDC 2018: Embracing Algorithms by Dave Abrahams
  186. ACCU 2018: Concept Based Testing by Dietmar Kühl
  187. C++Now 2017: Effective CMake by Daniel
  188. CppCon 2017: How to Write Effective Documentation for C++ Libraries by Robert Ramey
  189. CppCon 2017: Mathieu Ropert Using Modern CMake Patterns to Enforce a Good Modular Design
  190. CppCon 2018: Don't package your libraries, write packagable libraries! by Robert Schumacher
  191. CppCon 2019: C++ ...Easy, Elegant, Powerful! by Charles Bay
  192. EuroPython 2018: reno - A New Way to Manage Release Notes by Doug Hellmann
  193. FOSDEM 2017: Geography on Boost.Geometry The Earth is not flat (but it's not round either) by Vissarion Fysikopoulos
  194. FOSS4G 2013: Boost.Geometry, Introduction And Examples by Barend Gehrels
  195. FOSS4G 2019: OpenMapTiles: news, thematic layers and coordinate systems
  196. Meeting C++ 2018: The guiding principle by Boris Schäling
  197. Microsoft Ignite: Git at scale by Edward Thomson
  198. Programmer Anarchy by Fred George
  199. The Concurrency Runtime: Fine Grained Parallelism for C++ by Rick Malloy, Niklas Gustafsson, Don McCrady
  200. WSL2: Code faster on the Windows Subsystem for Linux! by Matt Wojo
  201. 001 - What is Concourse CI? How to get started?
  202. 20 Modern Visual C++ Best Practices @ Channel9
  203. 5 Anti-Patterns in designing APIs - Ali Kheyrollahi (Anti-Patterns start at 20mi)
  204. A Gentle Introduction to Mock for Python by Michael Foord
  205. Alex Stepanov: Educating Programmers: A Customer Perspective
  206. All Things D by Andrei Alexandrescu
  207. API Description Languages: Which Is The Right One For Me? by Laura Heritage
  208. API Design - Third Edition by Brian Mulloy & Kevin Swiber
  209. API Design Anti-Patterns by Jason Harmon
  210. API Design at APIStrat 2014 (API design, versioning, best practice, RAML)
  211. API Design Lifecycle by Honza Javorek
  212. API First Development with RAML and SoapUI (webinar)
  213. API First: Design First, Prototype First with RAML by Mike Stowe
  214. Beautiful REST & JSON APIs by Les Hazlewood
  215. Becoming a Software Testing Expert by James Bach
  216. Beman Dawes, Jeff Garland, Alisdair Meredith: Other C++11 Gems
  217. Bjarne Stroustrup - The Essence of C++: With Examples in C++84, C++98, C++11, and C++14
  218. Boris Kolpackov: Practical C++11: What I Learned Adding C++11
  219. Brad Montgomery - My Adventures with Mock
  220. Brian K. Jones - Fake It Til You Make It: Unit Testing Patterns With Mocks and Fakes
  221. Build an API: From Zero to First Route by Antonio Ortega
  222. Building Web APIs with Flask-RESTful
  223. Building your first app with python and MongoDB by Ros sLawley
  224. C++ REST SDK ("Casablanca")
  225. C++ Wrocław 0x04: Rafał Przywarski - Test Driven Development in C++
  226. C++Now 2018: Fast Conversion From UTF-8 with C++, DFAs, and SSE Intrinsics by Bob Steagall
  227. Carl Meyer - Getting started with automated testing
  228. Chugging Flask: Gyaan from building REST APIs for an Android App by Aravind Krishnaswamy
  229. CI That Scales With your Project
  230. Connecting C++ Apps to the Cloud via Casablanca
  231. Crafting Evolvable Web API Representations by Darrel Miller
  232. Delight Driven Development of APIs with RAML by Uri Sarid
  233. Developing Restful web apis with python-flask and mongodb by Nicola Iarocci
  234. Devoxx Poland 2016 - Clemens Prerovsky - REST in Peace
  235. Django and Flask: Why and When To Use Each - Eric Schles
  236. django: Web Development for Perfectionists with Deadlines
  237. DjangoCon 2012 - Keynote - Geoff Schmidt
  238. Don't fear the Monad by Brian Beckman
  239. Efficient Programming with Components: Introduction Part 1
  240. Efficient Programming with Components: Introduction Part 2
  241. Efficient Programming with Components: Lecture 2
  242. Efficient Programming with Components: Lecture 3
  243. Efficient Programming with Components: Lecture 4
  244. Efficient Programming with Components: Lecture 5
  245. Getting Started Testing by Ned Batchelder
  246. Gil Zilberfeld - Intro to Mocking: How to Test Dependencies & Legacy Code Mocking
  247. Gil Zilberfeld - Introduction to Unit Testing
  248. Go for Pythonistas by Francesc Campoy Flores
  249. GoingNative 8: Introducing Casablanca - A Modern C++ API for Connected Computing
  250. Google I/O 2010 - How Google builds APIs
  251. Hit the Flask and Get Some REST: Rewriting the Cloudant API in a Single Python Back End by Joan Touzet
  252. How to build a Python web application with Flask and Neo4j by Nicole White
  253. How to Design Great APIs by Kevin Lacker
  254. Implementing a 'Nearest Neighbor' Spatial Query with SQL Server 2012
  255. Intro to Neo4j or domain Modeling with graphs by Michael Hunger
  256. Introducing SQL Server 2012 Spatial Improvements by Greg Low
  257. Introduction to Graph Databases by Stefan Armbuster
  258. Introduction to Neo4j Workshop by JIM WEBBER at Big Data Spain 2014
  259. Introduction to Neo4j by Emil Eifram
  260. Introduction to NoSQL by Martin Fowler
  261. Is Your REST API RESTful? by Miguel Grinberg
  262. Keith Devlin - 1. General Overview and the Development of Numbers
  263. Keith Devlin - 2. The Golden Ratio & Fibonacci Numbers: Fact versus Fiction
  264. Keith Devlin - 3. The Birth of Algebra
  265. Meteor meetup talk screencast with QA session
  266. Michael Caisse: Introduction to Modern C++ Techniques (Part I) @ BoostCon
  267. Michael Caisse: Introduction to Modern C++ Techniques (Part II) @ BoostCon
  268. Michael Caisse: Solving World Problems with Fusion
  269. MIT 6.006 Introduction to Algorithms - Breadth-First Search (BFS) - Erik Demaine
  270. MkDocs: Documenting projects with Markdown
  271. MongoDB at MapMyFitness from a DevOps Perspective by Chris Merz
  272. MongoDB Schema Design by Tugdual Grall
  273. MongoDB Schema Design by Võ Ngọc Minh
  274. MongoDB: Schema Design
  275. Nell Shamrell - Test Driven Development: A Love Story
  276. Network X and Gephi - Gilad Lotan
  277. O'Reilly Webcast: MongoDB Schema Design: How to Think Non-Relational
  278. One Hacker Way - Erik Meijer
  279. Pavel Tsatsouline - Beyond stretching vol 1
  280. Professor David West - OOP is Dead! Long Live OODD!
  281. Prototyping Everything by Rob Fitzpatrick
  282. Rapid prototyping & Product Innovation by Martin Price
  283. Rapid Prototyping How to build what users really really want by Michael Christian
  284. Ravi Chandra - Fake it till you make it
  285. REST API Design: Avoid future proofing with the JSON junk drawer by Jason Harmon
  286. REST API Design by Brian Sletten
  287. REST-Ful API Design
  288. RESTful API Design - Second Edition by apigee
  289. Roland Bock - Selected C++11 Template Toffees From sqlpp11 - Part 1
  290. Roland Bock - Selected C++11 Template Toffees From sqlpp11 - Part 2
  291. Roy Osherove - Understanding Mock Objects
  292. Roy Osherove - Understanding Test Driven Development
  293. Roy Osherove - Unit Testing and TDD: Why you should care and how to make it happen
  294. Roy Osherove - Unit Testing Best Practices
  295. Roy Osherove - Unit Testing Worst Practices at Bouvet.no breakfest
  296. Sam Hatoum: Test Driven Development using Meteor - Devshop 4
  297. Sean Parent - C++ Seasoning
  298. Secrets of a Great API by Uri Sarid
  299. Software Design Patterns - Building Basic Code
  300. Stop Mocking, Start Testing
  301. Stress and Success: The Science of Stress, Energy, and Productivity on the Job
  302. Technology Hour - Front to back API Design
  303. Templates and Metaprogramming @ Game Engine Architecture Club
  304. The D Programming Language by Walter Bright
  305. The Go Programming Language(A to Z - Zürich)
  306. The Road to JSON API 1.0 by Steven Klabnik
  307. The Top 10 Mistakes of Entrepreneurs by Guy Kawasaki
  308. Web API Design Maturity Model by Mike Amundsen
  309. Web micro-framework battle by Richard Jones
  310. Webinar: From Relational Databases to MongoDB by Bryan Reinero
  311. What it's really like building RESTful APIs with Django by Paul Hallett
  312. When to Use MongoDB by MongoDB
  313. Writing RESTful web services with Flask by Miguel Grinberg
  314. Writing your first web app using Python and Flask by Danielle Madeley
  315. Caltech: Part 2: 1-D Sine Waves and Their Sums by Grant Jensen
  316. Boostcon-MichaelCaisseUsingSpiritV2QiAndKarma799.mov
  317. C9 Lectures: Stephan T Lavavej - Advanced
  318. http://video.google.com/videoplay?docid=-4714369049736584770 | 00:55
  319. http://videolectures.net/turing100_penrose_mathematical_mind/ | 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment