-
Notifications
You must be signed in to change notification settings - Fork 2
/
overview.html
41 lines (37 loc) · 4.33 KB
/
overview.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
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<title>Overview</title>
<meta name="viewport" content="width=device-width">
<link rel="icon" href="main-favicon-48.png" sizes="48x48" type="image/png">
<link rel="icon" href="main-favicon.svg" sizes="any" type="image/svg+xml">
<link rel="stylesheet" href="main.css">
</head><body>
<h1>Overview</h1>
<p>This is an overview over all my code, published on GitHub and elsewhere.</p>
<h2>Apps for Firefox OS</h2>
<p>Most of my apps for Firefox are listed in the <a href="ffos-apps.html">list of apps</a>, except for <a href="https://github.com/Schnark/stundenbuch">stundenbuch</a>, which is omitted there, because it requires a password for access. Most of these apps should also work in any browser.</p>
<p>There are some additional repositories:</p>
<ul>
<li><a href="https://github.com/Schnark/schnark.github.io">schnark.github.io</a> contains the code for installation.</li>
<li><a href="https://github.com/Schnark/partial-firefox-marketplace-backup">partial-firefox-marketplace-backup</a> contains a few apps from the old Firefox OS Marketplace.</li>
<li><a href="https://github.com/Schnark/ffos-simulator">ffos-simulator</a> contains some experimental code to run Firefox OS apps directly in any modern browser.</li>
</ul>
<h2>js13kGames</h2>
<p>Until now I participated eight times in the <a href="https://js13kgames.com/">js13kGames competition</a>: <a href="https://github.com/Schnark/js13kgames-2017">2017</a>, <a href="https://github.com/Schnark/js13kgames-2018">2018</a>, <a href="https://github.com/Schnark/js13kgames-2019">2019</a>, <a href="https://github.com/Schnark/js13kgames-2020">2020</a>, <a href="https://github.com/Schnark/js13kgames-2021">2021</a>, <a href="https://github.com/Schnark/js13kgames-2022">2022</a>, <a href="https://github.com/Schnark/js13kgames-2023">2023</a>, and <a href="https://github.com/Schnark/js13kgames-2024">2024</a>.</p>
<h2>Wikipedia</h2>
<p>The code of my Wikipedia user scripts isn’t published on GitHub, but on Wikipedia.</p>
<ul>
<li><a href="https://de.wikipedia.org/wiki/Spezial:Präfixindex?prefix=Schnark/js&namespace=2">This list</a> contains most scripts (including documentation and tests, and deprecated scripts).</li>
<li>There are also <a href="https://de.wikipedia.org/wiki/Benutzer:Schnark/vector.js">vector.js</a>, <a href="https://de.wikipedia.org/wiki/Benutzer:Schnark/vector.css">vector.css</a>, <a href="https://meta.wikimedia.org/wiki/User:Schnark/global.js">global.js</a>, and <a href="https://meta.wikimedia.org/wiki/User:Schnark/global.css">global.css</a>.</li>
<li>Some old scripts (some are old versions of above scripts) are <a href="https://de.wikipedia.org/wiki/Benutzer:Schnark/letzteredit.js">letzteredit.js</a>, <a href="https://de.wikipedia.org/wiki/Benutzer:Schnark/toolbar.js">toolbar.js</a>, <a href="https://de.wikipedia.org/wiki/Benutzer:Schnark/toolbar-basic.js">toolbar-basic.js</a>, <a href="https://de.wikipedia.org/wiki/Benutzer:Schnark/toolbar.js/standardbar.js">toolbar.js/standardbar.js</a>, <a href="https://de.wikipedia.org/wiki/Benutzer:Schnark/veEditsummary.js">veEditsummary.js</a>, <a href="https://de.wikipedia.org/wiki/Benutzer:Schnark/monobook.js">monobook.js</a>, and <a href="https://de.wikipedia.org/wiki/Benutzer:Schnark/monobook.css">monobook.css</a>. In some cases, the code is only available in the history.</li>
</ul>
<h2>Other code</h2>
<p><a href="https://github.com/Schnark/mr-c-mr-t">mr-c-mr-t</a> contains the code for an interactive story by Lewis Carroll.</p>
<p><a href="https://github.com/Schnark/moz-activity">moz-activity</a> contains a polyfill for the <code>MozActivity</code> class.</p>
<p><a href="https://github.com/Schnark/zip">zip</a> contains JS libraries to work with ZIP archives.</p>
<p><a href="https://github.com/Schnark/proxy-test">proxy-test</a> contains code to quickly test CORS proxys.</p>
<p><a href="https://github.com/Schnark/bookmarks">bookmarks</a> is a script to manage collections of bookmarks.</p>
<p><a href="https://github.com/Schnark/lewis-carroll">lewis-carroll</a> contains an (almost really) complete collection of the works by Lewis Carroll, and tools to build the files, including a LaTeX-to-HTML converter and a tiny search engine.</p>
<p>Some old programs (and some not so old, but abandoned and never published before) are in <a href="https://github.com/Schnark/old-stuff">old-stuff</a>.</p>
</body></html>