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

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.

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
veranemoloko/README.md

Привет :octocat:

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

  • ♠️ Пишу проекты на C (reverse-polish-notation)
  • ♦️ Go (order-service)
  • ♥️ PostgeSQL (pg_jewelry_tools);
  • ♣️ Открыта для волонтерства, соместных проектов, хакатонов и всякого рода интенсивов.

Контакты:

Pinned Loading

  1. mini-ps mini-ps Public

    A Linux process monitoring utility that analyzes data from /proc

    C

  2. 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

  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. sysprog sysprog Public

    Forked from Gerold103/sysprog

    System programming course

    C

  5. 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

  6. 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