-
Notifications
You must be signed in to change notification settings - Fork 45
/
applist.html
executable file
·258 lines (190 loc) · 12.3 KB
/
applist.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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
<!DOCTYPE html>
<html lang="en-gb">
<head>
<meta charset="utf-8"/>
<title>r12a >> apps</title>
<meta name="description" content="Small web apps written in html and javascript."/>
<link rel="stylesheet" href="style/docs.css" />
<link rel="stylesheet" href="style/toplevel.css" />
<script src="/shared/code/toc_2016.js"></script>
<script src="images/random/randomcharacters.js"></script>
</head>
<body>
<div id="site-navigation"> <img id="level2-picture" alt=" " src="images/random/602.png" /></div>
<div class="sidebar">
<h2 class="notoc flush"><a id="tochead" tabindex="4">On this page</a></h2>
<div id="toc"><!-- placeholder --></div>
<!--h2 class="notoc"><a id="new">What's new</a></h2>
<p><a href="/blog/?tag=apps" title="Show blog posts tagged as apps">all apps</a></p>
<p><a href="/blog/?tag=picker" title="Show blog posts tagged as picker">pickers</a> • <a href="/blog/?tag=uniview" title="Show blog posts tagged as uniview">uniview</a> • <a href="/blog/?tag=subtag" title="Show blog posts tagged as apps">subtag tool</a> • <a href="/blog/?tag=converter" title="Show blog posts tagged as converter">converter</a></p-->
</div>
<div id="boilerplate">
<div id="line"> </div>
</div>
<h1><a href="/">r12a</a> >> apps</h1>
<div id="sitelinks" class="noprint" style="margin-left: 6.5%;"><a href="/scripts">scripts</a> <a href="/doclist">docs</a> <a href="/applist">apps</a> <a href="/maplist">maps</a> <a href="/blog/">blog</a> <a href="/photos">photos</a> </div>
<p>These apps are written in HTML and JavaScript, and use Web Standards to work on all major browsers, so you don't need to install anything.</p>
<section id="unicodestuff">
<h2><a href="#unicodestuff">Unicode</a></h2>
<div class="flexbox">
<a href="../uniview/index.html"><img src="images/lists/uniview.png" alt=""/></a>
<div>
<p class="mainLink"><a href="../uniview/index.html">UniView</a></p>
<p>Look up and see characters (using graphics or fonts) and property information, view whole character blocks or custom ranges, select characters to paste into your document, paste in and discover unknown characters,<em> </em>search for characters, do hex/dec/ncr conversions, highlight character types, etc. etc. </p>
<p><a href="../uniview/help.html">User guide</a></p>
</div>
</div>
<div class="flexbox"><a href="../app-conversion/index.html"><img src="images/lists/conversion.png" alt=""/></a>
<div>
<p class="mainLink"><a href="../app-conversion/index.html">Unicode code converter</a></p>
<p>Convert between Unicode characters, Unicode code point numbers, UTF-8 and UTF-16 code units in hex, and Numeric Character References (hex and decimal), and more. Just add one type of data, click 'Convert', and see all the corresponding values.</p>
</div>
</div>
<div class="flexbox"> <a href="../app-analysestring/index.html"><img src="images/lists/analysestring.png" alt=""/></a>
<div>
<p class="mainLink"><a href="../app-analysestring/index.html">Analyse string</a></p>
<p>Lists the characters in text that you paste into the large box at the top, and produces information about each character, in sequence, with links to other information. You can pass the characters in the URL.</p>
</div>
</div>
<div class="flexbox"> <a href="../app-listcharacters/index.html"><img src="images/lists/listcharacters.png" alt=""/></a>
<div>
<p class="mainLink"><a href="../app-listcharacters/index.html">List characters</a></p>
<p>Analyses the characters in text that you paste into the large box at the top, and produces a list of what characters were used, grouped by Unicode block. See also the related tools:</p>
<ul style="text-align: start; margin-inline: 0;">
<li><a href="../scripts/apps/listcategories/index.html">Triage for general categories</a></li>
<li><a href="../scripts/apps/listbidi/index.html">Triage for bidi_class</a></li>
<li><a href="../scripts/apps/listlinebreak/index.html">Triage for line-breaking properties</a></li>
</ul>
</div>
</div>
<div class="flexbox"> <a href="../app-charuse/index.html"><img src="images/lists/charuse.png" alt=""/></a>
<div>
<p class="mainLink"><a href="../app-charuse/index.html">Character usage lookup</a></p>
<p>Find characters used by a particular language, or languages that use a given non-ASCII character.</p>
</div>
</div>
<div class="flexbox"> <a href="../app-encodings/index.html"><img src="images/lists/encoding.png" alt=""/></a>
<div>
<p class="mainLink"><a href="../app-encodings/index.html">Encoding converter</a></p>
<p>Allows you to see what bytes are used by legacy encodings to represent a particular character, or to convert a sequence of bytes into characters for a range of encodings. You can customise the encodings you want to experiment with by clicking on change encodings shown.</p>
</div>
</div>
</section>
<section id="scripts">
<h2><a href="#scripts">Writing systems</a></h2>
<div class="flexbox"><a href="../pickers/index.html"><img src="images/lists/pickers.png" alt=""/></a>
<div>
<p class="mainLink"><a href="../pickers/index.html">Unicode character pickers</a></p>
<p>Pickers are likely to be most useful if you don't know a script well enough to use the native keyboard. The arrangement of characters also makes it much more useable than a regular character map utility, and they may include characters from more than one block. However, pickers also provide transliteration and other tools, and can help analyse text strings.</p>
<!--iframe id="pickerlist" src="../pickers/pickerlist.html" style="width: 100%; height: 15em;margin-left: 0; border: 0;"></iframe-->
</div>
</div>
<div class="flexbox"><a href="../scripts/fontlist/index.html"><img src="../shared/images/lists/fontlist.png" alt=""/></a>
<div>
<p class="mainLink"><a href="../scripts/samples/index.html">Samples</a></p>
<p>Text samples for most of the scripts supported in Unicode.</p>
<p class="mainLink"><a href="../scripts/fontlist/index.html">Font lister</a></p>
<p>Provides a (not exhaustive) list of fonts, grouped by script, that are available via the Windows 10 and Mac OS X operating systems, as well as Google's Noto fonts and SIL fonts.</p>
</div>
</div>
<div class="flexbox"><a href="../scripts/apps/conjunct_generator/index.html"><img src="../shared/images/lists/consonant_vowel.png" alt=""/></a>
<div>
<p class="mainLink"><a href="../scripts/apps/conjunct_generator/index.html">Conjunct generator</a></p>
<p>Generates a matrix of conjunct forms for a given complex script. Allows you to inspect the results for a given font.</p>
<p class="mainLink"><a href="../scripts/apps/vowel_signs/index.html">Consonant-vowel generator</a></p>
<p>Generates a matrix of consonant+vowel pairings.</p>
</div>
</div>
<div class="flexbox"><a href="../scripts/apps/graphemes/index.html"><img src="../shared/images/lists/segmenter.png" alt=""/></a>
<div>
<p class="mainLink"><a href="../scripts/apps/graphemes/index.html">Grapheme cluster segmenter </a></p>
<p>Parses a string and shows extended grapheme cluster boundaries (except for Korean jamo and emoji character sequences).</p>
<!--p class="mainLink"><a href="../scripts/apps/vowel_signs/">Consonant-vowel generator</a></p>
<p>Generates a matrix of consonant+vowel pairings.</p-->
</div>
</div>
<div class="flexbox"><a href="../app-pinyin-phonetics/index.html"><img src="../shared/images/lists/pinyinphonetics.png" alt=""/></a>
<div>
<p class="mainLink"><a href="../app-pinyin-phonetics/index.html">Pinyin phonetics</a></p>
<p>Type pinyin in the top box and see an approximate phonetic transcription appear below. See the notes for descriptions of phonetic symbols.</p>
</div>
</div>
</section>
<section id="webi18n">
<h2><a href="#webi18n">Web Internationalization</a></h2>
<div class="flexbox"><a href="https://validator.w3.org/i18n-checker/"><img src="images/lists/i18nchecker.png" alt="i18n checker"/></a>
<div>
<p class="mainLink"><a href="https://validator.w3.org/i18n-checker/">i18n checker</a></p>
<p>Check an HTML page for internationalization information, such as character encoding and language declarations (both in the document and in HTTP headers), non-normalized id and class names, request headers, etc. And discover errors, warnings and other advice about the international aspects of the page's HTML code. </p>
</div>
</div>
<div class="flexbox"><a href="../app-subtags/index.html"><img src="images/lists/subtags.png" alt=" "/></a>
<div>
<p class="mainLink"><a href="../app-subtags/index.html">Language subtag lookup tool</a></p>
<p>Check language tag validity, find the subtag for language, region, script, etc, find out what that tag means, or get a list of all currently available tags. This app searches the most-up-to-date version of the registry, and provides additional information to help you choose from over 8,000 subtags. </p>
</div>
</div>
<div class="flexbox"><a href="../app-counters/index.html"><img src="images/lists/counterconverter.png" alt=" "/></a>
<div>
<p class="mainLink"><a href="../app-counters/index.html">Counter styles converter</a></p>
<p>Convert ASCII numbers into other representations that can be used for ordered list counters, headings, etc. It uses the algorithms described by CSS3 Counter Styles.</p>
</div>
</div>
<div class="flexbox"><a href="../app-keyevents/index.html"><img src="images/lists/keyevents.png" alt=" "/></a>
<div>
<p class="mainLink"><a href="../app-keyevents/index.html">Key event monitor</a></p>
<p>See how keyevents create assignments in the current browser.</p>
</div>
</div>
</section>
<section id="vocab">
<h2><a href="#vocab">Language learning</a></h2>
<div class="flexbox"><a href="../app-vocab/index.html"><img src="images/lists/vocab.png" alt=" "/></a>
<div>
<p class="mainLink"><a href="../app-vocab/index.html">Vocab/language-learning tests</a></p>
<p>Are you learning a language? This web app allows you to test yourself on your own vocabulary, dialogues, kanji characters, whatever. You can test in both directions, specify what information to display, and randomise the list before testing. You can also print lists for testing yourself when you don't have access to the Web.</p>
<p>For instructions, see the <a href="../app-vocab/help.html">help file</a>.</p>
</div>
</div>
<ul class="collapsingList">
<!--li>
<p><a href="/rishida/tools/territories/">Territory finder</a></p>
<p class="hidden">SVG-based page that helps you to locate a country or territory on a map of the world.</p>
</li-->
</ul>
</section>
<section id="geotagging">
<h2><a href="#geotagging">Geodata</a></h2>
<div class="flexbox"><a href="apps/convertgps/index.html"><img src="images/lists/convertgps.png" alt=" "/></a>
<div>
<p class="mainLink"><a href="apps/convertgps/index.html">Convert lat/lon</a></p>
<p>Convert GPS coordinates between different formats for latitude and longitude data. Includes formats such as those required for Google Earth/Maps, Flickr, Adobe Bridge and other applications. </p>
</div>
</div>
<ul class="collapsingList">
<!--li>
<p><a href="/rishida/tools/territories/">Territory finder</a></p>
<p class="hidden">SVG-based page that helps you to locate a country or territory on a map of the world.</p>
</li-->
</ul>
</section>
<section id="archery">
<h2><a href="#archery">Archery</a></h2>
<div class="flexbox"><a href="apps/archery/index.html"><img src="images/lists/archery.png" alt=" "/></a>
<div>
<p class="mainLink"><a href="apps/archery/index.html">Archery</a></p>
<p>Take a copy to log your archery scores, with or without the visual arrow placement diagrams</p>
</div>
</div>
</section>
<div class="smallprint">
<span id="version">Last update <span id="version-info">
<!-- #BeginDate format:IS1m -->2022-04-09 6:01<!-- #EndDate -->
</span> GMT. • Copyright <a href="mailto:[email protected]">[email protected]</a>. Licence <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">CC-By</a>.</span>
</div>
<script>
chooseRandomPicture()
createtoc()
</script>
</body>
</html>