]> git.xolatile.top Git - soikk-Soikk.git/commitdiff
Update README.md
authorSoikk <76824648+Soikk@users.noreply.github.com>
Mon, 22 Aug 2022 16:03:58 +0000 (18:03 +0200)
committerGitHub <noreply@github.com>
Mon, 22 Aug 2022 16:03:58 +0000 (18:03 +0200)
README.md

index 9d81e33b2d1ae42e8bd0b9ff625435de2dc5e3d9..481a5236711ea7085fbda2fd1904c5b53ba28378 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,16 +1,14 @@
-### Hi there šŸ‘‹
+### About me
 
-<!--
-**Soikk/Soikk** is a āœØ _special_ āœØ repository because its `README.md` (this file) appears on your GitHub profile.
+I'm a software engineering student who is very familiar and enjoys working with C. I can also work with Java and C# with similar proficiency.  
 
-Here are some ideas to get you started:
+My (most interesting) projects are: 
+- [**DB**](https://github.com/Soikk/DB), a WIP local tag based database and database interface that allows you to relate files together with tags.
+- [**pixel-count**](https://github.com/Soikk/pixel-count) is a small toy program made to solve a CTF problem that counts the number of pixels with a certain RGB value in a PNG image.
+- [**wordle-guesser**](https://github.com/Soikk/wordle-guesser) a small command line program that parses options to brute force the possible words that match the wordle instructions.
+- [**llist.h**](https://github.com/Soikk/llist.h) is a compact linked list library made in C.
+- [**matrix-calculator**](https://github.com/Soikk/matrix-calculator/blob/main/matrix-calculator.c)  a matrix calculator with a console interface that relies on a small (self made) matrix library.
+- [**clock**](https://github.com/Soikk/clock) is a simple clock in the console for Windows with some portability to Linux.
+- [**wordfinder**](https://github.com/Soikk/wordfinder) is a small C program that finds words in a document from a list.
 
-- šŸ”­ I’m currently working on ...
-- šŸŒ± I’m currently learning ...
-- šŸ‘Æ I’m looking to collaborate on ...
-- šŸ¤” I’m looking for help with ...
-- šŸ’¬ Ask me about ...
-- šŸ“« How to reach me: ...
-- šŸ˜„ Pronouns: ...
-- āš” Fun fact: ...
--->
+I am currently working on [**DB**](https://github.com/Soikk/DB).