-
Updated
Jun 17, 2020 - C#
class-library
Here are 83 public repositories matching this topic...
-
Updated
Mar 1, 2018 - C#
-
Updated
Jun 17, 2020 - C++
-
Updated
May 15, 2019 - C#
I think that this is a must
Coins
-
Updated
Jun 10, 2020 - C#
-
Updated
Jun 30, 2018 - C#
-
Updated
May 11, 2020 - Java
-
Updated
Dec 28, 2019 - JavaScript
-
Updated
Dec 11, 2018 - C#
-
Updated
May 30, 2020 - Python
-
Updated
Jun 18, 2020 - C#
https://github.com/linksplatform/Data.Doublets/blob/239271a460e87c6b0e93212d13387b37373acf0e/csharp/Platform.Data.Doublets/Sequences/Frequencies/Counters/TotalMarkedSequenceSymbolFrequencyCounter.cs#L8
The comment should be like this:
Counts total amount of sequences in which the symbol (link) is used.
If it is required - rename the class to match the logic from comment.
-
Updated
Nov 19, 2018 - C#
-
Updated
Apr 22, 2020 - C#
-
Updated
Apr 18, 2020 - Objective-C
-
Updated
Mar 11, 2018 - C#
-
Updated
Apr 18, 2020 - Objective-C
-
Updated
Apr 25, 2019 - C#
-
Updated
May 30, 2020 - C#
-
Updated
Jun 1, 2020 - C#
Looks like these are duplicates of:
https://github.com/linksplatform/Interfaces/network/dependencies
https://github.com/linksplatform/Interfaces/network/dependents
-
Updated
Jul 19, 2018 - C#
-
Updated
May 14, 2019 - C#
-
Updated
Feb 25, 2020 - C++
-
Updated
Apr 18, 2020 - Objective-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.