Updated website

This commit is contained in:
Stephen Cochrane 2020-06-01 16:17:53 +02:00
parent c7aaaeaf5d
commit cfc676e730
2 changed files with 32 additions and 11 deletions

View File

@ -56,10 +56,22 @@
| |
| * Vim or gtfo. |
| |
| * Just read the man-pages bro. |
| |
| * Come water my flowers in animal crossing pls. |
| |
+-------------------------------------------------------+
+-------------------------------------------------------+
| |
| Friends |
| |
| * Please go take a look at my friend Tristan, aka |
| "The king of subnets"/"alloca go brrr", his |
| website can be found over <a href=https://deavmi.github.io target=blank_>here</a> |
| |
+-------------------------------------------------------+
+-------------------------------------------------------+
| |
| What I consider Bloat |
@ -68,7 +80,7 @@
| that it does not conform to the unix philosophy |
| of doing one thing, and doing that one thing well. |
| |
| * If the program is not free as in <a href=https://www.gnu.org/philosophy/free-sw.html>free</a>, then I |
| * If the program is not free as in <a href=https://www.gnu.org/philosophy/free-sw.html target=blank_>free</a>, then I |
| assume the program is bloated and may be malware. |
| |
| * Politics. |
@ -107,6 +119,6 @@
<div style='height:200px'>
<a href="https://github.com/kisslinux/website">View page source</a>
<a href="https://github.com/kisslinux/website" target=blank_>Inspiration for this website</a>
</pre></pre>

View File

@ -40,18 +40,27 @@
| |
| Private |
| |
| * KCC: Kak C Compiler, found <a href="https://github.com/skippy404/kcc">here</a> |
| * KCC: Kak C Compiler, found <a href="https://github.com/skippy404/kcc" target=blank_>here</a> |
| |
| * Discord bot, found <a href=https://github.com/skippy404/C45DiscordBot>here</a> |
| * Discord bot, found <a href=https://github.com/skippy404/C45DiscordBot target=blank_>here</a> |
| |
| * Text Editor 'ted', found <a href=https://github.com/deavmi/ped>here</a> |
| * Text Editor 'ted', found <a href=https://github.com/deavmi/ped target=blank_>here</a> |
| |
| * This website, found <a href=https://github.com/skippy404/skippy404.github.io>here</a> |
| * This website, found <a href=https://github.com/skippy404/skippy404.github.io target=blank_>here</a> |
| |
| * DChess, found <a href=https://github.com/skippy404/DChess>here</a> |
| * DChess, found <a href=https://github.com/skippy404/DChess target=blank_>here</a> |
| |
+-------------------------------------------------------+
+-------------------------------------------------------+
| |
| Community Projects (more than 2-3 devs) |
| |
| * CRXN, more details can be found <a href=https://deavmi.github.io/projects/crxn target=blank_>here</a>. |
| |
| * BNet, an IRC network, more info can be found <a href=https://deavmi.github.io/projects/bonobonet target=blank_>here</a>. |
| |
+-------------------------------------------------------+
+-------------------------------------------------------+
| |
@ -64,7 +73,7 @@
| to prevent students from copying my work |
| |
| * 1st Year, 1st Semester - Lines of Action, a game |
| similar to <a href=https://www.eothello.com/#how-to-play>othello</a>, written in java. |
| similar to <a href=https://www.eothello.com/#how-to-play target=blank_>othello</a>, written in java. |
| |
| * 1st Year, 2nd Semester - Obstacle Chess, Normal |
| chess rules, with new pieces introduced, such as |
@ -79,12 +88,12 @@
| a pascal like language named ALAN standing for |
| Another LANguage, includes scanning, parsing, |
| typechecking, codegen (to the jvm using |
| <a href=http://jasmin.sourceforge.net/>jasmin</a>) the compiler was written in C. |
| <a href=http://jasmin.sourceforge.net/ target=blank_>jasmin</a>) the compiler was written in C. |
| |
| * 2nd Year, 2nd Semester - <a href=https://en.wikipedia.org/wiki/Brainfuck>Brainfuck Intepreter</a>, |
| * 2nd Year, 2nd Semester - <a href=https://en.wikipedia.org/wiki/Brainfuck target=blank_>Brainfuck Intepreter</a>, |
| written in x86 Assembly. |
| |
| * 2nd Year, 2nd Semester - <a href=https://en.wikipedia.org/wiki/Huffman_coding>Huffman Encoder</a>, |
| * 2nd Year, 2nd Semester - <a href=https://en.wikipedia.org/wiki/Huffman_coding target=blank_>Huffman Encoder</a>, |
| written in x86 Assembly |
| |
| * 3rd Year, 1st Semester - Process Scheduler |