diff options
| author | Soikk | 2022-08-22 18:03:58 +0200 |
|---|---|---|
| committer | GitHub | 2022-08-22 18:03:58 +0200 |
| commit | a9495ea7203a02fb49494ce9a76fd2971856605e (patch) | |
| tree | 22f9da981d4f0deed9a57f170c4217a13fbf2d78 /README.md | |
| parent | df653ecf11a053ba2fb6b6057f61682f1470b288 (diff) | |
| download | soikk-Soikk-a9495ea7203a02fb49494ce9a76fd2971856605e.tar.xz soikk-Soikk-a9495ea7203a02fb49494ce9a76fd2971856605e.tar.zst | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 24 |
1 files changed, 11 insertions, 13 deletions
@@ -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). |
