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
- Host: GitHub
- URL: https://github.com/vslee/vslee.utils
- Owner: vslee
- Created: 2017-05-21T01:57:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-04-09T23:14:21.000Z (about 4 years ago)
- Last Synced: 2025-02-26T12:37:04.517Z (over 1 year ago)
- Language: C#
- Homepage:
- Size: 57.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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