summaryrefslogtreecommitdiff
path: root/doc/html/who_s_using_boost_/shrink.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/who_s_using_boost_/shrink.html')
-rw-r--r--doc/html/who_s_using_boost_/shrink.html419
1 files changed, 419 insertions, 0 deletions
diff --git a/doc/html/who_s_using_boost_/shrink.html b/doc/html/who_s_using_boost_/shrink.html
new file mode 100644
index 0000000000..6fc3f2d015
--- /dev/null
+++ b/doc/html/who_s_using_boost_/shrink.html
@@ -0,0 +1,419 @@
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
+<title> Shrink Wrapped Boost</title>
+<link rel="stylesheet" href="../boostbook.css" type="text/css">
+<meta name="generator" content="DocBook XSL Stylesheets V1.68.1">
+<link rel="start" href="../index.html" title="The Boost C++ Libraries">
+<link rel="up" href="../who_s_using_boost_.html" title="Who's Using Boost?">
+<link rel="prev" href="../who_s_using_boost_.html" title="Who's Using Boost?">
+<link rel="next" href="open.html" title=" Open Source Boost">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
+<table cellpadding="2" width="100%">
+<td valign="top"><img alt="boost.png (6897 bytes)" width="277" height="86" src="../../../boost.png"></td>
+<td align="center"><a href="../../../index.htm">Home</a></td>
+<td align="center"><a href="../../../libs/libraries.htm">Libraries</a></td>
+<td align="center"><a href="../../../people/people.htm">People</a></td>
+<td align="center"><a href="../../../more/faq.htm">FAQ</a></td>
+<td align="center"><a href="../../../more/index.htm">More</a></td>
+</table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../who_s_using_boost_.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../who_s_using_boost_.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="open.html"><img src="../images/next.png" alt="Next"></a>
+</div>
+<div class="section" lang="en">
+<div class="titlepage"><div><div><h2 class="title" style="clear: both">
+<a name="who_s_using_boost_.shrink"></a> Shrink Wrapped Boost</h2></div></div></div>
+<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>
+<div class="informaltable"><table class="table">
+<colgroup><col></colgroup>
+<tbody><tr><td class="blurb">
+<span class="bold"><strong>Adobe Photoshop CS2</strong></span><br><br><a href="http://www.adobe.com/products/photoshop/main.html" target="_top">Adobe Photoshop CS2</a>
+uses the
+<a href="http://opensource.adobe.com/" target="_top">Adobe Software Libraries</a>, which in
+turn depend upon large parts of Boost. The <a href="http://opensource.adobe.com/" target="_top">Adobe Software Libraries</a> are being rolled
+out across the Adobe product line to provide cross platform user interface logic.
+</td></tr></tbody>
+</table></div>
+<div class="informaltable"><table class="table">
+<colgroup><col></colgroup>
+<tbody><tr><td class="blurb">
+<span class="bold"><strong>Adobe Indesign</strong></span><br><br><a href="http://www.adobe.com/products/indesign/main.html" target="_top">Adobe Indesign</a> offers
+best of breed page design:
+Indesign and it's asociated SDK depend upon Boost
+<a href="../../../libs/regex/index.html" target="_top">regex</a>,
+<a href="../../../libs/functional/index.html" target="_top">functional</a> and others.
+</td></tr></tbody>
+</table></div>
+<div class="informaltable"><table class="table">
+<colgroup><col></colgroup>
+<tbody><tr><td class="blurb">
+<span class="bold"><strong>SAP NetWeaver</strong></span><br><br><a href="http://www.sap.com/solutions/netweaver/index.epx" target="_top">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="../../../libs/regex/index.html" target="_top">Boost.Regex</a>
+provides the regular expression
+implementation for SAP's
+<a href="https://www.sdn.sap.com/sdn/developerareas/abap.sdn?node=linkDnode6-3" target="_top">ABAP language</a>.</td></tr></tbody>
+</table></div>
+<div class="informaltable"><table class="table">
+<colgroup><col></colgroup>
+<tbody><tr><td class="blurb">
+<span class="bold"><strong>Real Networks, Rhapsody</strong></span><br><br>
+
+The <a href="http://www.real.com/" target="_top">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.<br><br><span class="emphasis"><em>"<a href="../../../libs/format/index.html" target="_top">boost.format</a>: Boost.Format is top notch. Using it is a bliss.<br><a href="../../../libs/functional/index.html" target="_top">boost.functional</a>,
+<a href="../../../libs/function/index.html" target="_top">boost.function</a>, and <a href="../../../libs/bind/index.html" target="_top">boost.bind</a>: These three libraries,
+along with smart pointer are the most used in our application. I could not imagine
+not having them handy.<br><a href="../../../libs/smart_ptr/index.html" target="_top">boost.smart_ptr</a>: Hands down, the most useful, and used library of the lot!<br><a href="../../../libs/date_time/index.html" target="_top">boost.date_time</a>: Simple to use, effective, does the job. I love the
+flexible input string parsing facilities, and the
+human readable ISO output.<br><a href="../../../libs/iterator/index.html" target="_top">boost.iterators</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.<br><a href="../../../libs/regex/index.html" target="_top">boost.regex</a>: When you need it, it works magic.<br><a href="../../../libs/thread/index.html" target="_top">boost.thread</a>: Used to implement the monitor pattern in key areas.<br><a href="../../../libs/preprocessor/index.html" target="_top">boost.preprocessor</a>: Used to implement repetitive unit-test
+code generation. The codebase benefited
+greatly from the clarity boost.preprocessor
+brought."</em></span>
+</td></tr></tbody>
+</table></div>
+<div class="informaltable"><table class="table">
+<colgroup><col></colgroup>
+<tbody><tr><td class="blurb">
+<span class="bold"><strong>McAfee, Managed VirusScan 3</strong></span><br><br><a href="http://www.mcafeesecurity.com/us/products/mcafee/smb/managed_services/managed_vs_smb.htm" target="_top">McAfee Managed VirusScan</a>,
+is an always on, automatic virus protection for desktops
+and servers.<br><br>
+ More details of the Boost libraries used can be found
+<a href="http://betavscan.mcafeeasap.com/beta/docs/readme/Readme.html" target="_top">here</a>.</td></tr></tbody>
+</table></div>
+<div class="informaltable"><table class="table">
+<colgroup><col></colgroup>
+<tbody><tr><td class="blurb">
+<span class="bold"><strong>DataSolid GmbH Germany, CADdy++ Mechanical Design (c)</strong></span><br><br><a href="http://www.DataSolid.com" target="_top">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="../../../libs/any/index.html" target="_top">any</a>,
+<a href="../../../libs/tokenizer/index.html" target="_top">tokenizer</a>,
+<a href="../../../libs/signals/index.html" target="_top">signals</a>,
+<a href="../../../libs/property_map/index.html" target="_top">property_map</a>,
+<a href="../../../libs/array/index.html" target="_top">array</a>,
+<a href="../../../libs/bind/index.html" target="_top">bind</a>,
+<a href="../../../libs/utility/operators.htm" target="_top">operators</a>,
+<a href="../../../libs/tuple/index.html" target="_top">tuple</a>,
+<a href="../../../libs/random/index.html" target="_top">random</a>.<br><br><span class="emphasis"><em>"Many thanks to all the boost developers for their great work and effort
+spending into boost."</em></span>
+</td></tr></tbody>
+</table></div>
+<div class="informaltable"><table class="table">
+<colgroup><col></colgroup>
+<tbody><tr><td class="blurb">
+<span class="bold"><strong>Dimesion 5, Miner3D</strong></span><br><br>
+
+ Data visualization technology enabling advanced data analysis,
+ visualization, sonification and speech applications for business and science.<br>
+
+ The <a href="http://www.miner3D.com" target="_top">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.
+<span class="emphasis"><em>"We are using following boost libraries:
+<a href="../../../libs/date_time/index.html" target="_top">Boost.Date Time</a>,
+<a href="../../../libs/variant/index.html" target="_top">Boost.Variant</a>,
+<a href="../../../libs/regex/index.html" target="_top">Boost.Regex</a>,
+<a href="../../../libs/format/index.html" target="_top">Boost.Format</a>,
+<a href="../../../libs/algorithm/string/index.html" target="_top">Boost.String Algoritms</a>,
+<a href="../../../libs/smart_ptr/index.html" target="_top">Boost.Smart Pointers</a>,
+<a href="../../../libs/mpl/index.html" target="_top">Boost.MPL</a>,
+<a href="../../../libs/type_traits/index.html" target="_top">Boost.Type Traits</a>,
+<a href="../../../libs/utility/operators.htm" target="_top">Boost.Operators</a>,
+<a href="../../../libs/dynamic_bitset/index.html" target="_top">Boost.Dynamic Bitset</a>,
+<a href="../../../libs/utility/enable_if.html" target="_top">Boost.EnableIf</a>,
+<a href="../../../libs/timer/index.html" target="_top">Boost.Timer</a>."</em></span>
+</td></tr></tbody>
+</table></div>
+<div class="informaltable"><table class="table">
+<colgroup><col></colgroup>
+<tbody><tr><td class="blurb">
+<span class="bold"><strong>Synergy, mailIntercept</strong></span><br><br><a href="http://www.mintercept.com" target="_top">mailIntercept</a> from <a href="http://www.synergy.com.br" target="_top">Synergy</a>
+is a mail interceptor service for Exchange Server 2000/2003.<br>
+
+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.<br><br>
+
+mailIntercept was built using
+<a href="../../../libs/mpl/index.html" target="_top">boost.mpl</a>,
+<a href="../../../libs/algorithm/string/index.html" target="_top">boost.string_algo</a>,
+<a href="../../../libs/bind/index.html" target="_top">boost.bind</a>,
+<a href="../../../libs/spirit/phoenix/index.html" target="_top">boost.phoenix</a>,
+<a href="../../../libs/spirit/index.html" target="_top">boost.spirit</a>,
+<a href="../../../libs/ptr_container/index.html" target="_top">boost.ptr_container</a>,
+<a href="../../../libs/serialization/index.html" target="_top">boost.serialization</a>,
+<a href="../../../libs/regex/index.html" target="_top">boost.regex</a>,
+<a href="../../../libs/iterator/index.html" target="_top">boost.iterators</a>,
+<a href="../../../libs/lambda/index.html" target="_top">boost.lambda</a>,
+<a href="../../../libs/conversion/lexical_cast.htm" target="_top">boost.lexical_cast</a>,
+<a href="../../../libs/utility/operators.htm" target="_top">boost.operators</a>,
+<a href="../../../libs/smart_ptr/index.html" target="_top">boost.smart_ptr</a>,
+<a href="../../../doc/html/tribool.html" target="_top">boost.tribool</a> and
+<a href="../../../libs/type_traits/index.html" target="_top">boost.type_traits</a>
+</td></tr></tbody>
+</table></div>
+<div class="informaltable"><table class="table">
+<colgroup><col></colgroup>
+<tbody><tr><td class="blurb">
+<span class="bold"><strong>Integrated Research P/L, PROGNOSIS IP Telephony Manager and IP Telephony Express</strong></span><br><br><a href="http://www.ir.com" target="_top">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.
+<span class="emphasis"><em>"The Boost libraries used were:
+<a href="../../../libs/any/index.html" target="_top">boost.any</a>,
+ <a href="../../../libs/bind/index.html" target="_top">boost.bind</a>,
+ <a href="../../../libs/function/index.html" target="_top">boost.function</a>,
+ <a href="../../../libs/conversion/lexical_cast.htm" target="_top">boost.lexical_cast</a>,
+ <a href="../../../libs/mpl/index.html" target="_top">boost.mpl</a>,
+ <a href="../../../libs/conversion/cast.htm#numeric_cast" target="_top">boost.numeric_cast</a>,
+ <a href="../../../libs/bind/ref.html" target="_top">boost.ref</a>,
+ <a href="../../../libs/regex/index.html" target="_top">boost.regex</a>,
+ <a href="../../../libs/smart_ptr/index.html" target="_top">boost.smart_ptr</a>,
+ <a href="../../../libs/thread/index.html" target="_top">boost.thread</a>,
+ <a href="../../../libs/type_traits/index.html" target="_top">boost.type_traits</a>."</em></span>
+</td></tr></tbody>
+</table></div>
+<div class="informaltable"><table class="table">
+<colgroup><col></colgroup>
+<tbody><tr><td class="blurb">
+<span class="bold"><strong>Kinook Software, Visual Build Professional</strong></span><br><br><a href="http://www.visualbuild.com/" target="_top">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.<br><br>
+
+The following Boost Libraries were used:
+<a href="../../../libs/any/index.html" target="_top">any</a>,
+<a href="../../../libs/bind/mem_fn.html" target="_top">mem_fn</a>,
+<a href="../../../libs/regex/index.html" target="_top">regex</a>,
+<a href="../../../libs/smart_ptr/index.html" target="_top">smart_ptr</a>,
+<a href="../../../libs/static_assert/index.html" target="_top">static_assert</a>
+</td></tr></tbody>
+</table></div>
+<div class="informaltable"><table class="table">
+<colgroup><col></colgroup>
+<tbody><tr><td class="blurb">
+<span class="bold"><strong>Kinook Software, Ultra Recall</strong></span><br><br><a href="http://www.ultrarecall.com/" target="_top">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.<br><br>
+
+Used the following Boost libraries:
+<a href="../../../libs/format/index.html" target="_top">format</a>,
+<a href="../../../libs/smart_ptr/index.html" target="_top">shared_ptr</a>,
+<a href="../../../libs/static_assert/index.html" target="_top">static_assert</a>
+</td></tr></tbody>
+</table></div>
+<div class="informaltable"><table class="table">
+<colgroup><col></colgroup>
+<tbody><tr><td class="blurb">
+<span class="bold"><strong>Applied Dynamics International, ADvantageDE</strong></span><br><br><a href="http://www.adi.com" target="_top">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.<br><br>
+
+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.<br><br>
+
+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.<br><br>
+
+DasCom provides access to real-time simulation data from most Windows
+applications, such as Micrsoft Excel, National Instruments Labview, etc.<br><br>
+
+The following Boost Libraries are used:
+<a href="../../../libs/array/index.html" target="_top">array</a>,
+<a href="../../../libs/assign/index.html" target="_top">assign</a>,
+<a href="../../../libs/bind/index.html" target="_top">bind</a>,
+<a href="../../../libs/crc/index.html" target="_top">crc</a>,
+<a href="../../../libs/dynamic_bitset/index.html" target="_top">dynamic_bitset</a>,
+<a href="../../../libs/utility/enable_if.html" target="_top">enable_if</a>,
+<a href="../../../libs/filesystem/index.html" target="_top">file_system</a>,
+<a href="../../../libs/function/index.html" target="_top">function</a>,
+<a href="../../../libs/functional/index.html" target="_top">functional</a>,
+<a href="../../../libs/iterator/index.html" target="_top">iterators</a>,
+<a href="../../../libs/lambda/index.html" target="_top">lambda</a>,
+<a href="../../../libs/optional/index.html" target="_top">optional</a>,
+<a href="../../../libs/preprocessor/index.html" target="_top">preprocessor</a>,
+<a href="../../../libs/bind/ref.html" target="_top">ref</a>,
+<a href="../../../libs/regex/index.html" target="_top">regex</a>,
+<a href="../../../libs/serialization/index.html" target="_top">serialization</a>,
+<a href="../../../libs/signals/index.html" target="_top">signals</a>,
+<a href="../../../libs/smart_ptr/index.html" target="_top">smart_ptr</a>,
+<a href="../../../libs/static_assert/index.html" target="_top">static_assert</a>,
+<a href="../../../libs/spirit/index.html" target="_top">spirit</a>,
+<a href="../../../libs/algorithm/string/index.html" target="_top">string_algo</a>,
+<a href="../../../libs/tokenizer/index.html" target="_top">tokenizer</a><a href="../../../libs/tuple/index.html" target="_top">tuple</a>,
+<a href="../../../libs/utility/index.html" target="_top">utility(noncopyable)</a> and
+<a href="../../../libs/variant/index.html" target="_top">variant</a>
+</td></tr></tbody>
+</table></div>
+<div class="informaltable"><table class="table">
+<colgroup><col></colgroup>
+<tbody><tr><td class="blurb">
+<span class="bold"><strong>PeerGuardian</strong></span><br><br><a href="http://methlabs.org/projects/peerguardian-2-windows/" target="_top">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.<br><br>
+
+Boost Libraries used include
+<a href="../../../libs/crc/index.html" target="_top">crc</a>,
+<a href="../../../libs/bind/index.html" target="_top">bind</a>,
+<a href="../../../libs/integer/index.html" target="_top">integer</a>,
+<a href="../../../libs/function/index.html" target="_top">function</a>,
+<a href="../../../libs/functional/index.html" target="_top">functional</a>,
+<a href="../../../libs/smart_ptr/index.html" target="_top">smart pointers</a>,
+<a href="../../../libs/conversion/lexical_cast.htm" target="_top">lexical cast</a>,
+<a href="../../../doc/html/string_algo.html" target="_top">string algorithms</a>,
+<a href="../../../libs/random/index.html" target="_top">random</a>,
+<a href="../../../libs/format/index.html" target="_top">format</a>,
+<a href="../../../libs/utility/index.html" target="_top">utility</a>.</td></tr></tbody>
+</table></div>
+<div class="informaltable"><table class="table">
+<colgroup><col></colgroup>
+<tbody><tr><td class="blurb">
+<span class="bold"><strong>DECOMSYS::DESIGNER PRO</strong></span><br><br><a href="http://www.decomsys.com/" target="_top">DECOMSYS::DESIGNER PRO</a> enables the user to design
+a highly complex <a href="http://www.flexray.com/" target="_top">FlexRay</a> communication
+system, which is going to be the fundament for tomorrow's
+automotive electronics.<br><br><span class="emphasis"><em>"Boost Libraries used:
+<a href="../../../libs/bind/index.html" target="_top">bind</a>,
+<a href="../../../libs/dynamic_bitset/index.html" target="_top">dynamic_bitset</a>,
+<a href="../../../libs/format/index.html" target="_top">format</a>,
+<a href="../../../libs/function/index.html" target="_top">function</a>,
+<a href="../../../libs/iterator/index.html" target="_top">iterators</a>,
+<a href="../../../libs/mpl/index.html" target="_top">mpl</a>,
+<a href="../../../libs/multi_index/index.html" target="_top">multi_index</a>,
+<a href="../../../libs/utility/utility.htm#Class_noncopyable" target="_top">noncopyable</a>,
+<a href="../../../libs/utility/operators.htm" target="_top">operators</a>,
+<a href="../../../libs/preprocessor/index.html" target="_top">preprocessor (nice for generating data for unit tests)</a>,
+<a href="../../../libs/program_options/index.html" target="_top">program_options (for the unit test programs)</a>,
+<a href="../../../libs/bind/ref.html" target="_top">ref</a>,
+<a href="../../../libs/regex/index.html" target="_top">regex</a>,
+<a href="../../../libs/serialization/index.html" target="_top">serialization</a>,
+<a href="../../../libs/signals/index.html" target="_top">signals</a>,
+<a href="../../../libs/smart_ptr/index.html" target="_top">smart_ptr</a>,
+<a href="../../../libs/spirit/index.html" target="_top">spirit</a>,
+<a href="../../../libs/timer/index.html" target="_top">timer</a> and
+<a href="../../../libs/variant/index.html" target="_top">variant</a><br><br>
+
+We are also planning to use Andreas Huber's fsm library and iostreams
+(together with boost.serialize) once
+they are officially released."</em></span>
+</td></tr></tbody>
+</table></div>
+<div class="informaltable"><table class="table">
+<colgroup><col></colgroup>
+<tbody><tr><td class="blurb">
+<span class="bold"><strong>Wise Riddles Software, Audiomatic</strong></span><br><br><a href="http://www.WiseRiddles.com/Audiomatic" target="_top">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!
+<span class="emphasis"><em>"Libraries Used:
+<a href="../../../libs/bind/index.html" target="_top">bind</a>,
+<a href="../../../libs/function/index.html" target="_top">function</a>,
+<a href="../../../libs/smart_ptr/index.html" target="_top">smart pointers</a>,
+<a href="../../../libs/date_time/index.html" target="_top">date/time</a>,
+<a href="../../../libs/algorithm/string/index.html" target="_top">string</a>,
+<a href="../../../libs/utility/index.html" target="_top">utility (noncopyable, ref)</a>,
+<a href="../../../libs/regex/index.html" target="_top">regex</a>,
+<a href="../../../libs/thread/index.html" target="_top">thread</a>,
+<a href="../../../libs/mpl/index.html" target="_top">mpl</a> and
+<a href="../../../libs/type_traits/index.html" target="_top">type traits</a>."</em></span>
+</td></tr></tbody>
+</table></div>
+<div class="informaltable"><table class="table">
+<colgroup><col></colgroup>
+<tbody><tr><td class="blurb">
+<span class="bold"><strong>Megahard Software Technologies Inc., Rule in Hell</strong></span><br><br><a href="http://www.ruleinhell.com" target="_top">Rule in Hell</a> is a
+Massively Multiplayer Online Role Playing Game (still in beta).<br><br>
+
+The Boost libs used were:
+<a href="../../../libs/bind/index.html" target="_top">bind</a>,
+<a href="../../../libs/function/index.html" target="_top">function</a>,
+<a href="../../../libs/any/index.html" target="_top">any</a>,
+<a href="../../../libs/tuple/index.html" target="_top">tuples</a>,
+<a href="../../../libs/bind/ref.html" target="_top">ref</a>,
+<a href="../../../libs/smart_ptr/index.html" target="_top">shared_ptr</a>,
+<a href="../../../libs/type_traits/index.html" target="_top">type_traits</a> and
+<a href="../../../libs/utility/utility.htm#Class_noncopyable" target="_top">noncopyable</a>.<br><br><span class="emphasis"><em>"By far the combination of bind, function, shared_ptr and ref is what we use
+most heavily".</em></span>
+</td></tr></tbody>
+</table></div>
+<div class="informaltable"><table class="table">
+<colgroup><col></colgroup>
+<tbody><tr><td class="blurb">
+<span class="bold"><strong>Dr. Detlef Meyer-Eltz, TextTransformer</strong></span><br><br>
+
+The <a href="http://www.texttransformer.com" target="_top">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.<br><br><span class="emphasis"><em>"The TextTransformer is essentially based on the boost regex library,
+by which the tokens for a parser can be defined. The lexical_cast and
+the format library are used for the integrated c++ interpreter. For
+the future also an interpreter version of the string_algo part is
+planned. The program_options library will be used too to improve the
+command line version of the texttransformer."</em></span>
+</td></tr></tbody>
+</table></div>
+<div class="informaltable"><table class="table">
+<colgroup><col></colgroup>
+<tbody><tr><td class="blurb">
+<span class="bold"><strong>Redshift Software, The Thot Tool</strong></span><br><br><a href="http://thot-tool.com/" target="_top">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="../../../libs/thread/index.html" target="_top">threads</a>,
+<a href="../../../libs/smart_ptr/index.html" target="_top">smart_ptr</a>,
+<a href="../../../libs/regex/index.html" target="_top">regex</a>,
+<a href="../../../libs/mpl/index.html" target="_top">mpl</a>,
+and <a href="../../../libs/type_traits/index.html" target="_top">type_traits</a>.
+</td></tr></tbody>
+</table></div>
+</div>
+<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
+<td align="left"></td>
+<td align="right"><small>Copyright © 2005 Various Authors</small></td>
+</tr></table>
+<hr>
+<div class="spirit-nav">
+<a accesskey="p" href="../who_s_using_boost_.html"><img src="../images/prev.png" alt="Prev"></a><a accesskey="u" href="../who_s_using_boost_.html"><img src="../images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../images/home.png" alt="Home"></a><a accesskey="n" href="open.html"><img src="../images/next.png" alt="Next"></a>
+</div>
+</body>
+</html>