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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to 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 4

  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