-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebsites.html
More file actions
233 lines (186 loc) · 7.08 KB
/
Copy pathwebsites.html
File metadata and controls
233 lines (186 loc) · 7.08 KB
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
<html>
<head>
<script type="text/javascript" src="javascript\jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="javascript\jquery.tablesorter.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Ultimate Computer Wiki </title>
<link rel="stylesheet" href="css/style.css"
</head>
<body>
<header>
<div class="container">
<div id="branding">
<h2><span class="highlight">Ultimate</span> Computer Wiki</h2>
</div>
<nav>
<ul>
<li><a href="index.html">About</a></li>
<li><a href="emulation.html">Emulation</a></li>
<li><a href="games.html">Games</a></li>
<li><a href="learn.html">Learning</a></li>
<li><a href="programs.html">Programs</a></li>
<li class="current"><a href="websites.html">Websites</a></li>
</ul>
</nav>
</div>
</header>
<section id="showcase">
<div class = container>
</div>
</section>
<center>
<style>
a { color: #666666;
text-decoration: none;}
</style>
<input type="text" id="search" onkeyup="searchFunction('search', 0)" placeholder="Search by Name">
<input type="text" id="searchDescription" onkeyup="searchFunction('searchDescription', 1)" placeholder="Search by Description">
<table id="List" class="tablesorter">
<thead>
<tr class="header">
<th>Name</th>
<th>Description</th>
<th>Download</th>
</tr>
</thead>
<tbody>
<tr>
<td>Future Time Line</td>
<td>Future timeline, a timeline of humanity's future, based on current trends, long-term environmental changes, advances in technology such as Moore's Law.</td>
<td><a href="https://www.futuretimeline.net/index.htm#timeline">Link</a></td>
</tr>
<tr>
<td>Geo Guessr</td>
<td>GeoGuessr is a web-based geographic discovery game designed by Anton Wallén, a Swedish IT consultant, released on 9 May 2013.</td>
<td><a href="https://geoguessr.com/">Link</a></td>
</tr>
<tr>
<td>Have I Been Pwned</td>
<td>Have I Been Pwned? is a website that allows internet users to check if their personal data has been compromised by data breaches.</td>
<td><a href="https://haveibeenpwned.com/">Link</a></td>
</tr>
<tr>
<td>Internet Archive</td>
<td>Internet Archive is a non-profit digital library offering free universal access to books, movies & music, as well as 327 billion archived web pages.</td>
<td><a href="https://archive.org/">Link</a></td>
</tr>
<tr>
<td>Library of Babel</td>
<td>A project towards a universal library. By this art you may contemplate the variation of the 23 letters.</td>
<td><a href="https://libraryofbabel.info/">Link</a></td>
</tr>
<tr>
<td>My Noise</td>
<td>Background Noises • Ambient Sounds • Interactive Soundscapes • Relaxing Music • Shaped to your Environment & Hearing</td>
<td><a href="https://mynoise.net/">Link</a></td>
</tr>
<tr>
<td>Paletton</td>
<td>In love with colors, since 2002. A designer tool for creating color combinations that work together well. </td>
<td><a href="http://paletton.com">Link</a></td>
</tr>
<tr>
<td>RSOE EDIS</td>
<td>Welcome to the RSOE Emergency and Disaster Information Service (EDIS) website. The page shows the disaster and emergency events that occurred on Earth.</td>
<td><a href="http://hisz.rsoe.hu/alertmap/index2.php">Link</a></td>
</tr>
<tr>
<td>The True Size</td>
<td>Drag and drop countries around the map to compare their relative size. Is Greenland really as big as all of Africa? You may be surprised at what you find!</td>
<td><a href="https://thetruesize.com">Link</a></td>
</tr>
<tr>
<td>Wide-band WebSDR</td>
<td>A website that lets you listen to nearby shortwave radio stations on a visible spectrum.</td>
<td><a href="http://websdr.ewi.utwente.nl:8901/">Link</a></td>
</tr>
<tr>
<td>color.method.ac</td>
<td>See how well you can difference between different color hues.</td>
<td><a href="https://color.method.ac/">Link</a></td>
</tr>
<tr>
<td>worldometers</td>
<td>Worldometer, formerly Worldometers, is a reference website that provides counters and real-time statistics for diverse topics.</td>
<td><a href="https://www.worldometers.info/">Link</a></td>
</tr>
<tr>
<td>freelearninglist</td>
<td>The internet's best education resources.</td>
<td><a href="https://freelearninglist.org/">Link</a></td>
</tr>
<tr>
<td>PCPartPicker</td>
<td>PCPartPicker is a comparison shopping website that allows users to compare prices and compatibility of computer components on different retailers online. </td>
<td><a href="https://pcpartpicker.com/">Link</a></td>
</tr>
<tr>
<td>Desmos</td>
<td>Desmos is an advanced graphing calculator implemented as a web application and a mobile application written in JavaScript.</td>
<td><a href="https://www.desmos.com/">Link</a></td>
</tr>
<tr>
<td>sleepyti.me</td>
<td>Sleepyti.me bedtime calculator helps you wake up refreshed by finding the best time to go to sleep.</td>
<td><a href="https://sleepyti.me/">Link</a></td>
</tr>
<tr>
<td>jspaint</td>
<td>Classic MS Paint in the browser, with extra features.</td>
<td><a href="https://jspaint.app">Link</a></td>
</tr>
<tr>
<td>cryptii</td>
<td>Web app offering modular conversion, encoding and encryption online.</td>
<td><a href="https://cryptii.com/">Link</a></td>
</tr>
<tr>
<td>Calligrapher.ai</td>
<td>Realistic handwriting generator. Convert text to handwriting using an in-browser recurrent neural network. Choose from various print and cursive styles.</td>
<td><a href="https://www.calligrapher.ai/">Link</a></td>
</tr>
<tr>
<td>noclip</td>
<td>A digital museum of video game levels.</td>
<td><a href="https://noclip.website/">Link</a></td>
</tr>
<tr>
<td>15.ai</td>
<td>"The voices are generated in real time using multiple audio synthesis algorithms and customized deep neural networks trained on very little available data."</td>
<td><a href="https://15.ai/">Link</a></td>
</tr>
</tbody>
</table>
<script>
$(document).ready(function()
{
$("#List").tablesorter({ sortList: [[0,0], [1,0]] });
}
);
</script>
<script>
function searchFunction(key, id) {
var input, filter, table, tr, td, i;
input = document.getElementById(key);
filter = input.value.toUpperCase();
table = document.getElementById("List");
tr = table.getElementsByTagName("tr");
var format = id;
for (i = 0; i < tr.length; i++) {
td = tr[i].getElementsByTagName("td")[format];
if (td) {
if (td.innerHTML.toUpperCase().indexOf(filter) > -1) {
tr[i].style.display = "";
} else {
tr[i].style.display = "none";
}
}
}
}
</script>
</center>
<footer>
<p>Copyright © 2020 LostPizzaMan. All Rights Reserved</p>
</footer>
</body>
</html>