Skip to content
View sher's full-sized avatar

Sponsoring

@ziglang

Highlights

  • Pro
Block or Report

Block or report sher

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. ansible-vultr ansible-vultr Public

    Ansible module for managing Vultr servers.

    Python 67 19

  2. fdb-zig fdb-zig Public

    FoundationDB zig-lang bindings

    Zig

  3. graalvm-clojure-container graalvm-clojure-container Public

    This is a small experiment of running a clojure project on GraalVM container using native-image. Compare to the similar app using Golang https://github.com/sher/graal-clojure/blob/master/convey_api…

    Dockerfile

  4. electron-tap electron-tap Public

    Electron app testing using tape

    JavaScript 3 1

  5. rethinkdb rethinkdb Public

    Forked from rethinkdb/rethinkdb

    An open-source distributed JSON document database with a pleasant and powerful query language.

    C++

  6. Install erlang and elixir on CentOS 7 Install erlang and elixir on CentOS 7
    1
    yum update
    2
    yum install epel-release
    3
    yum install gcc gcc-c++ glibc-devel make ncurses-devel openssl-devel autoconf java-1.8.0-openjdk-devel git wget wxBase.x86_64
    4
    wget https://packages.erlang-solutions.com/erlang-solutions-1.0-1.noarch.rpm
    5
    rpm -Uvh erlang-solutions-1.0-1.noarch.rpm