Skip to content
View elifarley's full-sized avatar

Organizations

@OSE @neurose-201606
Block or Report

Block or report elifarley

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. shell-lib shell-lib Public

    Library of shell functions

    Shell 7

  2. shellbase shellbase Public

    Some useful shell scripting functions and customizations

    Vim Script 2

  3. Order-Preserving Base-58 Order-Preserving Base-58
    1
    -- num <= 430804206899405823: <= 10 digits
    2
    -- num > 430804206899405823: 11 digits
    3
    CREATE FUNCTION opb58enc (@num bigint) RETURNS char(11) WITH SCHEMABINDING AS
    4
    BEGIN
    5
      DECLARE @alphabet char(58) = '0123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnpqrstuvwxyz'
  4. cross-installer cross-installer Public

    Aims to help in installing software in a uniform way, regardless of OS

    Shell 6 1

  5. http4k http4k Public

    Forked from http4k/http4k

    http4k is an HTTP toolkit written in Kotlin that enables the serving and consuming of HTTP services in a functional and consistent way.

    Kotlin

  6. klib klib Public

    Kotlin