1 |
<?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 |
Number Theory |
24 |
<ul> |
25 |
<li> |
26 |
<a href="num_theory/euclid_gcd/">GCD of Two Integers (Euclid's Algorithm)</a> |
27 |
</li> |
28 |
<li> |
29 |
<a href="num_theory/pfact18digit/">Prime Factorization of Integer (Sieve of Eratosthenes, 18 or Fewer Digits)</a> |
30 |
</li> |
31 |
</ul> |
32 |
</li> |
33 |
<li> |
34 |
Microcontroller-Specific |
35 |
<ul> |
36 |
<li> |
37 |
NXP |
38 |
<ul> |
39 |
<li> |
40 |
MPC5748G |
41 |
<ul> |
42 |
<li> |
43 |
<a href="ucspecific/nxp/mpc5748g/utestcensorshipsetsrec/">NXP MPC5748G PASS_LCSTAT.CNS-Clearing UTEST DCF Record S-Record Generation Utility</a> |
44 |
</li> |
45 |
</ul> |
46 |
</li> |
47 |
</ul> |
48 |
</li> |
49 |
</ul> |
50 |
</li> |
51 |
</ul> |
52 |
</p> |
53 |
|
54 |
<?php |
55 |
$thispage->static_page_footer_std(); |
56 |
?> |