    <rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/">
     <channel>
        <title>ACCU  :: Web Links</title>
        <link>https://members.accu.org/index.php/weblinks/c65/</link>
        <description>Professionalism in Programming</description>
        <dc:language>en-us</dc:language> 
        <dc:creator>Administrator</dc:creator> 
        <admin:generatorAgent rdf:resource="http://www.xaraya.org" /> 
        <admin:errorReportsTo rdf:resource="mailto:webeditor@accu.org" />
       <sy:updatePeriod>hourly</sy:updatePeriod>
       <sy:updateFrequency>1</sy:updateFrequency>
       <docs>http://backend.userland.com/rss</docs>
            <item>
<title>Accelerated C++</title>
<link>https://members.accu.org/index.php/weblinks/132</link>
<pubDate>Sat, 11 Feb 2006 00:20:35 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ Accelerated C++
 Practical Programming by Example
by Andrew Koenig and Barbara E. Moo  ]]></content:encoded>
<description>Accelerated C++
 Practical Programming by Example
by Andrew Koenig and Barbara E. Moo </description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/132</guid>
</item>
            <item>
<title>Andrei Alexandrescu</title>
<link>https://members.accu.org/index.php/weblinks/111</link>
<pubDate>Fri, 10 Feb 2006 23:39:23 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ In the programming community, Andrei is best known for his two books, C++ Coding Standards (coathored with Herb Sutter) and Modern C++ Design. ]]></content:encoded>
<description>In the programming community, Andrei is best known for his two books, C++ Coding Standards (coathored with Herb Sutter) and Modern C++ Design.</description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/111</guid>
</item>
            <item>
<title>Apache Ant</title>
<link>https://members.accu.org/index.php/weblinks/91</link>
<pubDate>Fri, 10 Feb 2006 23:04:44 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make's wrinkles.  ]]></content:encoded>
<description>Apache Ant is a Java-based build tool. In theory, it is kind of like Make, but without Make's wrinkles. </description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/91</guid>
</item>
            <item>
<title>Apache Gump</title>
<link>https://members.accu.org/index.php/weblinks/93</link>
<pubDate>Fri, 10 Feb 2006 23:09:32 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ Gump is Apache's continuous integration tool. It is written in python and fully supports Apache Ant, Apache Maven and other build tools ]]></content:encoded>
<description>Gump is Apache's continuous integration tool. It is written in python and fully supports Apache Ant, Apache Maven and other build tools</description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/93</guid>
</item>
            <item>
<title>Apache Lucene</title>
<link>https://members.accu.org/index.php/weblinks/96</link>
<pubDate>Fri, 10 Feb 2006 23:14:16 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ The Apache Lucene project develops open-source search software ]]></content:encoded>
<description>The Apache Lucene project develops open-source search software</description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/96</guid>
</item>
            <item>
<title>Apache Maven</title>
<link>https://members.accu.org/index.php/weblinks/97</link>
<pubDate>Fri, 10 Feb 2006 23:15:30 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ 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 ]]></content:encoded>
<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</description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/97</guid>
</item>
            <item>
<title>Apache Struts</title>
<link>https://members.accu.org/index.php/weblinks/99</link>
<pubDate>Fri, 10 Feb 2006 23:18:03 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ The goal of the Apache Struts project is to encourage application architectures based on the &quot;Model 2&quot; 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.  ]]></content:encoded>
<description>The goal of the Apache Struts project is to encourage application architectures based on the &quot;Model 2&quot; 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. </description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/99</guid>
</item>
            <item>
<title>Apache Tomcat</title>
<link>https://members.accu.org/index.php/weblinks/100</link>
<pubDate>Fri, 10 Feb 2006 23:18:55 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ Apache Tomcat is the servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies. ]]></content:encoded>
<description>Apache Tomcat is the servlet container that is used in the official Reference Implementation for the Java Servlet and JavaServer Pages technologies.</description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/100</guid>
</item>
            <item>
<title>BCEL</title>
<link>https://members.accu.org/index.php/weblinks/80</link>
<pubDate>Fri, 10 Feb 2006 22:52:34 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ The Byte Code Engineering Library is intended to give users a convenient possibility to analyze, create, and manipulate (binary) Java class files (those ending with .class). Classes are represented by objects which contain all the symbolic information of the given class: methods, fields and byte code instructions, in particular.  ]]></content:encoded>
<description>The Byte Code Engineering Library is intended to give users a convenient possibility to analyze, create, and manipulate (binary) Java class files (those ending with .class). Classes are represented by objects which contain all the symbolic information of the given class: methods, fields and byte code instructions, in particular. </description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/80</guid>
</item>
            <item>
<title>Bean Scripting Framework</title>
<link>https://members.accu.org/index.php/weblinks/81</link>
<pubDate>Fri, 10 Feb 2006 22:53:30 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ Bean Scripting Framework (BSF) is a set of Java classes which provides scripting language support within Java applications, and access to Java objects and methods from scripting languages ]]></content:encoded>
<description>Bean Scripting Framework (BSF) is a set of Java classes which provides scripting language support within Java applications, and access to Java objects and methods from scripting languages</description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/81</guid>
</item>
            <item>
<title>BitKeeper configuration management system.</title>
<link>https://members.accu.org/index.php/weblinks/44</link>
<pubDate>Fri, 10 Feb 2006 21:29:43 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ Welcome to BitMover! We build and market enterprise level development tools for software, hardware, and web developers. Our flagship product is BitKeeper, a reliable, powerful, and distributed configuration management system. BitKeeper is supported on most platforms, such as Microsoft Windows, Linux, Unix, and MacOS/X. ]]></content:encoded>
<description>Welcome to BitMover! We build and market enterprise level development tools for software, hardware, and web developers. Our flagship product is BitKeeper, a reliable, powerful, and distributed configuration management system. BitKeeper is supported on most platforms, such as Microsoft Windows, Linux, Unix, and MacOS/X.</description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/44</guid>
</item>
            <item>
<title>Blitz</title>
<link>https://members.accu.org/index.php/weblinks/115</link>
<pubDate>Fri, 10 Feb 2006 23:47:03 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ Blitz++ is a C++ class library for scientific computing which provides performance on par with Fortran 77/90. It uses template techniques to achieve high performance. ]]></content:encoded>
<description>Blitz++ is a C++ class library for scientific computing which provides performance on par with Fortran 77/90. It uses template techniques to achieve high performance.</description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/115</guid>
</item>
            <item>
<title>Boost C++ Libraries</title>
<link>https://members.accu.org/index.php/weblinks/161</link>
<pubDate>Sat, 11 Feb 2006 22:54:32 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ Boost provides free peer-reviewed portable C++ source libraries. ]]></content:encoded>
<description>Boost provides free peer-reviewed portable C++ source libraries.</description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/161</guid>
</item>
            <item>
<title>Borland C++Builder Devlopers Journal</title>
<link>https://members.accu.org/index.php/weblinks/43</link>
<pubDate>Fri, 10 Feb 2006 21:26:52 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ Borland C++Builder Devlopers Journal ]]></content:encoded>
<description>Borland C++Builder Devlopers Journal</description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/43</guid>
</item>
            <item>
<title>Borland Developer Network</title>
<link>https://members.accu.org/index.php/weblinks/51</link>
<pubDate>Fri, 10 Feb 2006 21:46:53 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ Borland Developer Network and Community ]]></content:encoded>
<description>Borland Developer Network and Community</description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/51</guid>
</item>
            <item>
<title>Building and Testing gcc/glibc cross toolchains</title>
<link>https://members.accu.org/index.php/weblinks/103</link>
<pubDate>Fri, 10 Feb 2006 23:24:49 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ Building and Testing gcc/glibc cross toolchains ]]></content:encoded>
<description>Building and Testing gcc/glibc cross toolchains</description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/103</guid>
</item>
            <item>
<title>C++ Archive</title>
<link>https://members.accu.org/index.php/weblinks/151</link>
<pubDate>Sat, 11 Feb 2006 22:33:01 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ Links to C++ information ]]></content:encoded>
<description>Links to C++ information</description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/151</guid>
</item>
            <item>
<title>C++0x An Overview</title>
<link>https://members.accu.org/index.php/weblinks/1460</link>
<pubDate>Wed, 23 Jan 2008 16:35:18 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ Bjarne Stroustrup talks and answers questions about the next version of C++. ]]></content:encoded>
<description>Bjarne Stroustrup talks and answers questions about the next version of C++.</description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/1460</guid>
</item>
            <item>
<title>Cactus</title>
<link>https://members.accu.org/index.php/weblinks/82</link>
<pubDate>Fri, 10 Feb 2006 22:54:23 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ Cactus is a simple test framework for unit testing server-side java code (Servlets, EJBs, Tag Libs, Filters, ...).  ]]></content:encoded>
<description>Cactus is a simple test framework for unit testing server-side java code (Servlets, EJBs, Tag Libs, Filters, ...). </description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/82</guid>
</item>
            <item>
<title>Code Generation Network</title>
<link>https://members.accu.org/index.php/weblinks/1425</link>
<pubDate>Sun, 21 Oct 2007 12:34:24 GMT</pubDate>
<content:format rdf:resource="http://www.w3.org/1999/xhtml" />
<content:encoded><![CDATA[ This has a database of code generation tools and also articles and
interviews on CG approaches. ]]></content:encoded>
<description>This has a database of code generation tools and also articles and
interviews on CG approaches.</description>
<guid isPermaLink="true">https://members.accu.org/index.php/weblinks/1425</guid>
</item>
</channel>
</rss>
