Skip to content
View tojkuv's full-sized avatar
:octocat:
Turtles!
:octocat:
Turtles!

Block or report tojkuv

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

    Projects completed to learn HTML, CSS, Javascript, C#, and .NET

    HTML

  2. the-rust-book the-rust-book Public

    Completion of the Rust Book

    HTML

  3. SARS B-cell Epitope Data Analysis an... SARS B-cell Epitope Data Analysis and Prediction
    1
    {
    2
      "nbformat": 4,
    3
      "nbformat_minor": 0,
    4
      "metadata": {
    5
        "colab": {
  4. Async/await implementation in C# Async/await implementation in C#
    1
    // Source: [dotnet: Writing async/await from scratch in C# with Stephen Toub](https://youtu.be/R-z2Hv-7nxk?si=R9JPhjGLiv2InXkl)
    2
    
                  
    3
    using System.Collections.Concurrent;
    4
    using System.Runtime.CompilerServices;
    5
    using System.Runtime.ExceptionServices;