mirror of
https://github.com/skiqqy/skiqqy.github.io
synced 2024-12-25 00:12:07 +00:00
Updated projects section
This commit is contained in:
parent
b8b028b8ef
commit
43cb43332f
@ -33,7 +33,7 @@
|
||||
}
|
||||
</style><pre>
|
||||
|
||||
<a href=/><b>HOME</b></a> <a href=./setup.html>My Setup</a> <a href=./blogs.html>Blog</a> <a href=http://yggpi.co.za/install.sh>Install dotfiles</a> <a href=http://proj.yggpi.co.za:8882/projects>Projects</a> <a href=https://github.com/skippy404>My Github</a>
|
||||
<a href=/><b>HOME</b></a> <a href=./setup.html>My Setup</a> <a href=./blogs.html>Blog</a> <a href=http://yggpi.co.za/install.sh>Install dotfiles</a> <a href=./projects.html>Projects</a> <a href=https://github.com/skippy404>My Github</a>
|
||||
|
||||
<a href=http://git.yggpi.co.za:8883/explore>My Git Server</a> <a href=http://irc.yggpi.co.za:8881/>IRC Webclient (Channel: #club45)</a>
|
||||
|
||||
|
106
projects.html
Normal file
106
projects.html
Normal file
@ -0,0 +1,106 @@
|
||||
<!doctype html>
|
||||
<html lang=en>
|
||||
<title>Skippy's Projects</title><meta charset=utf-8>
|
||||
<meta name=Description content="Skippy Cochranes Current & Past Projects">
|
||||
<style>
|
||||
body{
|
||||
text-align:center;
|
||||
overflow-y:scroll;
|
||||
font:calc(0.75em + 1vmin) monospace
|
||||
}
|
||||
|
||||
pre pre{
|
||||
text-align:left;
|
||||
display:inline-block
|
||||
}
|
||||
|
||||
img{
|
||||
max-width:57ch;
|
||||
display:block;
|
||||
height:auto;
|
||||
width:100%
|
||||
}
|
||||
|
||||
@media(prefers-color-scheme:dark){
|
||||
body{
|
||||
background:#000;color:#fff
|
||||
}
|
||||
|
||||
a{
|
||||
color:#6CF
|
||||
}
|
||||
}
|
||||
</style><pre>
|
||||
|
||||
<span style='color:#e60000'> 🅱️ </span><a href=/><b>HOME</b></a><span style='color:#e60000'> 🅱️</span>
|
||||
<a href=http://proj.yggpi.co.za:8882/projects><b>More Info</b></a>
|
||||
|
||||
<pre>
|
||||
+-------------------------------------------------------+
|
||||
| |
|
||||
| Private |
|
||||
| |
|
||||
| * KCC: Kak C Compiler, found <a href="https://github.com/skippy404/kcc">here</a> |
|
||||
| |
|
||||
| * Discord bot, found <a href=https://github.com/skippy404/C45DiscordBot>here</a> |
|
||||
| |
|
||||
| * Text Editor 'ted', found <a href=https://github.com/deavmi/ped>here</a> |
|
||||
| |
|
||||
| * This website, found <a href=https://github.com/skippy404/skippy404.github.io>here</a> |
|
||||
| |
|
||||
| * DChess, found <a href=https://github.com/skippy404/DChess>here</a> |
|
||||
| |
|
||||
+-------------------------------------------------------+
|
||||
|
||||
|
||||
+-------------------------------------------------------+
|
||||
| |
|
||||
| University Projects |
|
||||
| |
|
||||
| Due to the fact that many of |
|
||||
| these projects are still being |
|
||||
| used to asses students at SU, these |
|
||||
| repos must be set to private, in order |
|
||||
| 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. |
|
||||
| |
|
||||
| * 1st Year, 2nd Semester - Obstacle Chess, Normal |
|
||||
| chess rules, with new pieces introduced, such as |
|
||||
| bombs, wall's, trapdoors, etc. Written in java. |
|
||||
| |
|
||||
| * 2nd Year, 1st Semester - Sudoku Solver, using |
|
||||
| a heuristic algorithm + mutations on possible |
|
||||
| solutions to form new solutions, written in |
|
||||
| java. |
|
||||
| |
|
||||
| * 2nd Year, 2nd Semester - Wrote a compiler for |
|
||||
| a pascal like language named ALAN standing for |
|
||||
| Another LANguage, includes scanning, tokenizing |
|
||||
| parsing, typechecking, codegen (to the jvm using |
|
||||
| <a href=http://jasmin.sourceforge.net/>jasmin</a> for the jvm) the compiler was written in C. |
|
||||
| |
|
||||
| * 2nd Year, 2nd Semester - <a href=https://en.wikipedia.org/wiki/Brainfuck>Brainfuck Intepreter</a>, |
|
||||
| written in x86 Assembly. |
|
||||
| |
|
||||
| * 2nd Year, 2nd Semester - <a href=https://en.wikipedia.org/wiki/Huffman_coding>Huffman Encoder</a>, |
|
||||
| written in x86 Assembly |
|
||||
| |
|
||||
| * 3rd Year, 1st Semester - Process Scheduler |
|
||||
| simulator, written in C. |
|
||||
| |
|
||||
| * 3rd Year, 1st Semester - Bank Transaction |
|
||||
| simulator, using omp, and locks to prevent |
|
||||
| race conditions, written in C. |
|
||||
| |
|
||||
| * 3rd Year, 1st Semester - Othello bot, using |
|
||||
| MPI, and negamax search with alpha beta pruning |
|
||||
| to find optimal moves, written in C. |
|
||||
| |
|
||||
| * 3rd Year, 1st Semester - Food review website |
|
||||
| using flask (python), redis, neo4j. |
|
||||
| |
|
||||
+-------------------------------------------------------+
|
||||
<div style='height:200px'>
|
||||
</pre></pre>
|
Loading…
Reference in New Issue
Block a user