Videos in category C and C++ All | Novice | Advanced | Expert
Three Beautiful Quicksorts
  • Video is free for view

Three Beautiful Quicksorts

This talk describes three of the most beautiful pieces of code that I have ever written: three different implementations of Hoare's classic Quicksort algorithm. The first implementation is a bare-b... read more »

Level: any Jul 04, 2009 Votes: 0 Dmytro Shteflyuk

 
Velocity 09: Richard Crowley, "Building OpenDNS Stats"
  • Video is free for view

Velocity 09: Richard Crowley, "Buildi...

The old OpenDNS Stats system was built when we were doing 1 billion queries a day and had far outlived its usefulness. Playing hot potato with load on overworked servers all struggling to keep up g... read more »

Level: any Jun 28, 2009 Votes: 0 Dmytro Shteflyuk

 
Lecture 1 | Programming Paradigms (Stanford)
  • Video is free for view

Lecture 1 | Programming Paradigms (St...

Posted in Development, Science, Python, Scheme...

Lecture by Professor Jerry Cain for Programming Paradigms (CS107) in the Stanford University Computer Science department. Professor Cain provides an overview of the course.Programming Paradigms (CS... read more »

Level: any Jun 17, 2009 Votes: 0 Dmytro Shteflyuk

 
C to Verilog - how to automatically compile C into hardware circuits
  • Video is free for view

C to Verilog - how to automatically c...

C-to-Verilog is a free on-line C to Verilog compiler where you can copy-and-paste your existing C code and the on-line compiler will synthesize it into optimized verilog. The screencast shows how t... read more »

Level: advanced Jan 07, 2009 Votes: 0 nadav32bit

 
RubyConf 2008: Ruby Heavy-Lifting
  • Video is free for view
  • Video is available for download

RubyConf 2008: Ruby Heavy-Lifting

Ruby is great for scripting, what about the heavy-lifting? In this talk we’ll disassemble the lessons learned at AideRSS, and how we’ve optimized our Ruby infrastructure to handle milli... read more »

Level: any Dec 08, 2008 Votes: 0 Dmytro Shteflyuk

 
CGAL: The Open Source Computational Geometry Algorithms Library
  • Video is free for view

CGAL: The Open Source Computational G...

Introduction Project mission statement, history, internal organization, partners, CGAL in numbers. What's in CGAL A survey on available data structures and algorithms, as well as examples how and b... read more »

Level: any Dec 05, 2008 Votes: 0 Dmytro Shteflyuk

 
RubyConf 2008: Rubinius
  • Video is free for view
  • Video is available for download

RubyConf 2008: Rubinius

For this talk Evan went through some of the challenges and choices they made in re-writing the VM from C to C++. It was interesting to see some of the internals but for the most part I was more int... read more »

Level: any Dec 08, 2008 Votes: 0 Dmytro Shteflyuk

 
Virtual Machine-Based Replay Debugging
  • Video is free for view

Virtual Machine-Based Replay Debugging

Replay debugging allows developers to debug recordings of programs running in virtual machines. This simple (and old) idea addresses some of the greatest challenges of software development, because... read more »

Level: advanced Nov 14, 2008 Votes: 0 Dmytro Shteflyuk

 
An Overview of the Coming C++ (C++0x) Standard
  • Video is free for view

An Overview of the Coming C++ (C++0x)...

The C++ language has started the formal approval process with the recent release of its Committee Draft, i.e. Beta. This talk outlines the process, the new features, some features left out, and the... read more »

Level: advanced Nov 14, 2008 Votes: 0 Dmytro Shteflyuk

 
NetBeansTV: Using JNI with NetBeans C/C++ Pack
  • Video is free for view

NetBeansTV: Using JNI with NetBeans C...

This screencast shows how to use the Java Native Interface. You will learn how to call native C code from a Java application. The demo was created using NetBeans 5.5.1 and C/C++ Pack for NetBeans 5... read more »

Level: any Oct 29, 2008 Votes: 0 Roman Dmytrenko