ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Programming Topics or Overload Journal #89 - February 2009

Options:
View Article Map
View Archives
A DSEL for Addressing the Problems Posed by Parallel Architectures
Description : Programming parallel algorithms correctly is hard. Jason McGuiness and Colin Egan demonstrate how a C++ DESEL can make it simpler.
Category: [ Programming Topics | Overload Journal #111 - October 2012 ]
All About XOR
Description : Boolean operators are the bedrock of computer logic. Michael Lewin investigates a common one and shows there’s more to it than meets the eye.
Category: [ Programming Topics | Overload Journal #109 - June 2012 ]
Are “Safe” Computer Systems Possible?

Source : Generated via JPG, Google OCR, pandoc markdown from scanned journal
Category: [ Programming Topics | Overload Journal #5 - Sep 1994 ]
A Practical Introduction to Erlang
Description : The future of massively parallel hardware will need good language support. Alexander Demin takes a look at an unexpected approach.
Category: [ Programming Topics | Overload Journal #107 - February 2012 ]
An Introduction to Test Driven Development
Description : TDD is too often thought to be all about Unit Tests. Paul Grenyer works through an example to show the bigger picture.
Category: [ Programming Topics | Overload Journal #104 - August 2011 ]
An introduction to ADVSYS
Description : An introduction to this fascinating adventure writing system.
Category: [ Programming Topics | CVu Journal Vol 1, #1 - Oct 1987 ]
Adventures In C
Description : A few thoughts on using C to write Adventure Games
Category: [ Programming Topics | CVu Journal Vol 1, #1 - Oct 1987 ]
An Introduction to FastFormat (Part 3): Solving Real Problems, Quickly
Description : A good library must be useful in practice. Matthew Wilson looks at usability and extendability.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #91 - June 2009 ]
An Introduction to FastFormat (Part 2): Custom Argument and Sink Types
Description : A library should be customisable and have good performance. Matthew Wilson shows how to achieve both.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #90 - April 2009 ]
An Introduction to Fast Format (Part 1): The State of the Art
Description : Writing a good library is hard. Matthew Wilson compares some existing formatting libraries, and promises to do better.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #89 - February 2009 ]
auto_value: Transfer Semantics for Value Types
Description : In his quest to pass around values efficiently, Richard Harris concludes by looking at ways of transferring ownership, now and in the future.
Category: [ Programming Topics | Design of applications and programs | Overload Journal #81 - Oct 2007 ]
auto_value: Transfer Semantics for Value Types
Description : "Copy On Write" (COW) sounds like an ideal idiom for avoiding expensive copies. But care must be taken to avoid producing a "mad cow".
Category: [ Programming Topics | Design of applications and programs | Overload Journal #80 - Aug 2007 ]
auto_value: Transfer Semantics for Value Types
Description : std::auto_ptr has a reputation for causing problems due to its surprising copy/assignment semantics. Richard Harris tries to separate the good ideas from the bad.
Category: [ Programming Topics | Overload Journal #79 - Jun 2007 ]
[ References | C and C++ | Programming ] Accelerated C++
Description : Accelerated C++ Practical Programming by Example by Andrew Koenig and Barbara E. Moo
Added on : 11 February 2006 00:20:35 +00:00
[ C and C++ | Development Techniques | Programming ] Andrei Alexandrescu
Description : In the programming community, Andrei is best known for his two books, C++ Coding Standards (coathored with Herb Sutter) and Modern C++ Design.
Added on : 10 February 2006 23:39:23 +00:00
[ Java | Frameworks | Programming ] Apache Tomcat
Description : Apache Tomcat is the servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies.
Added on : 10 February 2006 23:18:55 +00:00
[ Java | Frameworks | Programming ] Apache Struts
Description : The goal of the Apache Struts project is to encourage application architectures based on the "Model 2" approach, a variation of the classic Model-View-Controller (MVC) design paradigm. Under Model 2, a servlet (or equivalent) manages business logic execution, and presentation logic resides mainly in server pages.
Added on : 10 February 2006 23:18:03 +00:00
[ Miscellaneous | Version Control | Programming ] Apache Maven
Description : Maven is a software project management and comprehension tool. Based on the concept of a project object model (POM), Maven can manage a project's build, reporting and documentation from a central piece of information
Added on : 10 February 2006 23:15:30 +00:00

  |<   <   1   2   3   4   5   6   7   >   >|
Sort by Date Title