Skip to content
View aliyousefiaan's full-sized avatar

Block or report aliyousefiaan

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 Loading

  1. erlytalk-iac erlytalk-iac Public

    ErlyTalk - Infrastructure as Code

    HCL 3

  2. erlytalk-msgsvc erlytalk-msgsvc Public

    ErlyTalk - Messaging Service

    Erlang 3

  3. erlytalk-web erlytalk-web Public

    ErlyTalk - Web

    EJS 3

  4. https://www.aliyousefian.com/1007/ec... https://www.aliyousefian.com/1007/ecdsa-public-key-compression-in-erlang/
    1
    -module(compress_ecdsa_publickey).
    2
    -export([compress_ecdsa_publickey/1, test/0]).
    3
    
                  
    4
    compress_ecdsa_publickey(UncompressedPublicKey) ->
    5
        %% To binary
  5. pgapp pgapp Public

    Forked from epgsql/pgapp

    Erlang Postgres application that uses Poolboy and deals with the database being unavailable

    Erlang 1