Skip to content

Instantly share code, notes, and snippets.

@tojkuv
tojkuv / Program.cs
Last active May 19, 2024 02:30
Async/await implementation in C#
// Source: [dotnet: Writing async/await from scratch in C# with Stephen Toub](https://youtu.be/R-z2Hv-7nxk?si=R9JPhjGLiv2InXkl)
using System.Collections.Concurrent;
using System.Runtime.CompilerServices;
using System.Runtime.ExceptionServices;
//PrintAsync().Wait();
//static async Task PrintAsync()
//{
// for (int i = 0; ; i++)
@tojkuv
tojkuv / sars-b-cell-epitope-prediction.ipynb
Last active May 18, 2024 03:44
SARS B-cell Epitope Data Analysis and Prediction
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.