Skip to content

Instantly share code, notes, and snippets.

@tintoy
tintoy / Program.cs
Last active July 3, 2020 07:47
Sketch out an alternative to Roslyn's MSBuildWorkspace (which isn't available on .NET Core / .NET Standard yet).
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Text;
using Serilog;
using Serilog.Events;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading;
@teocci
teocci / AwesomeCourses.md
Last active February 14, 2024 07:08
List of awesome university courses for learning Computer Science!

Awesome Courses Awesome

Introduction

There is a lot of hidden treasure lying within university pages scattered across the internet. This list is an attempt to bring to light those awesome courses which make their high-quality material i.e. assignments, lectures, notes, readings & examinations available online for free.

Table of Contents