Skip to content
View convict-git's full-sized avatar

Block or report convict-git

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. fast-gql-cache-rs fast-gql-cache-rs Public

    A rust-wasm based InMemoryCache implementation for apollo-client

    TypeScript

  2. learning-rust learning-rust Public

    Rust

  3. Concurrency and Synchronization usin... Concurrency and Synchronization using Modern C++ - (Not so) Short Notes
    1
    # Concurrency and Synchronization using Modern C++
    2
    
                  
    3
    ## Thread Management
    4
    
                  
    5
    Each running program has at least one thread which is occupied by its entry point. There can be many threads for a single program and the memory is shared among all threads. The objects possessed by the main thread (and shared by other threads as a reference to it) would be destroyed as soon as they go out of scope. This might lead to corrupt memory access by the rest of the threads.
  4. cp_parser_cli cp_parser_cli Public

    Command line tool for Competitve Companion which parses test cases from various online judge to test your code against and creates well named directories to keep your codes systematically and a com…

    Python 3

  5. CP_Algo_Notebook CP_Algo_Notebook Public

    Google script and sheets based tracker for competitive programming

    JavaScript

  6. setup-configs setup-configs Public

    Lua