Pinned Loading
-
A sample SPARQL query to fetch citie...
A sample SPARQL query to fetch cities of Iran with population over 10,000 1SELECT DISTINCT ?city ?cityLabel (SAMPLE(?location) AS ?location) (MAX(?population) AS ?population) (SAMPLE(?layer) AS ?layer)
2WHERE
3{
4?city wdt:P31/wdt:P279* wd:Q515;
5wdt:P625 ?location;
-
GloVe-experiments
GloVe-experiments PublicForked from brannondorsey/GloVe-experiments
GloVe word vector embedding experiments (similar to Word2Vec)
Python
-
MtA-Test
MtA-Test PublicA test repository based on the branch: https://github.com/tmpfs/multi-party-ecdsa/tree/curv-0.8 to demonstrate an issue in the implementation of MtA (Multiplicative to Additive) share conversion pr…
Rust
-
multi-party-eddsa
multi-party-eddsa PublicForked from ZenGo-X/multi-party-eddsa
Rust implementation of multi party Ed25519 signature scheme.
Rust 1
-
rhymes
rhymes PublicInitially, this was just toying with word embeddings such as GloVe and Word2Vec in regard to rhymes and rhythmic similarity. Now it is becoming a paper study.
Python
-
tss-ecdsa-cli
tss-ecdsa-cli PublicForked from cryptochill/tss-ecdsa-cli
An example usage as a standalone CLI of https://github.com/KZen-networks/multi-party-ecdsa library which is a Rust implementation of {t,n}-threshold ECDSA.
Rust
If the problem persists, check the GitHub status page or contact support.