The Artima Developer Community
Articles | News | Weblogs | Books | Forums
Artima Weblogs | Weblogs Forum | Bloggers
Sponsored Link

Artima Weblogs
A Community of Software Thinkers
Welcome Guest
  Sign In
89 pages [ 1 ... 47 48 49 50 51 52 53 54 55 56 57 ]
by Christopher Diggins, December 28, 2005,  52 comments
I believe interfaces are important enough to warrant a categorization of IOPL's (Interface Oriented Programming Languages). Here's my attempt to describe them.
by Dale Asberry, December 22, 2005,  19 comments
For those following my blog, you know that my academic experience resulted in a degree in Physics. Even though I professionally engage in programming, I would prefer to play in the world of physics.
by Bruce Eckel, December 18, 2005,  262 comments
The Java hyper-enthusiasts have left the building, leaving a significant contingent of Java programmers behind, blinking in the bright lights without the constant drumbeat of boosterism.
by Dale Asberry, December 15, 2005,  3 comments
Found these references to be handy...
by Guido van van Rossum, December 14, 2005,  5 comments
Python used in Finnish art installation.
by Dale Asberry, December 1, 2005,  8 comments
A bliki is a key piece in my proposed Personal Knowledge Management platform - I have some ideas, but would like to hear suggestions from others
by Christopher Diggins, November 29, 2005,  3 comments
I have just released a new version of the OOTL which contains a VList based implementation of a stack data-type and a hash table data-type.
by Dale Asberry, November 28, 2005,  4 comments
Various web service APIs have been maturing, other technologies have become available, and my own personal thoughts have congealed such that I can create a useful personal knowledge management platform.
by Michael Feathers, November 24, 2005,  4 comments
Okay, so Turkey Day is tomorrow. It's time for a frivolous, non-software related blog. Or not. I could tie software in at the last moment to keep things on topic. I usually do. We'll see how it goes.
by Christopher Diggins, November 24, 2005,  40 comments
From Wikipedia: "Hash tables are not persistent data structures, in the sense that there is no simple space-efficient way to update a hash table while retaining access to the previous copy of the hash table.". This is false, and Wikipedia should know why.
by Michael Feathers, November 21, 2005,  15 comments
Isn't it wonderful to complain about something minor? Something so nit picky<Ctrl-S> that most people wouldn't care about it? Well, here's something in that vein.<Ctrl-S>
by Christopher Diggins, November 18, 2005,  Submit comment
The growable array I posted about two days ago has evolved into a full-featured stack template class with more features, more tests, better performance and contract verification.
by Michael Feathers, November 17, 2005,  25 comments
Scott Bellware just posted a link to Microsoft's guidelines for TDD on the TDD mailing list. <sigh>
by Christopher Diggins, November 16, 2005,  18 comments
I have just developed a growable array class as part of the OOTL, which outperforms std::vector on calls to push_back() by a factor of 2.5 on my installation of GCC.
by Christopher Diggins, November 15, 2005,  9 comments
The C++ Cookbook, which I cowrote with Ryan Stephens, Jonathan Turkanis, and Jeff Cogswell, is now for sale at Amazon.com and other book sellers.
89 pages [ 1 ... 47 48 49 50 51 52 53 54 55 56 57 ]
Subscribe to be notified of new Artima Weblogs posts via RSS.

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use