Skip to content
View Soikk's full-sized avatar
  • your head

Block or report Soikk

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Soikk/README.md

About me

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.

My (most interesting) projects are:

  • DB, a WIP local tag based database and database interface that allows you to relate files together with tags.
  • neural-net, a small implementation of a simple neural net with an example.
  • 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 a small command line program that parses options to brute force the possible words that match the wordle instructions.
  • llist.h is a compact linked list library made in C.
  • matrix-calculator a matrix calculator with a console interface that relies on a small (self made) matrix library.
  • clock is a simple clock in the console for Windows with some portability to Linux.
  • wordfinder is a small C program that finds words in a document from a list.

I am currently working on DB.

Pinned Loading

  1. clock clock Public

    A simple console clock for Windows

    C

  2. DB DB Public

    Local tag based file database made entirely in C

    C

  3. matrix-calculator matrix-calculator Public

    A simple matrix calculator with a console interface

    C

  4. pixel-count pixel-count Public

    Counts the number of pixels of one color in a PNG image encoded in RBG. Preferably with just one IDAT chunk.

    C

  5. wordfinder wordfinder Public

    Finds words in a document from a list

    C

  6. wordle-guesser wordle-guesser Public

    A program that guesses wordle words by brute forcing a list of given words and certain patterns and saves them in a file

    C 1