/[dtapublic]/projs/dtats/trunk/projs/2018/20180707_cgi_web_tools/active/index.php
ViewVC logotype

Annotation of /projs/dtats/trunk/projs/2018/20180707_cgi_web_tools/active/index.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 206 - (hide annotations) (download)
Sun Jul 15 19:48:41 2018 UTC (5 years, 11 months ago) by dashley
File size: 1539 byte(s)
Get htpasswd-style hash generator running.
1 dashley 169 <?php
2     require_once("style/std/stdwpstyle.inc");
3     ?>
4     <?php
5     $thispage = new StdWpStyle();
6    
7     $thispage->static_page_header_title_std("Server-Based (CGI) Calculators and Utilities",
8     "Server-Based (CGI) Calculators and Utilities",
9     "");
10     ?>
11    
12     <p align="center">
13     This page contains calculators and utilities that run on the server side (CGI).
14     </p>
15    
16     <?php
17     $thispage->static_page_hrule_std();
18     ?>
19    
20     <p>
21     <ul>
22     <li>
23 dashley 206 Microcontroller-Specific
24     <ul>
25     <li>
26     NXP
27     <ul>
28     <li>
29     MPC5748G
30     <ul>
31     <li>
32     <a href="ucspecific/nxp/mpc5748g/utestcensorshipsetsrec/">NXP MPC5748G PASS_LCSTAT.CNS-Clearing UTEST DCF Record S-Record Generation Utility</a>
33     </li>
34     </ul>
35     </li>
36     </ul>
37     </li>
38     </ul>
39     </li>
40     <li>
41 dashley 184 Number Theory
42     <ul>
43     <li>
44     <a href="num_theory/euclid_gcd/">GCD of Two Integers (Euclid's Algorithm)</a>
45     </li>
46 dashley 186 <li>
47 dashley 190 <a href="num_theory/miller_rabin/">Miller-Rabin Probable Primality Test</a>
48     </li>
49     <li>
50 dashley 186 <a href="num_theory/pfact18digit/">Prime Factorization of Integer (Sieve of Eratosthenes, 18 or Fewer Digits)</a>
51     </li>
52 dashley 184 </ul>
53     </li>
54     <li>
55 dashley 206 Password Generation
56 dashley 169 <ul>
57     <li>
58 dashley 206 <a href="passwd/htpasswd_gen/"><i>htpasswd</i>-Style Hashed Password Generator</a>
59 dashley 169 </li>
60     </ul>
61     </li>
62     </ul>
63     </p>
64    
65     <?php
66     $thispage->static_page_footer_std();
67     ?>

Properties

Name Value
svn:eol-style native
svn:keywords Header

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25