Skip to content
View kizdolf's full-sized avatar

Block or report kizdolf

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

    langton ant.

    JavaScript

  2. some links some links
    1
    [
    2
        {
    3
            "url" : "https://github.com/nvbn/thefuck",
    4
            "title" : "  nvbn/thefuck · GitHub",
    5
        },
  3. jsonb_recursive_merge jsonb_recursive_merge
    1
    -- from https://medium.com/hootsuite-engineering/recursively-merging-jsonb-in-postgresql-efd787c9fad7 
    2
    -- with unique array values merge
    3
    
                  
    4
    CREATE OR REPLACE FUNCTION jsonb_recursive_merge(A jsonb, B jsonb) 
    5
    RETURNS jsonb LANGUAGE SQL AS $$ 
  4. Lem-in Lem-in Public

    Lem-in 42

    C

  5. sudoku-things sudoku-things Public

    Sudoku solver based on the collapsing waave function (kinda) and basic backtracking

    JavaScript