danm
- 1,264,341 total downloads
- last updated 11/13/2020
- Latest version: 5.0.1
The fraction data type consists of two BigInteger values for numerator and denominator. It implements various operations (addition, subtraction, multiplication, division and remainder) with operator overloads.
- 128,856 total downloads
- last updated 12/7/2019
- Latest version: 5.0.0
Contains classes to access the Personal Computer/Smart Card Resource Manager using the system's native PC/SC API. The library is written to run on multiple platforms (.Net Framework, .Net Core or Mono using PCSC Lite).
PCSC.Iso7816
by:
danm
- 52,458 total downloads
- last updated 12/7/2019
- Latest version: 5.0.0
Implements partial ISO7816 support (APDU etc.) for PCSC.
PCSC.Reactive
by:
danm
- 20,410 total downloads
- last updated 12/7/2019
- Latest version: 5.0.0
Reactive extensions for PC/SC. Observables from smart card monitor events.
Fractions.Json
by:
danm
- 3,330 total downloads
- last updated 11/13/2020
- Latest version: 5.0.1
Converts a fraction data type to JSON by using Fraction's ToString() and FromString() methods. The class name is JsonFractionConverter.