File: contacts.html

package info (click to toggle)
boost 1.32.0-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 93,952 kB
  • ctags: 128,458
  • sloc: cpp: 492,477; xml: 52,125; python: 13,519; ansic: 13,013; sh: 1,773; yacc: 853; makefile: 526; perl: 418; lex: 110; csh: 6
file content (87 lines) | stat: -rw-r--r-- 6,000 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
   <head>
      <title>Boost.Regex: Contacts</title>
      <meta name="generator" content="HTML Tidy, see www.w3.org">
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
      <link rel="stylesheet" type="text/css" href="../../../boost.css">
   </head>
   <body>
      <p></p>
      <table id="Table1" cellspacing="1" cellpadding="1" width="100%" border="0">
         <tr>
            <td valign="top" width="300">
               <h3><a href="../../../index.htm"><IMG height="86" alt="C++ Boost" src="../../../boost.png" width="277" border="0"></a></h3>
            </td>
            <td width="353">
               <h1 align="center">Boost.Regex</h1>
               <h2 align="center">Contacts and Acknowledgements</h2>
            </td>
            <td width="50">
               <h3><a href="index.html"><IMG height="45" alt="Boost.Regex Index" src="uarrow.gif" width="43" border="0"></a></h3>
            </td>
         </tr>
      </table>
      <BR>
      <BR>
      <HR>
      <P>The author can be contacted at john@johnmaddock.co.uk;&nbsp;the home page for 
         this library is at <A href="http://www.boost.org">www.boost.org</A>.</P>
      <P>I am indebted to <A href="http://www.cs.princeton.edu/~rs/">Robert Sedgewick's 
            "Algorithms in C++" </A>for forcing me to think about algorithms and their 
         performance, and to the folks at <A href="http://www.boost.org">boost</A> for 
         forcing me to <I>think</I>, period.</P>
      <P><A href="http://www.boost-consulting.com">Eric Niebler</A>, author of the <A href="http://research.microsoft.com/projects/greta">
            GRETA regular expression component</A>, has shared several important ideas, 
         in a series of long discussions.</P>
      <P>Pete Becker, of <A href="http://www.dinkumware.com/">Dinkumware Ltd</A>, has 
         helped enormously with the standardisation proposal language.</P>
      <P>The following people have all contributed useful comments or fixes: Dave 
         Abrahams, Mike Allison, Edan Ayal, Jayashree Balasubramanian, Jan Blsche, 
         Beman Dawes, Paul Baxter, David Bergman, David Dennerline, Edward Diener, Peter 
         Dimov, Robert Dunn, Fabio Forno, Tobias Gabrielsson, Rob Gillen, Marc Gregoire, 
         Chris Hecker, Nick Hodapp, Jesse Jones, Martin Jost, Boris Krasnovskiy, Jan 
         Hermelink, Max Leung, Wei-hao Lin, Jens Maurer, Richard Peters, Heiko Schmidt, 
         Jason Shirk, Gerald Slacik, Scobie Smith, Mike Smyth, Alexander Sokolovsky, 
         Herv Poirier, Michael Raykh, Marc Recht, Scott VanCamp, Bruno Voigt, Alexey 
         Voinov, Jerry Waldorf, Rob Ward, Lealon Watts, John Wismar, Thomas Witt and 
         Yuval Yosef. I am also grateful to the manuals supplied with the Henry Spencer, 
         Perl and GNU regular expression libraries - wherever possible I have tried to 
         maintain compatibility with these libraries and with the POSIX standard - the 
         code however is entirely my own, including any bugs! I can absolutely guarantee 
         that I will not fix any bugs I don't know about, so if you have any comments or 
         spot any bugs, please get in touch.</P>
      <P>Useful further information can be found at:</P>
      <P>Short&nbsp;tutorials on regular expressions can be <A href="http://etext.lib.virginia.edu/helpsheets/regex.html">
            found here</A> and&nbsp;<A href="http://www.devshed.com/Server_Side/Administration/RegExp/page1.html">here</A>.</P>
      <P>The main book on regular expressions is <A href="http://www.oreilly.com/catalog/regex/">
            Mastering Regular Expressions, published by O'Reilly</A>.</P>
      <P>Information on the <A href="http://anubis.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1429.htm">
            Boost.regex standardization proposal</A>, along with other <A href="http://anubis.dkuug.dk/jtc1/sc22/wg21/docs/papers/2003/n1475.html">
            standard library extension proposals</A> can be found on the <A href="http://anubis.dkuug.dk/jtc1/sc22/wg21/">
            C++ Committees web pages</A>.</P>
      <P>The<a href="http://www.opengroup.org/onlinepubs/7908799/toc.htm">Open Unix 
            Specification</a> contains a wealth of useful material, including the 
         regular expression syntax, and specifications for <a href="http://www.opengroup.org/onlinepubs/7908799/xsh/regex.h.html">
            &lt;regex.h&gt;</a> and <a href="http://www.opengroup.org/onlinepubs/7908799/xsh/nl_types.h.html">
            &lt;nl_types.h&gt;</a>.</P>
      <p>The <a href="http://www.cs.ucr.edu/~stelo/pattern.html">Pattern Matching Pointers</a>
         site is a "must visit" resource for anyone interested in pattern matching.</p>
      <p><a href="http://glimpse.cs.arizona.edu/">Glimpse and Agrep</a>, use a 
         simplified regular expression syntax to achieve faster search times.</p>
      <p><a href="http://glimpse.cs.arizona.edu/udi.html">Udi Manber</a> and <a href="http://www.dcc.uchile.cl/~rbaeza/">
            Ricardo Baeza-Yates</a> both have a selection of useful pattern matching 
         papers available from their respective web sites.</p>
      <p></p>
      <hr>
      <p>Revised 
         <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan --> 
         24 Oct 2003 
         <!--webbot bot="Timestamp" endspan i-checksum="39359" --></p>
      <p><i> Copyright John Maddock&nbsp;1998- 
            <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%Y" startspan -->  2003<!--webbot bot="Timestamp" endspan i-checksum="39359" --></i></p>
      <P><I>Use, modification and distribution are subject to the Boost Software License, 
            Version 1.0. (See accompanying file <A href="../../../LICENSE_1_0.txt">LICENSE_1_0.txt</A>
            or copy at <A href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</A>)</I></P>
   </body>
</html>