Skip to content
View mtavkhelidze's full-sized avatar
🇬🇪
OOP is an exceptionally bad idea which could only have originated in California.
🇬🇪
OOP is an exceptionally bad idea which could only have originated in California.

Block or report mtavkhelidze

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

What I cannot create, I do not understand. — Richard Feynman

Pinned Loading

  1. BookCatZioServer BookCatZioServer Public

    A book catalog REST API Backend.

    Scala

  2. BooksWeb BooksWeb Public

    A book catalog REST API client.

    TypeScript

  3. Fun with lazy evaluation in JavaScript. Fun with lazy evaluation in JavaScript.
    1
    /**
    2
     * @constructor
    3
     */
    4
    function* range(from, until) {
    5
      let i = from;
  4. e43fraud e43fraud Public

    Benford Law Test for Georgian Election Results in 2020

    Python

  5. cmake-and-gtest-skeleton cmake-and-gtest-skeleton Public

    A skeleton CMake C library project with Google Test support

    CMake 10 1

  6. ppserver ppserver Public

    Ping-Pong Server: A simple multi-threaded server and client demo in C11 using pthreads.

    C