diff options
author | Shipwreckt <shipwreckt@mailfence.com> | 2024-08-21 21:06:57 +0100 |
---|---|---|
committer | Shipwreckt <shipwreckt@mailfence.com> | 2024-08-21 21:06:57 +0100 |
commit | c9c9f63ed4c7f47b816cbc1551c94596eeb90d95 (patch) | |
tree | d551dc267842342b19acac93d49d947e4e6024b5 /public/posts | |
parent | aeaa18a22f55ed4a3db63790019ca862fea955bc (diff) |
Added new update plus some organization
Diffstat (limited to 'public/posts')
-rw-r--r-- | public/posts/00dwm (renamed from public/posts/1dwm) | 0 | ||||
-rw-r--r-- | public/posts/01Summer (renamed from public/posts/2Summer) | 0 | ||||
-rw-r--r-- | public/posts/02FreeBSD (renamed from public/posts/3FreeBSD) | 0 | ||||
-rw-r--r-- | public/posts/03Art (renamed from public/posts/4Art) | 0 | ||||
-rw-r--r-- | public/posts/04Servers (renamed from public/posts/5Servers) | 0 | ||||
-rw-r--r-- | public/posts/05Yubikeys (renamed from public/posts/6Yubikeys) | 0 | ||||
-rw-r--r-- | public/posts/06NewLaptop (renamed from public/posts/7NewLaptop) | 0 | ||||
-rw-r--r-- | public/posts/0learningC | 56 | ||||
-rw-r--r-- | public/posts/8Games | 31 |
9 files changed, 0 insertions, 87 deletions
diff --git a/public/posts/1dwm b/public/posts/00dwm index 33b827c..33b827c 100644 --- a/public/posts/1dwm +++ b/public/posts/00dwm diff --git a/public/posts/2Summer b/public/posts/01Summer index 7e504e5..7e504e5 100644 --- a/public/posts/2Summer +++ b/public/posts/01Summer diff --git a/public/posts/3FreeBSD b/public/posts/02FreeBSD index 3865c78..3865c78 100644 --- a/public/posts/3FreeBSD +++ b/public/posts/02FreeBSD diff --git a/public/posts/4Art b/public/posts/03Art index 1e629e9..1e629e9 100644 --- a/public/posts/4Art +++ b/public/posts/03Art diff --git a/public/posts/5Servers b/public/posts/04Servers index 2561348..2561348 100644 --- a/public/posts/5Servers +++ b/public/posts/04Servers diff --git a/public/posts/6Yubikeys b/public/posts/05Yubikeys index 6e6f52c..6e6f52c 100644 --- a/public/posts/6Yubikeys +++ b/public/posts/05Yubikeys diff --git a/public/posts/7NewLaptop b/public/posts/06NewLaptop index 6caede8..6caede8 100644 --- a/public/posts/7NewLaptop +++ b/public/posts/06NewLaptop diff --git a/public/posts/0learningC b/public/posts/0learningC deleted file mode 100644 index a91c139..0000000 --- a/public/posts/0learningC +++ /dev/null @@ -1,56 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>Learning C</title> - <link rel="stylesheet" href="../styles.css"> - <link rel="icon" href="../Images/favi.png" type="image/x-icon"> -</head> -<body> - <header> - <nav> - <ul> - <li><a href="../index.html">Home</a></li> - <li><a href="../links.html">Links</a></li> - <li><a href="../projects.html">Projects</a></li> - <li><a href="../contact.html">Contact</a></li> - </ul> - </nav> - </header> - <main class="description"> - <h2>Learning the C programming language</h2> - <h3>Date: 10:6:2024</h3> - <hr> - <p>Hello there, I have not updated this website in the last few days or posted much to GitLab, so I thought I might as well publish something to keep some people updated.</p> - <p>So as the title implies, I have been learning the C programming language recently, and it has been fun. I am still at the basics, and I have tests coming up, but I am doing my best with the time I have! i While I have been learning, I have been making a kind of tutorial file from the tutorial videos I have watched, so when I believe it is fully ready, I will publish it to GitLab.</p> - <br><hr> - <h3>Date: 27:6:2024</h3> - <p>It has been a few weeks, and I have not made much progress, sadly. I have been quite busy with school, but I have more free time now, so I will have more time to study. I am happy I have more time because I have been really falling behind on learning C. </p> - <br><hr> - <h3>Date: 8:7:2024</h3> - <p>Hello there! It has been a little while since I last updated this page. I have added some of the resources I use today, so that is a plus for you to read if you are curious! But the main bit of news is that I have is that I have rewrote my programme <a href=../projects/programs/Fakefetch#info>Fakefetch</a> in the C programmeming language. It was a bit of a challenging, and I needed some help with troubleshooting, but I got there in the end. I have expanded on my notes, and when I am ready, I shall publish what I have done so far. But for now, that is all. Thank you for reading.</p> - <font color="#800000">This page is still being updated as I learn more C so keep checking in! </font> - <hr> - <p>This is a section is full of resources I use to learn the C programming language.</p> - <h3>Websites</h3> - <ul> - <li><a href="https://freecomputerbooks.com/langCBooks.html">Freecomputerbooks.com</a></li> - <li><a href="https://www.learn-c.org/">learn-c.org</a></li> - </ul> - <h3>Reading material</h3> - <ul> - <li><a href="https://mirror.parrot.sh/parrot/misc/openbooks/programming/C_Programming.pdf">C programming</a></li> - <li><a href="https://www.gnu.org/software/gnu-c-manual/gnu-c-manual.html">Gnu C refrance manual</a></li> - <li><a href="https://www.w3schools.com/c/">W3schools</a></li> - </ul> - <h3>Videos</h3> - <p>For privacy reasons I have used yewtu.be which for now is more private then google's youtube.</p> - <ul> - <li><a href="https://yewtu.be/watch?v=KJgsSFOSQv0">C programming (freecodecamp)</a></li> - <li><a href="">C programming course (brocode)</a></li> - </ul> - </main> -</body> -</html> - diff --git a/public/posts/8Games b/public/posts/8Games deleted file mode 100644 index 99f2f48..0000000 --- a/public/posts/8Games +++ /dev/null @@ -1,31 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="UTF-8"> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <title>DWM</title> - <link rel="stylesheet" href="../styles.css"> - <link rel="icon" href="../Images/favi.png" type="image/x-icon"> -</head> -<body> - <header> - <nav> - <ul> - <li><a href="../index.html">Home</a></li> - <li><a href="../links.html">Links</a></li> - <li><a href="../projects.html">Projects</a></li> - <li><a href="../contact.html">Contact</a></li> - </ul> - </nav> - </header> - <main class="description"> - <h2>Vidio games</h2> - <h3>Date: 16/8/2024</h3> - <hr> - <p>I am going to try stop playing video games because it is just distracting me from working and learning. So I have uninstalled <a href="https://store.steampowered.com">Steam</a> on my main gaming computer. While I do love video games a lot and I have been playing them since I was a little kid, its something I should limit myself too, I will still play some games, mostly rythem games but apart from that I will be trying to stop playing video games all together.</p> - - <p>I might try modify some open source games and try make mods for them or something like that but apart from that I am quitting! That is really all, thank you for reading and I will try put out some more work!</p> - </main> -</body> -</html> - |