-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlinks.html
348 lines (247 loc) · 15.7 KB
/
links.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
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="icon" href="/assets/images/icon.png">
<!-- change your GA id in _config.yml -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4812VFLT3M"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-4812VFLT3M');
</script>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4922790412146333" crossorigin="anonymous"></script>
<title>Links | SoloThought</title>
<!-- Begin Jekyll SEO tag v2.8.0 -->
<title>Links | Solo Thought</title>
<meta name="generator" content="Jekyll v4.3.2" />
<meta property="og:title" content="Links" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Collection of curated articles with in depth analysis on a topic to present a different perspective with interactive illustrations" />
<meta property="og:description" content="Collection of curated articles with in depth analysis on a topic to present a different perspective with interactive illustrations" />
<link rel="canonical" href="https://solothought.com/links" />
<meta property="og:url" content="https://solothought.com/links" />
<meta property="og:site_name" content="Solo Thought" />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary" />
<meta property="twitter:title" content="Links" />
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","description":"Collection of curated articles with in depth analysis on a topic to present a different perspective with interactive illustrations","headline":"Links","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://solothought.com/assets/images/logo.png"}},"url":"https://solothought.com/links"}</script>
<!-- End Jekyll SEO tag -->
<!-- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-aFq/bzH65dt+w6FI2ooMVUpc+21e0SRygnTpmBvdBgSdnuTN7QbdgL+OapgHtvPp" crossorigin="anonymous">
<link href="/assets/css/screen.css" rel="stylesheet">
<link href="/assets/css/main.css" rel="stylesheet">
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script>
</head>
<body class="layout-page">
<!-- defer loading of font and font awesome -->
<noscript id="deferred-styles">
<!-- <link href="https://fonts.googleapis.com/css?family=Righteous%7CMerriweather+Sans:300,300i,400,400i,700,700i" rel="stylesheet"> -->
<link href="https://fonts.googleapis.com/css?family=Righteous&family=Poppins" rel="stylesheet">
<!-- <link href="https://fonts.googleapis.com/css2?family=Roboto+Slab&display=swap" rel="stylesheet"> -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.4/css/all.css" crossorigin="anonymous">
</noscript>
<!-- Begin Menu Navigation
================================================== -->
<nav class="navbar navbar-expand-lg navbar-light bg-white fixed-top mediumnavigation nav-down">
<div class="container pr-0">
<!-- Begin Logo -->
<a class="navbar-brand" href="/">
<img src="/assets/images/logo.png" alt="SoloThought">
</a>
<!-- End Logo -->
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSolo" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSolo">
<!-- Begin Menu -->
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="/index.html">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/about">About</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Categories
</a>
<div class="dropdown-menu text-capitalize" aria-labelledby="navbarDropdown">
<!-- <a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="#">Something else here</a> -->
<a class="dropdown-item" href="/categories#tutorial">tutorial (14)</a>
<a class="dropdown-item" href="/categories#info">info (1)</a>
<a class="dropdown-item" href="/categories#philosophy">philosophy (1)</a>
<a class="dropdown-item" href="/categories#literature">literature (4)</a>
<a class="dropdown-item" href="/categories#rethink">rethink (2)</a>
</div>
</li>
<li class="nav-item dropdown text-capitalize">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Open Source
</a>
<div class="dropdown-menu " aria-labelledby="navbarDropdown">
<!-- <div class="dropdown-divider">Libraries</div> -->
<a class="dropdown-item" href="https://github.com/NaturalIntelligence/fast-xml-parser"><strong>Fast XML Parser</strong> in JS</a>
<a class="dropdown-item" href="https://github.com/solothought/text2chart"><strong>Text2Chart</strong> - Generate graphs from text</a>
<a class="dropdown-item" href="https://github.com/NaturalIntelligence/Stubmatic"><strong>Stubmatic</strong> - Mocking library for QAs</a>
<a class="dropdown-item" href="https://github.com/NaturalIntelligence/nimn-spec"><strong>Nimn</strong> - Smaller than XML, JSON, Msgpack, Gzip</a>
<a class="dropdown-item" href="https://github.com/solothought/shabdawali"><strong>Shabdawali</strong> - Human like Typing Effect</a>
<a class="dropdown-item" href="https://github.com/solothought/vaarta"><strong>Vaarta</strong> - Typing Chat effect</a>
<a class="dropdown-item" href="https://github.com/node-muneem/anumargak"><strong>Anumargak</strong> - Fast routing lib</a>
<a class="dropdown-item" href="https://www.npmjs.com/package/fast-lorem-ipsum"><strong>Fast Lorem Ipsum</strong> - generator</a>
<a class="dropdown-item" href="https://www.npmjs.com/package/fastify-xml-body-parser"><strong>Fastify XML Body Parser</strong></a>
<a class="dropdown-item" href="https://www.npmjs.com/package/cucumon"><strong>Cucumon</strong> - Better parser for Gherkin files</a>
<a class="dropdown-item" href="https://www.npmjs.com/package/strnum"><strong>Strnum</strong> - String to Number converter</a>
<a class="dropdown-item" href="https://www.npmjs.com/package/detailed-xml-validator"><strong>Detailed XML Validator</strong> - Light and effective XML schema validator</a>
<div class="dropdown-divider">Online tool</div>
<a class="dropdown-item" href="/imglab/"><strong>Imglab</strong> - Annotate images for ML</a>
<a class="dropdown-item" href="/matchit/"><strong>Match it</strong> - Create card game</a>
<div class="dropdown-divider">Research</div>
<a class="dropdown-item" href="https://bigbit.github.io/bigbitjs/"><strong>BigBit</strong> - Numeric Datatype</a>
</div>
</li>
<script src="/assets/js/lunr.js"></script>
<style>
.lunrsearchresult .title {color: #d9230f;}
.lunrsearchresult .url {color: silver;}
.lunrsearchresult a {display: block; color: #777;}
.lunrsearchresult a:hover, .lunrsearchresult a:focus {text-decoration: none;}
.lunrsearchresult a:hover .title {text-decoration: underline;}
</style>
<form class="bd-search" onSubmit="return lunr_search(document.getElementById('lunrsearch').value);">
<input type="text" class="form-control text-small launch-modal-search" id="lunrsearch" name="q" maxlength="255" value="" placeholder="Type and enter..."/>
</form>
<div id="lunrsearchresults">
<ul></ul>
</div>
<script src="/assets/js/lunrsearchengine.js"></script>
</ul>
<!-- End Menu -->
</div>
</div>
</nav>
<!-- End Navigation
================================================== -->
<div class="site-content">
<div>
<!-- Site Title
================================================== -->
<!-- Content
================================================== -->
<!-- <div id="gaerr" class="alert alert-danger">
All the stats like page views, trending posts, post for you are derived from Google analytics. Please enable Google analytics for accurate stats.
</div> -->
<div class="container">
<div id="main-content" class="main-content">
<section>
<div class="section-title">
<h2><span>Links</span></h2>
</div>
<div class="article-post">
<p>There are many people around the world who is giving their hard effort and pricelsss time to create contents which are easily understandable, visual, and interactive.</p>
<p>Here, we’re mentioning whatever we come across. Sometimes, due to maintenace overhead some site goes down. If you hold such contents, you can reserve a page on this site for free.</p>
<p>If you get to know some contents that you really liked then you can suggest us to list it here.</p>
<h3 id="academic">Academic</h3>
<ul>
<li><a href="https://ptable.com/">Periodic Table</a>: Interactive. Select an element to get more information about the element. It would be better if the images of the element are also there and what if there is guess game!!</li>
<li></li>
</ul>
<h3 id="programming">Programming</h3>
<ul>
<li></li>
</ul>
</div>
</section>
</div>
</div>
<!-- Bottom Alert Bar for Patreon
================================================== -->
<!-- <div class="alertbar">
<div class="container text-center">
<span>Access high quality assets of this post on <a href="https://www.patreon.com/Solothought">Patreon</a></span>
</div>
</div> -->
</div>
<!-- Categories Jumbotron
================================================== -->
<!-- <div class="jumbotron fortags">
<div class="d-md-flex h-100">
<div class="col-md-4 transpdark align-self-center text-center h-100">
<div class="d-md-flex align-items-center justify-content-center h-100">
<h2 class="d-md-block align-self-center py-1 font-weight-light">Explore <span class="d-none d-md-inline">→</span></h2>
</div>
</div>
<div class="col-md-8 p-5 align-self-center text-center">
<a class="mt-1 mb-1" href="/categories#tutorial">tutorial (14)</a>
<a class="mt-1 mb-1" href="/categories#info">info (1)</a>
<a class="mt-1 mb-1" href="/categories#philosophy">philosophy (1)</a>
<a class="mt-1 mb-1" href="/categories#literature">literature (4)</a>
<a class="mt-1 mb-1" href="/categories#rethink">rethink (2)</a>
</div>
</div>
</div> -->
<!-- Begin Footer
================================================== -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6 text-center text-lg-left">
Copyright © 2025 SoloThought
</div>
<div class="col-md-6 col-sm-6 text-center text-lg-right">
<a href="/feed.xml" class="btn-social btn-outline m-2"><i class="fas fa-rss"></i></a>
<a href="/about" class="btn-social btn-outline m-2"><i class="fas fa-bullhorn"></i></a>
<a href="https://github.com/solothought" class="btn-social btn-outline m-2"><i class="fab fa-github"></i></a>
<a href="https://twitter.com/solothought_q" class="btn-social btn-outline m-2"><i class="fab fa-twitter"></i></a>
<a href="mailto:[email protected]" class="btn-social btn-outline m-2"><i class="fas fa-envelope"></i></a>
<a href="https://github.com/solothought/solothought.github.io/discussions" class="btn-social btn-outline m-2"><i class="fas fa-comments"></i></a>
</div>
</div>
</div>
</footer>
<!-- End Footer
================================================== -->
</div> <!-- /.site-content -->
<!-- Cookie consent banner -->
<div id="cookieConsent" class="alert alert-dismissible alert-info text-center fixed-bottom mb-0">
<button type="button" class="close" data-dismiss="alert" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
This website uses Google Analytics to analyze website traffic and improve your experience. By continuing to use this site, you consent to the use of cookies in accordance with our <a href="/privacypoicy" >Privacy Policy</a> and <a href="/termandconditions" >Term and Conditions</a>.
</div>
<script>
// Hide cookie consent on button click
document.querySelector('#cookieConsent .close').addEventListener('click', function () {
document.querySelector('#cookieConsent').style.display = 'none';
});
</script>
<!-- Scripts
================================================== -->
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.6/umd/popper.min.js" integrity="sha384-wHAiFfRlMFy6i5SRaxvfOCifBUQy1xHdJ/yoi7FRNXMRBu5WHdZYu1hA6ZOblgut" crossorigin="anonymous"></script> -->
<!-- <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js" integrity="sha384-B0UglyR+jN6CkvvICOB2joaf5I4l3gm9GU6Hc1og6Ls7i6U/mkkaduKaBhlAXv9k" crossorigin="anonymous"></script> -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-qKXV1j0HvMUeCBQ+QVp7JcfGl760yU08IQ+GpUo5hlbpg51QRiuqHAJz8+BrxE/N" crossorigin="anonymous"></script>
<script src="/assets/js/mediumish.js"></script>
<script src="/assets/js/ie10-viewport-bug-workaround.js"></script>
<!-- -->
<script>
// Wait for the document to be ready
$(document).ready(function() {
// Add event listener for mouseover (cursor on the image)
$('.hovermyst').on('mouseover', function() {
$(this).find('.myst-overlay').css('opacity', 0); // Hide the overlay
});
// Add event listener for mouseout (cursor off the image)
$('.hovermyst').on('mouseout', function() {
$(this).find('.myst-overlay').css('opacity', 1); // Show the overlay
});
});
</script>
</body>
</html>