Help for this page

Select Code to Download


  1. or download this
    hello
    hello{1,2}
    ...
    $someotherstring$
    {a,b}%{1,2}
    {a,b}%%{1,2}
    
  2. or download this
    hello
    hello1
    ...
    a
    b
    b
    
  3. or download this
    amines->{CN(C),{C,c}N(H)}
    thiols->{{C,c}S}
    ...
    products->{ $nSynthons$**{$eSynthons$%$lGroups$} }
    
    $reactants$>>$products$
    
  4. or download this
    CN(C)(H).ClC(=O)C>>CN(C)C(=O)C
    CN(C)(H).ClC(=O)c>>CN(C)C(=O)c
    ...
    cS(=O)(=O)N(H)(H).BrC(=O)c>>cS(=O)(=O)N(H)C(=O)c
    cS(=O)(=O)N(H)(H).IC(=O)C>>cS(=O)(=O)N(H)C(=O)C
    cS(=O)(=O)N(H)(H).IC(=O)c>>cS(=O)(=O)N(H)C(=O)c
    
  5. or download this
    #!/usr/bin/perl
    
    ...
    Parse::RecDescent->Precompile($grammar, 'Grammar')
       or die("Bad grammar\n");
    
  6. or download this
    #!/usr/bin/perl
    
    ...
    }
    
    exit;