Pinned Loading
-
Han.EntityFrameworkCore.Repository
Han.EntityFrameworkCore.Repository PublicA generic repository pattern for entity framework core
C# 2
-
Han.Wpf.ViewportControl
Han.Wpf.ViewportControl PublicA Wpf Viewport Control that provides pan and zoom functionality.
-
Ramer–Douglas–Peucker algorithm is a...
Ramer–Douglas–Peucker algorithm is a line simplification algorithm for reducing the number of points used to define its shape. Implemented in C# 7 1namespace Interpolation
2{
3using System;
4using System.Collections.Generic;
5using System.Linq;
-
MonotoneCubicInterpolation
MonotoneCubicInterpolation 1public class MonotoneCubicSpline
2{
3private readonly double[] _x;
4private readonly double[] _y;
5private readonly int _n;
-
A weighted and timed rate limiter fo...
A weighted and timed rate limiter for c# that limits access to resources 12public abstract class Disposable : IDisposable
3{
4private bool _disposed;
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.