This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprograms.html
103 lines (99 loc) · 4.15 KB
/
programs.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
<!DOCTYPE html>
<html>
<head>
<script src="jquery-1.10.2.js"></script>
<!--<meta name="propeller" content="5f790557625088788a46b015c4476e92">-->
<!-- Google ads -->
<!--
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-5421892665333193",
enable_page_level_ads: true
});
</script>
-->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-129128356-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-129128356-1');
</script>
<script src="https://widget.battleforthenet.com/widget.js" async></script>
<script>
function decode() {
window.prompt("Enter a .bread file name");
window.alert("Press OK to decode");
window.alert("Result: it's bread.");
}
</script>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=KmzmeEb0gb">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=KmzmeEb0gb">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=KmzmeEb0gb">
<link rel="manifest" href="/site.webmanifest?v=KmzmeEb0gb">
<link rel="mask-icon" href="/safari-pinned-tab.svg?v=KmzmeEb0gb" color="#000000">
<link rel="shortcut icon" href="/favicon.ico?v=KmzmeEb0gb">
<meta name="msapplication-TileColor" content="#2b5797">
<meta name="theme-color" content="#ffffff">
<title>Projects | TurboWafflz</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<embed class="banner" src='banner.html'>
<hr>
<div class="logo">
<h1>TurboWafflz</h1>
</div>
<hr>
<!--Buttons-->
<div id="buttons">
<a href="nojs.html">No JavaScript?</a>
</div>
<script>
$(function(){
$("#buttons").load("buttons.html");
});
</script>
<hr style="height:5px;">
<h3>They're not terrible.</h3>
<b>Web:</b><br>
<a class="idleStatus">(I)</a> <a href="btest.html">Browser Test</a><br>
<a class="betaStatus">(A)</a> <a href="http://turbowafflz.gitlab.io">New Website Beta</a>
<br>
<br>
<b>Linux/Bash:</b><br>
<a class="idleStatus">(I)</a> <a href="lintest.html">LinTest</a>
<br>
<a class="betaStatus">(B)</a> <a href="iiui.html">iiUI Desktop Environment</a>
<br>
<a class="discontinuedStatus">(D)</a> <a href="fmwcalc.html">FMW Calc</a>
<br>
<a class="discontinuedStatus">(D)</a> <a href="timer.html">A simple command line timer</a>
<br>
<a class="idleStatus">(I)</a> <a href="iinstall.html">IInstall program installer</a>
<br>
<a class="discontinuedStatus">(D)</a> <a href="windowgravity.html">WindowGravity</a>
<br>
<br>
<b>Python 3:</b><br>
<a class="idleStatus">(I)</a> <a href="keyspeed.html">KeySpeed</a>
<br>
<a class="idleStatus">(I)</a> <a href="iicalc.html">ImaginaryInfinity Calculator</a>
<br>
<br>
<b>Other:</b><br>
<a class="betaStatus">(B)</a> <a href="https://repl.it/@TurboWafflz">Beta stuff and unreleased junk</a><br><br>
<b>Project status indicators:</b><br>
<a class="betaStatus">(B)</a> - Beta<br>
<a class="activeStatus">(A)</a> - Under active development.<br>
<a class="idleStatus">(I)</a> - Idle, not being actively developed, but may recieve updates in the future.<br>
<a class="discontinuedStatus">(D)</a> - Discontinued, unlikely to recieve future updates.
<footer>
<hr style="height:5px;">
Copyright 2019 Finian Wright
</footer>
</body>
</html>