pmacn's Stars
papers-we-love/papers-we-love
Papers from the computer science community to read and discuss.
dotnet/aspnetcore
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
leereilly/games
:video_game: A list of popular/awesome video games, add-ons, maps, etc. hosted on GitHub. Any genre. Any platform. Any engine.
dotnet/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
DapperLib/Dapper
Dapper - a simple object mapper for .Net
dotnet/corefx
This repo is used for servicing PR's for .NET Core 2.1 and 3.1. Please visit us at https://github.com/dotnet/runtime
App-vNext/Polly
Polly is a .NET resilience and transient-fault-handling library that allows developers to express policies such as Retry, Circuit Breaker, Timeout, Bulkhead Isolation, and Fallback in a fluent and thread-safe manner. From version 6.0.1, Polly targets .NET Standard 1.1 and 2.0+.
OpenRefine/OpenRefine
OpenRefine is a free, open source power tool for working with messy data and improving it
reactiveui/ReactiveUI
An advanced, composable, functional reactive model-view-viewmodel framework for all .NET platforms that is inspired by functional reactive programming. ReactiveUI allows you to abstract mutable state away from your user interfaces, express the idea around a feature in one readable place and improve the testability of your application.
btford/write-good
Naive linter for English prose
north/north
Design and development standards to align and guide your project.
swimlane/ngx-datatable
✨ A feature-rich yet lightweight data-table crafted for Angular
jasonlong/isometric-contributions
Browser extension for rendering an isometric pixel art version of your GitHub contribution graph.
Caliburn-Micro/Caliburn.Micro
A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability.
mattlewis92/angular-calendar
A flexible calendar component for angular 15.0+ that can display events on a month, week or day view.
shouldly/shouldly
Should testing for .NET—the way assertions should be!
SublimeLinter/SublimeLinter
The code linting framework for Sublime Text
onlywei/explain-git-with-d3
Use D3 to visualize simple git branching operations.
gautema/CQRSlite
A lightweight framework to help creating CQRS and Eventsourcing applications in C#
mykeln/teslaprep
A comprehensive guide on buying and owning a Tesla
triketora/women-in-software-eng
Crowdsourced repository of women in software engineering stats.
pardahlman/RawRabbit
A modern .NET framework for communication over RabbitMq
Squirrel/OldSquirrelForWindows
It's like ClickOnce but Works™
yevhen/Nake
Magic script-based C# task runner for .NET Core
continuoustests/AutoTest.Net
AutoTest.NET is a tool for automatically running builds and test in the background when code changes. This practice gives you immediate feedback and helps facilitate real test driven development.
continuoustests/OpenIDE
A set of tools for providing basic developer IDE features around your favorite editor.
airbrake/sharpbrake
Airbrake Notifier for .NET
chaliy/psurl
Powershell stuff to download from web. Inspired by curl or wget.
ahodroj/prologdotnet
Prolog language for the .NET Framework
pmacn/DocPlagiarizer
A custom build task that will copy xml documentation comments from interfaces to implementations.