mirror of
https://github.com/boostorg/website.git
synced 2026-01-19 04:42:17 +00:00
Move the "Who's Using Boost?" content.
[SVN r41567]
This commit is contained in:
121
users/uses.html
Normal file
121
users/uses.html
Normal file
@@ -0,0 +1,121 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<title>Who's Using Boost?</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
|
||||
<link rel="icon" href="/favicon.ico" type="image/ico" />
|
||||
<link rel="stylesheet" type="text/css" href="/style/section-boost.css" />
|
||||
<!--[if IE]> <style type="text/css"> body { behavior: url(/style/csshover.htc); } </style> <![endif]-->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="heading">
|
||||
<!--#include virtual="/common/heading.html" -->
|
||||
</div>
|
||||
|
||||
<div id="body">
|
||||
<div id="body-inner">
|
||||
<div id="content">
|
||||
<div class="section" id="intro">
|
||||
<div class="section-0">
|
||||
<div class="section-title">
|
||||
<h1>Who's Using Boost?</h1>
|
||||
</div>
|
||||
|
||||
<div class="section-body">
|
||||
<ul class="toc">
|
||||
<li><a href="#Introduction">Introduction</a></li>
|
||||
|
||||
<li><a href="uses_shrink.html">Shrink Wrapped Boost</a></li>
|
||||
|
||||
<li><a href="uses_open.html">Open Source Boost</a></li>
|
||||
|
||||
<li><a href="uses_inhouse.html">In House Boost</a></li>
|
||||
|
||||
<li><a href="#Submissions">Submissions</a></li>
|
||||
</ul>
|
||||
|
||||
<h2><a name="Introduction" id=
|
||||
"Introduction"></a>Introduction</h2>
|
||||
|
||||
<p>Open source isn't just for nerds and researchers. Real world
|
||||
programming challenges, irrespective of whether they are open
|
||||
or closed source, can benefit enormously from the thought and
|
||||
experience that has gone into the Boost software libraries. Put
|
||||
simply, for any given problem for which Boost provides a
|
||||
solution, Boost will strive to provide the best solution
|
||||
possible. It's up to you to decide whether we've achieved that,
|
||||
but as these pages will testify, many other developers have
|
||||
found our solutions to be the best for them.</p>
|
||||
|
||||
<p><em>Disclaimer:</em> Boost's developers try to ensure that
|
||||
the information on these pages is correct, but from time to
|
||||
time inadvertent mistakes are bound to occur: if you would like
|
||||
an entry in these pages to be removed or corrected please
|
||||
contact the <a href="../community/moderators.html">Boost
|
||||
Moderators</a>.</p>
|
||||
|
||||
<h2><a name="Submissions" id="Submissions"></a>Submissions</h2>
|
||||
|
||||
<p>If you have an application or library that's using Boost and
|
||||
would like to be listed here, please post the following
|
||||
information to the <a href="../community/groups.html#main">main
|
||||
Boost developer mailing list</a>:</p>
|
||||
|
||||
<ul>
|
||||
<li>The name of the Application/Product/Service.</li>
|
||||
|
||||
<li>The name of the company (where appropriate).</li>
|
||||
|
||||
<li>A paragraph describing the
|
||||
Application/Product/Service.</li>
|
||||
|
||||
<li>Any information you can provide about which parts of
|
||||
Boost you used, along with any comments you may have on how
|
||||
Boost helped your product development.</li>
|
||||
|
||||
<li>URLs to your companies home page, and the home page of
|
||||
the Application/Product/Service if there is one.</li>
|
||||
</ul>
|
||||
|
||||
<p>Finally, if the subheadings used in the structure of these
|
||||
pages don't fit your Product/Application/Service please say so:
|
||||
we're always interested to hear how these pages can be improved
|
||||
or better structured.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="sidebar">
|
||||
<!--#include virtual="/common/sidebar-common.html" -->
|
||||
<!--#include virtual="/common/sidebar-boost.html" -->
|
||||
</div>
|
||||
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
<div id="footer-left">
|
||||
<div id="revised">
|
||||
<p>Revised $Date$</p>
|
||||
</div>
|
||||
|
||||
<div id="copyright">
|
||||
<p>Copyright Various Authors 2005.</p>
|
||||
|
||||
<p>Copyright Rene Rivera 2007.</p>
|
||||
</div><!--#include virtual="/common/footer-license.html" -->
|
||||
</div>
|
||||
|
||||
<div id="footer-right">
|
||||
<!--#include virtual="/common/footer-banners.html" -->
|
||||
</div>
|
||||
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
367
users/uses_inhouse.html
Normal file
367
users/uses_inhouse.html
Normal file
@@ -0,0 +1,367 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<title>In House Boost</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
|
||||
<link rel="icon" href="/favicon.ico" type="image/ico" />
|
||||
<link rel="stylesheet" type="text/css" href="/style/section-boost.css" />
|
||||
<!--[if IE]> <style type="text/css"> body { behavior: url(/style/csshover.htc); } </style> <![endif]-->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="heading">
|
||||
<!--#include virtual="/common/heading.html" -->
|
||||
</div>
|
||||
|
||||
<div id="body">
|
||||
<div id="body-inner">
|
||||
<div id="content">
|
||||
<div class="section" id="intro">
|
||||
<div class="section-0">
|
||||
<div class="section-title">
|
||||
<h1>In House Boost</h1>
|
||||
</div>
|
||||
|
||||
<div class="section-body">
|
||||
<p>Whether you're a government department, an internet startup,
|
||||
or a specialist consultancy, in-house developement using the
|
||||
Boost Libraries can significantly shorten your development
|
||||
cycles.</p>
|
||||
|
||||
<h2>Google</h2>
|
||||
|
||||
<p><a href=
|
||||
"http://code.google.com/p/google-gtags/">google-gtags</a>
|
||||
Provides server-based tags serving for large codebases. This is
|
||||
an extension to GNU Emacs and X-Emacs TAGS functionality, that
|
||||
uses <a href=
|
||||
"../doc/libs/release/libs/test/index.html">Boost.Test</a> as
|
||||
its unit test framework.</p>
|
||||
|
||||
<h2>LiquidNet</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://www.liquidnet.com/">LiquidNet</a> is Americas number
|
||||
one electronic marketplace for large block trading, and the 5th
|
||||
fastest growing company according to Inc Magazine.</p>
|
||||
|
||||
<p>"<em>Boost Libraries most used, in order of
|
||||
importance:</em></p>
|
||||
|
||||
<p><em><a href=
|
||||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SharedPointer</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/python/doc/index.html">Boost.Python</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/conversion/lexical_cast.htm">Boost.LexicalCast</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/optional/index.html">Boost.Optional</a>,
|
||||
<a href="../doc/libs/release/libs/any/index.html">Boost.Any</a>
|
||||
and <a href=
|
||||
"../doc/libs/release/libs/tuple/index.html">Boost.Tuple</a></em>"</p>
|
||||
|
||||
<h2>Océ-Technologies B.V.</h2>
|
||||
|
||||
<p>Throughout the world <a href=
|
||||
"http://www.oce.com">Océ</a> is one of the major
|
||||
suppliers of document management and printing systems and the
|
||||
related services. We develop, manufacture, service and sell
|
||||
printers, scanners, peripheral equipment and media, supported
|
||||
by unique software. Océ products for the corporate and
|
||||
commercial market are widely known for their quality, ease of
|
||||
use, speed and reliability.</p>
|
||||
|
||||
<p>The Boost libraries enable us to get a higher degree of
|
||||
uniformity and quality in our code. During a redesign last year
|
||||
we found that lots of small constructions from Boost shortens
|
||||
development time and prevents having to reinvent many wheels.
|
||||
Libraries that we use include <a href=
|
||||
"../doc/libs/release/libs/assign/index.html">Boost.Assign</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/date_time/index.html">Boost.DateTime</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/utility/enable_if.html">Boost.EnableIf</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/filesystem/index.html">Boost.FileSystem</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/format/index.html">Boost.Format</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/function/index.html">Boost.Function</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/iterator/index.html">Boost.Iterator</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/multi_index/index.html">Boost.MultiIndex</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/utility/operators.htm">Boost.Operators</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/optional/index.html">Boost.Optional</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/ptr_container/index.html">Boost.PointerContainer</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/signals/index.html">Boost.Signals</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SmartPointers</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/thread/index.html">Boost.Thread</a>,
|
||||
and <a href=
|
||||
"../doc/libs/release/libs/variant/index.html">Boost.Variant</a>.</p>
|
||||
|
||||
<h2>MetOcean Engineers</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://www.metoceanengineers.com">MetOcean Engineers</a> are a
|
||||
leading consultancy providing oceanographic and meteorological
|
||||
services in support of coastal and ocean engineering and
|
||||
environmental protection. Core activities encompass:
|
||||
oceanographic measurements; metocean monitoring systems;
|
||||
coastal and ocean engineering; environmental consultancy; data
|
||||
management.</p>
|
||||
|
||||
<p>Boost Libraries currently in use: <a href=
|
||||
"../doc/libs/release/libs/any/index.html">Boost.Any</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/assign/index.html">Boost.Assign</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/date_time/index.html">Boost.DateTime</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/iterator/index.html">Boost.Iterator</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/conversion/lexical_cast.htm">Boost.LexicalCast</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/mpl/index.html">Boost.MPL</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/spirit/phoenix/index.html">Boost.Phoenix</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/program_options/index.html">Boost.ProgramOptions</a>,
|
||||
<a href="../doc/libs/release/libs/bind/ref.html">Boost.Ref</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SmartPointers</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/spirit/index.html">Boost.Spirit</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/algorithm/string/index.html">Boost.StringAlgorithms</a>,
|
||||
<a href="../../../doc/html/tribool.html">Boost.Tribool</a> and
|
||||
<a href=
|
||||
"../doc/libs/release/libs/variant/index.html">Boost.Variant</a></p>
|
||||
|
||||
<h2>TeraView Ltd</h2>
|
||||
|
||||
<p><a class="external" href="http://www.teraview.com">TeraView
|
||||
Ltd</a> develop terahertz based systems for a variety of
|
||||
applications including spectroscopy and imaging.</p>
|
||||
|
||||
<p><em>"We use: <a href=
|
||||
"../doc/libs/release/libs/thread/index.html">Boost.Thread</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/filesystem/index.html">Boost.FileSystem</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/date_time/index.html">Boost.DateTime</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/serialization/index.html">Boost.Serialization</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SmartPointers</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/function/index.html">Boost.Function</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/iterator/index.html">Boost.Iterator</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/conversion/lexical_cast.htm">Boost.LexicalCast</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/format/index.html">Boost.Format</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/tuple/index.html">Boost.Tuple</a>,
|
||||
<a href="../doc/libs/release/libs/any/index.html">Boost.Any</a>
|
||||
and <a href=
|
||||
"../doc/libs/release/libs/optional/index.html">Boost.Optional</a>"</em></p>
|
||||
|
||||
<h2>NPC International</h2>
|
||||
|
||||
<p>With about 800 restaurants, <a href=
|
||||
"http://www.npcinternational.com">NPC International</a> is the
|
||||
world's largest Pizza Hut franchisee.</p>
|
||||
|
||||
<p><em>"We make extensive use of boost in our internally
|
||||
developed point of sale, restaurant management, communications,
|
||||
and accounting systems. We use the following Boost libraries in
|
||||
approximate order of frequency of use: <a href=
|
||||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/function/index.html">Boost.Function</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/optional/index.html">Boost.Optional</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SharedPointer</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/date_time/index.html">Boost.DateTime</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/thread/index.html">Boost.Thread</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/lambda/index.html">Boost.Lambda</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/type_traits/index.html">Boost.TypeTraits</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/mpl/index.html">Boost.MPL</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/tuple/index.html">Boost.Tuple</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/utility/enable_if.html">Boost.EnableIf</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/variant/index.html">Boost.Variant</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/spirit/index.html">Boost.Spirit</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/algorithm/string/index.html">Boost.StringAlgorithms</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/preprocessor/index.html">Boost.Preprocessor</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/filesystem/index.html">Boost.FileSystem</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/utility/operators.htm">Boost.Operators</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/iterator/index.html">Boost.Iterator</a>
|
||||
and <a href=
|
||||
"../doc/libs/release/libs/tokenizer/index.html">Boost.Tokenizer</a>."</em></p>
|
||||
|
||||
<h2>Rational Discovery LLC</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://www.rationaldiscovery.com">Rational Discovery</a>
|
||||
provides computational modeling, combinatorial library design
|
||||
and custom software development services to the pharmaceutical,
|
||||
biotech and chemical industries.</p>
|
||||
|
||||
<p><em>"We do a substantial amount of internal research to
|
||||
develop new approaches for applying machine-learning techniques
|
||||
to solve chemical problems. Because we're a small organization
|
||||
and chemistry is a large and complex field, it is essential
|
||||
that we be able to quickly and easily prototype and test new
|
||||
algorithms. We have found the Boost libraries, a reliable
|
||||
source of high-quality code, to be indispensable.</em></p>
|
||||
|
||||
<p><em>Boost libraries used: <a href=
|
||||
"../doc/libs/release/libs/python/doc/index.html">Boost.Python</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/graph/index.html">Boost.Graph</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SmartPointers</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/any/index.html">Boost.Any</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/conversion/lexical_cast.htm">Boost.LexicalCast</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/random/index.html">Boost.Random</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/algorithm/string/index.html">Boost.StringAlgorithms</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/tuple/index.html">Boost.Tuple</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/numeric/ublas/index.html">Boost.Ublas</a>."</em></p>
|
||||
|
||||
<h2>Archelon LLC</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://www.archelon-us.com">Archelon LLC</a> is a global
|
||||
securities firm headquartered in Chicago. We actively trade
|
||||
equities, futures and derivatives in both electronic and
|
||||
floor-based markets. Archelon is one of the highest volume
|
||||
market makers on EUREX and a leading U.S. option market maker
|
||||
focusing on the most active securities.</p>
|
||||
|
||||
<p><em>"We use: <a href=
|
||||
"../doc/libs/release/libs/any/index.html">Boost.Any</a>,
|
||||
<a href="../doc/libs/release/libs/array/index.html">Array</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/date_time/index.html">Boost.DateTime</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/function/index.html">Boost.Function</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/conversion/lexical_cast.htm">Boost.LexicalCast</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/optional/index.html">Boost.Optional</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/rational/index.html">Boost.Rational</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/regex/index.html">Boost.Regex</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/signals/index.html">Boost.Signals</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SmartPointers</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/tokenizer/index.html">Boost.Tokenizer</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/tuple/index.html">Boost.Tuple</a> and
|
||||
<a href=
|
||||
"../doc/libs/release/libs/utility/index.html">Boost.Utility</a>."</em></p>
|
||||
|
||||
<h2>Automated Trading Deck</h2>
|
||||
|
||||
<p><a class="external" href="http://www.atdesk.com">Automated
|
||||
Trading Deck</a> (ATD) uses a large number of Boost libraries.
|
||||
ATD is a technology company specializing in automated trading
|
||||
and customized equity execution solutions for its customers. We
|
||||
offer automated execution solutions in all domestic cash equity
|
||||
markets, including the listed, over-the-counter, exchange
|
||||
traded fund and bulletin board marketplaces. Our proprietary
|
||||
"Pricing Engine" and automated limit-order trading algorithms
|
||||
apply advanced expert systems to limit-order trading and
|
||||
customer executions.</p>
|
||||
|
||||
<h2>"EB" Automotive</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://www.elektrobit.com/static/en/index.html">"EB"
|
||||
Automotive</a> is currently using <a href=
|
||||
"../doc/libs/release/libs/gil/doc/index.html">Boost.GIL</a>,
|
||||
<a href="../doc/libs/release/libs/mpl/index.html">Boost.MPL</a>
|
||||
and <a href=
|
||||
"../doc/libs/release/libs/algorithm/string/index.html">Boost.StringAlgorithms</a>
|
||||
for a in house tool. Additionally we use Stefan Seefelds
|
||||
Boost.XML from sandbox, with a few small extensions.</p>
|
||||
|
||||
<p><em>"Especially <a href=
|
||||
"../doc/libs/release/libs/gil/doc/index.html">Boost.GIL</a>
|
||||
gave our image preprocessing routines a strong speed boost and
|
||||
greatly simplified our code".</em></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="sidebar">
|
||||
<!--#include virtual="/common/sidebar-common.html" -->
|
||||
<!--#include virtual="/common/sidebar-boost.html" -->
|
||||
</div>
|
||||
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
<div id="footer-left">
|
||||
<div id="revised">
|
||||
<p>Revised $Date$</p>
|
||||
</div>
|
||||
|
||||
<div id="copyright">
|
||||
<p>Copyright Rene Rivera 2007.</p>
|
||||
</div><!--#include virtual="/common/footer-license.html" -->
|
||||
</div>
|
||||
|
||||
<div id="footer-right">
|
||||
<!--#include virtual="/common/footer-banners.html" -->
|
||||
</div>
|
||||
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
712
users/uses_open.html
Normal file
712
users/uses_open.html
Normal file
@@ -0,0 +1,712 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<title>Open Source Boost</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
|
||||
<link rel="icon" href="/favicon.ico" type="image/ico" />
|
||||
<link rel="stylesheet" type="text/css" href="/style/section-boost.css" />
|
||||
<!--[if IE]> <style type="text/css"> body { behavior: url(/style/csshover.htc); } </style> <![endif]-->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="heading">
|
||||
<!--#include virtual="/common/heading.html" -->
|
||||
</div>
|
||||
|
||||
<div id="body">
|
||||
<div id="body-inner">
|
||||
<div id="content">
|
||||
<div class="section" id="intro">
|
||||
<div class="section-0">
|
||||
<div class="section-title">
|
||||
<h1>Open Source Boost</h1>
|
||||
</div>
|
||||
|
||||
<div class="section-body">
|
||||
<p>Boost is used in a variety of Open Source Projects, both
|
||||
applications and libraries. Indeed many Open Source libraries
|
||||
developed around Boost have in the past been judged of high
|
||||
enough quality to be absorbed into the main Boost source tree,
|
||||
a process that will no doubt continue into the future. Others
|
||||
are in highly specialized niche markets, ranging from
|
||||
probability theory to astronomy, via mass spectroscopy:
|
||||
whatever your field of interest you'll find something of value
|
||||
in Boost.</p>
|
||||
|
||||
<h2>Adobe Software Libraries</h2>
|
||||
|
||||
<p>The <a class="external" href=
|
||||
"http://opensource.adobe.com/">Adobe Software Libraries</a>
|
||||
provide components for modeling the human interface appearance
|
||||
and behavior in a software application. The Adobe Software
|
||||
Libraries depend on many parts of Boost including <a href=
|
||||
"../doc/libs/release/libs/any/index.html">Boost.Any</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/function/index.html">Boost.Function</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/mpl/index.html">Boost.MPL</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/utility/operators.htm">Boost.Operators</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/range/index.html">Boost.Range</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/static_assert/index.html">Boost.StaticAssert</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/thread/index.html">Boost.Thread</a>,
|
||||
and <a href=
|
||||
"../doc/libs/release/libs/type_traits/index.html">Boost.TypeTraits</a>.</p>
|
||||
|
||||
<p>Currently Boost and the Adobe Software Libraries are in use
|
||||
in around 30 Adobe products.</p>
|
||||
|
||||
<h2>LyX Document Editor</h2>
|
||||
|
||||
<p><a class="external" href="http://www.lyx.org/">The LyX
|
||||
Document Editor</a> is an advanced open source document
|
||||
processor that encourages an approach to writing based on the
|
||||
structure of your documents, not their appearance. LyX produces
|
||||
high quality, professional output, using LaTeX, an industrial
|
||||
strength typesetting engine.</p>
|
||||
|
||||
<p>LyX uses many parts of Boost, including <a href=
|
||||
"../doc/libs/release/libs/array/index.html">Array</a>, <a href=
|
||||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/regex/index.html">Boost.Regex</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/type_traits/index.html">Boost.TypeTraits</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/function/index.html">Boost.Function</a>,
|
||||
and <a href=
|
||||
"../doc/libs/release/libs/signals/index.html">Boost.Signals</a>.</p>
|
||||
|
||||
<h2>CodeSynthesis XML Schema to C++ Data Binding Compiler (XSD)
|
||||
by Code Synthesis Tools CC</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://codesynthesis.com/products/xsd/">CodeSynthesis XML
|
||||
Schema to C++ Data Binding Compiler (XSD)</a> is an
|
||||
open-source, cross-platform XML Data Binding implementation for
|
||||
C++. Provided with an XML instance specification (XML Schema),
|
||||
it generates C++ classes that represent the given vocabulary as
|
||||
well as parsing and serialization code. You can then access the
|
||||
data stored in XML using types and functions that semantically
|
||||
correspond to your application domain rather than dealing with
|
||||
elements, attributes, and text in a direct representation of
|
||||
XML such as DOM or SAX.</p>
|
||||
|
||||
<p>XSD uses <a href=
|
||||
"../doc/libs/release/libs/regex/index.html">Boost.Regex</a> and
|
||||
<a href=
|
||||
"../doc/libs/release/libs/filesystem/index.html">Boost.FileSystem</a>
|
||||
libraries from Boost. <a href=
|
||||
"../doc/libs/release/libs/regex/index.html">Boost.Regex</a> is
|
||||
used to perform transformations on file, type and member names.
|
||||
<a href=
|
||||
"../doc/libs/release/libs/filesystem/index.html">Boost.FileSystem</a>
|
||||
is used to capture and manipulate XML Schema include and import
|
||||
paths. Additionally, we are planning to provide an optional
|
||||
mapping of XML Schema date and time types to C++ types from the
|
||||
Boost <a href=
|
||||
"../doc/libs/release/libs/date_time/index.html">Boost.DateTime</a>
|
||||
library.</p>
|
||||
|
||||
<h2>CodeShop</h2>
|
||||
|
||||
<p>I am happy to announce Amsterdam based <a class="external"
|
||||
href="http://www.code-shop.com">CodeShop</a> has been using
|
||||
Boost since 2005 on all of it's projects (and CodeShop memebers
|
||||
have been using Boost since 2001).</p>
|
||||
|
||||
<p>We used it on the following:</p>
|
||||
|
||||
<p><em>OpenZoep</em></p>
|
||||
|
||||
<p>An open source voip stack
|
||||
(xmpp-sip<em>rtp</em>(port)audio/codecs), capable of pc2pc
|
||||
calls and pc2pstn calls - it's a message based sdk, so you
|
||||
could write your own Gtalk or Skype ...</p>
|
||||
|
||||
<p>Boost is used everywhere: from the xmpp implementation
|
||||
(<a href=
|
||||
"../doc/libs/release/libs/function/index.html">Boost.Function</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/asio/index.html">Boost.Asio</a>) to
|
||||
the codecs-wrapper (<a href=
|
||||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SmartPointers</a>)
|
||||
- and more. Boost made the code a lot easier, more fun, safer
|
||||
and faster to develop. Bjam was used as build system.</p>
|
||||
|
||||
<p>See <a class="external" href=
|
||||
"http://www.code-shop.com/2007/1/14/openzoep">description</a>
|
||||
and <a class="external" href=
|
||||
"http://www.code-shop.com/openzoep">trac&svn</a>.</p>
|
||||
|
||||
<p><em>Abonja / Whitelabelvideo</em></p>
|
||||
|
||||
<p>Online videosharing platform: you can upload and watch
|
||||
flashvideo online, but at the same time run your pc client and
|
||||
download all your preferences automatically for viewing later
|
||||
at home</p>
|
||||
|
||||
<p>Boost and C++ are used for the serverside tooling. Bjam is
|
||||
used as build system.</p>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://www.abonja.nl">www.abonja.nl</a> and <a href=
|
||||
"../www.whitelabelvideo.nl">www.whitelabelvideo.nl</a> (Dutch
|
||||
only: a javascript sdk for viewing and uploading - Boost is
|
||||
used serverside also).</p>
|
||||
|
||||
<p>Code from above and other projects made available as plain
|
||||
download or as library.</p>
|
||||
|
||||
<p>Pieces address 'simple' problems like a windows registry
|
||||
wrapper to more system like parts as for instance a drm
|
||||
implementation. Boost is used all over (__filesystem, <a href=
|
||||
"../doc/libs/release/libs/thread/index.html">Boost.Thread</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/asio/index.html">Boost.Asio</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/spirit/index.html">Boost.Spirit</a>
|
||||
etc); <a href=
|
||||
"../../../tools/build/v2/index.html">Boost.Build</a> is used as
|
||||
build system.</p>
|
||||
|
||||
<h2>CGAL</h2>
|
||||
|
||||
<p><a class="external" href="http://www.cgal.org/">CGAL</a> is
|
||||
the Computational Geometry Algorithms Library, an open source
|
||||
C++ library providing generic components such as
|
||||
triangulations, convex hulls algorithms, boolean operations of
|
||||
polygons and many other things. <em>"We currently use the
|
||||
following Boost libraries : <a href=
|
||||
"../doc/libs/release/libs/utility/operators.htm">Boost.Operators</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/iterator/index.html">Boost.Iterator</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/tuple/index.html">Boost.Tuple</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/concept_check/index.html">Boost.ConceptCheck</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/mpl/index.html">Boost.MPL</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/optional/index.html">Boost.Optional</a>
|
||||
and <a href=
|
||||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SmartPointers</a>."</em></p>
|
||||
|
||||
<h2>ALPS</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://alps.comp-phys.org/">ALPS</a> is an open source project
|
||||
to develop codes for the accurate simulation of quantum lattice
|
||||
models, such as quantum magnets, electronic systems and
|
||||
Bose-Einstein condensates. The main Boost libraries used are:
|
||||
<a href=
|
||||
"../doc/libs/release/libs/graph/index.html">Boost.Graph</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/random/index.html">Boost.Random</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/multi_index/index.html">Boost.MultiIndex</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/program_options/index.html">Boost.ProgramOptions</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/conversion/lexical_cast.htm">Boost.LexicalCast</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/serialization/index.html">Boost.Serialization</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/regex/index.html">Boost.Regex</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/tuple/index.html">Boost.Tuple</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/filesystem/index.html">Boost.FileSystem</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SmartPointers</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/functional/index.html">Boost.Functional</a>
|
||||
and <a href=
|
||||
"../doc/libs/release/libs/type_traits/index.html">Boost.TypeTraits</a></p>
|
||||
|
||||
<h2>SmartWin++</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://smartwin.sourceforge.net/">SmartWin++</a> is a 100%
|
||||
free GUI library for developing Windows applications, it's free
|
||||
both as in "free beer" and as in "free speech", you can freely
|
||||
use SmartWin++ for commercial applications and for Open Source
|
||||
applications!</p>
|
||||
|
||||
<h2>Open VRML</h2>
|
||||
|
||||
<p><a class="external" href="http://openvrml.org/">Open
|
||||
VRML</a> is a free cross-platform runtime for VRML. The basic
|
||||
OpenVRML distribution includes libraries you can use to add
|
||||
VRML support to an application, and Lookat, a simple
|
||||
stand-alone VRML browser.</p>
|
||||
|
||||
<h2>Bayes++</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://bayesclasses.sourceforge.net/Bayes++.html">Bayes++</a>
|
||||
is an open source library that represents and implements a wide
|
||||
variety of numerical algorithms for Bayesian Filtering of
|
||||
discrete systems from the <a class="external" href=
|
||||
"http://www.acfr.usyd.edu.au/">Australian Centre for Field
|
||||
Robotics</a>. Bayes++ makes particularly heavy use of <a href=
|
||||
"../doc/libs/release/libs/numeric/ublas/index.html">Boost.Ublas</a>
|
||||
for matrix and numeric computations.</p>
|
||||
|
||||
<h2>Kohonen Neural Network Library (KNNL)</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://knnl.sourceforge.net/">Kohonen neural network
|
||||
library</a> is a set of classes and functions for design, train
|
||||
and use Kohonen networks (self organizing maps).</p>
|
||||
|
||||
<p>KNNL Uses <a href=
|
||||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/function/index.html">Boost.Function</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/type_traits/index.html">Boost.TypeTraits</a>
|
||||
<a href=
|
||||
"../doc/libs/release/libs/program_options/index.html">Boost.ProgramOptions</a>.</p>
|
||||
|
||||
<h2>The C++/Tk Library</h2>
|
||||
|
||||
<p><a class="external" href="http://cpptk.sourceforge.net">The
|
||||
C++/Tk Library</a> is an open source C++ interface to the Tk
|
||||
GUI Library.</p>
|
||||
|
||||
<h2>GluCat</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://glucat.sourceforge.net/">GluCat</a> is a library of
|
||||
template classes which model the universal Clifford algebras
|
||||
over the real or complex fields, with arbitrary dimension and
|
||||
arbitrary signature.</p>
|
||||
|
||||
<h2>OpenMS</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://open-ms.sourceforge.net/main.html">OpenMS</a> is an
|
||||
open source C++ library for LC/MS data management, reduction,
|
||||
evaluation, visualization, storage and sophisticated
|
||||
statistical analyses. It can be used to develop mass
|
||||
spectrometry related applications.</p>
|
||||
|
||||
<h2>libpdf++</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://libpdfxx.sourceforge.net/doc/index.html">libpdf++</a>
|
||||
is an object-oriented library for generating PDF (portable
|
||||
document format) files. It is designed in a way that the
|
||||
objects in the document are mapped directly to classes in the
|
||||
library.</p>
|
||||
|
||||
<h2>Regina</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://regina.sourceforge.net/">Regina</a> is a suite of
|
||||
mathematical software for 3-manifold topologists. It focuses
|
||||
upon the study of 3-manifold triangulations and includes
|
||||
support for normal surfaces and angle structures.</p>
|
||||
|
||||
<h2>MetaFS</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://metafs.sourceforge.net/">MetaFS</a> is a daemon for
|
||||
Linux (and Linux only) that allows you to access information
|
||||
about your files (such as MP3 tags or JPEG's EXIF tags) easily
|
||||
and consistently using extended attributes. It also allows you
|
||||
to perform fast searches using this information. MetaFS is
|
||||
extensible, so anyone can write plug-ins to access new types of
|
||||
metadata.</p>
|
||||
|
||||
<h2>The ASN.1 Tool</h2>
|
||||
|
||||
<p>Abstract Syntax Notation One (ASN.1) is a formal language
|
||||
for abstractly describing messages to be exchanged among an
|
||||
extensive range of applications involving the Internet,
|
||||
intelligent network, cellular phones, ground-to-air
|
||||
communications, electronic commerce, secure electronic
|
||||
services, interactive television, intelligent transportation
|
||||
systems, Voice Over IP and others.</p>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://iiiasn1.sourceforge.net/main.html">The ASN.1 Tool</a>
|
||||
includes two parts : an ASN.1 compiler "asnparser" which
|
||||
compiles the Abstract Syntax to c++ files, and a runtime
|
||||
library which is used to link with the c++ files generated by
|
||||
asnparser. Based on the works of Open H.323 projects, it is
|
||||
developed for the needs of H.450 series protocol.</p>
|
||||
|
||||
<h2>DGD</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://dgd.sourceforge.net/dgd_home.html">DGD</a> (Depression
|
||||
Glass Debug) is simple, easy to use C++ ostream extension
|
||||
created with a goal to produce nice, readable and easy to
|
||||
understand trace logs</p>
|
||||
|
||||
<h2>FEAR</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://fear.sourceforge.net/">FEAR</a> is a language
|
||||
independent open-source project providing portable support for
|
||||
the creation of genuine Artificial Intelligence within
|
||||
realistic simulated worlds.</p>
|
||||
|
||||
<h2>XEngine</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://xengine.sourceforge.net/features.php">XEngine</a> is a
|
||||
platform- and rendering-API-independent 3D engine for real-time
|
||||
visualization with support for programmable graphics pipeline
|
||||
architectures and is implemented in C++.</p>
|
||||
|
||||
<h2>Spheral++</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://spheral.sourceforge.net/">Spheral++</a> is a numerical
|
||||
tool for simulating the evolution of a set of fluid or solid
|
||||
materials subject to hydrodynamic, gravitational, and radiative
|
||||
effects. Spherical++ uses <a href=
|
||||
"../doc/libs/release/libs/python/doc/index.html">Boost.Python</a>.</p>
|
||||
|
||||
<h2>C++ XML Objects</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://cppxmlobj.sourceforge.net/">C++ XML Objects</a> is a
|
||||
framework for persisting hierarchies of C++ objects to and from
|
||||
XML.</p>
|
||||
|
||||
<h2>HippoDraw</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://www.slac.stanford.edu/grp/ek/hippodraw/index.html">HippoDraw</a>
|
||||
provides a highly interactive data analysis environment.
|
||||
HippoDraw uses <a href=
|
||||
"../doc/libs/release/libs/python/doc/index.html">Boost.Python</a>.</p>
|
||||
|
||||
<h2>Orocos</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://people.mech.kuleuven.ac.be/~psoetens/orocos/doc/orocos-control-manual.html">
|
||||
The Orocos Robot Control Software Application
|
||||
Framework</a>.</p>
|
||||
|
||||
<h2>ECell</h2>
|
||||
|
||||
<p>The <a class="external" href="http://www.e-cell.org/">E-Cell
|
||||
Project</a> is an international research project aiming at
|
||||
developing necessary theoretical supports, technologies and
|
||||
software platforms to allow precise whole cell simulation.</p>
|
||||
|
||||
<h2>VCS Made Easy</h2>
|
||||
|
||||
<p><a class="external" href="http://vcsme.sourceforge.net/">VCS
|
||||
Made Easy</a>, or vcsme for short, is an utility whose main
|
||||
purpose is to simplify the maintenance of file trees managed by
|
||||
a version control system, such as the well known CVS or
|
||||
Subversion. Simply put, it automates the process of bringing
|
||||
all these directories to an up-to-date status with a single and
|
||||
simple command.</p>
|
||||
|
||||
<p><em>"The following Boost libraries were used: <a href=
|
||||
"../doc/libs/release/libs/format/index.html">Boost.Format</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SmartPointers</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/utility/index.html">Boost.Utility</a>
|
||||
and <a href=
|
||||
"../doc/libs/release/libs/filesystem/index.html">Boost.FileSystem</a>."</em></p>
|
||||
|
||||
<h2>Monotone</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://www.venge.net/monotone/">Monotone</a> is a free
|
||||
distributed version control system. It provides a simple,
|
||||
single-file transactional version store, with fully
|
||||
disconnected operation and an efficient peer-to-peer
|
||||
synchronization protocol. It understands history-sensitive
|
||||
merging, lightweight branches, integrated code review and 3rd
|
||||
party testing. It uses cryptographic version naming and
|
||||
client-side RSA certificates. It has good internationalization
|
||||
support, has no external dependencies, runs on linux, solaris,
|
||||
OSX, windows, and other unixes, and is licensed under the GNU
|
||||
GPL.</p>
|
||||
|
||||
<p><em>"The followind Boost libraries were used: <a href=
|
||||
"../doc/libs/release/libs/date_time/index.html">Boost.DateTime</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/filesystem/index.html">Boost.FileSystem</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/conversion/index.html">Boost.Conversion</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/optional/index.html">Boost.Optional</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/random/index.html">Boost.Random</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/regex/index.html">Boost.Regex</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SmartPointers</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/static_assert/index.html">Boost.StaticAssert</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/tokenizer/index.html">Boost.Tokenizer</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/tuple/index.html">Boost.Tuple</a> and
|
||||
<a href=
|
||||
"../doc/libs/release/libs/test/index.html">Boost.Test</a>."</em></p>
|
||||
|
||||
<h2>Hydranode Engine</h2>
|
||||
|
||||
<p><a class="external" href="http://hydranode.com/">Hydranode
|
||||
Engine</a> is a plugin-driven P2P client engine that relies
|
||||
heavily on Boost libraries. Hydranode codebase is licenced
|
||||
under GNU GPL, and is developed mainly by Alo Sarv. Currently
|
||||
in Beta phase, Hydranode runs on wide range of platforms,
|
||||
including Windows, Linux, BSD, Mac OS, Solaris etc.</p>
|
||||
|
||||
<p><em>"Hydranode Engine and plugins rely heavily on the
|
||||
following Boost libraries: <a href=
|
||||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/function/index.html">Boost.Function</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/lambda/index.html">Boost.Lambda</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/multi_index/index.html">Boost.MultiIndex</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/signals/index.html">Boost.Signals</a>,
|
||||
Threads, <a href=
|
||||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SmartPointers</a>,
|
||||
Format, <a href=
|
||||
"../doc/libs/release/libs/conversion/lexical_cast.htm">Boost.LexicalCast</a>.
|
||||
Other Boost libraries being used include <a href=
|
||||
"../doc/libs/release/libs/filesystem/index.html">Boost.FileSystem</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/algorithm/string/index.html">Boost.StringAlgorithms</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/date_time/index.html">Boost.DateTime</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/program_options/index.html">Boost.ProgramOptions</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/spirit/index.html">Boost.Spirit</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/random/index.html">Boost.Random</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/tokenizer/index.html">Boost.Tokenizer</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/type_traits/index.html">Boost.TypeTraits</a>,
|
||||
<a href="../../../doc/html/tribool.html">Boost.Tribool</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/tuple/index.html">Boost.Tuple</a> and
|
||||
<a href=
|
||||
"../doc/libs/release/libs/any/index.html">Boost.Any</a>. Once
|
||||
Boost 1.33 is released, I'm also looking forward to using the
|
||||
Boost Iostreams library in Hydranode.</em></p>
|
||||
|
||||
<p><em>"All complex data structures in Hydranode are
|
||||
implemented using <a href=
|
||||
"../doc/libs/release/libs/multi_index/index.html">Boost.MultiIndex</a>
|
||||
containers, which significantly reduced development time and
|
||||
kept code clean. Format is being used for all text formatting.
|
||||
Having <a href=
|
||||
"../doc/libs/release/libs/thread/index.html">Boost.Thread</a>
|
||||
and <a href=
|
||||
"../doc/libs/release/libs/filesystem/index.html">Boost.FileSystem</a>
|
||||
libraries available made cross-platform development lot easier
|
||||
in those areas."</em></p>
|
||||
|
||||
<h2>Hugin</h2>
|
||||
|
||||
<p>With <a class="external" href=
|
||||
"http://hugin.sourceforge.net/">hugin</a> you can assemble a
|
||||
mosiac of photographs into a complete immersive panorama,
|
||||
stitch any series of overlapping pictures and much more.</p>
|
||||
|
||||
<h2>Enblend</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://enblend.sourceforge.net/">Enblend</a> is a tool for
|
||||
compositing images. Given a set of images that overlap in some
|
||||
irregular way, Enblend overlays them in such a way that the
|
||||
seam between the images is invisible, or at least very
|
||||
difficult to see.</p>
|
||||
|
||||
<h2>GNU Source-highlight</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://www.gnu.org/software/src-highlite/source-highlight.html">
|
||||
GNU Source-highlight</a>, given a source file, produces a
|
||||
document with syntax highlighting. The colors and the styles
|
||||
can be specified (bold, italics, underline) by means of a
|
||||
configuration file, and some other options can be specified at
|
||||
the command line. The output format can be HTML, XHTML and ANSI
|
||||
color escape sequences. GNU Source Highlight is build around
|
||||
<a href=
|
||||
"../doc/libs/release/libs/regex/index.html">Boost.Regex</a></p>
|
||||
|
||||
<h2>Luabind</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://luabind.sourceforge.net/">Luabind</a> is a library that
|
||||
helps you create bindings between C++ and lua. It has the
|
||||
ability to expose functions and classes, written in C++, to
|
||||
lua. It will also supply the functionality to define classes in
|
||||
lua and let them derive from other lua classes or C++ classes.
|
||||
Lua classes can override virtual functions from their C++
|
||||
baseclasses. It is written towards lua 5.0, and does not work
|
||||
with lua 4.</p>
|
||||
|
||||
<h2>C++/Tcl</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://cpptcl.sourceforge.net/">C++/Tcl</a> is a library that
|
||||
allows the easy integration of C++ and Tcl.</p>
|
||||
|
||||
<h2>QuantLib</h2>
|
||||
|
||||
<p>The <a class="external" href=
|
||||
"http://quantlib.org/">QuantLib</a> project provides a
|
||||
comprehensive software framework for quantitative finance.
|
||||
QuantLib is a free/open-source library for modeling, trading,
|
||||
and risk management in real-life. Boost components used include
|
||||
<a href=
|
||||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SmartPointers</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/iterator/index.html">Boost.Iterator</a>,
|
||||
and <a href=
|
||||
"../doc/libs/release/libs/test/index.html">Boost.Test</a>.</p>
|
||||
|
||||
<h2>CBCanaylzer</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://www.biozentrum.uni-wuerzburg.de/index.php?id=524">CBCanaylzer</a>
|
||||
is developed by the Department of Bioinformatics, at the
|
||||
University of Wuerzburg.</p>
|
||||
|
||||
<p><em>"CBCAnalyzer (CBC = compensatory base change) is a tool
|
||||
to create small'' phylogenetic trees from sequence alignments.
|
||||
To measure the distance of sequences the compensatory base
|
||||
changes are detected and counted. The bionj algorithm is then
|
||||
used to construct a tree. CBCAnalyzer is available on Windows,
|
||||
Linux and partly works on MacOSX.</em></p>
|
||||
|
||||
<p><em>"Boost libraries used: <a href=
|
||||
"../doc/libs/release/libs/program_options/index.html">Boost.ProgramOptions</a>
|
||||
- creates really nice output, and is both easy to extend and
|
||||
simple to handle. <a href=
|
||||
"../doc/libs/release/libs/iterator/index.html">Boost.Iterator</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/spirit/index.html">Boost.Spirit</a> -
|
||||
Saved a lot of my time, and makes the vast amount of biological
|
||||
file formats simple to support, <a href=
|
||||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SharedPointer</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/lambda/index.html">Boost.Lambda</a>.</em></p>
|
||||
|
||||
<h2>Profdist</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://www.biozentrum.uni-wuerzburg.de/index.php?id=523">Profdist</a>
|
||||
is developed by the Department of Bioinformatics, at the
|
||||
University of Wuerzburg.</p>
|
||||
|
||||
<p><em>"Profdist is a tool for the construction of large
|
||||
phylogenetic trees based on profile distances. The input
|
||||
alignment data gets extended by random picking of rows, and a
|
||||
clustering technique is used to create profiles of the most
|
||||
frequent subtrees. The iterative approach allows working on
|
||||
large datasets. Currently the application is very limited by
|
||||
the quality of wxWidgets, and only available for Windows and
|
||||
Linux.</em></p>
|
||||
|
||||
<p><em>"The Boost librarie used were: <a href=
|
||||
"../doc/libs/release/libs/algorithm/string/index.html">Boost.StringAlgorithms</a>,
|
||||
<a href="../doc/libs/release/libs/bind/ref.html">Boost.Ref</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/iterator/index.html">Boost.Iterator</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/spirit/index.html">Boost.Spirit</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SharedPointer</a>
|
||||
and <a href=
|
||||
"../doc/libs/release/libs/lambda/index.html">Boost.Lambda</a>."</em></p>
|
||||
|
||||
<h2>The Yake Engine</h2>
|
||||
|
||||
<p><a class="external" href="http://www.yake.org/">The Yake
|
||||
Engine</a> is a component-based, object-oriented engine written
|
||||
in C++ and primarily designed for VR applications and games. It
|
||||
abstracts typical low-level and middleware APIs and provides
|
||||
various low, mid and application level functionality as well as
|
||||
tools to create and import content.</p>
|
||||
|
||||
<h2>Python-Ogre</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://python-ogre.python-hosting.com/">Python-Ogre</a> is a
|
||||
Python bindings for Ogre 3D - a scene-oriented, flexible 3D
|
||||
engine.</p>
|
||||
|
||||
<p>Python-Ogre uses <a href=
|
||||
"../doc/libs/release/libs/python/doc/index.html">Boost.Python</a>
|
||||
to expose next libraries to Python:</p>
|
||||
|
||||
<ul>
|
||||
<li>Ogre</li>
|
||||
|
||||
<li>Newton</li>
|
||||
|
||||
<li>ODE</li>
|
||||
|
||||
<li>OgreAL</li>
|
||||
|
||||
<li>CEGUI</li>
|
||||
|
||||
<li>OIS</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="sidebar">
|
||||
<!--#include virtual="/common/sidebar-common.html" -->
|
||||
<!--#include virtual="/common/sidebar-boost.html" -->
|
||||
</div>
|
||||
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
<div id="footer-left">
|
||||
<div id="revised">
|
||||
<p>Revised $Date$</p>
|
||||
</div>
|
||||
|
||||
<div id="copyright">
|
||||
<p>Copyright Rene Rivera 2007.</p>
|
||||
</div><!--#include virtual="/common/footer-license.html" -->
|
||||
</div>
|
||||
|
||||
<div id="footer-right">
|
||||
<!--#include virtual="/common/footer-banners.html" -->
|
||||
</div>
|
||||
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
692
users/uses_shrink.html
Normal file
692
users/uses_shrink.html
Normal file
@@ -0,0 +1,692 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<title>Shrink Wrapped Boost</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
|
||||
<link rel="icon" href="/favicon.ico" type="image/ico" />
|
||||
<link rel="stylesheet" type="text/css" href="/style/section-boost.css" />
|
||||
<!--[if IE]> <style type="text/css"> body { behavior: url(/style/csshover.htc); } </style> <![endif]-->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="heading">
|
||||
<!--#include virtual="/common/heading.html" -->
|
||||
</div>
|
||||
|
||||
<div id="body">
|
||||
<div id="body-inner">
|
||||
<div id="content">
|
||||
<div class="section" id="intro">
|
||||
<div class="section-0">
|
||||
<div class="section-title">
|
||||
<h1>Shrink Wrapped Boost</h1>
|
||||
</div>
|
||||
|
||||
<div class="section-body">
|
||||
<p>Boost has found it's way into many products that are
|
||||
available "off the shelf", including consumer applications from
|
||||
Adobe, through to business middleware from SAP.</p>
|
||||
|
||||
<h2>Adobe Photoshop CS2</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://www.adobe.com/products/photoshop/main.html">Adobe
|
||||
Photoshop CS2</a> uses the <a class="external" href=
|
||||
"http://opensource.adobe.com/">Adobe Software Libraries</a>,
|
||||
which in turn depend upon large parts of Boost. The <a class=
|
||||
"external" href="http://opensource.adobe.com/">Adobe Software
|
||||
Libraries</a> are being rolled out across the Adobe product
|
||||
line to provide cross platform user interface logic.</p>
|
||||
|
||||
<h2>Adobe Indesign</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://www.adobe.com/products/indesign/main.html">Adobe
|
||||
Indesign</a> offers best of breed page design: Indesign and
|
||||
it's asociated SDK depend upon Boost <a href=
|
||||
"../doc/libs/release/libs/regex/index.html">Boost.Regex</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/functional/index.html">Boost.Functional</a>
|
||||
and others.</p>
|
||||
|
||||
<h2>SAP NetWeaver</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://www.sap.com/solutions/netweaver/index.epx">SAP
|
||||
NetWeaver</a> is the technical foundation of mySAP Business
|
||||
Suite solutions, SAP xApps composite applications, partner
|
||||
solutions, and customer custom-built applications. <a href=
|
||||
"../doc/libs/release/libs/regex/index.html">Boost.Regex</a>
|
||||
provides the regular expression implementation for SAP's
|
||||
<a class="external" href=
|
||||
"https://www.sdn.sap.com/sdn/developerareas/abap.sdn?node=linkDnode6-3">
|
||||
ABAP language</a>.</p>
|
||||
|
||||
<h2>Real Networks, Rhapsody</h2>
|
||||
|
||||
<p>The <a class="external" href="http://www.real.com/">Rhapsody
|
||||
Music Service</a> allows its subscribers to legally
|
||||
download/transfer/burn over a million songs. The Rhapsody
|
||||
client software was built with many Boost libraries:</p>
|
||||
|
||||
<p><a href=
|
||||
"../doc/libs/release/libs/format/index.html">Boost.Format</a>:
|
||||
Boost.Format is top notch. Using it is a bliss.</p>
|
||||
|
||||
<p><a href=
|
||||
"../doc/libs/release/libs/functional/index.html">Boost.Functional</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/function/index.html">Boost.Function</a>,
|
||||
and <a href=
|
||||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>:
|
||||
These three libraries, along with <a href=
|
||||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SmartPointers</a>
|
||||
are the most used in our application. I could not imagine not
|
||||
having them handy.</p>
|
||||
|
||||
<p><a href=
|
||||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SmartPointers</a>:
|
||||
Hands down, the most useful, and used library of the lot!</p>
|
||||
|
||||
<p><a href=
|
||||
"../doc/libs/release/libs/date_time/index.html">Boost.DateTime</a>:
|
||||
Simple to use, effective, does the job. I love the flexible
|
||||
input string parsing facilities, and the human readable ISO
|
||||
output.</p>
|
||||
|
||||
<p><a href=
|
||||
"../doc/libs/release/libs/iterator/index.html">Boost.Iterator</a>:
|
||||
Wow. Moving legacy iterating interfaces, or interfaces that
|
||||
should of been properly designed as iterators to STL compliant
|
||||
iterators was easy and painless. The gains in functionality to
|
||||
our code made by this library are invaluable.</p>
|
||||
|
||||
<p><a href=
|
||||
"../doc/libs/release/libs/regex/index.html">Boost.Regex</a>:
|
||||
When you need it, it works magic.</p>
|
||||
|
||||
<p><a href=
|
||||
"../doc/libs/release/libs/thread/index.html">Boost.Thread</a>:
|
||||
Used to implement the monitor pattern in key areas.</p>
|
||||
|
||||
<p><a href=
|
||||
"../doc/libs/release/libs/preprocessor/index.html">Boost.Preprocessor</a>:
|
||||
Used to implement repetitive unit-test code generation. The
|
||||
codebase benefited greatly from the clarity <a href=
|
||||
"../doc/libs/release/libs/preprocessor/index.html">Boost.Preprocessor</a>
|
||||
brought.</p>
|
||||
|
||||
<h2>McAfee, Managed VirusScan 3</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://www.mcafeesecurity.com/us/products/mcafee/smb/managed_services/managed_vs_smb.htm">
|
||||
McAfee Managed VirusScan</a>, is an always on, automatic virus
|
||||
protection for desktops and servers.</p>
|
||||
|
||||
<p>More details of the Boost libraries used can be found
|
||||
<a class="external" href=
|
||||
"http://betavscan.mcafeeasap.com/beta/docs/readme/Readme.html">here</a>.</p>
|
||||
|
||||
<h2>DataSolid GmbH Germany, CADdy++ Mechanical Design (c)</h2>
|
||||
|
||||
<p><a class="external" href="http://www.DataSolid.com">CADdy++
|
||||
Mechanical Design professional (c)</a> is a fully parametric 3D
|
||||
CAD application with unbroken link between 3D models and 2D
|
||||
drawings. CADdy++ uses the Boost libraries: <a href=
|
||||
"../doc/libs/release/libs/any/index.html">Boost.Any</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/tokenizer/index.html">Boost.Tokenizer</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/signals/index.html">Boost.Signals</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/property_map/index.html">Boost.PropertyMap</a>,
|
||||
<a href="../doc/libs/release/libs/array/index.html">Array</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/utility/operators.htm">Boost.Operators</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/tuple/index.html">Boost.Tuple</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/random/index.html">Boost.Random</a>.</p>
|
||||
|
||||
<p><em>"Many thanks to all the boost developers for their great
|
||||
work and effort spending into boost."</em></p>
|
||||
|
||||
<h2>Dimension 5, Miner3D</h2>
|
||||
|
||||
<p>Data visualization technology enabling advanced data
|
||||
analysis, visualization, sonification and speech applications
|
||||
for business and science.</p>
|
||||
|
||||
<p>The <a class="external" href=
|
||||
"http://www.miner3D.com">Miner3D</a> application provides means
|
||||
for interactive visual analysis of arbitrary tabular data from
|
||||
various data sources. It has a powerful OpenGL-based
|
||||
visualization engine and an intuitive GUI. This combination
|
||||
helps a human eye guide the application of statistical tools
|
||||
and spot the patterns that might otherwise remain hidden.</p>
|
||||
|
||||
<p><em>"We are using the following boost libraries: <a href=
|
||||
"../doc/libs/release/libs/date_time/index.html">Boost.DateTime</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/variant/index.html">Boost.Variant</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/regex/index.html">Boost.Regex</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/format/index.html">Boost.Format</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/algorithm/string/index.html">Boost.StringAlgorithms</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SmartPointers</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/mpl/index.html">Boost.MPL</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/type_traits/index.html">Boost.TypeTraits</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/utility/operators.htm">Boost.Operators</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/dynamic_bitset/index.html">Boost.DynamicBitset</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/utility/enable_if.html">Boost.EnableIf</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/timer/index.html">Boost.Timer</a>."</em></p>
|
||||
|
||||
<h2>Synergy, mailIntercept</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://www.mintercept.com">mailIntercept</a> from <a class=
|
||||
"external" href="http://www.synergy.com.br">Synergy</a> is a
|
||||
mail interceptor service for Exchange Server 2000/2003.</p>
|
||||
|
||||
<p>mailIntercept intercepts and interprets the e-mails from a
|
||||
LAN using Exchange Server and converts the microsoft
|
||||
proprietary format to MIME and passes them to an SMTP filter
|
||||
and returns the emails to the Exchange Server as modified by
|
||||
the SMTP filter, converted back to the microsoft proprietary
|
||||
format and with its features preserved.</p>
|
||||
|
||||
<p>mailIntercept was built using the following Boost libraries:
|
||||
<a href=
|
||||
"../doc/libs/release/libs/mpl/index.html">Boost.MPL</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/algorithm/string/index.html">Boost.StringAlgorithms</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/spirit/phoenix/index.html">Boost.Phoenix</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/spirit/index.html">Boost.Spirit</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/ptr_container/index.html">Boost.PointerContainer</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/serialization/index.html">Boost.Serialization</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/regex/index.html">Boost.Regex</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/iterator/index.html">Boost.Iterator</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/lambda/index.html">Boost.Lambda</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/conversion/lexical_cast.htm">Boost.LexicalCast</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/utility/operators.htm">Boost.Operators</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SmartPointers</a>,
|
||||
<a href="../../../doc/html/tribool.html">Boost.Tribool</a> and
|
||||
<a href=
|
||||
"../doc/libs/release/libs/type_traits/index.html">Boost.TypeTraits</a></p>
|
||||
|
||||
<h2>Integrated Research P/L, PROGNOSIS IP Telephony Manager and
|
||||
IP Telephony Express</h2>
|
||||
|
||||
<p><a class="external" href="http://www.ir.com">PROGNOSIS</a>
|
||||
is a suite of IP telephony management software products,
|
||||
specifically designed to address the key challenges of IP
|
||||
telephony life cycle management, including network-readiness,
|
||||
assessment, pre-deployment assurance testing, and ongoing Day-2
|
||||
management of Cisco CallManager, Cisco Unity, and Cisco AVVID
|
||||
infrastructure. <em>"The Boost libraries used were: <a href=
|
||||
"../doc/libs/release/libs/any/index.html">Boost.Any</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/function/index.html">Boost.Function</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/conversion/lexical_cast.htm">Boost.LexicalCast</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/mpl/index.html">Boost.MPL</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/conversion/cast.htm#numeric_cast">Boost.NumericCast</a>,
|
||||
<a href="../doc/libs/release/libs/bind/ref.html">Boost.Ref</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/regex/index.html">Boost.Regex</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SmartPointers</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/thread/index.html">Boost.Thread</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/type_traits/index.html">Boost.TypeTraits</a>."</em></p>
|
||||
|
||||
<h2>Kinook Software, Visual Build Professional</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://www.visualbuild.com/">Visual Build Professional</a> is
|
||||
a tool that enables developers, software process engineers, and
|
||||
build specialists to create an automated, repeatable process
|
||||
for building their software. Visual Build provides built-in
|
||||
support for Microsoft Visual Studio .NET and 2005, Visual
|
||||
Basic, Visual C++, Visual J++, SourceSafe, eMbedded Tools,
|
||||
Borland Delphi, JBuilder, C++Builder, and more.</p>
|
||||
|
||||
<p>The following Boost Libraries were used: <a href=
|
||||
"../doc/libs/release/libs/any/index.html">Boost.Any</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/bind/mem_fn.html">Boost.MemFn</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/regex/index.html">Boost.Regex</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SmartPointers</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/static_assert/index.html">Boost.StaticAssert</a></p>
|
||||
|
||||
<h2>Kinook Software, Ultra Recall</h2>
|
||||
|
||||
<p><a class="external" href="http://www.ultrarecall.com/">Ultra
|
||||
Recall</a> is a personal information management (PIM) /
|
||||
knowledge management (KM) application for Microsoft Windows. It
|
||||
helps you capture, organize, and recall all of your electronic
|
||||
information across all the applications that you use.</p>
|
||||
|
||||
<p>Used the following Boost libraries: <a href=
|
||||
"../doc/libs/release/libs/format/index.html">Boost.Format</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SharedPointer</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/static_assert/index.html">Boost.StaticAssert</a></p>
|
||||
|
||||
<h2>Applied Dynamics International, ADvantageDE</h2>
|
||||
|
||||
<p><a class="external" href="http://www.adi.com">Applied
|
||||
Dynamics International (ADI)</a> provides state-of-the art
|
||||
software and hardware tools to the automotive, aerospace, and
|
||||
defense industries to design and test embedded control systems.
|
||||
ADI's tools provide advanced capabilities in real-time
|
||||
hardware-in-the-loop (HIL) simulation, rapid prototyping, and
|
||||
embedded controller software development. We have been a
|
||||
leading supplier of HIL simulation solutions since 1957.</p>
|
||||
|
||||
<p>ADvantageDE is the development environment. It allows
|
||||
simulation models to be easily connected to one another or to
|
||||
hardware components for real-time simulation. ADvantageDE
|
||||
projects can be created for execution on your PC, Unix
|
||||
workstation or on our real-time platforms.</p>
|
||||
|
||||
<p>ADvantageVI is the point of control and the graphical user
|
||||
interface for all of the run-time activities. The run-time
|
||||
architecture includes extensive features for interacting with,
|
||||
visualizing, and automating simulation and test activities.</p>
|
||||
|
||||
<p>DasCom provides access to real-time simulation data from
|
||||
most Windows applications, such as Micrsoft Excel, National
|
||||
Instruments Labview, etc.</p>
|
||||
|
||||
<p>The following Boost Libraries are used: <a href=
|
||||
"../doc/libs/release/libs/array/index.html">Array</a>, <a href=
|
||||
"../doc/libs/release/libs/assign/index.html">Boost.Assign</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/crc/index.html">Boost.CRC</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/dynamic_bitset/index.html">Boost.DynamicBitset</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/utility/enable_if.html">Boost.EnableIf</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/filesystem/index.html">Boost.FileSystem</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/function/index.html">Boost.Function</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/functional/index.html">Boost.Functional</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/iterator/index.html">Boost.Iterator</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/lambda/index.html">Boost.Lambda</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/optional/index.html">Boost.Optional</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/preprocessor/index.html">Boost.Preprocessor</a>,
|
||||
<a href="../doc/libs/release/libs/bind/ref.html">Boost.Ref</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/regex/index.html">Boost.Regex</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/serialization/index.html">Boost.Serialization</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/signals/index.html">Boost.Signals</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SmartPointers</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/static_assert/index.html">Boost.StaticAssert</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/spirit/index.html">Boost.Spirit</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/algorithm/string/index.html">Boost.StringAlgorithms</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/tokenizer/index.html">Boost.Tokenizer</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/tuple/index.html">Boost.Tuple</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/utility/index.html">Boost.Utility</a>
|
||||
and <a href=
|
||||
"../doc/libs/release/libs/variant/index.html">Boost.Variant</a></p>
|
||||
|
||||
<h2>PeerGuardian</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://methlabs.org/projects/peerguardian-2-windows/">PeerGuardian
|
||||
2</a> is Methlabs premier IP blocker for Windows. With features
|
||||
like support for multiple lists, a list editor, automatic
|
||||
updates, and blocking all of IPv4 (TCP, UDP, ICMP, etc),
|
||||
PeerGuardian 2 is the safest and easiest way to protect your
|
||||
privacy on P2P.</p>
|
||||
|
||||
<p>Boost Libraries used include <a href=
|
||||
"../doc/libs/release/libs/crc/index.html">Boost.CRC</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/integer/index.html">Boost.Integer</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/function/index.html">Boost.Function</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/functional/index.html">Boost.Functional</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SmartPointers</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/conversion/lexical_cast.htm">Boost.LexicalCast</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/algorithm/string/index.html">Boost.StringAlgorithms</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/random/index.html">Boost.Random</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/format/index.html">Boost.Format</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/utility/index.html">Boost.Utility</a>.</p>
|
||||
|
||||
<h2>DECOMSYS::DESIGNER PRO</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://www.decomsys.com/">DECOMSYS::DESIGNER PRO</a> enables
|
||||
the user to design a highly complex <a class="external" href=
|
||||
"http://www.flexray.com/">FlexRay</a> communication system,
|
||||
which is going to be the fundament for tomorrow's automotive
|
||||
electronics.</p>
|
||||
|
||||
<p><em>"Boost Libraries used: <a href=
|
||||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/dynamic_bitset/index.html">Boost.DynamicBitset</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/format/index.html">Boost.Format</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/function/index.html">Boost.Function</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/iterator/index.html">Boost.Iterator</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/mpl/index.html">Boost.MPL</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/multi_index/index.html">Boost.MultiIndex</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/utility/index.html">Boost.Utility</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/utility/operators.htm">Boost.Operators</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/preprocessor/index.html">Boost.Preprocessor</a>
|
||||
(nice for generating data for unit tests), <a href=
|
||||
"../doc/libs/release/libs/program_options/index.html">Boost.ProgramOptions</a>
|
||||
(for the unit test programs), <a href=
|
||||
"../doc/libs/release/libs/bind/ref.html">Boost.Ref</a>,
|
||||
<a href="../doc/libs/release/libs/regex/index.html">Boost.Regex</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/serialization/index.html">Boost.Serialization</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/signals/index.html">Boost.Signals</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SmartPointers</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/spirit/index.html">Boost.Spirit</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/timer/index.html">Boost.Timer</a> and
|
||||
<a href=
|
||||
"../doc/libs/release/libs/variant/index.html">Boost.Variant</a></em></p>
|
||||
|
||||
<p><em>"We are also planning to use Andreas Huber's FSM library
|
||||
and Iostreams (together with Serialize) once they are
|
||||
officially released."</em></p>
|
||||
|
||||
<h2>Wise Riddles Software, Audiomatic</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://www.WiseRiddles.com/Audiomatic">Audiomatic</a> is a
|
||||
tool used to make system-wide macros and then launch those
|
||||
macros with a voice command or keyboard shortcut at any time...
|
||||
from any Windows application. Audiomatic enables you to launch
|
||||
programs, files, or websites; simulate keystrokes; play sounds;
|
||||
speak text; or even run scripts. You can do it all with a voice
|
||||
command or keyboard shortcut! <em>"Boost libraries Used:
|
||||
<a href=
|
||||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/function/index.html">Boost.Function</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SmartPointers</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/date_time/index.html">Boost.DateTime</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/algorithm/string/index.html">Boost.StringAlgorithms</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/utility/index.html">Boost.Utility</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/regex/index.html">Boost.Regex</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/thread/index.html">Boost.Thread</a>,
|
||||
<a href="../doc/libs/release/libs/mpl/index.html">Boost.MPL</a>
|
||||
and <a href=
|
||||
"../doc/libs/release/libs/type_traits/index.html">Boost.TypeTraits</a>."</em></p>
|
||||
|
||||
<h2>SMProcess FxEngine</h2>
|
||||
|
||||
<p>The <a class="external" href=
|
||||
"http://www.smprocess.com/Bin/FxEngineSetup.exe">FxEngine</a>
|
||||
from <a class="external" href=
|
||||
"http://www.smprocess.com">SMProcess</a> is a Free Framework
|
||||
for data flow processing and the design of dynamic systems
|
||||
using plugins. The Framework provides a full control to the
|
||||
plugin architecture for applications that require custom
|
||||
solutions.</p>
|
||||
|
||||
<p>The Framework is essentially based on three boost libraries:
|
||||
<a href=
|
||||
"../doc/libs/release/libs/thread/index.html">Boost.Thread</a>:
|
||||
Used to implement each "Pin" work. <a href=
|
||||
"../doc/libs/release/libs/thread/index.html">Boost.Thread</a>
|
||||
includes everything what we were looking for a portable
|
||||
framework like mutex and condition components. <a href=
|
||||
"../doc/libs/release/libs/functional/index.html">Boost.Functional</a>
|
||||
and <a href=
|
||||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>:
|
||||
Provide a great flexibility compared to the STL. <a href=
|
||||
"../doc/libs/release/libs/timer/index.html">Boost.Timer</a>: A
|
||||
very straightforward and effective timer.</p>
|
||||
|
||||
<h2>Megahard Software Technologies Inc., Rule in Hell</h2>
|
||||
|
||||
<p><a class="external" href="http://www.ruleinhell.com">Rule in
|
||||
Hell</a> is a Massively Multiplayer Online Role Playing Game
|
||||
(still in beta).</p>
|
||||
|
||||
<p>The Boost libraries used were: <a href=
|
||||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/function/index.html">Boost.Function</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/any/index.html">Boost.Any</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/tuple/index.html">Boost.Tuple</a>,
|
||||
<a href="../doc/libs/release/libs/bind/ref.html">Boost.Ref</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SharedPointer</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/type_traits/index.html">Boost.TypeTraits</a>
|
||||
and <a href=
|
||||
"../doc/libs/release/libs/utility/index.html">Boost.Utility</a>.</p>
|
||||
|
||||
<p><em>"By far the combination of <a href=
|
||||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/function/index.html">Boost.Function</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SharedPointer</a>
|
||||
and <a href=
|
||||
"../doc/libs/release/libs/bind/ref.html">Boost.Ref</a> is what
|
||||
we use most heavily".</em></p>
|
||||
|
||||
<h2>Dr. Detlef Meyer-Eltz, TextTransformer</h2>
|
||||
|
||||
<p>The <a class="external" href=
|
||||
"http://www.texttransformer.com">TextTransformer</a> is a
|
||||
Windows IDE for the generation of top down parsers with
|
||||
included c++ interpreter code for semantic actions. Both can be
|
||||
executed or debugged immediately on single source files or on
|
||||
groups of files. Generated parsers can be exported as c++ code
|
||||
including as well the interpretable code as any arbitrary other
|
||||
code. Tokens are defined as POSIX regular expressions and rules
|
||||
are defined in a similar syntax quasi as regular expressions of
|
||||
regular expressions. The construction of parse trees and their
|
||||
traversal is supported.</p>
|
||||
|
||||
<p><em>"The TextTransformer is essentially based on the
|
||||
<a href="../doc/libs/release/libs/regex/index.html">Boost.Regex</a>,
|
||||
by which the tokens for a parser can be defined. The <a href=
|
||||
"../doc/libs/release/libs/conversion/lexical_cast.htm">Boost.LexicalCast</a>
|
||||
and the Format library are used for the integrated c++
|
||||
interpreter. For the future also an interpreter version of the
|
||||
<a href=
|
||||
"../doc/libs/release/libs/algorithm/string/index.html">Boost.StringAlgorithms</a>
|
||||
is planned. The <a href=
|
||||
"../doc/libs/release/libs/program_options/index.html">Boost.ProgramOptions</a>
|
||||
library will be used too to improve the command line version of
|
||||
the texttransformer."</em></p>
|
||||
|
||||
<h2>Redshift Software, The Thot Tool</h2>
|
||||
|
||||
<p><a class="external" href="http://thot-tool.com/">The Thot
|
||||
Tool</a> is an asset management tool for a group of game
|
||||
developers. Thot combines assets, both binary and text, with
|
||||
workflow automation into a unified whole, and was built using
|
||||
Boost <a href=
|
||||
"../doc/libs/release/libs/thread/index.html">Boost.Thread</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SmartPointers</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/regex/index.html">Boost.Regex</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/mpl/index.html">Boost.MPL</a>, and
|
||||
<a href=
|
||||
"../doc/libs/release/libs/type_traits/index.html">Boost.TypeTraits</a>.</p>
|
||||
|
||||
<h2>Paragent, Paragent Manage 2.1</h2>
|
||||
|
||||
<p><a class="external" href="http://www.paragent.com/">Paragent
|
||||
Manage</a> is a Desktop Management Application that uses a
|
||||
lightweight agent written in C++. Unlike traditional desktop
|
||||
management solutions, Paragent Manage avoids the complexity and
|
||||
cost of servers by using peer-to-peer communication between
|
||||
agents and the administrative console. This allows real-time
|
||||
inventory searching, alerting and software auditing in an
|
||||
easy-to-deploy and maintain package.</p>
|
||||
|
||||
<p><em>"We have used Boost extensively throughout our agent,
|
||||
including: <a href=
|
||||
"../doc/libs/release/libs/thread/index.html">Boost.Thread</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SharedPointer</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/spirit/index.html">Boost.Spirit</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/date_time/index.html">Boost.DateTime</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/algorithm/string/index.html">Boost.StringAlgorithms</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/multi_index/index.html">Boost.MultiIndex</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/filesystem/index.html">Boost.FileSystem</a>.</em></p>
|
||||
|
||||
<p><em>"Apart from some read_write_mutex issues we had, Boost
|
||||
has been a seamless part of our development, and has allowed us
|
||||
to develop and deploy a very complex, highly threaded
|
||||
networking agent with a built-in lisp-like xml-based scripting
|
||||
language all done in C++. Our entire development team would
|
||||
like to thank everyone for their hard work on behalf of C++
|
||||
coders everywhere."</em></p>
|
||||
|
||||
<h2>LW-WORKS Software, Clipboard Recorder</h2>
|
||||
|
||||
<p><a class="external" href=
|
||||
"http://www.lw-works.com/clipboard-recorder">Clipboard
|
||||
Recorder</a> is an application that helps users to manage their
|
||||
clipboard history and provides easy ways for users to access
|
||||
their saved clipboard data.</p>
|
||||
|
||||
<p>Libraries used: <a href=
|
||||
"../doc/libs/release/libs/smart_ptr/index.html">Boost.SmartPointers</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/serialization/index.html">Boost.Serialization</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/asio/index.html">Boost.Asio</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/algorithm/string/index.html">Boost.StringAlgorithms</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/bind/index.html">Boost.Bind</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/thread/index.html">Boost.Thread</a>,
|
||||
<a href=
|
||||
"../doc/libs/release/libs/conversion/index.html">Boost.Conversion</a>,
|
||||
Iostreams.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="sidebar">
|
||||
<!--#include virtual="/common/sidebar-common.html" -->
|
||||
<!--#include virtual="/common/sidebar-boost.html" -->
|
||||
</div>
|
||||
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
<div id="footer-left">
|
||||
<div id="revised">
|
||||
<p>Revised $Date$</p>
|
||||
</div>
|
||||
|
||||
<div id="copyright">
|
||||
<p>Copyright Rene Rivera 2007.</p>
|
||||
</div><!--#include virtual="/common/footer-license.html" -->
|
||||
</div>
|
||||
|
||||
<div id="footer-right">
|
||||
<!--#include virtual="/common/footer-banners.html" -->
|
||||
</div>
|
||||
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user