Skip to content
View veranemoloko's full-sized avatar
🧘‍♀️
🧘‍♀️

Block or report veranemoloko

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
veranemoloko/README.md

Привет :octocat:

👾 Интересуюсь системным програмированием и backand-разработкой:

  • ♠️ Пишу проекты на C
  • ♦️ Go
  • ♣️ Открыта для волонтерства, соместных проектов, хакатонов и всякого рода интенсивов.

Контакты:

Popular repositories Loading

  1. reverse-polish-notation reverse-polish-notation Public

    A C program that creates graphs of mathematical functions calculated using the Dijkstra algorithm and reverse Polish notation.

    C

  2. mini-clone-grep-cat mini-clone-grep-cat Public

    Minimalist clones of `cat` and `grep` written in C.Created to practice low-level file operations and pattern matching, mimicking core Unix tool behavior.

    C

  3. matrix-static-lib matrix-static-lib Public

    C matrix library with unit tests and gcov coverage. Implements core linear algebra operations as a static library with built-in code coverage analysis.

  4. mini-strings mini-strings Public

    My implementation of core string functions with basic error handling and test coverage. Recreates essential string operations from the C standard library.

    C

  5. sysprog sysprog Public

    Forked from Gerold103/sysprog

    System programming course

    C

  6. to-live-or-not-to-live to-live-or-not-to-live Public

    My implementation of conways Game of Life - a classic simulation where tiny "cells" live, die, and evolve based on simple rules.

    C