Skip to content
View kirillzubovsky's full-sized avatar
💭
High on catnip 🙀
💭
High on catnip 🙀

Highlights

  • Pro
Block or Report

Block or report kirillzubovsky

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. A quick way to delete all your tweet... A quick way to delete all your tweets using Twitter archive and a ruby script.
    1
    require 'twitter'
    2
    require "json"
    3
    
                  
    4
    USERNAME = 'YOUR_TWITTER_USER_NAME'
    5
    ARCHIVE_PATH = 'archive/data/js/tweets'
  2. Draft emails in Gmail from a Google ... Draft emails in Gmail from a Google spreadsheet https://katydecorah.com/code/google-sheets-to-gmail/
    1
    var EMAIL_DRAFTED = "EMAIL DRAFTED";
    2
    
                  
    3
    function draftMyEmails() {
    4
      var sheet = SpreadsheetApp.getActiveSheet(); // Use data from the active sheet
    5
      var startRow = 2;                            // First row of data to process
  3. Banner to display your podcasting flare Banner to display your podcasting flare
    1
    <a href="LINK_TO_YOUR_EPISODE" title="Smash Notes Top 10 Podcasts of the Week"><img src="https://s3.us-east-2.amazonaws.com/smashnotes/shared/smash+notes+top+of+the+week.png" alt="Smash Notes Top 10 Podcasts of the Week" width="250px"/></a>
  4. carlhuda/janus carlhuda/janus Public

    Vim distribution

    Vim Script 7.9k 811

  5. iamcal/oembed iamcal/oembed Public

    The oEmbed Spec

    PHP 1.3k 628