/[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 190 - (hide annotations) (download)
Sat Jul 14 01:30:36 2018 UTC (5 years, 11 months ago) by dashley
File size: 1360 byte(s)
Get Miller-Rabin page working.
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 184 Number Theory
24     <ul>
25     <li>
26     <a href="num_theory/euclid_gcd/">GCD of Two Integers (Euclid's Algorithm)</a>
27     </li>
28 dashley 186 <li>
29 dashley 190 <a href="num_theory/miller_rabin/">Miller-Rabin Probable Primality Test</a>
30     </li>
31     <li>
32 dashley 186 <a href="num_theory/pfact18digit/">Prime Factorization of Integer (Sieve of Eratosthenes, 18 or Fewer Digits)</a>
33     </li>
34 dashley 184 </ul>
35     </li>
36     <li>
37 dashley 169 Microcontroller-Specific
38     <ul>
39     <li>
40     NXP
41     <ul>
42     <li>
43     MPC5748G
44     <ul>
45     <li>
46     <a href="ucspecific/nxp/mpc5748g/utestcensorshipsetsrec/">NXP MPC5748G PASS_LCSTAT.CNS-Clearing UTEST DCF Record S-Record Generation Utility</a>
47     </li>
48     </ul>
49     </li>
50     </ul>
51     </li>
52     </ul>
53     </li>
54     </ul>
55     </p>
56    
57     <?php
58     $thispage->static_page_footer_std();
59     ?>

Properties

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

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25