Skip to content
View elifarley's full-sized avatar

Organizations

@OSE @neurose-201606

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. CEDARScript/cedarscript-grammar CEDARScript/cedarscript-grammar Public

    A SQL-like language for code analysis and transformations

    JavaScript 9

  2. CEDARScript/cedarscript-integration-aider CEDARScript/cedarscript-integration-aider Public

    Allows Aider to use CEDARScript as an edit format

    Python 1

  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. klib klib Public

    Kotlin

  5. shell-lib shell-lib Public

    Library of shell functions

    Shell 8

  6. shellbase shellbase Public

    Some useful shell scripting functions and customizations

    Vim Script 2