Skip to content
View HRezaei's full-sized avatar

Organizations

@cryptochill
Block or Report

Block or report HRezaei

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. A sample SPARQL query to fetch citie... A sample SPARQL query to fetch cities of Iran with population over 10,000
    1
    SELECT DISTINCT ?city ?cityLabel (SAMPLE(?location) AS ?location) (MAX(?population) AS ?population) (SAMPLE(?layer) AS ?layer)
    2
    WHERE
    3
    {
    4
      ?city wdt:P31/wdt:P279* wd:Q515;
    5
            wdt:P625 ?location;
  2. GloVe-experiments GloVe-experiments Public

    Forked from brannondorsey/GloVe-experiments

    GloVe word vector embedding experiments (similar to Word2Vec)

    Python

  3. MtA-Test MtA-Test Public

    A 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

  4. multi-party-eddsa multi-party-eddsa Public

    Forked from ZenGo-X/multi-party-eddsa

    Rust implementation of multi party Ed25519 signature scheme.

    Rust 1

  5. rhymes rhymes Public

    Initially, 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

  6. tss-ecdsa-cli tss-ecdsa-cli Public

    Forked 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