-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprograms.html
62 lines (62 loc) · 3.28 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
<!DOCTYPE html>
<html lang="en">
<!--Started 11/22/2024, 5:54PM-->
<head>
<meta charset="utf-8">
<title>Norvel M. IV eductaion maybe.</title>
<link rel="stylesheet" href="./css/programs.css">
<link rel="icon" type="image/gif" href="./images/favicon.gif">
<link rel="icon" type="image/png" href="./images/favicon.png">
<link rel="icon" type="image/gif" href="./images/favicon.gif">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<!--Navigation-->
<nav>
<a href="./index.html" id="z">Home</a>
<a href="./ed.html" id="y">Education</a>
<a href="./programs.html" id="x">Programs</a>
<a href="./general.html" id="w">General</a>
<a href="./contact.html" id="v">Contact</a>
</nav>
<main>
<!--Side bar with known stuff-->
<section id="skill">
<h2 id="stop">I know:</h2>
<ul>
<li>Ruby</li>
<li>Kotlin</li>
<li>Javascript</li>
<li>Swift</li>
<li>HTML</li>
<li>XML</li>
<li>CSS</li>
<li>Java</li>
<li>Python</li>
<li>C++</li>
<li>C</li>
<li>SQL</li>
<li>webVTT</li>
<li>basic Bash</li>
<li>basic PHP</li>
<li>basic C#</li>
<li>basic Rust</li>
<li>basic Go</li>
<li>basic GLSL</li>
</ul>
</section>
<!--Main area-->
<section id="main">
<h1>About programming with me</h1>
<p>I have been programming for 7+ years. That may not be professional experience but I have been programming that long. I started programming on Lego NXT devices. Later I started more complex things such as programming languages as below. Now nearly if it can be programmed, I program it. I do Android, Apple, Windows, Linux, web, and cross platform development. I plan to also do stuff for game systems soon. I have worked with sensors, cameras, microphones, and other things.</p>
<h2>How I learned things</h2>
<p>I learned Ruby online with its official documentation including <a href="https://try.ruby-lang.org">Try Ruby</a>. I learned Kotlin online through its online book thing, <a href="https://kotlinlang.org/docs/home.html">Kotlin</a>. I learned Javascript by a book on it and much experience. I learned Java and XML programming for a robotics team that used Android phones. I learned Swift from online documentation. I learned PHP, HTML and CSS from <a href="https://w3schools.com">w3schools.com</a>. I learned Python at Brightpoint Community College and before that from a local documentation of it. C++ I learned with Brightpoint and Android programming. SQL I learned in a class at Brightpoint. Rust, Go, and GLSL I am still learning and learned from their respective official things. WebVTT I learned at Brightpoint. Bash I learned while trying to back up an Ubuntu machine.</p>
<h3>Accomplishments</h3>
<p>I have made an algebra math system for Javascript. I have made a sense all, like basically if your phone can know it, it shows it, app for Android. I have made Android apps to control robots. I am making 3 or more dimensional up to any number of dimensions drawing math libraries in many programming languages, <a href="https://gugquettex.com/en/project/stinomxe/index.php">StinomXE</a>. I made 2d maze game levels in HTML and Javascript. I have made scripts to backup, restore, and transfer timestamps from Linux on Ext4 file systems. Those scripts can transfer to Windows and possibly Mac too.</p>
<br>
<p>All as per one might be maybe or might not be maybe, maybe or maybe not, maybe.</p>
</section>
</main>
</body>
</html>
<!--X E-->