-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
120 lines (109 loc) · 4.05 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<html>
<head>
<link href="style.css" rel="stylesheet" type="text/css"/>
<title>
Utilities (and generic index file)
</title>
</head>
<body>
<div style="text-align:center">
<p>
<img
src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/77/Water_Crystals_on_Mercury_20Feb2010_CU1.jpg/280px-Water_Crystals_on_Mercury_20Feb2010_CU1.jpg"><img
src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/77/Water_Crystals_on_Mercury_20Feb2010_CU1.jpg/280px-Water_Crystals_on_Mercury_20Feb2010_CU1.jpg"><img
src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/77/Water_Crystals_on_Mercury_20Feb2010_CU1.jpg/280px-Water_Crystals_on_Mercury_20Feb2010_CU1.jpg">
</p>
</div>
<h1>
Utilities (and generic index file)
</h1>
<h2>
This directory holds various utilities, scripts and
templates.
</h2>
<ul>
<li>
<a href="unix_guide.html">
A short guide to the Unix command line
</a>
</li>
<li>
This repo contains a number of text processing,
course building, and other scripts in bash,
Python and AWK.
More documentation coming soon.
<ul class="nested">
<li>
<a href="BuildingACourseSite.html">
Here
</a>
is a description of how to use some of
these utilties for course building.
</li>
<li>
<a href="UsingQuizSystem.html">
Here
</a>
is a description of how to use some of
these utilties for quiz building.
</li>
<li>
<a href="EmbeddedPythonConsoles.html">
Here
</a>
is a description of how to embed Python
consoles in course web pages.
</li>
<li>
<a href="spell_checker.html">
Here
</a>
is a description of how to use the html spell checker.
</li>
<li>
<a href="trelloapi.html">
Here
</a>
is a description of how to use the trello custom
notifications scripts.
</li>
</ul>
</li>
<li>
<a href="django_info.html">
Setting up Django Environment
</a>
</li>
<li>
<a href="docker_info.html">
Docker
</a>
</li>
<li>
<a href="flask_info.html">
Flask
</a>
</li>
<li>
<a href="pylib_info.html">
Pylib
</a>
</li>
<li>
<a href="templates_info.html">
Templates
</a>
</li>
<li>
<a href="trelloapi.html">
Trello API
</a>
</li>
<li>
<a href="https://github.com/gcallah/utils">
Entire Utils Folder
</a>
</li>
</ul>
</body>
</html>