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

Block or report kbravh

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. tweet-to-markdown tweet-to-markdown Public

    A command line tool to convert Tweets to Markdown.

    TypeScript 154 9

  2. obsidian-tweet-to-markdown obsidian-tweet-to-markdown Public

    An Obsidian.md plugin to save tweets as Markdown files.

    TypeScript 188 12

  3. netlify-cms-widget-nested-select netlify-cms-widget-nested-select Public

    A widget for Netlify CMS that will conditionally show a second select with its own options based on what's chosen in the first select. This can be used, for example, to set up subcategories inside …

    JavaScript 8

  4. multi-class multi-class Public

    Easy multiple inheritance and composition in JavaScript.

    JavaScript 7 1

  5. table-to-markdown table-to-markdown Public

    A Chrome DevTools extension to convert an HTML Table to Markdown for easy export.

    JavaScript 23 2

  6. Adjust cron events for DST (Daylight... Adjust cron events for DST (Daylight Savings Time) automatically with a Python function to be run on AWS Lambda.
    1
    from datetime import datetime
    2
    import pytz
    3
    import boto3
    4
    
    
    5
    # define our CloudEvents client