An open API service indexing awesome lists of open source software.

https://github.com/vslee/vslee.utils

Personal collection of utilities which my projects depend on
https://github.com/vslee/vslee.utils

Last synced: 22 days ago
JSON representation

Personal collection of utilities which my projects depend on

Awesome Lists containing this project

README

          

# VSLee.Utils
Personal collection of utilities which my projects depend on

## Concurrent
ConcurrentPriorityQueue I found (links to originals are in the source) for use in BlockingCollection.

## ExchangeBase
Enums and interfaces to be used in exchange APIs (placed here in common base project to standardize across APIs).

## Observable

Set of data structures I found and modified (links to originals are in the source). They are Observable for WPF compatibility. (Note, The ObservableConcurrentQueue is not the standard type of Observable)

## RateLimit

RateGate from http://www.pennedobjects.com/2010/10/better-rate-limiting-with-dot-net/, with slight modifications

## Text
String modification utilities