-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (67 loc) · 5.92 KB
/
index.html
File metadata and controls
72 lines (67 loc) · 5.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Cache-Control" content=no-store>
<meta http-equiv="Expires" content="0">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>C++ Playground</title>
<link rel="icon" href="./favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="hello.css?v=123">
<script src="index.js"></script>
</head>
<body>
<h1 style="text-align: center;"><b>This is a website to learn C++, C#, Rust, and My language, Quantum C.</b>Please give your opinion on <a href="https://github.com/Youg-Otricked/learnhardcode">My Github for this site.</a></h1>
<button id="reset" class="rust">Reset Saved Code</button>
<div class="container">
<div class="box text-box">
<h1 style="text-align: center;">C#</h1>
<br><br>
<h2 style="text-align: center;"><b><button class="cs" style="width: fit-content; height: fit-content;" onclick='document.location="./cs/hellocs.html"'>Go to C#</button></b></h2>
<br><br>
<h4>Description: C# is a modern, object-oriented programming language developed by Microsoft for the .NET platform. It is statically typed, garbage collected, and widely used for building applications and games with engines like Unity and Godot.</h4>
<br><br><br><br><br><br><br><br>
<h1 style="text-align: center;">Rust</h1>
<br><br>
<h2 style="text-align: center;"><b><button class="rust" style="width: fit-content; height: fit-content;" onclick='document.location="./rust/hellor.html"'>Go to Rust</button></b></h2>
<br><br>
<h4>Description: Rust is a systems programming language focused on safety and performance. Its ownership system prevents common bugs like memory leaks and data races at compile time, giving you low-level control without constant fear of breaking everything.<br></h4>
<h1 style="text-align: center;">TypeScript</h1>
<br><br>
<h2 style="text-align: center;"><b><button class="cpp" style="width: fit-content; height: fit-content;" onclick='document.location="./TS/ts.html"'>Go to TypeScript</button></b></h2>
<br><br>
<h4>TypeScript is JavaScript for people who got tired of "undefined is not a function" at 3am. It adds static typing so your editor catches bugs before your users do. You'll be building MeTube - a totally original video platform that definitely isn't a parody of anything.<br></h4>
<h1 style="text-align: center;">SQL</h1>
<br><br>
<h2 style="text-align: center;"><b><button class="cpp" style="width: fit-content; height: fit-content;" onclick='document.location="./sql/sql.html"'>Go to SQL</button></b></h2>
<br><br>
<h4>Description: SQL (pronounced Sequel(siːkwəl)) is how you store data on a server. period.<br></h4>
</div>
<div class="box code-box">
<h1 style="text-align: center;">C++</h1>
<br><br>
<h2 style="text-align: center;"><b><button class="cpp" style="width: fit-content; height: fit-content;" onclick='document.location="./cpp/hello.html"'>Go to C++</button></b></h2>
<br><br>
<h4>Description: C++ is a powerful, high-performance language used for systems programming, game development, and applications where speed matters. It gives you fine control over memory and performance, but expects you to know what you're doing, or suffer the consequences.<br></h4>
<br><br>
<h1 style="text-align: center;">Quantum C (C^4)</h1>
<br><br>
<h2 style="text-align: center;"><b><button class="qc" style="width: fit-content; height: fit-content;" onclick='document.location="./QuantumC/qc.html"'>Go to C^4 playground</button></b></h2>
<h2 style="text-align: center;"><b><button class="qc" style="width: fit-content; height: fit-content;" onclick='document.location="./QuantumC/teach.html"'>Go to C^4 learning</button></b></h2>
<br><br>
<h4>Description: QuantumC is a high-performance, custom programming language written in C++. It focuses on clean, readable code instead of unnecessary complexity. With a namespace-based include system to prevent global scope pollution, advanced OOP features like operator overloading, and a streamlined syntax, it aims to give developers what they actually want, without the mess of excessive #includes.</h4>
<h1 style="text-align: center;">ASM</h1>
<br><br>
<h2 style="text-align: center;"><b><button class="rust" style="width: fit-content; height: fit-content;" onclick='document.location="./asm/asm.html"'>Go to ASM</button></b></h2>
<br><br>
<h4>Description: Learn x86-64 Assembly by building the LHINX kernel. Write raw CPU instructions, debug with registers and stack views, and understand how computers actually work at the lowest level.<br></h4>
<h1 style="text-align: center;">C</h1>
<br><br>
<h2 style="text-align: center;"><b><button class="cpp" style="width: fit-content; height: fit-content;" onclick='document.location="./c/hello.html"'>Go to C</button></b></h2>
<br><br>
<h4>Description: Learn C, a language that needs no introduction. It's made to make... basically everything let's be honest. It has simple syntax, inspired a majority of the existing programming language because everything good is either c-style or rust-style, and also is used to make virtually every OS on the planet. You will be working for <i>MacroStiff</i> on their newest OS, BINDOS 12. You will learn from basic variables all the way to building your own GC.<br></h4>
</div>
<h2 style="text-align: center;"><b><button class="qc" style="width: fit-content; height: fit-content;" onclick='document.location="./page2.html"'>Go to page 2</button></b></h2>
</div>
</body>
</html>