Skip to content
View kokokojo2's full-sized avatar
  • Kyiv, Ukraine
  • 22:38 (UTC +02:00)

Highlights

  • Pro

Block or report kokokojo2

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

Pinned Loading

  1. desk2-virtual-university-backend desk2-virtual-university-backend Public

    This is a university project. A study platform & university workspace for both students and teachers build with Django, React.js and PostgreSQL. Backend repo.

    Python 1 1

  2. desk2-virtual-university-frontend desk2-virtual-university-frontend Public

    This is a university project. A study platform & university workspace for both students and teachers build with Django, React.js and PostgreSQL. Frontend repo.

    JavaScript 1

  3. vk-attachments-downloader vk-attachments-downloader Public

    This script downloads attachments for your Vkontakte archive backup.

    Python

  4. tg-videosticker-formatter tg-videosticker-formatter Public

    This script allows you to reformat any video file(s) to be compatible with Telegram`s requirements for video-sticker sources.

    Python

  5. Using openssl AES-128 and RSA for da... Using openssl AES-128 and RSA for data encryption.
    1
    #include <string.h>
    2
    #include <openssl/evp.h>
    3
    #include <openssl/rand.h>
    4
    
                  
    5
    #define AES_128_KEY_SIZE_BYTES 16
  6. inverted-index-server inverted-index-server Public

    This project contains implementations of concurrent-safe inverted index, algorithms to build the index and network interfaces to interact with it.

    C++