Skip to content
View elifarley's full-sized avatar
πŸ’­
Idealize. Materialize. 🌟
πŸ’­
Idealize. Materialize. 🌟

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

    Kotlin

  3. shell-lib Public

    Library of shell functions

    Shell 8

  4. shellbase Public

    Some useful shell scripting functions and customizations

    Vim Script 2

  5. file-matcher-python Public

    Python CLI and library to filter file paths via gitignore rules

    Python

1,250 contributions in the last year

Contribution Graph
Day of Week April May June July August September October November December January February March
Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More

Contribution activity

March 2025

Created 1 commit in 1 repository
Loading