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

Block or report dmlogv

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
dmlogv/README.md

Hi there πŸ‘‹

Dmitry Logvinenko

I'm a software developer and data engineer from Russia.

I work full-time in the international games production company on dataflows development and data warehouse engineering.


✏️ Texts


πŸͺ Hobby


☎️ Connect me

Pinned

  1. airflow-tutorial airflow-tutorial Public

    Learning resources for Airflow Tutorial article.

    Python 52 15

  2. ambroxol ambroxol Public

    Funny MBR experiments

    Shell 2

  3. Download private embed Vimeo video Download private embed Vimeo video
    1
    // Ctrl+Shift+C to open Chrome Console.
    2
    // Choose an IFrame of the Vimeo Video with a comment `player.vimeo.com` 
    3
    // in the drop-down list `top`.
    4
    // Run a script:
    5
    
    
  4. Collect Habr (or any other Markdown)... Collect Habr (or any other Markdown) table of contest
    1
    $$('h2,h3').forEach(el => { 
    2
      if (el.hasAttribute('id')) { 
    3
        console.log(`- [${el.innerText}](#${el.id})`);
    4
      } 
    5
    })