Blogs

June 18, 2013

Starts with a V

VHDL (or VHSIC Hardware Description Language — VHSIC stands for Very High Speed Integrated Circuit) is a language that resembles Ada.

June 17, 2013

Game of Life — Distributed Lists

I want to take one more look at the parallelized list-based version of the Game of Life simulation.

June 12, 2013

When Is It Safe to Move an Object Instead of Copying It?

I'd like to explain how the compiler can figure out during compilation when to move objects instead of copying them.

June 07, 2013

Leonardo's Code

If you know me at all, you know I have an ongoing love/hate relationship with Arduino.

June 06, 2013

Moving Is Not Copying

Like many subtle ideas, the idea of moving data in C++ is built on a simple concept.




RSS

RSS (most commonly translated as "Really Simple Syndication" but sometimes "Rich Site Summary") is a family of web feed formats used to publish frequently updated works—such as blog entries, news headlines, audio, and video—in a standardized format. An RSS document (which is called a "feed", "web feed", or "channel") includes full or summarized text, plus metadata such as publishing dates and authorship. Web feeds benefit publishers by letting them syndicate content automatically.

DR. DOBB'S RSS GROUP FEEDS

DR. DOBB'S RSS DEPARTMENT FEEDS

How to use RSS

RSS (most commonly translated as "Really Simple Syndication" but sometimes "Rich Site Summary") is a family of web feed formats used to publish frequently updated works—such as blog entries, news headlines, audio, and video—in a standardized format. An RSS document (which is called a "feed", "web feed", or "channel") includes full or summarized text, plus metadata such as publishing dates and authorship. Web feeds benefit publishers by letting them syndicate content automatically.



Video