Skip to content
View Kvit's full-sized avatar
🎏
🎏
Block or Report

Block or report Kvit

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

  1. Recursive search of complex JSON str... Recursive search of complex JSON structures for a given key
    1
    const jsonSearch = (obj, searchKey, results = []) => {
    2
      const r = results;
    3
    
                  
    4
      // if this is array, iterate elements
    5
      if (Array.isArray(obj)) {
  2. linkedin linkedin Public

    LinkedIn Network Analytics

    Jupyter Notebook

  3. huggingface/transformers huggingface/transformers Public

    🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.

    Python 127k 25.2k