Skip to content
View koshoi's full-sized avatar
🤔
🤔

Block or report koshoi

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

    Supremely Stupid DataBase

    Shell 1

  2. elastiq elastiq Public

    Query Elasticsearch without Kibana

    Go 3

  3. selektor selektor Public

    Template and execute SQL queries

    Go 1

  4. prefix_trees prefix_trees Public

    2 different impementations of prefix tree: pure Lua and Tarantool

    Lua 1

  5. metodichkaFYA metodichkaFYA Public

    TeX 5 1

  6. ls.lua ls.lua
    1
    _G.ls = setmetatable({}, {
    2
      __serialize = function()
    3
        local res = {}
    4
    
                  
    5
        for _, sp_info in box.space._space:pairs(512, { iterator = "GE" }) do