summaryrefslogtreecommitdiff
path: root/public/articles
diff options
context:
space:
mode:
authorShipwreckt <Shipwreckt@mailfence.com>2024-07-08 20:03:55 +0100
committerShipwreckt <Shipwreckt@mailfence.com>2024-07-08 20:03:55 +0100
commit432de4c3a1635f88dd19a8ee15aa1fbd8745cfd4 (patch)
treec9ad9c7c8c8f5b5a02fe1d388666648c698eb6e7 /public/articles
parent7578e1b5e57a3a5b9b186aefbd93a67c5fda7929 (diff)
updated C artical and fakefetch. I have also changed the colour of p tag because I feel like the normal text is too white.
Diffstat (limited to 'public/articles')
-rw-r--r--public/articles/1Learning_C30
1 files changed, 30 insertions, 0 deletions
diff --git a/public/articles/1Learning_C b/public/articles/1Learning_C
index 13e7018..de144ef 100644
--- a/public/articles/1Learning_C
+++ b/public/articles/1Learning_C
@@ -12,6 +12,7 @@
<h2>Table of Contents</h2><hr>
<ul>
<li><a href="#article">Article</a></li>
+ <li><a href="#resources">Resources</a></li>
</ul>
</div>
<div class="content">
@@ -28,6 +29,7 @@
</nav>
</header>
<main id="main-content">
+ <section id="article">
<h2>Learning the C programming language</h2>
<h3>Date: 10:6:2024</h3>
<hr>
@@ -39,7 +41,35 @@
<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>
+ </section>
+
+ <main id="main-content">
+ <section id="resources">
+ <p>This is a page 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#hello_002ec">Gnu C refrance manual</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>
+ </ul>
+ </section>
</main>
</div>
<script src="../script.js"></script>