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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 184 - (show annotations) (download)
Wed Jul 11 01:06:13 2018 UTC (5 years, 11 months ago) by dashley
File size: 1112 byte(s)
Add page for Euclid's GCD algorithm.
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 </ul>
29 </li>
30 <li>
31 Microcontroller-Specific
32 <ul>
33 <li>
34 NXP
35 <ul>
36 <li>
37 MPC5748G
38 <ul>
39 <li>
40 <a href="ucspecific/nxp/mpc5748g/utestcensorshipsetsrec/">NXP MPC5748G PASS_LCSTAT.CNS-Clearing UTEST DCF Record S-Record Generation Utility</a>
41 </li>
42 </ul>
43 </li>
44 </ul>
45 </li>
46 </ul>
47 </li>
48 </ul>
49 </p>
50
51 <?php
52 $thispage->static_page_footer_std();
53 ?>

Properties

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

dashley@gmail.com
ViewVC Help
Powered by ViewVC 1.1.25