Skip to content
View convict-git's full-sized avatar
  • Sprinklr
  • IIT Palakkad

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.

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

    A collaborative whiteboard application as part of CS5617 Software Engineering project at IIT Palakkad

    Java 13 31

  2. sport_coding sport_coding Public

    C++ 5 1

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

  4. 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.
  5. CP_Algo_Notebook CP_Algo_Notebook Public

    Google script and sheets based tracker for competitive programming

    JavaScript

  6. .vimrc .vimrc Public

    my vim configuration file with templates for competitive programming

    Vim Script 11 5