-
Updated
Aug 31, 2020 - C#
#
class-library
Here are 85 public repositories matching this topic...
Pokémon Save File Editor
Collection of useful classes for your .NET application (object pool, thread pool, async processing, queues, collections, multithreading primitives, etc.)
-
Updated
Aug 26, 2020 - C#
The smooth Class Library
-
Updated
Aug 27, 2020 - C++
封装多种CTF和平时常见加密及编码C#类库
-
Updated
May 15, 2019 - C#
C# - ASP.NET .NET Core MVC - Simple CRUD Example Application with Repository and Unit of Work Pattern. [Year of Development: 2019 and 2020]
ioc
crud
csharp
sqlite
bootstrap4
entity-framework
middlewares
dotnet-core
codefirst
ioc-container
asp-net-mvc
automapper
class-library
inmemory-db
generic-repository-pattern
unit-of-work-pattern
-
Updated
Jun 24, 2020 - C#
LinksPlatform's Platform.Data.Triplets Class Library
csharp
dotnet-standard
dotnet-framework
nuget-package
class-library
associative-data-model
associative-model
linksplatform
associative-model-of-data
-
Updated
Aug 21, 2020 - C#
Mechanics and models for 2D building, crafting, and narrative sandbox games.
library
csharp
game-development
dotnet-core
dotnet-standard
sandbox-game
class-library
crafting-game
builder-game
-
Updated
Aug 28, 2020 - C#
Open
Coins
1
andremarcondesteixeira
commented
Nov 3, 2017
We know that each currency may have, or not, some minor units. Should the library list those minor units?
Germline DNM caller based on LdBG assembly of pathogens
links
genome
traversal
connectivity
java-api
variant-calling
cortex
de-bruijn-graphs
denovo-assembly
class-library
-
Updated
May 11, 2020 - Java
.NET Module for Azure Machine Learning Studio
api
sdk
tools
dll
dotnet
azure
net
aml
azure-machine-learning
aml-studio
class-library
azure-machine-learning-studio
-
Updated
Jun 30, 2018 - C#
LinksPlatform's Platform.Data.Doublets Class Library
csharp
dotnet-standard
dotnet-framework
nuget-package
class-library
associative-data-model
associative-model
linksplatform
associative-model-of-data
-
Updated
Aug 21, 2020 - C#
-
Updated
Dec 28, 2019 - JavaScript
Barcode Class Library
c-sharp
dotnet
nuget
barcode
ean13
dotnet-framework
ean8
code128
code39
upc-a
gs1-128
interleaved2of5
class-library
-
Updated
Apr 22, 2020 - C#
This is a tiny Python class library to wrap and abstract the OpenVINO Inference Engine.
python
deep-learning
heatmap
intel
inference
image-classification
face-detection
object-detection
weight
object-tracking
blob-data
class-library
inference-engine
face-landmark-detection
gaze-estimation
openvino
openvino-toolkit
intel-distribution
openvino-inference-engine
setup-openvino
start-inferencing
openvino-document
-
Updated
May 30, 2020 - Python
A strongly typed interface for Innovative's Sierra RESTful interface.
-
Updated
Jul 20, 2020 - C#
A simple cross-platform money class library
money
finance
csharp
nuget
currency
accounting
dotnet-core
currencies
class-library
cross-platform-money
-
Updated
Dec 11, 2018 - C#
A .Net API wrapper for Paystack
-
Updated
Nov 19, 2018 - C#
LinksPlatform's Platform.Interfaces Class Library
-
Updated
Aug 21, 2020 - C#
fluorine
commented
Mar 14, 2018
The README is good enough for now, but the library may grow with new features and possibilities.
We need a /doc/ folder to add any useful documentation.
For more information about usage, see the unit tests.
Windows Forms Control class library for "Quick" apps and Tinote Sticky Notes (.NET Framework).
-
Updated
Jul 26, 2020 - C#
-
Updated
Apr 18, 2020 - Objective-C
-
Updated
Apr 18, 2020 - Objective-C
This the game project in c# with object oriented programming
-
Updated
Apr 25, 2019 - C#
.NET/C# client library for Ignia's OnTopic CMS.
open-source
sql-server
csharp
microsoft-sql-server
dotnet-core
asp-net-core
asp-net
cms-framework
asp-net-mvc
dotnet-framework
content-management-system
client-library
class-library
ontopic
csharp8
dotnet-standard2
asp-net-core-3
ignia
ontopic-library
-
Updated
Aug 21, 2020 - C#
.NET library for ClickHouse with useful classes such as aggregating queue for bulk inserts. The ClickHouse-Net driver is used (native ClickHouse protocol with data compression).
-
Updated
Apr 16, 2020 - C#
Banking System on ASP .NET Core
library
mathematics
banking
transactions
asp-net-core
banking-applications
bank-account
class-library
asp-web-api
banking-api
banking-system
-
Updated
Jun 21, 2020 - C#
Improve this page
Add a description, image, and links to the class-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the class-library topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
I want to use ETCD's ttl, and I noticed that there are some lease methods (
LeaseGrantand so on) exposed from client, but I can't figure out how to use them.Describe the solution you'd like
Add some usage examples in
README.md.Thank you for your creating the great client again.